@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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13338851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13338851> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13338851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13338851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13338851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13338851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732751" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13338851'^^xsd:integer;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732751'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732751'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13338851'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13816016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13816016> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13816016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13816016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13816016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13816016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596671" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13816016'^^xsd:integer;
  dwc:scientificName 'Euspira catena'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596671'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596671'^^xsd:string;
  dwc:aphiaid '140528'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13816016'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '140528'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460032> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13460032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596661" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13460032'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596661'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596661'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13460032'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14222276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14222276> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14222276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14222276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14222276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14222276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596668" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14222276'^^xsd:integer;
  dwc:scientificName 'Pagurus prideaux'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596668'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596668'^^xsd:string;
  dwc:aphiaid '107239'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14222276'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '107239'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336211> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14336211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595979" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14336211'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595979'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595979'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14336211'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13737965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13737965> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13737965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13737965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13737965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13737965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596008" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13737965'^^xsd:integer;
  dwc:scientificName 'Desmarestia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596008'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596008'^^xsd:string;
  dwc:aphiaid '145310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13737965'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120755> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14120755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595980" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14120755'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595980'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595980'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14120755'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13338849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13338849> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13338849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13338849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13338849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13338849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733630" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13338849'^^xsd:integer;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733630'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733630'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13338849'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13737964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13737964> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13737964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13737964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13737964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13737964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596053" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13737964'^^xsd:integer;
  dwc:scientificName 'Desmarestia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596053'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596053'^^xsd:string;
  dwc:aphiaid '145310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13737964'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120753> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14120753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596015" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14120753'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596015'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596015'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14120753'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336208> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14336208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596014" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14336208'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596014'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596014'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14336208'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14005080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14005080> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14005080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14005080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14005080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14005080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596010" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14005080'^^xsd:integer;
  dwc:scientificName 'Leucosolenia complicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596010'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596010'^^xsd:string;
  dwc:aphiaid '132219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14005080'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '132219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366787> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733632" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366787'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733632'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733632'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366787'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366788> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733101" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366788'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733101'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733101'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366788'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412316> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14412316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733202" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14412316'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733202'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733202'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14412316'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705491> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13705491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732760" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13705491'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732760'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732760'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13705491'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366792> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366792'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733194'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733194'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366792'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589763> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14589763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733198" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14589763'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733198'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733198'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14589763'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705492> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13705492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598021" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13705492'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598021'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598021'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13705492'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359658> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13359658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596032" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13359658'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596032'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596032'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13359658'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14416156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14416156> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14416156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14416156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14416156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14416156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595985" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14416156'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595985'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595985'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14416156'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328966> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14328966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596049" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14328966'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596049'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596049'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14328966'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414921> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13414921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597151" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13414921'^^xsd:integer;
  dwc:scientificName 'Aglaozonia (asexual cutleria)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597151'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597151'^^xsd:string;
  dwc:aphiaid '182809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13414921'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424512> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13424512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597093" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13424512'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597093'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597093'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13424512'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14392996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14392996> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14392996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14392996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14392996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14392996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597096" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14392996'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597096'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597096'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14392996'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14425468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14425468> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14425468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14425468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14425468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14425468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597092" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14425468'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597092'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597092'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14425468'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606636> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13606636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597663" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13606636'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597663'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597663'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13606636'^^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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589766> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14589766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732759" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14589766'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732759'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732759'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14589766'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366796> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732754" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366796'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732754'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732754'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366796'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543376> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14543376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597005" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14543376'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597005'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597005'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14543376'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13346517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13346517> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13346517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13346517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13346517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13346517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597097" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13346517'^^xsd:integer;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597097'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597097'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13346517'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359652> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13359652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597123" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13359652'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597123'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597123'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13359652'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413646> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13413646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597090" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13413646'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597090'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597090'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13413646'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012692> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14012692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596669" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14012692'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596669'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596669'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14012692'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492220> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597669" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492220'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597669'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597669'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492220'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492221> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733196" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492221'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733196'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733196'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492221'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050975> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14050975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597670" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14050975'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597670'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597670'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14050975'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050976> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14050976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733201" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14050976'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733201'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733201'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14050976'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288218> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14288218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596034" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14288218'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596034'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596034'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14288218'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915271> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13915271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596682" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13915271'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596682'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596682'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13915271'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050968> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14050968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733642" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14050968'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733642'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733642'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14050968'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050969> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14050969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733109" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14050969'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733109'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733109'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14050969'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627202> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13627202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596691" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13627202'^^xsd:integer;
  dwc:scientificName 'Ceramium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596691'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596691'^^xsd:string;
  dwc:aphiaid '144546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13627202'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13612585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13612585> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13612585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13612585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13612585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13612585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596666" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13612585'^^xsd:integer;
  dwc:scientificName 'Caridea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596666'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596666'^^xsd:string;
  dwc:aphiaid '106674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13612585'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '106674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828622> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13828622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596019" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13828622'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596019'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596019'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13828622'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508265> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13508265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596026" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13508265'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596026'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596026'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13508265'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13729116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13729116> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13729116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13729116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13729116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13729116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596045" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13729116'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596045'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596045'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13729116'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14494345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14494345> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14494345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14494345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14494345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14494345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596677" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14494345'^^xsd:integer;
  dwc:scientificName 'Thracia phaseolina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596677'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596677'^^xsd:string;
  dwc:aphiaid '152378'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14494345'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '152378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915275> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13915275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596023" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13915275'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596023'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596023'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13915275'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14413648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14413648> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14413648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14413648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14413648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14413648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595982" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14413648'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595982'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595982'^^xsd:string;
  dwc:aphiaid '110866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14413648'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '110866'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508261> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13508261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596685" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13508261'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596685'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596685'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13508261'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14228961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14228961> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14228961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14228961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14228961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14228961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595988" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14228961'^^xsd:integer;
  dwc:scientificName 'Parablennius gattorugine'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595988'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595988'^^xsd:string;
  dwc:aphiaid '126770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14228961'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '126770'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288220> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14288220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595992" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14288220'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595992'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595992'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14288220'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14483516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14483516> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14483516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14483516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14483516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14483516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596665" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14483516'^^xsd:integer;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596665'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596665'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14483516'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649936> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13649936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596035" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13649936'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596035'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596035'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13649936'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050982> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14050982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597560" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14050982'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597560'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597560'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14050982'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050983> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14050983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732762" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14050983'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732762'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732762'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14050983'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698896> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13698896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733637" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13698896'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733637'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733637'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13698896'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649939> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13649939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595993" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13649939'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595993'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595993'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13649939'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288212> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14288212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597128" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14288212'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597128'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597128'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14288212'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743738> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13743738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597160" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13743738'^^xsd:integer;
  dwc:scientificName 'Dictyosiphon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597160'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597160'^^xsd:string;
  dwc:aphiaid '144067'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13743738'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144067'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14201717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14201717> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14201717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14201717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14201717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14201717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597087" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14201717'^^xsd:integer;
  dwc:scientificName 'Ophlitaspongia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597087'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597087'^^xsd:string;
  dwc:aphiaid '131873'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14201717'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '131873'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376213> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14376213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597150" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14376213'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597150'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597150'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14376213'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14433743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14433743> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14433743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14433743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14433743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14433743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597152" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14433743'^^xsd:integer;
  dwc:scientificName 'Sphacelaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597152'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597152'^^xsd:string;
  dwc:aphiaid '144272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14433743'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915269> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13915269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597114" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13915269'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597114'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597114'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13915269'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915278> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13915278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595983" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13915278'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595983'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595983'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13915278'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14483515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14483515> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14483515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14483515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14483515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14483515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597099" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14483515'^^xsd:integer;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597099'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597099'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14483515'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627199> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13627199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597139" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13627199'^^xsd:integer;
  dwc:scientificName 'Ceramium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597139'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597139'^^xsd:string;
  dwc:aphiaid '144546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13627199'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13931511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13931511> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13931511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13931511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13931511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13931511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596673" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13931511'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596673'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596673'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13931511'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564567> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13564567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596693" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13564567'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596693'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596693'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13564567'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13683258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13683258> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13683258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13683258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13683258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13683258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595976" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13683258'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595976'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595976'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13683258'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580724> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13580724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596029" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13580724'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596029'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596029'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13580724'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893819> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13893819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596054" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13893819'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596054'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596054'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13893819'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564564> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13564564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597146" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13564564'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597146'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597146'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13564564'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627112> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13627112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597140" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13627112'^^xsd:integer;
  dwc:scientificName 'Ceramium cimbricum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597140'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597140'^^xsd:string;
  dwc:aphiaid '144538'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13627112'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564568> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13564568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597012" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13564568'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597012'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597012'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13564568'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649930> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13649930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597131" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13649930'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597131'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597131'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13649930'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416159> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13416159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597126" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13416159'^^xsd:integer;
  dwc:scientificName 'Ahnfeltia plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597126'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597126'^^xsd:string;
  dwc:aphiaid '144422'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13416159'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380357> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14380357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597135" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14380357'^^xsd:integer;
  dwc:scientificName 'Rhodophyllis divaricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597135'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597135'^^xsd:string;
  dwc:aphiaid '145617'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14380357'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698898> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13698898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732758" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13698898'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732758'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732758'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13698898'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564573> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13564573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596047" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13564573'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596047'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596047'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13564573'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627114> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13627114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596039" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13627114'^^xsd:integer;
  dwc:scientificName 'Ceramium cimbricum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596039'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596039'^^xsd:string;
  dwc:aphiaid '144538'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13627114'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13556591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13556591> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13556591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13556591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13556591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13556591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597118" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13556591'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597118'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597118'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13556591'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13931509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13931509> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13931509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13931509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13931509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13931509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597108" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13931509'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597108'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597108'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13931509'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14494346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14494346> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14494346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14494346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14494346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14494346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597004" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14494346'^^xsd:integer;
  dwc:scientificName 'Thracia phaseolina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597004'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597004'^^xsd:string;
  dwc:aphiaid '152378'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14494346'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '152378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297545> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14297545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596036" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14297545'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596036'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596036'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14297545'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943574> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13943574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597091" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13943574'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597091'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597091'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13943574'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13949181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13949181> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13949181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13949181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13949181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13949181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597144" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13949181'^^xsd:integer;
  dwc:scientificName 'Hypoglossum hypoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597144'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597144'^^xsd:string;
  dwc:aphiaid '144756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13949181'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424519> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13424519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596013" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13424519'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596013'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596013'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13424519'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12401630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12401630> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12401630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12401630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12401630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:12401630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596055" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '12401630'^^xsd:integer;
  dwc:scientificName 'Verrucaria mucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596055'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596055'^^xsd:string;
  dwc:aphiaid '147760'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:12401630'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '1607307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590718> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14590718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733638" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14590718'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733638'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733638'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14590718'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590719> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14590719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733106" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14590719'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733106'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733106'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14590719'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621930> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732761" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621930'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732761'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732761'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621930'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907458> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13907458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733105" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13907458'^^xsd:integer;
  dwc:scientificName 'Haustorius arenarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733105'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733105'^^xsd:string;
  dwc:aphiaid '102317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13907458'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '102317'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13737962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13737962> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13737962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13737962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13737962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13737962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597158" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13737962'^^xsd:integer;
  dwc:scientificName 'Desmarestia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597158'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597158'^^xsd:string;
  dwc:aphiaid '145310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13737962'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120748> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14120748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597106" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14120748'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597106'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597106'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14120748'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14005076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14005076> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14005076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14005076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14005076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14005076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597082" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14005076'^^xsd:integer;
  dwc:scientificName 'Leucosolenia complicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597082'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597082'^^xsd:string;
  dwc:aphiaid '132219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14005076'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '132219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412319> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14412319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597561" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14412319'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597561'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597561'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14412319'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412320> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14412320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732763" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14412320'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732763'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732763'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14412320'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14055228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14055228> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14055228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14055228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14055228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14055228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597104" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14055228'^^xsd:integer;
  dwc:scientificName 'Macropodia rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597104'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597104'^^xsd:string;
  dwc:aphiaid '107345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14055228'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '107345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718208> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13718208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596044" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13718208'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596044'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596044'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13718208'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621917> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597939" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621917'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597939'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597939'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621917'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621919> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597649" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621919'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597649'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597649'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621919'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621920> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733107" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621920'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733107'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733107'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621920'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424514> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13424514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596659" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13424514'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596659'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596659'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13424514'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558655> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13558655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597117" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13558655'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597117'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597117'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13558655'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749796> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13749796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597122" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13749796'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597122'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597122'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13749796'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573582> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14573582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597142" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14573582'^^xsd:integer;
  dwc:scientificName 'Pterothamnion crispum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597142'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597142'^^xsd:string;
  dwc:aphiaid '144682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14573582'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144682'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621925> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733199" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621925'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733199'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733199'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621925'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956075> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13956075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597125" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13956075'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597125'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597125'^^xsd:string;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13956075'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14290890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14290890> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14290890> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14290890>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14290890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14290890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577624" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14290890'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577624'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577624'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14290890'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14312053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14312053> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14312053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14312053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14312053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14312053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579504" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14312053'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579504'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579504'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14312053'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828571> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13828571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579488" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13828571'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579488'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579488'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13828571'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14386479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14386479> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14386479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14386479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14386479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14386479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579475" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14386479'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579475'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579475'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14386479'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13933282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13933282> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13933282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13933282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13933282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13933282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579482" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13933282'^^xsd:integer;
  dwc:scientificName 'Hinia reticulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579482'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579482'^^xsd:string;
  dwc:aphiaid '416627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13933282'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '140513'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416128> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416128> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416128>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14416128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577685" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14416128'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577685'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40577685'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14416128'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539169> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539169> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539169>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13539169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577668" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13539169'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577668'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40577668'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13539169'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13886921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13886921> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13886921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13886921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13886921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13886921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579460" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13886921'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579460'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579460'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13886921'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14096786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14096786> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14096786> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14096786>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14096786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14096786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577673" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14096786'^^xsd:integer;
  dwc:scientificName 'Musculus discors'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577673'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40577673'^^xsd:string;
  dwc:aphiaid '140472'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14096786'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '140472'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14417955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14417955> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14417955> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14417955>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14417955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14417955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577663" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14417955'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577663'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40577663'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14417955'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675077> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13675077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578832" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13675077'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578832'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578832'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13675077'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13617180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13617180> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13617180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13617180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13617180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13617180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614940" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13617180'^^xsd:integer;
  dwc:scientificName 'Catenella caespitosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614940'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614940'^^xsd:string;
  dwc:aphiaid '145605'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13617180'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145605'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14414552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14414552> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14414552> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14414552>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14414552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14414552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577634" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14414552'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria reptans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577634'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577634'^^xsd:string;
  dwc:aphiaid '111247'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14414552'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '738997'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539165> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539165> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539165>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13539165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577623" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13539165'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577623'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577623'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13539165'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13418352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13418352> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13418352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13418352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13418352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13418352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614378" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13418352'^^xsd:integer;
  dwc:scientificName 'Alcyonidium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614378'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614378'^^xsd:string;
  dwc:aphiaid '110993'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13418352'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '110993'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13670694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13670694> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13670694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13670694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13670694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13670694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615220" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13670694'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615220'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615220'^^xsd:string;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13670694'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14498082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14498082> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14498082> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14498082>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14498082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14498082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14498082'^^xsd:integer;
  dwc:scientificName 'Thymosia guernei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615834'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615834'^^xsd:string;
  dwc:aphiaid '134113'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14498082'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '134113'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14474692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14474692> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14474692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14474692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14474692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14474692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579945" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14474692'^^xsd:integer;
  dwc:scientificName 'Syngnathus acus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579945'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579945'^^xsd:string;
  dwc:aphiaid '127387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14474692'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '127387'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13897176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13897176> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13897176> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13897176>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13897176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13897176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577652" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13897176'^^xsd:integer;
  dwc:scientificName 'Halurus flosculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577652'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577652'^^xsd:string;
  dwc:aphiaid '144595'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13897176'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144595'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14297488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14297488> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14297488> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14297488>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14297488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14297488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577650" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14297488'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577650'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577650'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14297488'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14145875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14145875> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14145875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14145875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14145875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14145875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596663" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14145875'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596663'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596663'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14145875'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744595> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13744595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580512" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13744595'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580512'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580512'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13744595'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13359601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13359601> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13359601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13359601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13359601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13359601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597909" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13359601'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597909'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597909'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13359601'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359629> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13359629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579706" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13359629'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579706'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579706'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13359629'^^xsd:string;
  dwc:observationDate '1998-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14425460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14425460> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14425460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14425460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14425460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14425460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580382" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14425460'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580382'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580382'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14425460'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13717308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13717308> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13717308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13717308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13717308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13717308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597913" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13717308'^^xsd:integer;
  dwc:scientificName 'Cruoria pellita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597913'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597913'^^xsd:string;
  dwc:aphiaid '145612'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13717308'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '145612'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14135885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14135885> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14135885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14135885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14135885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14135885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579309" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14135885'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579309'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579309'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14135885'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713164> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13713164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579318" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13713164'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579318'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579318'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13713164'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14330516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14330516> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14330516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14330516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14330516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14330516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597999" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14330516'^^xsd:integer;
  dwc:scientificName 'Polysiphonia furcellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597999'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597999'^^xsd:string;
  dwc:aphiaid '144641'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14330516'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '637756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13402886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13402886> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13402886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13402886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13402886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13402886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579340" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13402886'^^xsd:integer;
  dwc:scientificName 'Acrosorium venulosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579340'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579340'^^xsd:string;
  dwc:aphiaid '144734'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13402886'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144734'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678879> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13678879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579323" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13678879'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579323'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579323'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13678879'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038137> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14038137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580672" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14038137'^^xsd:integer;
  dwc:scientificName 'Lomentaria clavellosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580672'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580672'^^xsd:string;
  dwc:aphiaid '145825'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14038137'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216889> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14216889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580644" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14216889'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580644'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580644'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14216889'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956064> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13956064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579707" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13956064'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579707'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579707'^^xsd:string;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13956064'^^xsd:string;
  dwc:observationDate '1998-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871040> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13871040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580658" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13871040'^^xsd:integer;
  dwc:scientificName 'Gobiusculus flavescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580658'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580658'^^xsd:string;
  dwc:aphiaid '126898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13871040'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1526389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556579> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13556579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580655" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13556579'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580655'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580655'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13556579'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14012671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14012671> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14012671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14012671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14012671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14012671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597899" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14012671'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597899'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597899'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14012671'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13627178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13627178> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13627178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13627178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13627178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13627178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597917" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13627178'^^xsd:integer;
  dwc:scientificName 'Ceramium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597917'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597917'^^xsd:string;
  dwc:aphiaid '144546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13627178'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '144546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943552> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13943552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579310" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13943552'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579310'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579310'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13943552'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13805003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13805003> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13805003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13805003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13805003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13805003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579303" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13805003'^^xsd:integer;
  dwc:scientificName 'Eudendrium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579303'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579303'^^xsd:string;
  dwc:aphiaid '117093'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13805003'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744560> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744560> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744560>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13744560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579595" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13744560'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579595'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579595'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13744560'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419557> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13419557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577911" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13419557'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577911'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577911'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13419557'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744582> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13744582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577970" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13744582'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577970'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577970'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13744582'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924030> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924030> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924030>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13924030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579632" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13924030'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579632'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579632'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13924030'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14322784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14322784> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14322784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14322784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14322784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14322784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607406" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14322784'^^xsd:integer;
  dwc:scientificName 'Polyides rotundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607406'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607406'^^xsd:string;
  dwc:aphiaid '145668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14322784'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145668'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942324> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13942324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595763" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13942324'^^xsd:integer;
  dwc:scientificName 'Hydractinia echinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595763'^^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 '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595763'^^xsd:string;
  dwc:aphiaid '117644'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13942324'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '117644'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13622609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13622609> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13622609> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13622609>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13622609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13622609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614618" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13622609'^^xsd:integer;
  dwc:scientificName 'Cellepora pumicosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614618'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614618'^^xsd:string;
  dwc:aphiaid '111268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13622609'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '111268'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13727040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13727040> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13727040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13727040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13727040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13727040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595770" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13727040'^^xsd:integer;
  dwc:scientificName 'Cystoclonium purpureum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595770'^^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 '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595770'^^xsd:string;
  dwc:aphiaid '145615'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13727040'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770259> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13770259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595769" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13770259'^^xsd:integer;
  dwc:scientificName 'Echinocardium cordatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595769'^^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 '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595769'^^xsd:string;
  dwc:aphiaid '124392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13770259'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '124392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14016126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14016126> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14016126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14016126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14016126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14016126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596141" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14016126'^^xsd:integer;
  dwc:scientificName 'Liocarcinus marmoreus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596141'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596141'^^xsd:string;
  dwc:aphiaid '107390'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14016126'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '1750287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614180> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614180> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614180>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13614180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614614" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13614180'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614614'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614614'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13614180'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13554665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13554665> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13554665> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13554665>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13554665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13554665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581472" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13554665'^^xsd:integer;
  dwc:scientificName 'Bonnemaisonia asparagoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581472'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581472'^^xsd:string;
  dwc:aphiaid '144440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13554665'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13554666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13554666> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13554666> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13554666>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13554666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13554666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580584" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13554666'^^xsd:integer;
  dwc:scientificName 'Bonnemaisonia asparagoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580584'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580584'^^xsd:string;
  dwc:aphiaid '144440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13554666'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681923> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681923> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681923>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13681923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614621" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13681923'^^xsd:integer;
  dwc:scientificName 'Clavelinidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614621'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614621'^^xsd:string;
  dwc:aphiaid '103438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13681923'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '103438'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681924> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681924> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681924>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13681924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615675" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13681924'^^xsd:integer;
  dwc:scientificName 'Clavelinidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615675'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615675'^^xsd:string;
  dwc:aphiaid '103438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13681924'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '103438'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14427352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14427352> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14427352> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14427352>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14427352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14427352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614623" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14427352'^^xsd:integer;
  dwc:scientificName 'Sidnyum turbinatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614623'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614623'^^xsd:string;
  dwc:aphiaid '103684'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14427352'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '103670'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14295614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14295614> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14295614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14295614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14295614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14295614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596383" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14295614'^^xsd:integer;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596383'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596383'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14295614'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13638350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13638350> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13638350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13638350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13638350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13638350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579472" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13638350'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579472'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579472'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13638350'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590688> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733160" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590688'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733160'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733160'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590688'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547690> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13547690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732830" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13547690'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732830'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732830'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13547690'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372112> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372112> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372112>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14372112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579070" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14372112'^^xsd:integer;
  dwc:scientificName 'Raspailia hispida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579070'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579070'^^xsd:string;
  dwc:aphiaid '133147'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14372112'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '133147'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707945> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13707945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595987" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13707945'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595987'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595987'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13707945'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297548> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14297548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595995" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14297548'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595995'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595995'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14297548'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13570543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13570543> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13570543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13570543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13570543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13570543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596995" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13570543'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596995'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596995'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13570543'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707939> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13707939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597120" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13707939'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597120'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597120'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13707939'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297539> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14297539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597132" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14297539'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597132'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597132'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14297539'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798833> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13798833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733464" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13798833'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733464'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733464'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13798833'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798799> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13798799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733238" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13798799'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733238'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733238'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13798799'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798828> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13798828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733026" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13798828'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733026'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733026'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13798828'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621973> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734043" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621973'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734043'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734043'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621973'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798798> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13798798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733111" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13798798'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733111'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733111'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13798798'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798818> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13798818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733876" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13798818'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733876'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733876'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13798818'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798819> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13798819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733510" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13798819'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733510'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733510'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13798819'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798835> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13798835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733847" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13798835'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733847'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733847'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13798835'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798834> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13798834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733244" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13798834'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733244'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733244'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13798834'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547696> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13547696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734082" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13547696'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734082'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734082'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13547696'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372644> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372644> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372644>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14372644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578027" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14372644'^^xsd:integer;
  dwc:scientificName 'Raspailia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578027'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578027'^^xsd:string;
  dwc:aphiaid '181150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14372644'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '133150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517447> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517447> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517447>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13517447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578053" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13517447'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578053'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578053'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13517447'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396851> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396851> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396851>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14396851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579088" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14396851'^^xsd:integer;
  dwc:scientificName 'Salmacina dysteri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579088'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579088'^^xsd:string;
  dwc:aphiaid '131038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14396851'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '131038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517446> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517446> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517446>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13517446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578432" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13517446'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578432'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578432'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13517446'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517435> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517435> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517435>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13517435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580973" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13517435'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580973'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580973'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13517435'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589684> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14589684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733343" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14589684'^^xsd:integer;
  dwc:scientificName 'Paragnathia formica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733343'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733343'^^xsd:string;
  dwc:aphiaid '119001'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14589684'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '119001'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621972> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598140" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621972'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598140'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598140'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621972'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396845> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396845> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396845>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14396845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577523" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14396845'^^xsd:integer;
  dwc:scientificName 'Salmacina dysteri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577523'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577523'^^xsd:string;
  dwc:aphiaid '131038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14396845'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '131038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536056> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536056> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536056>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13536056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579067" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13536056'^^xsd:integer;
  dwc:scientificName 'Axinella infundibuliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579067'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579067'^^xsd:string;
  dwc:aphiaid '132480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13536056'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621916> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733066" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621916'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733066'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733066'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621916'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710236> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733501" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710236'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733501'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733501'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710236'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710237> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597682" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710237'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597682'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597682'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710237'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257975> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257975> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257975>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14257975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579105" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14257975'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579105'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579105'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14257975'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547705> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13547705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733536" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13547705'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733536'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733536'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13547705'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622597> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622597> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622597>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13622597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578428" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13622597'^^xsd:integer;
  dwc:scientificName 'Cellepora pumicosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578428'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578428'^^xsd:string;
  dwc:aphiaid '111268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13622597'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111268'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622598> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622598> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622598>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13622598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578045" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13622598'^^xsd:integer;
  dwc:scientificName 'Cellepora pumicosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578045'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578045'^^xsd:string;
  dwc:aphiaid '111268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13622598'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111268'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14529081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14529081> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14529081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14529081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14529081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14529081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597611" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14529081'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597611'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597611'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14529081'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14408684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14408684> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14408684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14408684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14408684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14408684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733511" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14408684'^^xsd:integer;
  dwc:scientificName 'Scoloplos armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733511'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733511'^^xsd:string;
  dwc:aphiaid '130537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14408684'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '130537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14408685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14408685> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14408685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14408685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14408685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14408685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733557" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14408685'^^xsd:integer;
  dwc:scientificName 'Scoloplos armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733557'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733557'^^xsd:string;
  dwc:aphiaid '130537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14408685'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '130537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14408686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14408686> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14408686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14408686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14408686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14408686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732774" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14408686'^^xsd:integer;
  dwc:scientificName 'Scoloplos armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732774'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732774'^^xsd:string;
  dwc:aphiaid '130537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14408686'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '130537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14179176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14179176> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14179176> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14179176>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14179176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14179176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578046" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14179176'^^xsd:integer;
  dwc:scientificName 'Omalosecosa ramulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578046'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578046'^^xsd:string;
  dwc:aphiaid '111281'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14179176'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14179174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14179174> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14179174> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14179174>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14179174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14179174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579108" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14179174'^^xsd:integer;
  dwc:scientificName 'Omalosecosa ramulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579108'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579108'^^xsd:string;
  dwc:aphiaid '111281'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14179174'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14145877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14145877> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14145877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14145877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14145877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14145877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734035" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14145877'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734035'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734035'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14145877'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14293944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14293944> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14293944> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14293944>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14293944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14293944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578043" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14293944'^^xsd:integer;
  dwc:scientificName 'Plagioecia patina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578043'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578043'^^xsd:string;
  dwc:aphiaid '111719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14293944'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14293943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14293943> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14293943> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14293943>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14293943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14293943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579103" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14293943'^^xsd:integer;
  dwc:scientificName 'Plagioecia patina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579103'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579103'^^xsd:string;
  dwc:aphiaid '111719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14293943'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576567> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576567> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576567>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13576567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579113" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13576567'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579113'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579113'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13576567'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576576> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576576> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576576>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13576576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578429" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13576576'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578429'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578429'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13576576'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576577> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576577> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576577>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13576577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578049" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13576577'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578049'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578049'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13576577'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517437> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517437> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517437>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13517437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579115" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13517437'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579115'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579115'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13517437'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372636> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372636> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372636>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14372636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579071" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14372636'^^xsd:integer;
  dwc:scientificName 'Raspailia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579071'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579071'^^xsd:string;
  dwc:aphiaid '181150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14372636'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '133150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599803> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13599803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733607" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13599803'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733607'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733607'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13599803'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599813> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13599813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734038" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13599813'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734038'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734038'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13599813'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599797> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13599797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733931" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13599797'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733931'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733931'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13599797'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14145876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14145876> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14145876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14145876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14145876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14145876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733112" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14145876'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733112'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733112'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14145876'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599800> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13599800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733075" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13599800'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733075'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733075'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13599800'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599812> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13599812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13599812'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733497'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733497'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13599812'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599792> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13599792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733485" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13599792'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733485'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733485'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13599792'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599814> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13599814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13599814'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732891'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732891'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13599814'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599805> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13599805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734080" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13599805'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734080'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734080'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13599805'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599809> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13599809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732857" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13599809'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732857'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732857'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13599809'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599810> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13599810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733361" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13599810'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733361'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733361'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13599810'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599791> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13599791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733115" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13599791'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733115'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733115'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13599791'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599811> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13599811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732960" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13599811'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732960'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732960'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13599811'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798804> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13798804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13798804'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732825'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732825'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13798804'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798811> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13798811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733791" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13798811'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733791'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733791'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13798811'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798825> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13798825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733348" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13798825'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733348'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733348'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13798825'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798829> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13798829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733616" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13798829'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733616'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733616'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13798829'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798830> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13798830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733798" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13798830'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733798'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733798'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13798830'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714689> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714689> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714689>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13714689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578051" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13714689'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578051'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578051'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13714689'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714674> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714674> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714674>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13714674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579451" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13714674'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579451'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579451'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13714674'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714678> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714678> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714678>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13714678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580972" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13714678'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580972'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580972'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13714678'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798822> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13798822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733553" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13798822'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733553'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733553'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13798822'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798823> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13798823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733493" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13798823'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733493'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733493'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13798823'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798824> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13798824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733213" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13798824'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733213'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733213'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13798824'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798832> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13798832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732886" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13798832'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732886'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732886'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13798832'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798831> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13798831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734033" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13798831'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734033'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734033'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13798831'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798800> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13798800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733058" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13798800'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733058'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733058'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13798800'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423743> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423743> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423743>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14423743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579080" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14423743'^^xsd:integer;
  dwc:scientificName 'Sertularella gayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579080'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579080'^^xsd:string;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14423743'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599806> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13599806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733526" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13599806'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733526'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733526'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13599806'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423750> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423750> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423750>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14423750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578030" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14423750'^^xsd:integer;
  dwc:scientificName 'Sertularella gayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578030'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578030'^^xsd:string;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14423750'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599815> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13599815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733469" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13599815'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733469'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733469'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13599815'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599807> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13599807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733041" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13599807'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733041'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733041'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13599807'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798805> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13798805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733928" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13798805'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733928'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733928'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13798805'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798815> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13798815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733523" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13798815'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733523'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733523'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13798815'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798820> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13798820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732854" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13798820'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732854'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732854'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13798820'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798821> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13798821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733358" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13798821'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733358'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733358'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13798821'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798817> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13798817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733896" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13798817'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733896'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733896'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13798817'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798812> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13798812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733336" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13798812'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733336'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733336'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13798812'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798814> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13798814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734077" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13798814'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734077'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734077'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13798814'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092247> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092247> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092247>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14092247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579452" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14092247'^^xsd:integer;
  dwc:scientificName 'Molgula manhattensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579452'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579452'^^xsd:string;
  dwc:aphiaid '103788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14092247'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257980> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257980> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257980>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14257980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578044" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14257980'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578044'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578044'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14257980'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092259> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092259> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092259>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14092259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578056" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14092259'^^xsd:integer;
  dwc:scientificName 'Molgula manhattensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578056'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578056'^^xsd:string;
  dwc:aphiaid '103788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14092259'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710248> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733624" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710248'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733624'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733624'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710248'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710249> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598027" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710249'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598027'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598027'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710249'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710250> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733805" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710250'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733805'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733805'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710250'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710252> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734045" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710252'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734045'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734045'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710252'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710220> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598160" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710220'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598160'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598160'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710220'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14093951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14093951> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14093951> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14093951>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14093951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14093951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579120" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14093951'^^xsd:integer;
  dwc:scientificName 'Morchellium argus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579120'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579120'^^xsd:string;
  dwc:aphiaid '148714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14093951'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '148714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710205> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733067" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710205'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733067'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733067'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710205'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13464500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13464500> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13464500> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13464500>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13464500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13464500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577988" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13464500'^^xsd:integer;
  dwc:scientificName 'Anomia ephippium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577988'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577988'^^xsd:string;
  dwc:aphiaid '138748'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13464500'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '138748'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547708> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13547708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733735" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13547708'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733735'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733735'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13547708'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744561> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744561> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744561>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13744561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577552" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13744561'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577552'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577552'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13744561'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744553> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744553> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744553>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13744553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578016" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13744553'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578016'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578016'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13744553'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744563> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744563> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744563>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13744563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579650" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13744563'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579650'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579650'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13744563'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547685> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13547685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733488" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13547685'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733488'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733488'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13547685'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547702> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13547702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733029" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13547702'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733029'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733029'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13547702'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547703> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13547703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732776" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13547703'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732776'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732776'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13547703'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547706> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13547706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732892" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13547706'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732892'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732892'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13547706'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924032> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924032> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924032>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13924032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578014" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13924032'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578014'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578014'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13924032'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14295609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14295609> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14295609> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14295609>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14295609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14295609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580978" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14295609'^^xsd:integer;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580978'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580978'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14295609'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419543> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419543> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419543>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13419543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579448" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13419543'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579448'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579448'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13419543'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547704> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13547704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733620" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13547704'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733620'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733620'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13547704'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13784766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13784766> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13784766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13784766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13784766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13784766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597931" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13784766'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597931'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597931'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13784766'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547686> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13547686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13547686'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733062'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733062'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13547686'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13464501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13464501> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13464501> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13464501>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13464501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13464501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578041" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13464501'^^xsd:integer;
  dwc:scientificName 'Anomia ephippium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578041'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578041'^^xsd:string;
  dwc:aphiaid '138748'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13464501'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '138748'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13963189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13963189> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13963189> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13963189>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13963189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13963189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579078" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13963189'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria pinnata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579078'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579078'^^xsd:string;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13963189'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547695> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13547695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733341" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13547695'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733341'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733341'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13547695'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419551> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419551> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419551>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13419551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579104" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13419551'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579104'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579104'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13419551'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744566> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744566> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744566>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13744566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579132" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13744566'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579132'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579132'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13744566'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766483> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766483> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766483>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13766483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578029" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13766483'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578029'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578029'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13766483'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324320> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324320> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324320>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14324320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578025" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14324320'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578025'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578025'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14324320'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350328> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13350328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597659" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13350328'^^xsd:integer;
  dwc:scientificName 'Spionida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597659'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597659'^^xsd:string;
  dwc:aphiaid '889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13350328'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '889'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547710> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13547710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732896" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13547710'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732896'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732896'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13547710'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547701> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13547701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733577" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13547701'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733577'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733577'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13547701'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547698> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13547698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733043" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13547698'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733043'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733043'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13547698'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547700> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13547700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733879" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13547700'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733879'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733879'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13547700'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13385397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13385397> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13385397> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13385397>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13385397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13385397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579060" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13385397'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579060'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579060'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13385397'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185279> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185279> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185279>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14185279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579116" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14185279'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579116'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579116'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14185279'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13914458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13914458> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13914458> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13914458>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13914458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13914458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579074" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13914458'^^xsd:integer;
  dwc:scientificName 'Hemimycale columella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579074'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579074'^^xsd:string;
  dwc:aphiaid '133543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13914458'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '133543'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547692> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13547692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734011" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13547692'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734011'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734011'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13547692'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547693> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13547693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733609" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13547693'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733609'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733609'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13547693'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710231> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597609" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710231'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597609'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597609'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710231'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710232> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732964" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710232'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732964'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732964'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710232'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710210> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732835" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710210'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732835'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732835'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710210'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710211> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733942" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710211'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733942'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733942'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710211'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710239> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597704" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710239'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597704'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597704'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710239'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710240> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733355" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710240'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733355'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733355'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710240'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710241> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597657" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710241'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597657'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597657'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710241'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710242> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733129" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710242'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733129'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733129'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710242'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710243> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598146" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710243'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598146'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598146'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710243'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710244> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734056" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710244'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734056'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734056'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710244'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710228> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732861" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710228'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732861'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732861'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710228'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710229> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597709" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710229'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597709'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597709'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710229'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710221> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734086" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710221'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734086'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734086'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710221'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710222> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597817" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710222'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597817'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597817'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710222'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710223> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733533" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710223'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733533'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733533'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710223'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185285> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185285> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185285>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14185285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578434" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14185285'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578434'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578434'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14185285'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13614174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13614174> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13614174> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13614174>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13614174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13614174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578032" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13614174'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578032'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578032'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13614174'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286791> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286791> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286791>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14286791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578438" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14286791'^^xsd:integer;
  dwc:scientificName 'Phyllophora crispa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578438'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578438'^^xsd:string;
  dwc:aphiaid '145660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14286791'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286792> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286792> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286792>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14286792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578060" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14286792'^^xsd:integer;
  dwc:scientificName 'Phyllophora crispa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578060'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578060'^^xsd:string;
  dwc:aphiaid '145660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14286792'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710213> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598134" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710213'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598134'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598134'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710213'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710215> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597718" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710215'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597718'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597718'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710215'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710216> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733422" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710216'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733422'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733422'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710216'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128074> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14128074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732853" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14128074'^^xsd:integer;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732853'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732853'^^xsd:string;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14128074'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13893074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13893074> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13893074> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13893074>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13893074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13893074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579442" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13893074'^^xsd:integer;
  dwc:scientificName 'Haliclona viscosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579442'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579442'^^xsd:string;
  dwc:aphiaid '132881'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13893074'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '235864'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128065> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14128065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732824" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14128065'^^xsd:integer;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732824'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732824'^^xsd:string;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14128065'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710257> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733250" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710257'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733250'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733250'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710257'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710254> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597676" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710254'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597676'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597676'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710254'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710258> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733855" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710258'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733855'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733855'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710258'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539201> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539201> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539201>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13539201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579438" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13539201'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579438'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579438'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13539201'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14434166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14434166> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14434166> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14434166>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14434166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14434166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577548" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14434166'^^xsd:integer;
  dwc:scientificName 'Sphaerococcus coronopifolius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577548'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577548'^^xsd:string;
  dwc:aphiaid '145908'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14434166'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145908'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710245> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733034" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710245'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733034'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733034'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710245'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710246> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732780" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710246'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732780'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732780'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710246'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710253> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733472" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710253'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733472'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733472'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710253'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908318> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13908318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734049" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13908318'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734049'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734049'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13908318'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908320> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13908320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733799" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13908320'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733799'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733799'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13908320'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908321> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13908321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734034" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13908321'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734034'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734034'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13908321'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908326> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13908326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735376" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13908326'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735376'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735376'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13908326'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710255> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733211" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710255'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733211'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733211'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710255'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710256> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597688" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710256'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597688'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597688'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710256'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539205> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539205> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539205>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13539205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578035" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13539205'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578035'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578035'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13539205'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13620722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13620722> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13620722> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13620722>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13620722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13620722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578048" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13620722'^^xsd:integer;
  dwc:scientificName 'Cellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578048'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578048'^^xsd:string;
  dwc:aphiaid '110869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13620722'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '110869'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710233> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597826" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710233'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597826'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597826'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710233'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710234> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733562" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710234'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733562'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733562'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710234'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710235> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597806" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710235'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597806'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597806'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710235'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216870> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216870> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216870>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14216870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579090" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14216870'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579090'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579090'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14216870'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489988> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489988> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489988>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14489988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14489988'^^xsd:integer;
  dwc:scientificName 'Tethyspira spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579072'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579072'^^xsd:string;
  dwc:aphiaid '132558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14489988'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14314216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14314216> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14314216> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14314216>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14314216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14314216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579087" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14314216'^^xsd:integer;
  dwc:scientificName 'Polycirrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579087'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579087'^^xsd:string;
  dwc:aphiaid '129710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14314216'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '129710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13334154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13334154> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13334154> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13334154>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13334154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13334154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579436" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13334154'^^xsd:integer;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579436'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579436'^^xsd:string;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13334154'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13664530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13664530> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13664530> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13664530>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13664530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13664530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580969" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13664530'^^xsd:integer;
  dwc:scientificName 'Circomphalus casina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580969'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580969'^^xsd:string;
  dwc:aphiaid '152412'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13664530'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '141934'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14117464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14117464> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14117464> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14117464>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14117464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14117464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577516" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14117464'^^xsd:integer;
  dwc:scientificName 'Myxilla incrustans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577516'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577516'^^xsd:string;
  dwc:aphiaid '133882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14117464'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '169466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128075> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14128075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734032" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14128075'^^xsd:integer;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734032'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734032'^^xsd:string;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14128075'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589753> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589753> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589753>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13589753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579130" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13589753'^^xsd:integer;
  dwc:scientificName 'Callophyllis laciniata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579130'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579130'^^xsd:string;
  dwc:aphiaid '145262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13589753'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1311357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14420428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14420428> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14420428> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14420428>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14420428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14420428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579110" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14420428'^^xsd:integer;
  dwc:scientificName 'Securiflustra securifrons'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579110'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579110'^^xsd:string;
  dwc:aphiaid '111374'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14420428'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111374'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417970> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417970> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417970>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14417970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579061" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14417970'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579061'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579061'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14417970'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589773> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14589773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733517" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14589773'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733517'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733517'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14589773'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13867581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13867581> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13867581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13867581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13867581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13867581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734007" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13867581'^^xsd:integer;
  dwc:scientificName 'Glycera tridactyla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734007'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734007'^^xsd:string;
  dwc:aphiaid '130130'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13867581'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '130130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721362> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721362> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721362>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13721362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578436" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13721362'^^xsd:integer;
  dwc:scientificName 'Ctenolabrus rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578436'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578436'^^xsd:string;
  dwc:aphiaid '126964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13721362'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '126964'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366805> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733512" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366805'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733512'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733512'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366805'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13554667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13554667> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13554667> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13554667>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13554667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13554667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578000" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13554667'^^xsd:integer;
  dwc:scientificName 'Bonnemaisonia asparagoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578000'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578000'^^xsd:string;
  dwc:aphiaid '144440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13554667'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286785> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286785> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286785>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14286785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578005" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14286785'^^xsd:integer;
  dwc:scientificName 'Phyllophora crispa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578005'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578005'^^xsd:string;
  dwc:aphiaid '145660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14286785'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14342443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14342443> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14342443> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14342443>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14342443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14342443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579648" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14342443'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus pictus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579648'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579648'^^xsd:string;
  dwc:aphiaid '126930'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14342443'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '126930'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405166> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14405166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733125" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14405166'^^xsd:integer;
  dwc:scientificName 'Scolelepis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733125'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733125'^^xsd:string;
  dwc:aphiaid '131177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14405166'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '157566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257974> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257974> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257974>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14257974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580970" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14257974'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580970'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580970'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14257974'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405161> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14405161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734009" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14405161'^^xsd:integer;
  dwc:scientificName 'Scolelepis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734009'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734009'^^xsd:string;
  dwc:aphiaid '131177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14405161'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '157566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710225> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733904" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710225'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733904'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733904'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710225'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405155> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14405155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733060" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14405155'^^xsd:integer;
  dwc:scientificName 'Scolelepis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733060'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733060'^^xsd:string;
  dwc:aphiaid '131177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14405155'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '157566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710224> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597628" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710224'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597628'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597628'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710224'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13933290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13933290> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13933290> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13933290>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13933290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13933290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579095" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13933290'^^xsd:integer;
  dwc:scientificName 'Hinia reticulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579095'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579095'^^xsd:string;
  dwc:aphiaid '416627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13933290'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '140513'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977161> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977161> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977161>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13977161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577553" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13977161'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577553'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577553'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13977161'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405163> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14405163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733040" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14405163'^^xsd:integer;
  dwc:scientificName 'Scolelepis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733040'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733040'^^xsd:string;
  dwc:aphiaid '131177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14405163'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '157566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405164> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14405164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733878" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14405164'^^xsd:integer;
  dwc:scientificName 'Scolelepis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733878'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733878'^^xsd:string;
  dwc:aphiaid '131177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14405164'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '157566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405153> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14405153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733483" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14405153'^^xsd:integer;
  dwc:scientificName 'Scolelepis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733483'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733483'^^xsd:string;
  dwc:aphiaid '131177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14405153'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '157566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405154> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14405154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733239" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14405154'^^xsd:integer;
  dwc:scientificName 'Scolelepis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733239'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733239'^^xsd:string;
  dwc:aphiaid '131177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14405154'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '157566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382163> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382163> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382163>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14382163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578007" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14382163'^^xsd:integer;
  dwc:scientificName 'Rhodymenia pseudopalmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578007'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578007'^^xsd:string;
  dwc:aphiaid '145855'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14382163'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977156> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977156> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977156>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13977156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578017" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13977156'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578017'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578017'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13977156'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13526956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13526956> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13526956> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13526956>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13526956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13526956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577538" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13526956'^^xsd:integer;
  dwc:scientificName 'Asterina phylactica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577538'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577538'^^xsd:string;
  dwc:aphiaid '123990'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13526956'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '123990'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092246> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092246> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092246>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14092246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577542" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14092246'^^xsd:integer;
  dwc:scientificName 'Molgula manhattensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577542'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577542'^^xsd:string;
  dwc:aphiaid '103788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14092246'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382171> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382171> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382171>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14382171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578061" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14382171'^^xsd:integer;
  dwc:scientificName 'Rhodymenia pseudopalmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578061'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578061'^^xsd:string;
  dwc:aphiaid '145855'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14382171'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405165> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14405165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733360" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14405165'^^xsd:integer;
  dwc:scientificName 'Scolelepis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733360'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733360'^^xsd:string;
  dwc:aphiaid '131177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14405165'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '157566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405159> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14405159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14405159'^^xsd:integer;
  dwc:scientificName 'Scolelepis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733147'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733147'^^xsd:string;
  dwc:aphiaid '131177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14405159'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '157566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621915> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597636" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621915'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597636'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597636'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621915'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589771> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14589771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733045" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14589771'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733045'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733045'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14589771'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697134> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13697134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733362" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13697134'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733362'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733362'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13697134'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14096790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14096790> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14096790> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14096790>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14096790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14096790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580968" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14096790'^^xsd:integer;
  dwc:scientificName 'Musculus discors'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580968'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580968'^^xsd:string;
  dwc:aphiaid '140472'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14096790'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '140472'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417966> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417966> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417966>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14417966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580951" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14417966'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580951'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580951'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14417966'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13630896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13630896> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13630896> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13630896>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13630896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13630896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580959" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13630896'^^xsd:integer;
  dwc:scientificName 'Cereus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580959'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580959'^^xsd:string;
  dwc:aphiaid '100987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13630896'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917802> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917802> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917802>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13917802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577992" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13917802'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577992'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577992'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13917802'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590727> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14590727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733881" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14590727'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733881'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733881'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14590727'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621935> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733345" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621935'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733345'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733345'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621935'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621937> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598159" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621937'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598159'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598159'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621937'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621938> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734085" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621938'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734085'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734085'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621938'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621939> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621939'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597816'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597816'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621939'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621940> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733532" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621940'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733532'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733532'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621940'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13793094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13793094> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13793094> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13793094>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13793094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13793094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578013" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13793094'^^xsd:integer;
  dwc:scientificName 'Erythroglossum laciniatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578013'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578013'^^xsd:string;
  dwc:aphiaid '144749'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13793094'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144749'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795476> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795476> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795476>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13795476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577980" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13795476'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577980'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577980'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13795476'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589746> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589746> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589746>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13589746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578002" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13589746'^^xsd:integer;
  dwc:scientificName 'Callophyllis laciniata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578002'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578002'^^xsd:string;
  dwc:aphiaid '145262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13589746'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1311357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417960> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417960> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417960>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14417960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577978" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14417960'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577978'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577978'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14417960'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981583> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981583> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981583>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13981583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578018" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13981583'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578018'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578018'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13981583'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589751> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589751> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589751>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13589751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577546" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13589751'^^xsd:integer;
  dwc:scientificName 'Callophyllis laciniata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577546'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577546'^^xsd:string;
  dwc:aphiaid '145262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13589751'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1311357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908325> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13908325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733848" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13908325'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733848'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733848'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13908325'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128076> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14128076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733845" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14128076'^^xsd:integer;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733845'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733845'^^xsd:string;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14128076'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908324> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13908324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733245" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13908324'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733245'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733245'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13908324'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417964> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417964> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417964>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14417964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577512" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14417964'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577512'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577512'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14417964'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128059> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14128059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733481" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14128059'^^xsd:integer;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733481'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733481'^^xsd:string;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14128059'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128060> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14128060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733237" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14128060'^^xsd:integer;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733237'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733237'^^xsd:string;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14128060'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908322> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13908322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732888" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13908322'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732888'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732888'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13908322'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908323> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13908323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733466" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13908323'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733466'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733466'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13908323'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412332> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14412332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597689" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14412332'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597689'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597689'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14412332'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366804> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733877" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366804'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733877'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733877'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366804'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14223506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14223506> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14223506> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14223506>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14223506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14223506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577527" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14223506'^^xsd:integer;
  dwc:scientificName 'Palaemon serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577527'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577527'^^xsd:string;
  dwc:aphiaid '107616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14223506'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '107616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621947> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597811" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621947'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597811'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597811'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621947'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14172405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14172405> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14172405> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14172405>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14172405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14172405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577518" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14172405'^^xsd:integer;
  dwc:scientificName 'Obelia dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577518'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577518'^^xsd:string;
  dwc:aphiaid '117386'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14172405'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117386'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917820> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917820> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917820>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13917820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578052" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13917820'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578052'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578052'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13917820'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697130> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13697130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733342" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13697130'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733342'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733342'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13697130'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697132> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13697132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734083" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13697132'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734083'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734083'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13697132'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14511820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14511820> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14511820> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14511820>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14511820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14511820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578039" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14511820'^^xsd:integer;
  dwc:scientificName 'Trivia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578039'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578039'^^xsd:string;
  dwc:aphiaid '138582'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14511820'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '138582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589685> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14589685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735380" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14589685'^^xsd:integer;
  dwc:scientificName 'Paragnathia formica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735380'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735380'^^xsd:string;
  dwc:aphiaid '119001'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14589685'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '119001'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12609218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12609218> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12609218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12609218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12609218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:12609218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732805" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '12609218'^^xsd:integer;
  dwc:scientificName 'Neomysis integer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732805'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732805'^^xsd:string;
  dwc:aphiaid '120136'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:12609218'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '120136'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149048> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14149048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732855" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14149048'^^xsd:integer;
  dwc:scientificName 'Nephtys hombergii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732855'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732855'^^xsd:string;
  dwc:aphiaid '130359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14149048'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '130359'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713158> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713158> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713158>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13713158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578427" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13713158'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578427'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578427'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13713158'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713159> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713159> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713159>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13713159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578042" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13713159'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578042'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578042'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13713159'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897180> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897180> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897180>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13897180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578008" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13897180'^^xsd:integer;
  dwc:scientificName 'Halurus flosculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578008'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578008'^^xsd:string;
  dwc:aphiaid '144595'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13897180'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144595'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13413012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13413012> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13413012> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13413012>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13413012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13413012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577982" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13413012'^^xsd:integer;
  dwc:scientificName 'Aglaophenia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577982'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577982'^^xsd:string;
  dwc:aphiaid '116999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13413012'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '116999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713145> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713145> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713145>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13713145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577989" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13713145'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577989'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577989'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13713145'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713148> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713148> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713148>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13713148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577533" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13713148'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577533'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577533'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13713148'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311388> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311388> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311388>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14311388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579125" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14311388'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579125'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579125'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14311388'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713152> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713152> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713152>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13713152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579102" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13713152'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579102'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579102'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13713152'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311385> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311385> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311385>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14311385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580976" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14311385'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580976'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580976'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14311385'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216862> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216862> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216862>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14216862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579447" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14216862'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579447'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579447'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14216862'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13939966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13939966> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13939966> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13939966>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13939966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13939966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578037" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13939966'^^xsd:integer;
  dwc:scientificName 'Hyas araneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578037'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578037'^^xsd:string;
  dwc:aphiaid '107322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13939966'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107322'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908299> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13908299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13908299'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733072'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733072'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13908299'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908300> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13908300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732800" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13908300'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732800'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732800'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13908300'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621963> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733128" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621963'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733128'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733128'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621963'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621965> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734055" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621965'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734055'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734055'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621965'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917819> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917819> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917819>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13917819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578431" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13917819'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578431'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578431'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13917819'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216861> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216861> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216861>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14216861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577528" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14216861'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577528'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577528'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14216861'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795484> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795484> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795484>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13795484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578028" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13795484'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578028'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578028'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13795484'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908296> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13908296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732826" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13908296'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732826'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732826'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13908296'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14358457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14358457> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14358457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14358457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14358457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14358457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733148" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14358457'^^xsd:integer;
  dwc:scientificName 'Psammodrilus balanoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733148'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733148'^^xsd:string;
  dwc:aphiaid '130859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14358457'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '130859'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14213418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14213418> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14213418> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14213418>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14213418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14213418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578036" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14213418'^^xsd:integer;
  dwc:scientificName 'Paguridae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578036'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578036'^^xsd:string;
  dwc:aphiaid '106738'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14213418'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '106738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14093946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14093946> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14093946> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14093946>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14093946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14093946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577994" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14093946'^^xsd:integer;
  dwc:scientificName 'Morchellium argus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577994'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577994'^^xsd:string;
  dwc:aphiaid '148714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14093946'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '148714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705499> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13705499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733518" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13705499'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733518'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733518'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13705499'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13774292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13774292> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13774292> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13774292>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13774292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13774292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578015" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13774292'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578015'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578015'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13774292'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851932> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851932> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851932>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13851932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577986" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13851932'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577986'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577986'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13851932'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14309287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14309287> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14309287> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14309287>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14309287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14309287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577998" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14309287'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577998'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577998'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14309287'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128068> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14128068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733605" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14128068'^^xsd:integer;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733605'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733605'^^xsd:string;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14128068'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908303> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13908303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734008" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13908303'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734008'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734008'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13908303'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908304> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13908304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597717" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13908304'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597717'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597717'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13908304'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908310> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13908310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734078" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13908310'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734078'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734078'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13908310'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128070> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14128070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733335" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14128070'^^xsd:integer;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733335'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733335'^^xsd:string;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14128070'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128071> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14128071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734076" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14128071'^^xsd:integer;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734076'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734076'^^xsd:string;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14128071'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128072> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14128072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733522" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14128072'^^xsd:integer;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733522'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733522'^^xsd:string;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14128072'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128061> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14128061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733057" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14128061'^^xsd:integer;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733057'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733057'^^xsd:string;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14128061'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14096792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14096792> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14096792> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14096792>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14096792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14096792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579099" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14096792'^^xsd:integer;
  dwc:scientificName 'Musculus discors'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579099'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579099'^^xsd:string;
  dwc:aphiaid '140472'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14096792'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '140472'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13638353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13638353> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13638353> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13638353>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13638353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13638353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579085" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13638353'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579085'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579085'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13638353'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539192> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539192> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539192>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13539192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580964" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13539192'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580964'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580964'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13539192'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14313084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14313084> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14313084> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14313084>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14313084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14313084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579097" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14313084'^^xsd:integer;
  dwc:scientificName 'Polycera quadrilineata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579097'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579097'^^xsd:string;
  dwc:aphiaid '140838'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14313084'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '140838'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13620719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13620719> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13620719> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13620719>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13620719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13620719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579111" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13620719'^^xsd:integer;
  dwc:scientificName 'Cellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579111'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579111'^^xsd:string;
  dwc:aphiaid '110869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13620719'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '110869'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14469346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14469346> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14469346> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14469346>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14469346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14469346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579063" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14469346'^^xsd:integer;
  dwc:scientificName 'Suberites carnosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579063'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579063'^^xsd:string;
  dwc:aphiaid '134275'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14469346'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539195> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539195> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539195>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13539195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579089" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13539195'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579089'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579089'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13539195'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128069> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14128069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733789" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14128069'^^xsd:integer;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733789'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733789'^^xsd:string;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14128069'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908316> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13908316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733349" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13908316'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733349'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733349'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13908316'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908317> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13908317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733123" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13908317'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733123'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733123'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13908317'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539178> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539178> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539178>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13539178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577984" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13539178'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577984'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577984'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13539178'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539186> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539186> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539186>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13539186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577525" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13539186'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577525'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577525'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13539186'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583938> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583938> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583938>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13583938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579093" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13583938'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579093'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579093'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13583938'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13884212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13884212> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13884212> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13884212>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13884212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13884212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579077" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13884212'^^xsd:integer;
  dwc:scientificName 'Halecium halecinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579077'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579077'^^xsd:string;
  dwc:aphiaid '231751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13884212'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350346> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13350346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597654" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13350346'^^xsd:integer;
  dwc:scientificName 'Spionida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597654'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597654'^^xsd:string;
  dwc:aphiaid '889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13350346'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '889'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678874> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678874> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678874>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13678874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578054" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13678874'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578054'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578054'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13678874'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697135> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13697135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732961" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13697135'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732961'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732961'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13697135'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908313> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13908313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733555" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13908313'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733555'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733555'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13908313'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908314> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13908314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733494" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13908314'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733494'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733494'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13908314'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908315> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13908315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733215" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13908315'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733215'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733215'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13908315'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697127> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13697127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733936" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13697127'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733936'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733936'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13697127'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697138> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13697138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733351" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13697138'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733351'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733351'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13697138'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697139> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13697139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733126" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13697139'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733126'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733126'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13697139'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697140> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13697140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734051" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13697140'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734051'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734051'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13697140'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766476> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766476> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766476>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13766476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579076" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13766476'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579076'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579076'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13766476'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13802174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13802174> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13802174> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13802174>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13802174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13802174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579098" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13802174'^^xsd:integer;
  dwc:scientificName 'Eubranchus tricolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579098'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579098'^^xsd:string;
  dwc:aphiaid '139771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13802174'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '139771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502392> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502392> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502392>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13502392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579123" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13502392'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579123'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579123'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13502392'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324313> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324313> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324313>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14324313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14324313'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579064'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579064'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14324313'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350349> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13350349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598023" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13350349'^^xsd:integer;
  dwc:scientificName 'Spionida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598023'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598023'^^xsd:string;
  dwc:aphiaid '889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13350349'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '889'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14358452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14358452> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14358452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14358452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14358452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14358452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733114" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14358452'^^xsd:integer;
  dwc:scientificName 'Psammodrilus balanoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733114'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733114'^^xsd:string;
  dwc:aphiaid '130859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14358452'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '130859'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697126> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13697126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733118" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13697126'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733118'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733118'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13697126'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128058> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14128058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733110" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14128058'^^xsd:integer;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733110'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733110'^^xsd:string;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14128058'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13612582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13612582> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13612582> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13612582>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13612582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13612582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577526" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13612582'^^xsd:integer;
  dwc:scientificName 'Caridea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577526'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577526'^^xsd:string;
  dwc:aphiaid '106674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13612582'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590722> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14590722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733612" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14590722'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733612'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733612'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14590722'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590723> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14590723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733419" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14590723'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733419'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733419'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14590723'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590717> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14590717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733063" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14590717'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733063'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733063'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14590717'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606630> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13606630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733803" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13606630'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733803'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733803'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13606630'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621974> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733539" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621974'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733539'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733539'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621974'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755099> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755099> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755099>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13755099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577996" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13755099'^^xsd:integer;
  dwc:scientificName 'Diplosoma listerianum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577996'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577996'^^xsd:string;
  dwc:aphiaid '103579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13755099'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13732601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13732601> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13732601> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13732601>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13732601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13732601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577997" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13732601'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577997'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577997'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13732601'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678860> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678860> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678860>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13678860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577993" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13678860'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577993'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577993'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13678860'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908311> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13908311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733038" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13908311'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733038'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733038'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13908311'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128073> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14128073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733509" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14128073'^^xsd:integer;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733509'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733509'^^xsd:string;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14128073'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943535> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943535> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943535>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13943535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580955" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13943535'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580955'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580955'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13943535'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621931> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734013" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621931'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734013'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734013'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621931'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621932> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733614" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621932'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733614'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733614'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621932'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621933> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733421" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621933'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733421'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733421'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621933'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621960> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597703" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621960'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597703'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597703'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621960'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621961> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733354" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621961'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733354'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733354'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621961'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13732604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13732604> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13732604> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13732604>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13732604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13732604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579126" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13732604'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579126'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579126'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13732604'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678866> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678866> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678866>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13678866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579119" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13678866'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579119'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579119'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13678866'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12609219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12609219> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12609219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12609219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12609219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:12609219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733417" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '12609219'^^xsd:integer;
  dwc:scientificName 'Neomysis integer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733417'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733417'^^xsd:string;
  dwc:aphiaid '120136'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:12609219'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '120136'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412333> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14412333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733251" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14412333'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733251'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733251'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14412333'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366790> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732827" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366790'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732827'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732827'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366790'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943530> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943530> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943530>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13943530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579443" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13943530'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579443'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579443'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13943530'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502399> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502399> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502399>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13502399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578055" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13502399'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578055'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578055'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13502399'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621969> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733623" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621969'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733623'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733623'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621969'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621970> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598026" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621970'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598026'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598026'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621970'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312628> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312628> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312628>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14312628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579096" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14312628'^^xsd:integer;
  dwc:scientificName 'Polycera faeroensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579096'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579096'^^xsd:string;
  dwc:aphiaid '140834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14312628'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '140834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14513288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14513288> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14513288> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14513288>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14513288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14513288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579094" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14513288'^^xsd:integer;
  dwc:scientificName 'Trivia monacha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579094'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579094'^^xsd:string;
  dwc:aphiaid '141744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14513288'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '141744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917811> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917811> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917811>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13917811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579114" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13917811'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579114'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579114'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13917811'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621968> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597935" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621968'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597935'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597935'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621968'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12609217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12609217> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12609217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12609217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12609217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:12609217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733933" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '12609217'^^xsd:integer;
  dwc:scientificName 'Neomysis integer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733933'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733933'^^xsd:string;
  dwc:aphiaid '120136'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:12609217'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '120136'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13577629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13577629> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13577629> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13577629>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13577629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13577629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578430" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13577629'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578430'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578430'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13577629'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13577630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13577630> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13577630> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13577630>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13577630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13577630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578050" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13577630'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578050'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578050'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13577630'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907459> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13907459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732831" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13907459'^^xsd:integer;
  dwc:scientificName 'Haustorius arenarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732831'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732831'^^xsd:string;
  dwc:aphiaid '102317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13907459'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '102317'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907460> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13907460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733935" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13907460'^^xsd:integer;
  dwc:scientificName 'Haustorius arenarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733935'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733935'^^xsd:string;
  dwc:aphiaid '102317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13907460'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '102317'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907461> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13907461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733150" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13907461'^^xsd:integer;
  dwc:scientificName 'Haustorius arenarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733150'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733150'^^xsd:string;
  dwc:aphiaid '102317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13907461'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '102317'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590729> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14590729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732859" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14590729'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732859'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732859'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14590729'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120729> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120729> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120729>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14120729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578038" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14120729'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578038'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578038'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14120729'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590733> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14590733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733537" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14590733'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733537'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733537'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14590733'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14039762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14039762> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14039762> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14039762>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14039762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14039762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578057" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14039762'^^xsd:integer;
  dwc:scientificName 'Lophius piscatorius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578057'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578057'^^xsd:string;
  dwc:aphiaid '126555'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14039762'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '126555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907464> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13907464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733578" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13907464'^^xsd:integer;
  dwc:scientificName 'Haustorius arenarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733578'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733578'^^xsd:string;
  dwc:aphiaid '102317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13907464'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '102317'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590725> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14590725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733046" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14590725'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733046'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733046'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14590725'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590726> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14590726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14590726'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733902'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733902'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14590726'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359619> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359619> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359619>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13359619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579131" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13359619'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579131'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579131'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13359619'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621912> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733120" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621912'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733120'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733120'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621912'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621979> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733249" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621979'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733249'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733249'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621979'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705505> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13705505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597934" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13705505'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597934'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597934'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13705505'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705506> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13705506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733622" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13705506'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733622'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733622'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13705506'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705507> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13705507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598025" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13705507'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598025'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598025'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13705507'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705508> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13705508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733802" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13705508'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733802'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733802'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13705508'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705509> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13705509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734042" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13705509'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734042'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734042'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13705509'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606623> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13606623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598022" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13606623'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598022'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598022'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13606623'^^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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606624> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13606624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733796" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13606624'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733796'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733796'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13606624'^^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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489396> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489396> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489396>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14489396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578024" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14489396'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578024'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578024'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14489396'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606622> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13606622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733939" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13606622'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733939'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733939'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13606622'^^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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606626> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13606626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733519" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13606626'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733519'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733519'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13606626'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149046> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14149046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733073" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14149046'^^xsd:integer;
  dwc:scientificName 'Nephtys hombergii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733073'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733073'^^xsd:string;
  dwc:aphiaid '130359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14149046'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '130359'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705503> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13705503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733352" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13705503'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733352'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733352'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13705503'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14390943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14390943> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14390943> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14390943>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14390943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14390943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578019" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14390943'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578019'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578019'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14390943'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749771> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749771> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749771>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13749771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578001" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13749771'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578001'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578001'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13749771'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697136> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13697136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733559" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13697136'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733559'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733559'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13697136'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697137> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13697137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733218" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13697137'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733218'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733218'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13697137'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697141> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13697141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733165" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13697141'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733165'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733165'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13697141'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14358453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14358453> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14358453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14358453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14358453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14358453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733484" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14358453'^^xsd:integer;
  dwc:scientificName 'Psammodrilus balanoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733484'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733484'^^xsd:string;
  dwc:aphiaid '130859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14358453'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '130859'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558610> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558610> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558610>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13558610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577541" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13558610'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577541'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577541'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13558610'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350335> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13350335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597625" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13350335'^^xsd:integer;
  dwc:scientificName 'Spionida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597625'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597625'^^xsd:string;
  dwc:aphiaid '889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13350335'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '889'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621953> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732963" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621953'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732963'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732963'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621953'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697128> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13697128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733076" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13697128'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733076'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733076'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13697128'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697129> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13697129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732806" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13697129'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732806'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732806'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13697129'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621911> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597652" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621911'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597652'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597652'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621911'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621984> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735381" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621984'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735381'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735381'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621984'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350342> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13350342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597823" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13350342'^^xsd:integer;
  dwc:scientificName 'Spionida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597823'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597823'^^xsd:string;
  dwc:aphiaid '889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13350342'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '889'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350352> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13350352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597598" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13350352'^^xsd:integer;
  dwc:scientificName 'Spionida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597598'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597598'^^xsd:string;
  dwc:aphiaid '889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13350352'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '889'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621951> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733363" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621951'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733363'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733363'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621951'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621923> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621923'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732834'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732834'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621923'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621926> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597661" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621926'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597661'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597661'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621926'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621927> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733153" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621927'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733153'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733153'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621927'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583928> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583928> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583928>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13583928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577987" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13583928'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577987'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577987'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13583928'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458755> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458755> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458755>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13458755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579643" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13458755'^^xsd:integer;
  dwc:scientificName 'Anapagurus hyndmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579643'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579643'^^xsd:string;
  dwc:aphiaid '107217'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13458755'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107217'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766469> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766469> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766469>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13766469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577517" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13766469'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577517'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577517'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13766469'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583931> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583931> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583931>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13583931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577531" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13583931'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577531'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577531'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13583931'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12609215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12609215> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12609215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12609215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12609215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:12609215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733487" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '12609215'^^xsd:integer;
  dwc:scientificName 'Neomysis integer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733487'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733487'^^xsd:string;
  dwc:aphiaid '120136'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:12609215'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '120136'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12609216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12609216> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12609216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12609216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12609216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:12609216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733240" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '12609216'^^xsd:integer;
  dwc:scientificName 'Neomysis integer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733240'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733240'^^xsd:string;
  dwc:aphiaid '120136'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:12609216'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '120136'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621949> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732860" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621949'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732860'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732860'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621949'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621950> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597708" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621950'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597708'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597708'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621950'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583934> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583934> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583934>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13583934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580967" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13583934'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580967'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580967'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13583934'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718172> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718172> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718172>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13718172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578009" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13718172'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578009'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578009'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13718172'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621934> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733566" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621934'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733566'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733566'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621934'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621929> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732809" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621929'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732809'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732809'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621929'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621943> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598052" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621943'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598052'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598052'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621943'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621913> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733491" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621913'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733491'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733491'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621913'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621966> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733033" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621966'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733033'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733033'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621966'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621967> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732779" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621967'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732779'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732779'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621967'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621975> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732893" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621975'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732893'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732893'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621975'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621976> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733471" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621976'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733471'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733471'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621976'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721360> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721360> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721360>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13721360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579128" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13721360'^^xsd:integer;
  dwc:scientificName 'Ctenolabrus rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579128'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579128'^^xsd:string;
  dwc:aphiaid '126964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13721360'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '126964'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149053> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14149053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734036" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14149053'^^xsd:integer;
  dwc:scientificName 'Nephtys hombergii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734036'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734036'^^xsd:string;
  dwc:aphiaid '130359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14149053'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '130359'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536904> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536904> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536904>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13536904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580963" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13536904'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580963'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580963'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13536904'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621983> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733854" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621983'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733854'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733854'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621983'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718177> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718177> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718177>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13718177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577549" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13718177'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577549'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577549'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13718177'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14530057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14530057> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14530057> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14530057>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14530057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14530057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577534" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14530057'^^xsd:integer;
  dwc:scientificName 'Umbonula littoralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577534'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577534'^^xsd:string;
  dwc:aphiaid '111586'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14530057'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '146830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621978> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597687" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621978'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597687'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597687'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621978'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621954> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621954'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597825'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597825'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621954'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621955> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733561" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621955'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733561'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733561'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621955'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621957> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733500" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621957'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733500'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733500'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621957'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621958> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597681" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621958'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597681'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597681'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621958'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621959> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733221" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621959'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733221'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733221'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621959'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621980> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733737" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621980'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733737'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733737'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621980'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621981> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733168" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621981'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733168'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733168'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621981'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412322> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14412322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733615" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14412322'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733615'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733615'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14412322'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412323> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14412323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733423" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14412323'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733423'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733423'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14412323'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14601105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14601105> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14601105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14601105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14601105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14601105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734044" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14601105'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734044'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734044'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14601105'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412326> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14412326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734088" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14412326'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734088'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734088'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14412326'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149047> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14149047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733337" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14149047'^^xsd:integer;
  dwc:scientificName 'Nephtys hombergii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733337'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733337'^^xsd:string;
  dwc:aphiaid '130359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14149047'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '130359'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621945> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733882" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621945'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733882'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733882'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621945'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621946> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733580" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621946'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733580'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733580'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621946'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621941> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597627" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621941'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597627'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597627'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621941'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621942> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733048" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621942'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733048'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733048'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621942'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621928> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733079" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621928'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733079'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733079'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621928'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907462> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13907462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734012" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13907462'^^xsd:integer;
  dwc:scientificName 'Haustorius arenarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734012'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734012'^^xsd:string;
  dwc:aphiaid '102317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13907462'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '102317'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907463> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13907463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733610" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13907463'^^xsd:integer;
  dwc:scientificName 'Haustorius arenarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733610'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733610'^^xsd:string;
  dwc:aphiaid '102317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13907463'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '102317'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12458350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12458350> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12458350> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12458350>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12458350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:12458350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577536" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '12458350'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577536'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577536'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:12458350'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590724> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14590724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733530" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14590724'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733530'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733530'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14590724'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412327> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14412327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732864" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14412327'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732864'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732864'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14412327'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120726> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120726> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120726>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14120726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579092" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14120726'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579092'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579092'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14120726'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051023> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14051023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597937" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14051023'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597937'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597937'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14051023'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051024> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14051024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733625" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14051024'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733625'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733625'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14051024'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051025> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14051025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598028" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14051025'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598028'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598028'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14051025'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051026> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14051026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733806" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14051026'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733806'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733806'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14051026'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051027> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14051027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598142" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14051027'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598142'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598142'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14051027'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051028> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14051028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734046" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14051028'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734046'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734046'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14051028'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589768> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14589768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733795" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14589768'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733795'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733795'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14589768'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366784> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733113" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366784'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733113'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733113'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366784'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366809> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732959" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366809'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732959'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732959'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366809'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607446> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607446> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607446>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14607446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579118" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14607446'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579118'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579118'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14607446'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050985> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14050985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597700" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14050985'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597700'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597700'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14050985'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050986> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14050986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733346" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14050986'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733346'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733346'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14050986'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050967> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14050967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733068" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14050967'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733068'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733068'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14050967'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543355> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543355> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543355>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14543355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579449" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14543355'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579449'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579449'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14543355'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051030> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14051030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733540" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14051030'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733540'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733540'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14051030'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492227> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733340" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492227'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733340'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733340'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492227'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492229> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598157" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492229'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598157'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598157'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492229'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492230> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734081" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492230'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734081'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734081'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492230'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12975992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12975992> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12975992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12975992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12975992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:12975992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734010" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '12975992'^^xsd:integer;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734010'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734010'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:12975992'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12975993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12975993> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12975993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12975993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12975993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:12975993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733608" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '12975993'^^xsd:integer;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733608'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733608'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:12975993'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12975994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12975994> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12975994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12975994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12975994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:12975994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733416" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '12975994'^^xsd:integer;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733416'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733416'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:12975994'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050989> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14050989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598161" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14050989'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598161'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598161'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14050989'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050991> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14050991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14050991'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597818'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597818'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14050991'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050992> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14050992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733534" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14050992'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733534'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733534'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14050992'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589776> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14589776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732962" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14589776'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732962'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732962'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14589776'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388177> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388177> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388177>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14388177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579086" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14388177'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579086'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579086'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14388177'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460109> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460109> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460109>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14460109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579069" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14460109'^^xsd:integer;
  dwc:scientificName 'Stelligera rigida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579069'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579069'^^xsd:string;
  dwc:aphiaid '134174'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14460109'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1424275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14228955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14228955> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14228955> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14228955>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14228955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14228955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579129" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14228955'^^xsd:integer;
  dwc:scientificName 'Parablennius gattorugine'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579129'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579129'^^xsd:string;
  dwc:aphiaid '126770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14228955'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '126770'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492222> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597660" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492222'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597660'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597660'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492222'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050971> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14050971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597583" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14050971'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597583'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597583'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14050971'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050972> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14050972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732836" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14050972'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732836'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732836'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14050972'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050973> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14050973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598106" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14050973'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598106'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598106'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14050973'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050974> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14050974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733943" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14050974'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733943'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733943'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14050974'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050977> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14050977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597662" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14050977'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597662'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597662'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14050977'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051002> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14051002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597593" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14051002'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597593'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597593'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14051002'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051003> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14051003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732863" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14051003'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732863'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732863'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14051003'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051004> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14051004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597710" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14051004'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597710'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597710'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14051004'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051005> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14051005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14051005'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733365'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733365'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14051005'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050978> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14050978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733154" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14050978'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733154'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733154'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14050978'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492218> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598104" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492218'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598104'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598104'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492218'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492219> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733932" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492219'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733932'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733932'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492219'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492216> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597581" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492216'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597581'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597581'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492216'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492217> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732829" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492217'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732829'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732829'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492217'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492224> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597579" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492224'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597579'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597579'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492224'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12975997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12975997> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12975997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12975997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12975997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:12975997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735377" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '12975997'^^xsd:integer;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735377'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735377'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:12975997'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14353680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14353680> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14353680> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14353680>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14353680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14353680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579084" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14353680'^^xsd:integer;
  dwc:scientificName 'Prostheceraeus vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579084'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579084'^^xsd:string;
  dwc:aphiaid '142820'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14353680'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '142820'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13892464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13892464> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13892464> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13892464>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13892464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13892464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579075" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13892464'^^xsd:integer;
  dwc:scientificName 'Haliclona urceolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579075'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579075'^^xsd:string;
  dwc:aphiaid '150256'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13892464'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '150256'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14353684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14353684> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14353684> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14353684>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14353684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14353684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578033" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14353684'^^xsd:integer;
  dwc:scientificName 'Prostheceraeus vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578033'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578033'^^xsd:string;
  dwc:aphiaid '142820'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14353684'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '142820'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14235900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14235900> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14235900> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14235900>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14235900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14235900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579106" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14235900'^^xsd:integer;
  dwc:scientificName 'Parasmittina trispinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579106'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579106'^^xsd:string;
  dwc:aphiaid '111547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14235900'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828590> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828590> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828590>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13828590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579109" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13828590'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579109'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579109'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13828590'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132867> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132867> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132867>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14132867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579079" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14132867'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579079'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579079'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14132867'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886933> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886933> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886933>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13886933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579073" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13886933'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579073'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579073'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13886933'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388186> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388186> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388186>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14388186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578034" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14388186'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578034'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578034'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14388186'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051006> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14051006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732965" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14051006'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732965'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732965'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14051006'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050962> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14050962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733121" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14050962'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733121'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733121'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14050962'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366810> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733558" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366810'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733558'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733558'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366810'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366811> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733496" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366811'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733496'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733496'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366811'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366812> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733217" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366812'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733217'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733217'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366812'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589777> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14589777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733498" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14589777'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733498'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733498'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14589777'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589778> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14589778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733219" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14589778'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733219'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733219'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14589778'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050984> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14050984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734015" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14050984'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734015'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734015'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14050984'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589764> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14589764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733078" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14589764'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733078'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733078'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14589764'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589765> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14589765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732807" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14589765'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732807'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732807'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14589765'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366786> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733059" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366786'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733059'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733059'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366786'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13756133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13756133> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13756133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13756133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13756133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13756133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735384" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13756133'^^xsd:integer;
  dwc:scientificName 'Diptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735384'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735384'^^xsd:string;
  dwc:aphiaid '118088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13756133'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '118088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589787> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14589787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733852" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14589787'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733852'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733852'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14589787'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14108748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14108748> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14108748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14108748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14108748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14108748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735382" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14108748'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735382'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735382'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14108748'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197567> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197567> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197567>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14197567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580974" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14197567'^^xsd:integer;
  dwc:scientificName 'Ophiura albida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580974'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580974'^^xsd:string;
  dwc:aphiaid '124913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14197567'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589785> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14589785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733207" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14589785'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733207'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733207'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14589785'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366823> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733246" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366823'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733246'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733246'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366823'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051014> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14051014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733357" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14051014'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733357'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733357'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14051014'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051015> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14051015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597658" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14051015'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597658'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597658'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14051015'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051016> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14051016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733131" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14051016'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733131'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733131'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14051016'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051017> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14051017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14051017'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598147'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598147'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14051017'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051018> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14051018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734057" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14051018'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734057'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734057'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14051018'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492244> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597702" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492244'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597702'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597702'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492244'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492245> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597655" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492245'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597655'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597655'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492245'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366802> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733039" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366802'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733039'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733039'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366802'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492250> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597933" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492250'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597933'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597933'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492250'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492251> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733619" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492251'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733619'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733619'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492251'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492252> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598024" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492252'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598024'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598024'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492252'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492253> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598138" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492253'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598138'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598138'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492253'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535378> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535378> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535378>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14535378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579444" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14535378'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579444'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579444'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14535378'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705490> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13705490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732808" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13705490'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732808'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732808'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13705490'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705502> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13705502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733220" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13705502'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733220'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733220'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13705502'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705500> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13705500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733560" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13705500'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733560'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733560'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13705500'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705501> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13705501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733499" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13705501'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733499'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733499'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13705501'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197568> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197568> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197568>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14197568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579117" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14197568'^^xsd:integer;
  dwc:scientificName 'Ophiura albida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579117'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579117'^^xsd:string;
  dwc:aphiaid '124913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14197568'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589774> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14589774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732858" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14589774'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732858'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732858'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14589774'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589761> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14589761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732832" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14589761'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732832'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732832'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14589761'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416135> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416135> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416135>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14416135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580977" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14416135'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580977'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580977'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14416135'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951751> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951751> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951751>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13951751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580966" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13951751'^^xsd:integer;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580966'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580966'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13951751'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535382> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535382> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535382>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14535382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580957" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14535382'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580957'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580957'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14535382'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590728> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14590728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733579" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14590728'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733579'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733579'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14590728'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535396> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535396> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535396>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14535396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578031" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14535396'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578031'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578031'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14535396'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359626> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359626> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359626>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13359626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578059" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13359626'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578059'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578059'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13359626'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197576> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197576> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197576>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14197576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578435" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14197576'^^xsd:integer;
  dwc:scientificName 'Ophiura albida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578435'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578435'^^xsd:string;
  dwc:aphiaid '124913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14197576'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366793> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733146" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366793'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733146'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733146'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366793'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366794> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733074" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366794'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733074'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733074'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366794'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366795> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732801" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366795'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732801'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732801'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366795'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366813> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733350" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366813'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733350'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733350'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366813'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366814> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733124" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366814'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733124'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733124'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366814'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366815> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734050" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366815'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734050'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734050'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366815'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589779> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14589779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734053" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14589779'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734053'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734053'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14589779'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366798> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733339" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366798'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733339'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733339'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366798'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366800> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734079" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366800'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734079'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734079'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366800'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535386> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535386> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535386>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14535386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579437" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14535386'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579437'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579437'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14535386'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051001> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14051001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733521" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14051001'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733521'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733521'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14051001'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051000> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14051000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597813" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14051000'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597813'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597813'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14051000'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492236> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597809" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492236'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597809'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597809'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492236'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416138> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416138> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416138>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14416138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579440" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14416138'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579440'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579440'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14416138'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705498> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13705498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733047" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13705498'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733047'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733047'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13705498'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366822> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733468" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366822'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733468'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733468'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366822'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197566> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197566> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197566>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14197566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579645" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14197566'^^xsd:integer;
  dwc:scientificName 'Ophiura albida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579645'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579645'^^xsd:string;
  dwc:aphiaid '124913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14197566'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336158> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336158> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336158>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14336158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580962" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14336158'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580962'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580962'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14336158'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14005071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14005071> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14005071> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14005071>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14005071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14005071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580950" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14005071'^^xsd:integer;
  dwc:scientificName 'Leucosolenia complicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580950'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580950'^^xsd:string;
  dwc:aphiaid '132219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14005071'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748911> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748911> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748911>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13748911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577540" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13748911'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577540'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577540'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13748911'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120723> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120723> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120723>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14120723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577529" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14120723'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577529'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577529'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14120723'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13483258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13483258> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13483258> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13483258>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13483258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13483258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577539" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13483258'^^xsd:integer;
  dwc:scientificName 'Aplidium punctum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577539'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577539'^^xsd:string;
  dwc:aphiaid '103662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13483258'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590715> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14590715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733490" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14590715'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733490'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733490'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14590715'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590716> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14590716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733241" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14590716'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733241'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733241'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14590716'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589780> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14589780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733031" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14589780'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733031'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733031'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14589780'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366816> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733028" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366816'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733028'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733028'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366816'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366821> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732890" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366821'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732890'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732890'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366821'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590730> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14590730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733032" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14590730'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733032'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733032'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14590730'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590731> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14590731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732778" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14590731'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732778'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732778'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14590731'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907465> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13907465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733030" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13907465'^^xsd:integer;
  dwc:scientificName 'Haustorius arenarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733030'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733030'^^xsd:string;
  dwc:aphiaid '102317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13907465'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '102317'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705485> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13705485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597582" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13705485'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597582'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597582'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13705485'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705486> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13705486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732833" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13705486'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732833'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732833'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13705486'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705487> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13705487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598105" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13705487'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598105'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598105'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13705487'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705488> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13705488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733938" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13705488'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733938'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733938'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13705488'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705489> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13705489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733152" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13705489'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733152'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733152'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13705489'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336152> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336152> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336152>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14336152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577522" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14336152'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577522'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577522'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14336152'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492254> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734039" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492254'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734039'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734039'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492254'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366824> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733733" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366824'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733733'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733733'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366824'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366785> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733482" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366785'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733482'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733482'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366785'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590734> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14590734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733166" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14590734'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733166'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733166'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14590734'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590735> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14590735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732897" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14590735'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732897'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732897'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14590735'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12455433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12455433> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12455433> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12455433>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12455433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:12455433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577990" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '12455433'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577990'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577990'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:12455433'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13338852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13338852> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13338852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13338852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13338852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13338852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733790" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13338852'^^xsd:integer;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733790'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733790'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13338852'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13456264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13456264> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13456264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13456264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13456264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13456264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733214" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13456264'^^xsd:integer;
  dwc:scientificName 'Anaitides mucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733214'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733214'^^xsd:string;
  dwc:aphiaid '152441'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13456264'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '334512'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14171442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14171442> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14171442> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14171442>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14171442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14171442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580956" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14171442'^^xsd:integer;
  dwc:scientificName 'Obelia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580956'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580956'^^xsd:string;
  dwc:aphiaid '117034'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14171442'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392982> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392982> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392982>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14392982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580958" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14392982'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580958'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580958'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14392982'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589767> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14589767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733611" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14589767'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733611'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733611'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14589767'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412330> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14412330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597677" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14412330'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597677'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597677'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14412330'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412331> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14412331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733212" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14412331'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733212'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733212'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14412331'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366803> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733897" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366803'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733897'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733897'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366803'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149050> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14149050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733495" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14149050'^^xsd:integer;
  dwc:scientificName 'Nephtys hombergii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733495'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733495'^^xsd:string;
  dwc:aphiaid '130359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14149050'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '130359'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149051> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14149051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733216" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14149051'^^xsd:integer;
  dwc:scientificName 'Nephtys hombergii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733216'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733216'^^xsd:string;
  dwc:aphiaid '130359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14149051'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '130359'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149049> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14149049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733556" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14149049'^^xsd:integer;
  dwc:scientificName 'Nephtys hombergii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733556'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733556'^^xsd:string;
  dwc:aphiaid '130359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14149049'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '130359'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412329> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14412329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732895" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14412329'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732895'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732895'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14412329'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366806> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732856" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366806'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732856'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732856'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366806'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366820> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733535" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366820'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733535'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733535'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366820'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492237> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733514" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492237'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733514'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733514'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492237'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589783> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14589783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598139" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14589783'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598139'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598139'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14589783'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589784> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14589784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734040" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14589784'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734040'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734040'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14589784'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705510> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13705510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733538" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13705510'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733538'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733538'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13705510'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149052> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14149052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733027" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14149052'^^xsd:integer;
  dwc:scientificName 'Nephtys hombergii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733027'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733027'^^xsd:string;
  dwc:aphiaid '130359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14149052'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '130359'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149054> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14149054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732889" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14149054'^^xsd:integer;
  dwc:scientificName 'Nephtys hombergii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732889'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732889'^^xsd:string;
  dwc:aphiaid '130359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14149054'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '130359'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392977> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392977> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392977>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14392977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577520" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14392977'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577520'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577520'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14392977'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13676341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13676341> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13676341> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13676341>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13676341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13676341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577511" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13676341'^^xsd:integer;
  dwc:scientificName 'Clathrina coriacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577511'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577511'^^xsd:string;
  dwc:aphiaid '132277'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13676341'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '132277'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12455436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12455436> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12455436> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12455436>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12455436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:12455436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577535" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '12455436'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577535'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577535'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:12455436'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14542098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14542098> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14542098> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14542098>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14542098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14542098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577524" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14542098'^^xsd:integer;
  dwc:scientificName 'Verruca stroemia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577524'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577524'^^xsd:string;
  dwc:aphiaid '106257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14542098'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489385> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489385> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489385>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14489385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580952" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14489385'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580952'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580952'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14489385'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606632> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13606632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597675" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13606632'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597675'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597675'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13606632'^^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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606633> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13606633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733208" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13606633'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733208'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733208'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13606633'^^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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748906> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748906> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748906>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13748906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577995" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13748906'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577995'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577995'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13748906'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14283060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14283060> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14283060> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14283060>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14283060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14283060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578012" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14283060'^^xsd:integer;
  dwc:scientificName 'Phycodrys rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578012'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578012'^^xsd:string;
  dwc:aphiaid '144773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14283060'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13535512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13535512> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13535512> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13535512>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13535512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13535512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579068" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13535512'^^xsd:integer;
  dwc:scientificName 'Axinella dissimilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579068'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579068'^^xsd:string;
  dwc:aphiaid '132473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13535512'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336154> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336154> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336154>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14336154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579446" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14336154'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579446'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579446'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14336154'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705493> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13705493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733344" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13705493'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733344'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733344'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13705493'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705495> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13705495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598158" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13705495'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598158'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598158'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13705495'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705496> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13705496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734084" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13705496'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734084'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734084'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13705496'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705497> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13705497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733531" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13705497'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733531'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733531'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13705497'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590714> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14590714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733119" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14590714'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733119'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733119'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14590714'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13338850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13338850> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13338850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13338850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13338850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13338850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733070" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13338850'^^xsd:integer;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733070'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733070'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13338850'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589781> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14589781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733621" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14589781'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733621'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733621'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14589781'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366819> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734037" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366819'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734037'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734037'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366819'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951753> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951753> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951753>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13951753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579091" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13951753'^^xsd:integer;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579091'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579091'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13951753'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535383> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535383> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535383>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14535383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579082" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14535383'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579082'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579082'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14535383'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416137> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416137> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416137>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14416137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579127" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14416137'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579127'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579127'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14416137'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589770> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14589770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733529" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14589770'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733529'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733529'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14589770'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366817> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733618" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366817'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733618'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733618'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366817'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366818> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733800" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366818'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733800'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733800'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366818'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13791241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13791241> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13791241> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13791241>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13791241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13791241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579081" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13791241'^^xsd:integer;
  dwc:scientificName 'Epizoanthus couchii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579081'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579081'^^xsd:string;
  dwc:aphiaid '101025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13791241'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '101025'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13504159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13504159> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13504159> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13504159>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13504159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13504159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579124" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13504159'^^xsd:integer;
  dwc:scientificName 'Ascidia virginea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579124'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579124'^^xsd:string;
  dwc:aphiaid '103717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13504159'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489387> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489387> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489387>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14489387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14489387'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579062'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579062'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14489387'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392978> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392978> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392978>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14392978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579445" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14392978'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579445'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579445'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14392978'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412312> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14412312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597584" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14412312'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597584'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597584'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14412312'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412313> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14412313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732837" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14412313'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732837'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732837'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14412313'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412314> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14412314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598107" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14412314'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598107'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598107'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14412314'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412315> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14412315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733944" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14412315'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733944'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733944'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14412315'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412317> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14412317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733081" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14412317'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733081'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733081'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14412317'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412318> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14412318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732811" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14412318'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732811'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732811'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14412318'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13462053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13462053> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13462053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13462053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13462053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13462053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733905" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13462053'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733905'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733905'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13462053'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13462054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13462054> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13462054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13462054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13462054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13462054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13462054'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732862'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732862'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13462054'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297506> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297506> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297506>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14297506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577547" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14297506'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577547'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577547'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14297506'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297499> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297499> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297499>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14297499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578006" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14297499'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578006'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578006'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14297499'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297508> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297508> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297508>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14297508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579649" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14297508'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579649'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579649'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14297508'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13462057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13462057> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13462057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13462057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13462057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13462057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733035" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13462057'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733035'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733035'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13462057'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953669> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13953669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733209" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13953669'^^xsd:integer;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733209'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733209'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13953669'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953672> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13953672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733853" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13953672'^^xsd:integer;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733853'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733853'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13953672'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683243> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683243> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683243>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13683243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580953" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13683243'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580953'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580953'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13683243'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953670> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13953670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733736" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13953670'^^xsd:integer;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733736'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733736'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13953670'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953671> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13953671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733167" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13953671'^^xsd:integer;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733167'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733167'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13953671'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13407843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13407843> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13407843> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13407843>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13407843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13407843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577521" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13407843'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577521'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577521'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13407843'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14534208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14534208> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14534208> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14534208>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14534208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14534208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577519" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14534208'^^xsd:integer;
  dwc:scientificName 'Urticina eques'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577519'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577519'^^xsd:string;
  dwc:aphiaid '100833'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14534208'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '100833'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953668> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13953668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733565" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13953668'^^xsd:integer;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733565'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733565'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13953668'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14561937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14561937> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14561937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14561937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14561937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14561937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732803" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14561937'^^xsd:integer;
  dwc:scientificName 'Heteromastus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732803'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732803'^^xsd:string;
  dwc:aphiaid '129214'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14561937'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '129214'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14561938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14561938> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14561938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14561938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14561938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14561938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733793" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14561938'^^xsd:integer;
  dwc:scientificName 'Heteromastus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733793'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733793'^^xsd:string;
  dwc:aphiaid '129214'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14561938'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '129214'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953667> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13953667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733797" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13953667'^^xsd:integer;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733797'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733797'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13953667'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13462056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13462056> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13462056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13462056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13462056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13462056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733130" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13462056'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733130'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733130'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13462056'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953663> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13953663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733065" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13953663'^^xsd:integer;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733065'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733065'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13953663'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953665> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13953665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733613" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13953665'^^xsd:integer;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733613'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733613'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13953665'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953666> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13953666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733420" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13953666'^^xsd:integer;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733420'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733420'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13953666'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189985> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189985> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189985>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14189985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578433" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14189985'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578433'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578433'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14189985'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14510255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14510255> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14510255> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14510255>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14510255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14510255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579647" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14510255'^^xsd:integer;
  dwc:scientificName 'Trisopterus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579647'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579647'^^xsd:string;
  dwc:aphiaid '126446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14510255'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '126446'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698900> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13698900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733564" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13698900'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733564'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733564'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13698900'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698897> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13698897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733077" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13698897'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733077'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733077'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13698897'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12975996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12975996> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12975996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12975996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12975996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:12975996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733850" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '12975996'^^xsd:integer;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733850'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733850'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:12975996'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698903> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13698903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13698903'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733900'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733900'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13698903'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698904> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13698904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733880" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13698904'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733880'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733880'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13698904'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698905> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13698905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733516" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13698905'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733516'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733516'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13698905'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13966384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13966384> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13966384> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13966384>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13966384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13966384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577999" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13966384'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577999'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577999'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13966384'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564533> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564533> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564533>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13564533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577551" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13564533'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577551'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577551'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13564533'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953664> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13953664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733940" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13953664'^^xsd:integer;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733940'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733940'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13953664'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683254> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683254> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683254>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13683254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578026" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13683254'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578026'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578026'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13683254'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13407846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13407846> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13407846> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13407846>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13407846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13407846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579083" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13407846'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579083'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579083'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13407846'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683245> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683245> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683245>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13683245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579066" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13683245'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579066'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579066'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13683245'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13332635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13332635> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13332635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13332635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13332635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13332635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735379" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13332635'^^xsd:integer;
  dwc:scientificName 'Gnathiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735379'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735379'^^xsd:string;
  dwc:aphiaid '118278'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13332635'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '118278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953673> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13953673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13953673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735383" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13953673'^^xsd:integer;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735383'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735383'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13953673'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698907> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13698907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733127" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13698907'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733127'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733127'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13698907'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698908> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13698908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734052" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13698908'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734052'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734052'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13698908'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698901> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13698901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733528" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13698901'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733528'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733528'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13698901'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051032> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14051032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733473" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14051032'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733473'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733473'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14051032'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13867583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13867583> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13867583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13867583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13867583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13867583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733465" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13867583'^^xsd:integer;
  dwc:scientificName 'Glycera tridactyla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733465'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733465'^^xsd:string;
  dwc:aphiaid '130130'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13867583'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '130130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492257> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597733" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492257'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597733'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597733'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492257'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492233> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733042" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492233'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733042'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733042'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492233'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492234> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598051" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492234'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598051'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598051'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492234'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492235> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733898" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492235'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733898'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733898'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492235'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698910> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13698910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735378" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13698910'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735378'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735378'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13698910'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492232> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597626" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492232'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597626'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597626'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492232'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050998> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14050998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733883" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14050998'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733883'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733883'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14050998'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050993> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14050993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597629" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14050993'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597629'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597629'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14050993'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050995> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14050995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598053" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14050995'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598053'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598053'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14050995'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050997> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14050997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598048" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14050997'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598048'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598048'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14050997'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14228954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14228954> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14228954> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14228954>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14228954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14228954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577544" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14228954'^^xsd:integer;
  dwc:scientificName 'Parablennius gattorugine'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577544'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577544'^^xsd:string;
  dwc:aphiaid '126770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14228954'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126770'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460104> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460104> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460104>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14460104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577513" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14460104'^^xsd:integer;
  dwc:scientificName 'Stelligera rigida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577513'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577513'^^xsd:string;
  dwc:aphiaid '134174'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14460104'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1424275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575267> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575267> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575267>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13575267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577537" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13575267'^^xsd:integer;
  dwc:scientificName 'Bugula flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577537'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577537'^^xsd:string;
  dwc:aphiaid '111152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13575267'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '834002'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460107> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460107> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460107>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14460107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580954" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14460107'^^xsd:integer;
  dwc:scientificName 'Stelligera rigida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580954'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580954'^^xsd:string;
  dwc:aphiaid '134174'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14460107'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1424275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575269> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575269> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575269>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13575269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580971" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13575269'^^xsd:integer;
  dwc:scientificName 'Bugula flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580971'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580971'^^xsd:string;
  dwc:aphiaid '111152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13575269'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '834002'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14097727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14097727> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14097727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14097727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14097727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14097727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733807" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14097727'^^xsd:integer;
  dwc:scientificName 'Mya'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733807'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733807'^^xsd:string;
  dwc:aphiaid '138211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14097727'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14097728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14097728> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14097728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14097728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14097728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14097728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734047" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14097728'^^xsd:integer;
  dwc:scientificName 'Mya'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734047'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734047'^^xsd:string;
  dwc:aphiaid '138211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14097728'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14097726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14097726> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14097726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14097726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14097726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14097726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733069" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14097726'^^xsd:integer;
  dwc:scientificName 'Mya'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733069'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733069'^^xsd:string;
  dwc:aphiaid '138211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14097726'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '138211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14353679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14353679> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14353679> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14353679>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14353679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14353679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579642" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14353679'^^xsd:integer;
  dwc:scientificName 'Prostheceraeus vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579642'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579642'^^xsd:string;
  dwc:aphiaid '142820'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14353679'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '142820'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13858610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13858610> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13858610> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13858610>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13858610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13858610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579644" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13858610'^^xsd:integer;
  dwc:scientificName 'Gibbula tumida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579644'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579644'^^xsd:string;
  dwc:aphiaid '141799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13858610'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1477356'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698899> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13698899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733794" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13698899'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733794'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733794'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13698899'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729094> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729094> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729094>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13729094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578010" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13729094'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578010'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578010'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13729094'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729098> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729098> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729098>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13729098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577550" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13729098'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577550'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577550'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13729098'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931473> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931473> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931473>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13931473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577532" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13931473'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577532'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577532'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13931473'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698909> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13698909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733851" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13698909'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733851'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733851'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13698909'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13871035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13871035> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13871035> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13871035>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13871035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13871035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577545" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13871035'^^xsd:integer;
  dwc:scientificName 'Gobiusculus flavescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577545'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577545'^^xsd:string;
  dwc:aphiaid '126898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13871035'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1526389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12975995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12975995> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12975995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12975995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A12975995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:12975995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733734" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '12975995'^^xsd:integer;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733734'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733734'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:12975995'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13912026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13912026> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13912026> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13912026>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13912026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13912026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577985" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13912026'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577985'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577985'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13912026'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886926> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886926> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886926>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13886926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577979" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13886926'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577979'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577979'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13886926'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14079576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14079576> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14079576> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14079576>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14079576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14079576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578011" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14079576'^^xsd:integer;
  dwc:scientificName 'Membranoptera alata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578011'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578011'^^xsd:string;
  dwc:aphiaid '144758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14079576'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144758'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050979> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14050979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597639" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14050979'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597639'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597639'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14050979'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050980> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14050980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733080" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14050980'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733080'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733080'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14050980'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050981> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14050981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732810" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14050981'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732810'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732810'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14050981'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051010> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14051010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733502" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14051010'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733502'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733502'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14051010'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051011> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14051011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597683" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14051011'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597683'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597683'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14051011'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051012> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14051012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733223" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14051012'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733223'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733223'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14051012'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051007> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14051007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597827" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14051007'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597827'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597827'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14051007'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051008> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14051008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733563" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14051008'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733563'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733563'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14051008'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051009> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14051009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597807" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14051009'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597807'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597807'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14051009'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492241> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597824" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492241'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597824'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597824'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492241'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051033> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14051033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733169" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14051033'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733169'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733169'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14051033'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492258> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598038" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492258'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598038'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598038'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492258'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051034> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14051034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733856" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14051034'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733856'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733856'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14051034'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050965> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14050965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597686" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14050965'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597686'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597686'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14050965'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050966> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14050966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733243" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14050966'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733243'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733243'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14050966'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492211> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733486" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492211'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733486'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733486'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492211'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492212> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597685" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492212'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597685'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597685'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492212'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051019> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14051019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597624" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14051019'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597624'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597624'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14051019'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051020> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14051020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733036" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14051020'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733036'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733036'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14051020'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492248> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597564" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492248'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597564'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597564'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492248'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492249> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732775" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492249'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732775'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732775'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492249'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828603> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828603> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828603>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13828603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578047" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13828603'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578047'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578047'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13828603'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828579> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828579> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828579>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13828579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579450" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13828579'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579450'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579450'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13828579'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051021> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14051021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597566" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14051021'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597566'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597566'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14051021'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051022> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14051022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732781" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14051022'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732781'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732781'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14051022'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051031> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14051031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732894" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14051031'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732894'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732894'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14051031'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050963> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14050963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597744" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14050963'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597744'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597744'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14050963'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050964> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14050964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733492" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14050964'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733492'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733492'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14050964'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13840757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13840757> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13840757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13840757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13840757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13840757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732688" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13840757'^^xsd:integer;
  dwc:scientificName 'Galathea intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732688'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732688'^^xsd:string;
  dwc:aphiaid '107150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13840757'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14012689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14012689> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14012689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14012689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14012689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14012689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732668" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14012689'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732668'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732668'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14012689'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276807> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14276807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732528" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14276807'^^xsd:integer;
  dwc:scientificName 'Phorbas fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732528'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732528'^^xsd:string;
  dwc:aphiaid '133679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14276807'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424486> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13424486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732517" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13424486'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732517'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732517'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13424486'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14083573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14083573> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14083573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14083573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14083573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14083573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732391" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14083573'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732391'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732391'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14083573'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14185288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14185288> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14185288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14185288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14185288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14185288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732681" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14185288'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732681'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732681'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14185288'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216904> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14216904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732570" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14216904'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732570'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732570'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14216904'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389457> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13389457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732656" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13389457'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732656'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732656'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13389457'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13583949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13583949> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13583949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13583949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13583949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13583949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732651" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13583949'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732651'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732651'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13583949'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050954> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733265" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050954'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733265'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733265'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050954'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14523594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14523594> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14523594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14523594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14523594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14523594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14523594'^^xsd:integer;
  dwc:scientificName 'Tubularia indivisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597838'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597838'^^xsd:string;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14523594'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145854> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14145854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732934" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14145854'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732934'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732934'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14145854'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696814> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14696814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609909" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14696814'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus microps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609909'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609909'^^xsd:string;
  dwc:aphiaid '126927'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14696814'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '126927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13456262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13456262> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13456262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13456262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13456262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13456262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729020" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13456262'^^xsd:integer;
  dwc:scientificName 'Anaitides mucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729020'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729020'^^xsd:string;
  dwc:aphiaid '152441'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13456262'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '334512'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14050911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14050911> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14050911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14050911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14050911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:14050911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729046" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '14050911'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729046'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729046'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:14050911'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13462032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13462032> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13462032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13462032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13462032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13462032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729000" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13462032'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729000'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729000'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13462032'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10710144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10710144> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10710144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10710144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10710144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:10710144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729033" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '10710144'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729033'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729033'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:10710144'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931492> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13931492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732664" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13931492'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732664'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732664'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13931492'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14512181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14512181> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14512181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14512181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14512181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14512181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732741" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14512181'^^xsd:integer;
  dwc:scientificName 'Trivia arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732741'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732741'^^xsd:string;
  dwc:aphiaid '141741'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14512181'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '141741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570540> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13570540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732417" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13570540'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732417'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732417'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13570540'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931505> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13931505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732373" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13931505'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732373'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732373'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13931505'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190009> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14190009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732718" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14190009'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732718'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732718'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14190009'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13795516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13795516> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13795516> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13795516>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13795516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13795516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609998" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13795516'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609998'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609998'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13795516'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13594172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13594172> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13594172> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13594172>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13594172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13594172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608998" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13594172'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608998'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608998'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13594172'^^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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311417> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311417> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311417>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14311417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609322" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14311417'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609322'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609322'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14311417'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13770263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13770263> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13770263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13770263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13770263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13770263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609531" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13770263'^^xsd:integer;
  dwc:scientificName 'Echinocardium cordatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609531'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609531'^^xsd:string;
  dwc:aphiaid '124392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13770263'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '124392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743209> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743209> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743209>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13743209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610175" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13743209'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610175'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610175'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13743209'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579464> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579464> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579464>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13579464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609334" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13579464'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609334'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609334'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13579464'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14138126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14138126> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14138126> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14138126>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14138126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14138126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610087" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14138126'^^xsd:integer;
  dwc:scientificName 'Neopentadactyla mixta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610087'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610087'^^xsd:string;
  dwc:aphiaid '124685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14138126'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '124685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924119> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924119> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924119>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13924119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557003" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13924119'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557003'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40557003'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13924119'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517553> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13517553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609530" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13517553'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609530'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609530'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13517553'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517560> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13517560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609373" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13517560'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609373'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609373'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13517560'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710194> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733010" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710194'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733010'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733010'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710194'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621898> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733009" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621898'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733009'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733009'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621898'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621891> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732923" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621891'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732923'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732923'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621891'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621902> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732956" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621902'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732956'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732956'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621902'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366746> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733687" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366746'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733687'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733687'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366746'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050957> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732958" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050957'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732958'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732958'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050957'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14557231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14557231> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14557231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14557231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14557231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14557231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597788" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14557231'^^xsd:integer;
  dwc:scientificName 'Dudresnaya'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597788'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597788'^^xsd:string;
  dwc:aphiaid '144032'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14557231'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144032'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13539161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13539161> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13539161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13539161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13539161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13539161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597842" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13539161'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597842'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597842'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13539161'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14467973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14467973> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14467973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14467973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14467973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14467973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597776" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14467973'^^xsd:integer;
  dwc:scientificName 'Styela clava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597776'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597776'^^xsd:string;
  dwc:aphiaid '103929'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14467973'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14459230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14459230> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14459230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14459230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14459230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14459230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597798" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14459230'^^xsd:integer;
  dwc:scientificName 'Sporochnus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597798'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597798'^^xsd:string;
  dwc:aphiaid '145915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14459230'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14132853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14132853> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14132853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14132853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14132853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14132853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597839" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14132853'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597839'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597839'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14132853'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14083575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14083575> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14083575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14083575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14083575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14083575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557058" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14083575'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557058'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557058'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14083575'^^xsd:string;
  dwc:observationDate '1999-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13718228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13718228> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13718228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13718228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13718228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13718228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557169" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13718228'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557169'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557169'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13718228'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14222278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14222278> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14222278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14222278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14222278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14222278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557060" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14222278'^^xsd:integer;
  dwc:scientificName 'Pagurus prideaux'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557060'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557060'^^xsd:string;
  dwc:aphiaid '107239'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14222278'^^xsd:string;
  dwc:observationDate '1999-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '107239'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190004> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14190004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732487" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14190004'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732487'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732487'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14190004'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356503> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14356503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732602" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14356503'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732602'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732602'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14356503'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13583951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13583951> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13583951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13583951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13583951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13583951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732454" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13583951'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732454'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732454'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13583951'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14336194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14336194> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14336194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14336194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14336194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14336194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732460" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14336194'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732460'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732460'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14336194'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647636> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13647636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732485" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13647636'^^xsd:integer;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732485'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732485'^^xsd:string;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13647636'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297561> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297561> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297561>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14297561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556986" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14297561'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556986'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40556986'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14297561'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14117465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14117465> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14117465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14117465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14117465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14117465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732435" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14117465'^^xsd:integer;
  dwc:scientificName 'Myxilla incrustans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732435'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732435'^^xsd:string;
  dwc:aphiaid '133882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14117465'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '169466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14312073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14312073> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14312073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14312073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14312073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14312073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609781" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14312073'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609781'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609781'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14312073'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190027> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190027> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190027>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14190027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609451" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14190027'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609451'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609451'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14190027'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828650> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828650> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828650>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13828650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557022" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13828650'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557022'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40557022'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13828650'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424534> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424534> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424534>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13424534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609932" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13424534'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609932'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609932'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13424534'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14607461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14607461> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14607461> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14607461>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14607461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14607461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557125" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14607461'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557125'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40557125'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14607461'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14543394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14543394> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14543394> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14543394>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14543394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14543394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609849" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14543394'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609849'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609849'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14543394'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14531229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14531229> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14531229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14531229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14531229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14531229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610267" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14531229'^^xsd:integer;
  dwc:scientificName 'Upogebia deltaura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610267'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610267'^^xsd:string;
  dwc:aphiaid '107739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14531229'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '107739'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535454> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14535454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608906" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14535454'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608906'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608906'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14535454'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14092260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14092260> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14092260> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14092260>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14092260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14092260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609603" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14092260'^^xsd:integer;
  dwc:scientificName 'Molgula manhattensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609603'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609603'^^xsd:string;
  dwc:aphiaid '103788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14092260'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '103788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977195> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977195> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977195>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13977195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609298" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13977195'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609298'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609298'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13977195'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216942> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216942> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216942>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14216942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608892" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14216942'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608892'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608892'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14216942'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564546> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13564546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577961" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13564546'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577961'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577961'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13564546'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893825> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13893825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596438" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13893825'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596438'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596438'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13893825'^^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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13580689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13580689> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13580689> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13580689>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13580689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13580689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580794" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13580689'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580794'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580794'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13580689'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13580688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13580688> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13580688> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13580688>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13580688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13580688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579743" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13580688'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579743'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579743'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13580688'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580690> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13580690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578973" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13580690'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578973'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578973'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13580690'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14266537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14266537> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14266537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14266537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14266537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14266537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578959" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14266537'^^xsd:integer;
  dwc:scientificName 'Philine aperta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578959'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578959'^^xsd:string;
  dwc:aphiaid '140744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14266537'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '140744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14173354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14173354> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14173354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14173354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14173354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14173354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580067" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14173354'^^xsd:integer;
  dwc:scientificName 'Obelia geniculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580067'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580067'^^xsd:string;
  dwc:aphiaid '117388'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14173354'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '117388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893792> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13893792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580136" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13893792'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580136'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580136'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13893792'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301853> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301853> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301853>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14301853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614770" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14301853'^^xsd:integer;
  dwc:scientificName 'Plumularia setacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614770'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614770'^^xsd:string;
  dwc:aphiaid '117824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14301853'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '117824'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564526> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564526> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564526>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13564526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581488" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13564526'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581488'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581488'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13564526'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13649947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13649947> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13649947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13649947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13649947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13649947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615515" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13649947'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615515'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615515'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13649947'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879192> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879192> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879192>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13879192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615049" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13879192'^^xsd:integer;
  dwc:scientificName 'Grantia compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615049'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615049'^^xsd:string;
  dwc:aphiaid '132181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13879192'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '132181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211770> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211770> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211770>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14211770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615052" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14211770'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615052'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615052'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14211770'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211769> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211769> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211769>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14211769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614867" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14211769'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614867'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614867'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14211769'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13484948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13484948> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13484948> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13484948>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13484948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13484948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615056" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13484948'^^xsd:integer;
  dwc:scientificName 'Aplysilla rosea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615056'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615056'^^xsd:string;
  dwc:aphiaid '132296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13484948'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '132296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879185> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13879185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615502" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13879185'^^xsd:integer;
  dwc:scientificName 'Grantia compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615502'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615502'^^xsd:string;
  dwc:aphiaid '132181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13879185'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '132181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732627> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13732627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615703" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13732627'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615703'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615703'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13732627'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766465> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766465> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766465>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13766465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581458" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13766465'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581458'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581458'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13766465'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13724177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13724177> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13724177> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13724177>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13724177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13724177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580596" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13724177'^^xsd:integer;
  dwc:scientificName 'Cutleria multifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580596'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580596'^^xsd:string;
  dwc:aphiaid '145297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13724177'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145297'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14201842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14201842> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14201842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14201842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14201842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14201842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615505" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14201842'^^xsd:integer;
  dwc:scientificName 'Ophlitaspongia seriata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615505'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615505'^^xsd:string;
  dwc:aphiaid '150219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14201842'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '184428'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297496> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297496> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297496>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14297496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579625" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14297496'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579625'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579625'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14297496'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707947> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13707947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596401" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13707947'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596401'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596401'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13707947'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13928904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13928904> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13928904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13928904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13928904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13928904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615454" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13928904'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia rubra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615454'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615454'^^xsd:string;
  dwc:aphiaid '145712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13928904'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508252> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13508252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579375" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13508252'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579375'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579375'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13508252'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14386494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14386494> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14386494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14386494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14386494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14386494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579355" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14386494'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579355'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579355'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14386494'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316681> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14316681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579371" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14316681'^^xsd:integer;
  dwc:scientificName 'Polyclinum aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579371'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579371'^^xsd:string;
  dwc:aphiaid '103674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14316681'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14483494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14483494> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14483494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14483494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14483494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14483494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401806" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14483494'^^xsd:integer;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401806'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401806'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14483494'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14413632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14413632> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14413632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14413632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14413632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14413632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14413632'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401818'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401818'^^xsd:string;
  dwc:aphiaid '110866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14413632'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '110866'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13655346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13655346> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13655346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13655346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13655346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13655346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579142" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13655346'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579142'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579142'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13655346'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13567928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13567928> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13567928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13567928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13567928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13567928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401819" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13567928'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401819'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401819'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13567928'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13431023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13431023> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13431023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13431023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13431023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13431023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13431023'^^xsd:integer;
  dwc:scientificName 'Amathia lendigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577912'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577912'^^xsd:string;
  dwc:aphiaid '111659'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13431023'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '111659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414554> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14414554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577915" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14414554'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria reptans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577915'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577915'^^xsd:string;
  dwc:aphiaid '111247'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14414554'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '738997'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13539210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13539210> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13539210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13539210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13539210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13539210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577895" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13539210'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577895'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577895'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13539210'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896523> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13896523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577967" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13896523'^^xsd:integer;
  dwc:scientificName 'Halopteris filicina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577967'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577967'^^xsd:string;
  dwc:aphiaid '145906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13896523'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145906'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539236> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13539236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40298369" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13539236'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40298369'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40298369'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13539236'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539237> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13539237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615280" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13539237'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615280'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615280'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13539237'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539270> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539270> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539270>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13539270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40294619" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13539270'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40294619'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40294619'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13539270'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12994140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12994140> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12994140> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12994140>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12994140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:12994140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579600" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '12994140'^^xsd:integer;
  dwc:scientificName 'Amphipoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579600'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579600'^^xsd:string;
  dwc:aphiaid '1135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:12994140'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713144> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713144> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713144>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13713144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579604" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13713144'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579604'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579604'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13713144'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14135884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14135884> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14135884> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14135884>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14135884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14135884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579727" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14135884'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579727'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579727'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14135884'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311400> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311400> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311400>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14311400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579742" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14311400'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579742'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579742'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14311400'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621957> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621957> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621957>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13621957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579739" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13621957'^^xsd:integer;
  dwc:scientificName 'Cellaria sinuosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579739'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579739'^^xsd:string;
  dwc:aphiaid '111260'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13621957'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713177> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13713177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579358" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13713177'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579358'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579358'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13713177'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297515> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14297515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578976" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14297515'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578976'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578976'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14297515'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297518> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14297518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580109" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14297518'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580109'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580109'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14297518'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13473811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13473811> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13473811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13473811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13473811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13473811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615699" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13473811'^^xsd:integer;
  dwc:scientificName 'Anurida maritima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615699'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615699'^^xsd:string;
  dwc:aphiaid '118139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13473811'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '118139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879188> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13879188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615692" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13879188'^^xsd:integer;
  dwc:scientificName 'Grantia compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615692'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615692'^^xsd:string;
  dwc:aphiaid '132181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13879188'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '132181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886927> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886927> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886927>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13886927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579998" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13886927'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579998'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579998'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13886927'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301857> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301857> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301857>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14301857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614644" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14301857'^^xsd:integer;
  dwc:scientificName 'Plumularia setacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614644'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614644'^^xsd:string;
  dwc:aphiaid '117824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14301857'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117824'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539248> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539248> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539248>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13539248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615446" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13539248'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615446'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615446'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13539248'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14586824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14586824> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14586824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14586824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14586824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14586824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614350" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14586824'^^xsd:integer;
  dwc:scientificName 'Balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614350'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614350'^^xsd:string;
  dwc:aphiaid '106122'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14586824'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '106122'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13464498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13464498> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13464498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13464498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13464498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13464498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401598" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13464498'^^xsd:integer;
  dwc:scientificName 'Anomia ephippium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401598'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401598'^^xsd:string;
  dwc:aphiaid '138748'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13464498'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '138748'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744660> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744660> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744660>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13744660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607533" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13744660'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607533'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607533'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13744660'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419593> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419593> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419593>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13419593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614107" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13419593'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614107'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614107'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13419593'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744656> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744656> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744656>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13744656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614217" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13744656'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614217'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614217'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13744656'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576570> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576570> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576570>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13576570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578228" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13576570'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578228'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578228'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13576570'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987231> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13987231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597100" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13987231'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597100'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597100'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13987231'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13527930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13527930> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13527930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13527930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13527930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13527930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597006" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13527930'^^xsd:integer;
  dwc:scientificName 'Astropecten irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597006'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597006'^^xsd:string;
  dwc:aphiaid '123867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13527930'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '123867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987234> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13987234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596992" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13987234'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596992'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596992'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13987234'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798816> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13798816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733037" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13798816'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733037'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733037'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13798816'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798808> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13798808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732799" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13798808'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732799'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732799'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13798808'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621962> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597656" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621962'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597656'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597656'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621962'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621948> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733520" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621948'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733520'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733520'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621948'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366791> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733930" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366791'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733930'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733930'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366791'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13484946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13484946> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13484946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13484946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13484946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13484946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615287" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13484946'^^xsd:integer;
  dwc:scientificName 'Aplysilla rosea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615287'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615287'^^xsd:string;
  dwc:aphiaid '132296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13484946'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '132296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943545> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943545> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943545>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13943545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578640" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13943545'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578640'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578640'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13943545'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594154> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13594154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585547" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13594154'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585547'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585547'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13594154'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324383> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324383> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324383>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13324383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614620" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13324383'^^xsd:integer;
  dwc:scientificName 'Ascidiacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614620'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614620'^^xsd:string;
  dwc:aphiaid '1839'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13324383'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '1839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324384> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324384> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324384>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13324384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615674" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13324384'^^xsd:integer;
  dwc:scientificName 'Ascidiacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615674'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615674'^^xsd:string;
  dwc:aphiaid '1839'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13324384'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '1839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621948> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621948> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621948>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13621948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581082" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13621948'^^xsd:integer;
  dwc:scientificName 'Cellaria sinuosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581082'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581082'^^xsd:string;
  dwc:aphiaid '111260'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13621948'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '111260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897183> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897183> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897183>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13897183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579584" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13897183'^^xsd:integer;
  dwc:scientificName 'Halurus flosculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579584'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579584'^^xsd:string;
  dwc:aphiaid '144595'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13897183'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144595'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13389450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13389450> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13389450> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13389450>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13389450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13389450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578609" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13389450'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578609'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578609'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13389450'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311387> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311387> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311387>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14311387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579850" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14311387'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579850'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579850'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14311387'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13720706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13720706> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13720706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13720706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13720706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13720706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615230" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13720706'^^xsd:integer;
  dwc:scientificName 'Cryptosula pallasiana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615230'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615230'^^xsd:string;
  dwc:aphiaid '111343'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13720706'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '111343'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627189> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13627189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580432" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13627189'^^xsd:integer;
  dwc:scientificName 'Ceramium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580432'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580432'^^xsd:string;
  dwc:aphiaid '144546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13627189'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14120713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14120713> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14120713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14120713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14120713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14120713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401812" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14120713'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401812'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401812'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14120713'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14189994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14189994> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14189994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14189994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14189994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14189994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580471" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14189994'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580471'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580471'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14189994'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564559> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13564559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580506" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13564559'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580506'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580506'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13564559'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14332646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14332646> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14332646> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14332646>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14332646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14332646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580784" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14332646'^^xsd:integer;
  dwc:scientificName 'Polysyncraton lacazei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580784'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580784'^^xsd:string;
  dwc:aphiaid '103593'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14332646'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103593'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14301851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14301851> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14301851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14301851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14301851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14301851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580380" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14301851'^^xsd:integer;
  dwc:scientificName 'Plumularia setacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580380'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580380'^^xsd:string;
  dwc:aphiaid '117824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14301851'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117824'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564547> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13564547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580442" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13564547'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580442'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580442'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13564547'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14016992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14016992> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14016992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14016992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14016992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14016992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615704" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14016992'^^xsd:integer;
  dwc:scientificName 'Lipophrys pholis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615704'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615704'^^xsd:string;
  dwc:aphiaid '126768'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14016992'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '126768'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243656> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14243656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615142" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14243656'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615142'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615142'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14243656'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724187> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13724187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579400" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13724187'^^xsd:integer;
  dwc:scientificName 'Cutleria multifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579400'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579400'^^xsd:string;
  dwc:aphiaid '145297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13724187'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145297'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766524> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13766524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615619" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13766524'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615619'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615619'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13766524'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414562> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14414562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580468" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14414562'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria reptans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580468'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580468'^^xsd:string;
  dwc:aphiaid '111247'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14414562'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '738997'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562186> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13562186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580465" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13562186'^^xsd:integer;
  dwc:scientificName 'Bowerbankia citrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580465'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580465'^^xsd:string;
  dwc:aphiaid '111664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13562186'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '851584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14469342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14469342> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14469342> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14469342>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14469342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14469342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578138" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14469342'^^xsd:integer;
  dwc:scientificName 'Suberites carnosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578138'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578138'^^xsd:string;
  dwc:aphiaid '134275'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14469342'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '134275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539261> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13539261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615325" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13539261'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615325'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615325'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13539261'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539262> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13539262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614904" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13539262'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614904'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614904'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13539262'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925992> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13925992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615326" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13925992'^^xsd:integer;
  dwc:scientificName 'Hiatella arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615326'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615326'^^xsd:string;
  dwc:aphiaid '140103'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13925992'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140103'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14092271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14092271> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14092271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14092271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14092271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14092271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615752" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14092271'^^xsd:integer;
  dwc:scientificName 'Molgula manhattensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615752'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615752'^^xsd:string;
  dwc:aphiaid '103788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14092271'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '103788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649242> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13649242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596426" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13649242'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596426'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596426'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13649242'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14257965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14257965> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14257965> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14257965>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14257965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14257965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578165" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14257965'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578165'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578165'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14257965'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14092275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14092275> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14092275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14092275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14092275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14092275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614767" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14092275'^^xsd:integer;
  dwc:scientificName 'Molgula manhattensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614767'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614767'^^xsd:string;
  dwc:aphiaid '103788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14092275'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '103788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13933281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13933281> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13933281> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13933281>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13933281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13933281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580547" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13933281'^^xsd:integer;
  dwc:scientificName 'Hinia reticulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580547'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580547'^^xsd:string;
  dwc:aphiaid '416627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13933281'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '140513'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14227908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14227908> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14227908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14227908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14227908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14227908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614455" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14227908'^^xsd:integer;
  dwc:scientificName 'Pandalus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614455'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614455'^^xsd:string;
  dwc:aphiaid '107044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14227908'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '107044'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946636> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13946636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615616" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13946636'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615616'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615616'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13946636'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946626> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13946626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614445" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13946626'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614445'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614445'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13946626'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13539212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13539212> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13539212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13539212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13539212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13539212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585546" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13539212'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585546'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585546'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13539212'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290899> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14290899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577898" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14290899'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577898'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577898'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14290899'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649212> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13649212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577962" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13649212'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577962'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577962'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13649212'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286797> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14286797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577937" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14286797'^^xsd:integer;
  dwc:scientificName 'Phyllophora crispa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577937'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577937'^^xsd:string;
  dwc:aphiaid '145660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14286797'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13792577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13792577> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13792577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13792577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13792577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13792577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577939" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13792577'^^xsd:integer;
  dwc:scientificName 'Erythrodermis traillii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577939'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577939'^^xsd:string;
  dwc:aphiaid '145655'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13792577'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145655'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554675> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13554675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577932" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13554675'^^xsd:integer;
  dwc:scientificName 'Bonnemaisonia asparagoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577932'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577932'^^xsd:string;
  dwc:aphiaid '144440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13554675'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13554668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13554668> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13554668> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13554668>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13554668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13554668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580020" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13554668'^^xsd:integer;
  dwc:scientificName 'Bonnemaisonia asparagoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580020'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580020'^^xsd:string;
  dwc:aphiaid '144440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13554668'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286786> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286786> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286786>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14286786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580025" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14286786'^^xsd:integer;
  dwc:scientificName 'Phyllophora crispa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580025'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580025'^^xsd:string;
  dwc:aphiaid '145660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14286786'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13678854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13678854> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13678854> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13678854>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13678854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13678854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580566" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13678854'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580566'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580566'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13678854'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13567079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13567079> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13567079> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13567079>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13567079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13567079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580551" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13567079'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580551'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580551'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13567079'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13943526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13943526> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13943526> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13943526>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13943526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13943526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580533" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13943526'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580533'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580533'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13943526'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917801> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917801> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917801>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13917801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580581" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13917801'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580581'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580581'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13917801'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718171> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718171> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718171>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13718171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581483" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13718171'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581483'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581483'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13718171'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13689733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13689733> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13689733> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13689733>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13689733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13689733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581477" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13689733'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581477'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581477'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13689733'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14592425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14592425> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14592425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14592425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14592425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14592425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615629" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14592425'^^xsd:integer;
  dwc:scientificName 'Homarus gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615629'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615629'^^xsd:string;
  dwc:aphiaid '107253'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14592425'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '107253'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13891468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13891468> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13891468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13891468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13891468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13891468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615618" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13891468'^^xsd:integer;
  dwc:scientificName 'Haliclona fistulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615618'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615618'^^xsd:string;
  dwc:aphiaid '181160'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13891468'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1423860'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13558689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13558689> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13558689> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13558689>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13558689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13558689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40294627" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13558689'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40294627'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40294627'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13558689'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404272> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13404272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615695" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13404272'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615695'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615695'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13404272'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311386> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311386> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311386>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14311386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578637" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14311386'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578637'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578637'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14311386'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13649201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13649201> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13649201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13649201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13649201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13649201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401843" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13649201'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401843'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401843'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13649201'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13881739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13881739> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13881739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13881739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13881739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13881739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401833" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13881739'^^xsd:integer;
  dwc:scientificName 'Gymnogongrus crenulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401833'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401833'^^xsd:string;
  dwc:aphiaid '145656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13881739'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419549> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419549> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419549>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13419549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578627" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13419549'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578627'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578627'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13419549'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419550> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419550> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419550>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13419550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579844" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13419550'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579844'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579844'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13419550'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622591> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622591> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622591>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13622591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578628" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13622591'^^xsd:integer;
  dwc:scientificName 'Cellepora pumicosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578628'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578628'^^xsd:string;
  dwc:aphiaid '111268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13622591'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111268'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744585> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13744585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585588" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13744585'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585588'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585588'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13744585'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14707608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14707608> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14707608> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14707608>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14707608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14707608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579640" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14707608'^^xsd:integer;
  dwc:scientificName 'Ulva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579640'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579640'^^xsd:string;
  dwc:aphiaid '144296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14707608'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655347> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13655347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579724" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13655347'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579724'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579724'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13655347'^^xsd:string;
  dwc:observationDate '1998-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13655341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13655341> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13655341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13655341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13655341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13655341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597929" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13655341'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597929'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597929'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13655341'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627184> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13627184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579710" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13627184'^^xsd:integer;
  dwc:scientificName 'Ceramium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579710'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579710'^^xsd:string;
  dwc:aphiaid '144546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13627184'^^xsd:string;
  dwc:observationDate '1998-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '144546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413635> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14413635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579698" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14413635'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579698'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579698'^^xsd:string;
  dwc:aphiaid '110866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14413635'^^xsd:string;
  dwc:observationDate '1998-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '110866'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13736042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13736042> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13736042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13736042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13736042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13736042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597927" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13736042'^^xsd:integer;
  dwc:scientificName 'Desmarestia aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597927'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597927'^^xsd:string;
  dwc:aphiaid '145307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13736042'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '145307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14093942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14093942> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14093942> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14093942>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14093942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14093942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577639" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14093942'^^xsd:integer;
  dwc:scientificName 'Morchellium argus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577639'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577639'^^xsd:string;
  dwc:aphiaid '148714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14093942'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '148714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14309284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14309284> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14309284> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14309284>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14309284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14309284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577643" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14309284'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577643'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577643'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14309284'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13851923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13851923> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13851923> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13851923>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13851923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13851923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577627" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13851923'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577627'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577627'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13851923'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14185274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14185274> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14185274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14185274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14185274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14185274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579941" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14185274'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579941'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579941'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14185274'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13418354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13418354> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13418354> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13418354>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13418354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13418354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607712" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13418354'^^xsd:integer;
  dwc:scientificName 'Alcyonidium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607712'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607712'^^xsd:string;
  dwc:aphiaid '110993'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13418354'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '110993'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956079> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13956079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595991" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13956079'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595991'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595991'^^xsd:string;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13956079'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13949184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13949184> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13949184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13949184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13949184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13949184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596000" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13949184'^^xsd:integer;
  dwc:scientificName 'Hypoglossum hypoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596000'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596000'^^xsd:string;
  dwc:aphiaid '144756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13949184'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749803> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13749803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595989" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13749803'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595989'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595989'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13749803'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795506> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13795506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597085" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13795506'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597085'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597085'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13795506'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417979> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14417979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597083" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14417979'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597083'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597083'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14417979'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638375> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13638375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597098" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13638375'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597098'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597098'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13638375'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573591> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14573591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595998" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14573591'^^xsd:integer;
  dwc:scientificName 'Pterothamnion crispum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595998'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595998'^^xsd:string;
  dwc:aphiaid '144682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14573591'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144682'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943577> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13943577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596658" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13943577'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596658'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596658'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13943577'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13567935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13567935> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13567935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13567935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13567935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13567935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596021" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13567935'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596021'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596021'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13567935'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943580> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13943580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596012" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13943580'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596012'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596012'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13943580'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896817> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13896817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596041" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13896817'^^xsd:integer;
  dwc:scientificName 'Halurus equisetifolius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596041'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596041'^^xsd:string;
  dwc:aphiaid '146345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13896817'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '146345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14038143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14038143> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14038143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14038143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14038143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14038143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597137" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14038143'^^xsd:integer;
  dwc:scientificName 'Lomentaria clavellosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597137'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597137'^^xsd:string;
  dwc:aphiaid '145825'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14038143'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216921> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14216921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597103" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14216921'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597103'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597103'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14216921'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689758> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13689758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595990" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13689758'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595990'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595990'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13689758'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14396374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14396374> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14396374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14396374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14396374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14396374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596662" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14396374'^^xsd:integer;
  dwc:scientificName 'Sagartiogeton undatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596662'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596662'^^xsd:string;
  dwc:aphiaid '101002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14396374'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '855675'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713183> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13713183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596678" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13713183'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596678'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596678'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13713183'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908302> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13908302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732753" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13908302'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732753'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732753'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13908302'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14209935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14209935> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14209935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14209935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14209935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14209935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596991" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14209935'^^xsd:integer;
  dwc:scientificName 'Owenia fusiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596991'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596991'^^xsd:string;
  dwc:aphiaid '130544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14209935'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '130544'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594161> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13594161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597105" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13594161'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597105'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597105'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13594161'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216925> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14216925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596993" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14216925'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596993'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596993'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14216925'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573588> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14573588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596042" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14573588'^^xsd:integer;
  dwc:scientificName 'Pterothamnion crispum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596042'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596042'^^xsd:string;
  dwc:aphiaid '144682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14573588'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144682'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558660> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13558660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596027" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13558660'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596027'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596027'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13558660'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749801> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13749801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596031" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13749801'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596031'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596031'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13749801'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A2361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A2361> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A2361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A2361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A2361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:2361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597013" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '2361'^^xsd:integer;
  dwc:scientificName 'Diatoms - film'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597013'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597013'^^xsd:string;
  dwc:aphiaid '148898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:2361'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '148898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128067> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14128067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732750" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14128067'^^xsd:integer;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732750'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732750'^^xsd:string;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14128067'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413015> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13413015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596011" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13413015'^^xsd:integer;
  dwc:scientificName 'Aglaophenia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596011'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596011'^^xsd:string;
  dwc:aphiaid '116999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13413015'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '116999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713187> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13713187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596017" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13713187'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596017'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596017'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13713187'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743836> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13743836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597161" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13743836'^^xsd:integer;
  dwc:scientificName 'Dictyosiphon foeniculaceus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597161'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597161'^^xsd:string;
  dwc:aphiaid '145322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13743836'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145322'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413014> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13413014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597089" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13413014'^^xsd:integer;
  dwc:scientificName 'Aglaophenia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597089'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597089'^^xsd:string;
  dwc:aphiaid '116999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13413014'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '116999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459667> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14459667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596043" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14459667'^^xsd:integer;
  dwc:scientificName 'Spyridia filamentosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596043'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596043'^^xsd:string;
  dwc:aphiaid '144706'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14459667'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13780951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13780951> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13780951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13780951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13780951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13780951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596674" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13780951'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596674'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596674'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13780951'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216924> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14216924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596667" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14216924'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596667'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596667'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14216924'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13791037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13791037> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13791037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13791037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13791037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13791037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596670" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13791037'^^xsd:integer;
  dwc:scientificName 'Epitonium clathrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596670'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596670'^^xsd:string;
  dwc:aphiaid '146905'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13791037'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '146905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562191> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13562191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596680" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13562191'^^xsd:integer;
  dwc:scientificName 'Bowerbankia citrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596680'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596680'^^xsd:string;
  dwc:aphiaid '111664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13562191'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '851584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13539216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13539216> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13539216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13539216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13539216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13539216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597102" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13539216'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597102'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597102'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13539216'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896526> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13896526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597153" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13896526'^^xsd:integer;
  dwc:scientificName 'Halopteris filicina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597153'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597153'^^xsd:string;
  dwc:aphiaid '145906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13896526'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145906'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128066> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14128066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733191" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14128066'^^xsd:integer;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733191'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733191'^^xsd:string;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14128066'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562193> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13562193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596018" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13562193'^^xsd:integer;
  dwc:scientificName 'Bowerbankia citrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596018'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596018'^^xsd:string;
  dwc:aphiaid '111664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13562193'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '851584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128062> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14128062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733629" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14128062'^^xsd:integer;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733629'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733629'^^xsd:string;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14128062'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128063> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14128063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733099" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14128063'^^xsd:integer;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733099'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733099'^^xsd:string;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14128063'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908298> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13908298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733193" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13908298'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733193'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733193'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13908298'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13632830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13632830> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13632830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13632830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13632830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13632830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596660" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13632830'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596660'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596660'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13632830'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14358454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14358454> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14358454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14358454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14358454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14358454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733634" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14358454'^^xsd:integer;
  dwc:scientificName 'Psammodrilus balanoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733634'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733634'^^xsd:string;
  dwc:aphiaid '130859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14358454'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '130859'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14358455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14358455> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14358455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14358455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14358455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14358455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733103" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14358455'^^xsd:integer;
  dwc:scientificName 'Psammodrilus balanoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733103'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733103'^^xsd:string;
  dwc:aphiaid '130859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14358455'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '130859'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413016> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13413016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595978" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13413016'^^xsd:integer;
  dwc:scientificName 'Aglaophenia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595978'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595978'^^xsd:string;
  dwc:aphiaid '116999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13413016'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '116999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882497> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13882497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596037" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13882497'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596037'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596037'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13882497'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405160> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14405160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732755" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14405160'^^xsd:integer;
  dwc:scientificName 'Scolelepis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732755'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732755'^^xsd:string;
  dwc:aphiaid '131177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14405160'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '157566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119169> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14119169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597121" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14119169'^^xsd:integer;
  dwc:scientificName 'Naccaria wiggii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597121'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597121'^^xsd:string;
  dwc:aphiaid '145769'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14119169'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145769'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405156> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14405156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733633" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14405156'^^xsd:integer;
  dwc:scientificName 'Scolelepis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733633'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733633'^^xsd:string;
  dwc:aphiaid '131177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14405156'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '157566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405157> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14405157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733102" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14405157'^^xsd:integer;
  dwc:scientificName 'Scolelepis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733102'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733102'^^xsd:string;
  dwc:aphiaid '131177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14405157'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '157566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13473575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13473575> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13473575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13473575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13473575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13473575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597138" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13473575'^^xsd:integer;
  dwc:scientificName 'Antithamnionella spirographidis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597138'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597138'^^xsd:string;
  dwc:aphiaid '144521'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13473575'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14382176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14382176> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14382176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14382176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14382176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14382176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597136" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14382176'^^xsd:integer;
  dwc:scientificName 'Rhodymenia pseudopalmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597136'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597136'^^xsd:string;
  dwc:aphiaid '145855'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14382176'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882492> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13882492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597133" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13882492'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597133'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597133'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13882492'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562195> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13562195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595981" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13562195'^^xsd:integer;
  dwc:scientificName 'Bowerbankia citrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595981'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595981'^^xsd:string;
  dwc:aphiaid '111664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13562195'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '851584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638378> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13638378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596664" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13638378'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596664'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596664'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13638378'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329665> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14329665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597149" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14329665'^^xsd:integer;
  dwc:scientificName 'Polysiphonia fibrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597149'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597149'^^xsd:string;
  dwc:aphiaid '144633'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14329665'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1333554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649230> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13649230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13649230'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597147'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597147'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13649230'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14286808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14286808> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14286808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14286808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14286808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14286808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597127" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14286808'^^xsd:integer;
  dwc:scientificName 'Phyllophora crispa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597127'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597127'^^xsd:string;
  dwc:aphiaid '145660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14286808'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14117466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14117466> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14117466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14117466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14117466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14117466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597086" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14117466'^^xsd:integer;
  dwc:scientificName 'Myxilla incrustans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597086'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597086'^^xsd:string;
  dwc:aphiaid '133882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14117466'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '169466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13792580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13792580> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13792580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13792580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13792580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13792580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597129" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13792580'^^xsd:integer;
  dwc:scientificName 'Erythrodermis traillii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597129'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597129'^^xsd:string;
  dwc:aphiaid '145655'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13792580'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145655'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882500> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13882500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595996" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13882500'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595996'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595996'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13882500'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710206> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733641" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710206'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733641'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733641'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710206'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710207> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597650" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710207'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597650'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597650'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710207'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710208> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733108" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710208'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733108'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733108'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710208'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14307892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14307892> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14307892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14307892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14307892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14307892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596672" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14307892'^^xsd:integer;
  dwc:scientificName 'Polinices pulchellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596672'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596672'^^xsd:string;
  dwc:aphiaid '150554'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14307892'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '151894'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710212> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733200" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710212'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733200'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733200'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710212'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14474703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14474703> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14474703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14474703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14474703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14474703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595986" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14474703'^^xsd:integer;
  dwc:scientificName 'Syngnathus acus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595986'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595986'^^xsd:string;
  dwc:aphiaid '127387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14474703'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '127387'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896529> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13896529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596004" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13896529'^^xsd:integer;
  dwc:scientificName 'Halopteris filicina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596004'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596004'^^xsd:string;
  dwc:aphiaid '145906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13896529'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145906'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14377166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14377166> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14377166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14377166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14377166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14377166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581437" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14377166'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581437'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581437'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14377166'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871045> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13871045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581436" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13871045'^^xsd:integer;
  dwc:scientificName 'Gobiusculus flavescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581436'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581436'^^xsd:string;
  dwc:aphiaid '126898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13871045'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '1526389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13966388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13966388> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13966388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13966388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13966388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13966388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577739" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13966388'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577739'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577739'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13966388'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556585> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13556585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581429" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13556585'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581429'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581429'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13556585'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508241> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13508241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581817" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13508241'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581817'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581817'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13508241'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508249> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13508249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580257" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13508249'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580257'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580257'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13508249'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316679> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14316679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14316679'^^xsd:integer;
  dwc:scientificName 'Polyclinum aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580255'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580255'^^xsd:string;
  dwc:aphiaid '103674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14316679'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649921> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13649921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580265" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13649921'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580265'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580265'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13649921'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132884> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14132884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581790" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14132884'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581790'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581790'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14132884'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556578> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13556578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13556578'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581818'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581818'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13556578'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828613> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13828613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580249" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13828613'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580249'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580249'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13828613'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649923> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13649923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581442" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13649923'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581442'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581442'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13649923'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828610> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13828610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581808" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13828610'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581808'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581808'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13828610'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893803> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13893803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581454" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13893803'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581454'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581454'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13893803'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580710> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13580710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581435" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13580710'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581435'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581435'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13580710'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580194> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13580194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581444" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13580194'^^xsd:integer;
  dwc:scientificName 'Calliblepharis jubata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581444'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581444'^^xsd:string;
  dwc:aphiaid '145614'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13580194'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145614'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14512178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14512178> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14512178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14512178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14512178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14512178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577710" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14512178'^^xsd:integer;
  dwc:scientificName 'Trivia arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577710'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577710'^^xsd:string;
  dwc:aphiaid '141741'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14512178'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '141741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580692> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13580692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577740" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13580692'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577740'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577740'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13580692'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556583> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13556583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580259" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13556583'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580259'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580259'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13556583'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564552> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13564552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580273" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13564552'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580273'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580273'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13564552'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14303293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14303293> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14303293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14303293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14303293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14303293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581413" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14303293'^^xsd:integer;
  dwc:scientificName 'Pododesmus patelliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581413'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581413'^^xsd:string;
  dwc:aphiaid '138751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14303293'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '138751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14583533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14583533> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14583533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14583533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14583533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14583533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580239" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14583533'^^xsd:integer;
  dwc:scientificName 'Aiptasia mutabilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580239'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580239'^^xsd:string;
  dwc:aphiaid '100859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14583533'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '100859'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580191> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13580191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581821" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13580191'^^xsd:integer;
  dwc:scientificName 'Calliblepharis jubata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581821'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581821'^^xsd:string;
  dwc:aphiaid '145614'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13580191'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145614'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893801> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13893801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580277" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13893801'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580277'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580277'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13893801'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580709> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13580709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580261" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13580709'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580261'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580261'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13580709'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580193> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13580193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580267" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13580193'^^xsd:integer;
  dwc:scientificName 'Calliblepharis jubata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580267'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580267'^^xsd:string;
  dwc:aphiaid '145614'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13580193'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145614'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564540> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13564540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577754" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13564540'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577754'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577754'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13564540'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13662509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13662509> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13662509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13662509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13662509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13662509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577725" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13662509'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577725'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577725'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13662509'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707927> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13707927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577738" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13707927'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577738'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577738'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13707927'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13570520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13570520> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13570520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13570520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13570520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13570520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579663" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13570520'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579663'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579663'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13570520'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13570518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13570518> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13570518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13570518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13570518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13570518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577711" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13570518'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577711'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577711'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13570518'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13527920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13527920> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13527920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13527920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13527920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13527920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577717" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13527920'^^xsd:integer;
  dwc:scientificName 'Astropecten irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577717'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577717'^^xsd:string;
  dwc:aphiaid '123867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13527920'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '123867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14531179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14531179> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14531179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14531179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14531179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14531179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577700" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14531179'^^xsd:integer;
  dwc:scientificName 'Upogebia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577700'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577700'^^xsd:string;
  dwc:aphiaid '107079'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14531179'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107079'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13870512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13870512> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13870512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13870512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13870512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13870512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577741" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13870512'^^xsd:integer;
  dwc:scientificName 'Gobius niger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577741'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577741'^^xsd:string;
  dwc:aphiaid '126892'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13870512'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '126892'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987222> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13987222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580241" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13987222'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580241'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580241'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13987222'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14531180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14531180> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14531180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14531180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14531180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14531180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579660" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14531180'^^xsd:integer;
  dwc:scientificName 'Upogebia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579660'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579660'^^xsd:string;
  dwc:aphiaid '107079'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14531180'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107079'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987215> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13987215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579658" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13987215'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579658'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579658'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13987215'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987223> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13987223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581399" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13987223'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581399'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581399'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13987223'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14345815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14345815> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14345815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14345815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14345815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14345815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581405" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14345815'^^xsd:integer;
  dwc:scientificName 'Porcellana platycheles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581405'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581405'^^xsd:string;
  dwc:aphiaid '107190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14345815'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '107190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13527925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13527925> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13527925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13527925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13527925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13527925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580139" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13527925'^^xsd:integer;
  dwc:scientificName 'Astropecten irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580139'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580139'^^xsd:string;
  dwc:aphiaid '123867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13527925'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '123867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629453> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13629453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596692" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13629453'^^xsd:integer;
  dwc:scientificName 'Ceramium secundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596692'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596692'^^xsd:string;
  dwc:aphiaid '144562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13629453'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144562'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599802> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13599802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732756" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13599802'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732756'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732756'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13599802'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599794> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13599794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733635" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13599794'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733635'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733635'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13599794'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535423> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14535423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597095" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14535423'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597095'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597095'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14535423'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599798> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13599798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733195" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13599798'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733195'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733195'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13599798'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328961> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14328961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597148" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14328961'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597148'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597148'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14328961'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579447> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13579447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596038" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13579447'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596038'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596038'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13579447'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579443> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13579443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597134" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13579443'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597134'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597134'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13579443'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629451> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13629451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597141" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13629451'^^xsd:integer;
  dwc:scientificName 'Ceramium secundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597141'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597141'^^xsd:string;
  dwc:aphiaid '144562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13629451'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144562'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629458> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13629458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595997" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13629458'^^xsd:integer;
  dwc:scientificName 'Ceramium secundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595997'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595997'^^xsd:string;
  dwc:aphiaid '144562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13629458'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144562'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13670684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13670684> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13670684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13670684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13670684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13670684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597163" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13670684'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597163'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597163'^^xsd:string;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13670684'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744597> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13744597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597156" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13744597'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597156'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597156'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13744597'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13512588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13512588> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13512588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13512588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13512588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13512588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597159" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13512588'^^xsd:integer;
  dwc:scientificName 'Asperococcus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597159'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597159'^^xsd:string;
  dwc:aphiaid '144062'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13512588'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144062'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14260939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14260939> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14260939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14260939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14260939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14260939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596025" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14260939'^^xsd:integer;
  dwc:scientificName 'Perophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596025'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596025'^^xsd:string;
  dwc:aphiaid '103504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14260939'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '103504'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13851962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13851962> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13851962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13851962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13851962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13851962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596016" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13851962'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596016'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596016'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13851962'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649238> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13649238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596048" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13649238'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596048'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596048'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13649238'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14517370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14517370> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14517370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14517370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14517370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14517370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732757" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14517370'^^xsd:integer;
  dwc:scientificName 'Tubificoides benedii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732757'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732757'^^xsd:string;
  dwc:aphiaid '137571'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14517370'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744605> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13744605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596006" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13744605'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596006'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596006'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13744605'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13554685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13554685> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13554685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13554685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13554685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13554685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596030" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13554685'^^xsd:integer;
  dwc:scientificName 'Bonnemaisonia asparagoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596030'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596030'^^xsd:string;
  dwc:aphiaid '144440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13554685'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770251> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13770251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596684" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13770251'^^xsd:integer;
  dwc:scientificName 'Echinocardium cordatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596684'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596684'^^xsd:string;
  dwc:aphiaid '124392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13770251'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '124392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942316> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13942316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596656" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13942316'^^xsd:integer;
  dwc:scientificName 'Hydractinia echinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596656'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596656'^^xsd:string;
  dwc:aphiaid '117644'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13942316'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '117644'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547687> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13547687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733636" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13547687'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733636'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733636'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13547687'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547688> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13547688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733104" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13547688'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733104'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733104'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13547688'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14517369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14517369> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14517369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14517369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14517369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14517369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733197" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14517369'^^xsd:integer;
  dwc:scientificName 'Tubificoides benedii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733197'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733197'^^xsd:string;
  dwc:aphiaid '137571'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14517369'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924074> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13924074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597145" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13924074'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597145'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597145'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13924074'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13965881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13965881> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13965881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13965881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13965881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13965881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597010" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13965881'^^xsd:integer;
  dwc:scientificName 'Labidoplax digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597010'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597010'^^xsd:string;
  dwc:aphiaid '124456'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13965881'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '152547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675104> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13675104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596050" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13675104'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596050'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596050'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13675104'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675098> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13675098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597155" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13675098'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597155'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597155'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13675098'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649233> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13649233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596694" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13649233'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596694'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596694'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13649233'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744602> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13744602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596051" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13744602'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596051'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596051'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13744602'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770253> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13770253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597009" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13770253'^^xsd:integer;
  dwc:scientificName 'Echinocardium cordatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597009'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597009'^^xsd:string;
  dwc:aphiaid '124392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13770253'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '124392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012168> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14012168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596994" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14012168'^^xsd:integer;
  dwc:scientificName 'Liocarcinus corrugatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596994'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596994'^^xsd:string;
  dwc:aphiaid '107386'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14012168'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1752528'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14056825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14056825> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14056825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14056825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14056825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14056825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596997" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14056825'^^xsd:integer;
  dwc:scientificName 'Mactra stultorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596997'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596997'^^xsd:string;
  dwc:aphiaid '140299'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14056825'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '140299'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14295612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14295612> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14295612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14295612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14295612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14295612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597011" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14295612'^^xsd:integer;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597011'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597011'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14295612'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14295611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14295611> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14295611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14295611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14295611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14295611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596688" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14295611'^^xsd:integer;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596688'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596688'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14295611'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13576582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13576582> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13576582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13576582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13576582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13576582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596020" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13576582'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596020'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596020'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13576582'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517507> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13517507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597007" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13517507'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597007'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597007'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13517507'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14322776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14322776> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14322776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14322776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14322776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14322776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595994" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14322776'^^xsd:integer;
  dwc:scientificName 'Polyides rotundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595994'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595994'^^xsd:string;
  dwc:aphiaid '145668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14322776'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145668'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517506> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13517506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596683" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13517506'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596683'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596683'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13517506'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517514> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13517514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596024" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13517514'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596024'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596024'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13517514'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14049342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14049342> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14049342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14049342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14049342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14049342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596998" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14049342'^^xsd:integer;
  dwc:scientificName 'Lutraria lutraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596998'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596998'^^xsd:string;
  dwc:aphiaid '140295'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14049342'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '140295'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13487638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13487638> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13487638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13487638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13487638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13487638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597109" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13487638'^^xsd:integer;
  dwc:scientificName 'Archidoris pseudoargus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597109'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597109'^^xsd:string;
  dwc:aphiaid '138763'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13487638'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '138763'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14261009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14261009> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14261009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14261009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14261009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14261009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597116" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14261009'^^xsd:integer;
  dwc:scientificName 'Perophora listeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597116'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597116'^^xsd:string;
  dwc:aphiaid '103759'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14261009'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '103759'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517518> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13517518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595984" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13517518'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595984'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595984'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13517518'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13576581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13576581> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13576581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13576581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13576581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13576581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597112" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13576581'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597112'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597112'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13576581'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458364> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:12458364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581417" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '12458364'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581417'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581417'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:12458364'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943563> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13943563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580234" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13943563'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580234'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580234'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13943563'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949167> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13949167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581823" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13949167'^^xsd:integer;
  dwc:scientificName 'Hypoglossum hypoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581823'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581823'^^xsd:string;
  dwc:aphiaid '144756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13949167'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678883> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13678883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580254" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13678883'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580254'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580254'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13678883'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766491> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13766491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581786" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13766491'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581786'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581786'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13766491'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884217> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13884217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579653" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13884217'^^xsd:integer;
  dwc:scientificName 'Halecium halecinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579653'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579653'^^xsd:string;
  dwc:aphiaid '231751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13884217'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884220> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13884220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581789" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13884220'^^xsd:integer;
  dwc:scientificName 'Halecium halecinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581789'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581789'^^xsd:string;
  dwc:aphiaid '231751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13884220'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13574461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13574461> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13574461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13574461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13574461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13574461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580251" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13574461'^^xsd:integer;
  dwc:scientificName 'Bugula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580251'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580251'^^xsd:string;
  dwc:aphiaid '110839'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13574461'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '110839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13567931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13567931> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13567931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13567931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13567931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13567931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581810" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13567931'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581810'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581810'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13567931'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943551> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13943551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579655" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13943551'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579655'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579655'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13943551'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678885> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13678885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581424" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13678885'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581424'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581424'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13678885'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884222> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13884222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581391" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13884222'^^xsd:integer;
  dwc:scientificName 'Halecium halecinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581391'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581391'^^xsd:string;
  dwc:aphiaid '231751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13884222'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14546608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14546608> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14546608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14546608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14546608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14546608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581409" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14546608'^^xsd:integer;
  dwc:scientificName 'Xantho incisus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581409'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581409'^^xsd:string;
  dwc:aphiaid '148461'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14546608'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '444382'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956067> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13956067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581440" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13956067'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581440'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581440'^^xsd:string;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13956067'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678878> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13678878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577722" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13678878'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577722'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577722'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13678878'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943548> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13943548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577695" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13943548'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577695'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577695'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13943548'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13415593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13415593> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13415593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13415593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13415593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13415593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579670" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13415593'^^xsd:integer;
  dwc:scientificName 'Agonus cataphractus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579670'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579670'^^xsd:string;
  dwc:aphiaid '127190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13415593'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '127190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573574> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14573574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14573574'^^xsd:integer;
  dwc:scientificName 'Pterothamnion crispum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580270'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580270'^^xsd:string;
  dwc:aphiaid '144682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14573574'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144682'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749786> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13749786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13749786'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580263'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580263'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13749786'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558645> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13558645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581428" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13558645'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581428'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581428'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13558645'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478687> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14478687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577736" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14478687'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577736'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577736'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14478687'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718194> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13718194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580271" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13718194'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580271'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580271'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13718194'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478697> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14478697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581432" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14478697'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581432'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581432'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14478697'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13953209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13953209> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13953209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13953209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13953209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13953209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581407" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13953209'^^xsd:integer;
  dwc:scientificName 'Inachus phalangium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581407'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581407'^^xsd:string;
  dwc:aphiaid '107333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13953209'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '107333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14201841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14201841> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14201841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14201841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14201841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14201841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581389" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14201841'^^xsd:integer;
  dwc:scientificName 'Ophlitaspongia seriata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581389'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581389'^^xsd:string;
  dwc:aphiaid '150219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14201841'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '184428'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749788> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13749788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581438" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13749788'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581438'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581438'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13749788'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055218> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14055218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577707" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14055218'^^xsd:integer;
  dwc:scientificName 'Macropodia rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577707'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577707'^^xsd:string;
  dwc:aphiaid '107345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14055218'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424460> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13424460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577696" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13424460'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577696'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577696'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13424460'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13721367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13721367> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13721367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13721367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13721367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13721367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581433" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13721367'^^xsd:integer;
  dwc:scientificName 'Ctenolabrus rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581433'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581433'^^xsd:string;
  dwc:aphiaid '126964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13721367'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '126964'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14005074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14005074> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14005074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14005074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14005074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14005074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577689" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14005074'^^xsd:integer;
  dwc:scientificName 'Leucosolenia complicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577689'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577689'^^xsd:string;
  dwc:aphiaid '132219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14005074'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '132219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13827870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13827870> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13827870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13827870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13827870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13827870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581806" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13827870'^^xsd:integer;
  dwc:scientificName 'Flabellina pedata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581806'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581806'^^xsd:string;
  dwc:aphiaid '139993'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13827870'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1047602'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737955> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13737955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577759" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13737955'^^xsd:integer;
  dwc:scientificName 'Desmarestia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577759'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577759'^^xsd:string;
  dwc:aphiaid '145310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13737955'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748921> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13748921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577723" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13748921'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577723'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577723'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13748921'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13891652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13891652> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13891652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13891652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13891652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13891652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581785" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13891652'^^xsd:integer;
  dwc:scientificName 'Haliclona oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581785'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581785'^^xsd:string;
  dwc:aphiaid '236327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13891652'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '132833'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14363917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14363917> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14363917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14363917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14363917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14363917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581822" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14363917'^^xsd:integer;
  dwc:scientificName 'Pterothamnion plumula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581822'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581822'^^xsd:string;
  dwc:aphiaid '144683'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14363917'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144683'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424464> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13424464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581792" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13424464'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581792'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581792'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13424464'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336168> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14336168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581797" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14336168'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581797'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581797'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14336168'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336177> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14336177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580242" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14336177'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580242'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580242'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14336177'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120734> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14120734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579662" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14120734'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579662'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579662'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14120734'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840756> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13840756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581403" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13840756'^^xsd:integer;
  dwc:scientificName 'Galathea intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581403'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581403'^^xsd:string;
  dwc:aphiaid '107150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13840756'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '107150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460023> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13460023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581395" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13460023'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581395'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581395'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13460023'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14523601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14523601> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14523601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14523601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14523601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14523601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581787" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14523601'^^xsd:integer;
  dwc:scientificName 'Tubularia indivisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581787'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581787'^^xsd:string;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14523601'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13606619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13606619> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13606619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13606619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13606619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13606619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580245" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13606619'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580245'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580245'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13606619'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14523599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14523599> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14523599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14523599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14523599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14523599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579651" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14523599'^^xsd:integer;
  dwc:scientificName 'Tubularia indivisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579651'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579651'^^xsd:string;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14523599'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336179> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14336179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581401" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14336179'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581401'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581401'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14336179'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455445> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:12455445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581416" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '12455445'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581416'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581416'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:12455445'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535412> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14535412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580238" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14535412'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580238'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580238'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14535412'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416149> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14416149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581430" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14416149'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581430'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581430'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14416149'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535414> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14535414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581396" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14535414'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581396'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581396'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14535414'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951763> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13951763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581803" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13951763'^^xsd:integer;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581803'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581803'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13951763'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505596> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13505596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577727" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13505596'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577727'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577727'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13505596'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359633> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13359633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577744" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13359633'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577744'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577744'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13359633'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359646> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13359646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581439" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13359646'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581439'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581439'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13359646'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14543369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14543369> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14543369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14543369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14543369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14543369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580247" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14543369'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580247'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580247'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14543369'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413637> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13413637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580233" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13413637'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580233'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580233'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13413637'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505598> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13505598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579668" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13505598'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579668'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579668'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13505598'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359637> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13359637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13359637'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581820'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581820'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13359637'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535402> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14535402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579656" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14535402'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579656'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579656'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14535402'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951761> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13951761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577706" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13951761'^^xsd:integer;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577706'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577706'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13951761'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012680> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14012680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577708" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14012680'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577708'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577708'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14012680'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483500> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14483500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577699" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14483500'^^xsd:integer;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577699'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577699'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14483500'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14467978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14467978> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14467978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14467978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14467978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14467978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577730" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14467978'^^xsd:integer;
  dwc:scientificName 'Styela clava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577730'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577730'^^xsd:string;
  dwc:aphiaid '103929'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14467978'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655351> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13655351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577763" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13655351'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577763'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577763'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13655351'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508236> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13508236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577728" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13508236'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577728'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577728'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13508236'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627191> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13627191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580269" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13627191'^^xsd:integer;
  dwc:scientificName 'Ceramium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580269'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580269'^^xsd:string;
  dwc:aphiaid '144546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13627191'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915252> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13915252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577719" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13915252'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577719'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577719'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13915252'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376195> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14376195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577757" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14376195'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577757'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577757'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14376195'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012683> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14012683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581805" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14012683'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581805'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581805'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14012683'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413644> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14413644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580250" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14413644'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580250'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580250'^^xsd:string;
  dwc:aphiaid '110866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14413644'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '110866'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413640> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14413640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581809" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14413640'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581809'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581809'^^xsd:string;
  dwc:aphiaid '110866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14413640'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '110866'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655360> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13655360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581453" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13655360'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581453'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581453'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13655360'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483502> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14483502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581796" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14483502'^^xsd:integer;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581796'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581796'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14483502'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483503> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14483503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581398" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14483503'^^xsd:integer;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581398'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581398'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14483503'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14353686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14353686> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14353686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14353686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14353686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14353686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581794" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14353686'^^xsd:integer;
  dwc:scientificName 'Prostheceraeus vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581794'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581794'^^xsd:string;
  dwc:aphiaid '142820'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14353686'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '142820'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316680> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14316680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581425" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14316680'^^xsd:integer;
  dwc:scientificName 'Polyclinum aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581425'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581425'^^xsd:string;
  dwc:aphiaid '103674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14316680'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14355839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14355839> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14355839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14355839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14355839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14355839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581402" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14355839'^^xsd:integer;
  dwc:scientificName 'Protula tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581402'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581402'^^xsd:string;
  dwc:aphiaid '131035'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14355839'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '131035'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14460116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14460116> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14460116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14460116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14460116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14460116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581782" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14460116'^^xsd:integer;
  dwc:scientificName 'Stelligera rigida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581782'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581782'^^xsd:string;
  dwc:aphiaid '134174'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14460116'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1424275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915255> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13915255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581811" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13915255'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581811'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581811'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13915255'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132881> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14132881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579654" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14132881'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579654'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579654'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14132881'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508239> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13508239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579669" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13508239'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579669'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579669'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13508239'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828607> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13828607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579666" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13828607'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579666'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579666'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13828607'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798806> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13798806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733192" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13798806'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733192'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733192'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13798806'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14433741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14433741> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14433741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14433741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14433741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14433741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581450" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14433741'^^xsd:integer;
  dwc:scientificName 'Sphacelaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581450'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581450'^^xsd:string;
  dwc:aphiaid '144272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14433741'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13858613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13858613> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13858613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13858613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13858613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13858613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581411" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13858613'^^xsd:integer;
  dwc:scientificName 'Gibbula tumida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581411'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581411'^^xsd:string;
  dwc:aphiaid '141799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13858613'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '1477356'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915260> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13915260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581421" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13915260'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581421'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581421'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13915260'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915259> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13915259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580252" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13915259'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580252'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580252'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13915259'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798801> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13798801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733631" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13798801'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733631'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733631'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13798801'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132879> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14132879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577694" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14132879'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577694'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577694'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14132879'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288201> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14288201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580264" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14288201'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580264'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580264'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14288201'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14189993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14189993> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14189993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14189993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14189993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14189993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581423" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14189993'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581423'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581423'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14189993'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564543> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13564543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13564543'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581825'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581825'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13564543'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564554> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13564554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581448" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13564554'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581448'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581448'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13564554'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14386493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14386493> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14386493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14386493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14386493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14386493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581400" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14386493'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581400'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581400'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14386493'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798802> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13798802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733100" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13798802'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733100'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733100'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13798802'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580695> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13580695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579671" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13580695'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579671'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579671'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13580695'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13714695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13714695> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13714695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13714695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13714695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13714695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596022" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13714695'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596022'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596022'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13714695'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707932> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13707932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585163" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13707932'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585163'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585163'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13707932'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297521> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14297521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578464" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14297521'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578464'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578464'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14297521'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14345814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14345814> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14345814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14345814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14345814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14345814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585135" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14345814'^^xsd:integer;
  dwc:scientificName 'Porcellana platycheles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585135'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585135'^^xsd:string;
  dwc:aphiaid '107190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14345814'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564537> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13564537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578703" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13564537'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578703'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578703'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13564537'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564544> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13564544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578476" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13564544'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578476'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578476'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13564544'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13946163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13946163> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13946163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13946163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13946163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13946163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585130" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13946163'^^xsd:integer;
  dwc:scientificName 'Hymedesmia paupertas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585130'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585130'^^xsd:string;
  dwc:aphiaid '133621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13946163'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '133621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564551> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13564551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585185" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13564551'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585185'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585185'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13564551'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987213> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13987213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578674" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13987213'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578674'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578674'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13987213'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14370302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14370302> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14370302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14370302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14370302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14370302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585158" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14370302'^^xsd:integer;
  dwc:scientificName 'Pyura microcosmus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585158'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585158'^^xsd:string;
  dwc:aphiaid '103851'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14370302'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103851'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893799> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13893799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585193" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13893799'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585193'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585193'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13893799'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14512179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14512179> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14512179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14512179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14512179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14512179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585140" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14512179'^^xsd:integer;
  dwc:scientificName 'Trivia arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585140'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585140'^^xsd:string;
  dwc:aphiaid '141741'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14512179'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '141741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14079578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14079578> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14079578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14079578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14079578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14079578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578701" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14079578'^^xsd:integer;
  dwc:scientificName 'Membranoptera alata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578701'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578701'^^xsd:string;
  dwc:aphiaid '144758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14079578'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '144758'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655348> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13655348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578714" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13655348'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578714'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578714'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13655348'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655354> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13655354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578492" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13655354'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578492'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578492'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13655354'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359638> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13359638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578460" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13359638'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578460'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578460'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13359638'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359645> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13359645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585170" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13359645'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585170'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585170'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13359645'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413636> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13413636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585132" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13413636'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585132'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585132'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13413636'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505602> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13505602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585154" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13505602'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585154'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585154'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13505602'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14594980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14594980> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14594980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14594980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14594980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14594980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578679" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14594980'^^xsd:integer;
  dwc:scientificName 'Gibbula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578679'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578679'^^xsd:string;
  dwc:aphiaid '138590'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14594980'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '138590'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13879180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13879180> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13879180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13879180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13879180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13879180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578440" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13879180'^^xsd:integer;
  dwc:scientificName 'Grantia compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578440'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578440'^^xsd:string;
  dwc:aphiaid '132181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13879180'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '132181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416151> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13416151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578462" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13416151'^^xsd:integer;
  dwc:scientificName 'Ahnfeltia plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578462'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578462'^^xsd:string;
  dwc:aphiaid '144422'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13416151'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14331903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14331903> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14331903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14331903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14331903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14331903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578480" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14331903'^^xsd:integer;
  dwc:scientificName 'Polysiphonia stricta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578480'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578480'^^xsd:string;
  dwc:aphiaid '144672'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14331903'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144672'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459233> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14459233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578488" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14459233'^^xsd:integer;
  dwc:scientificName 'Sporochnus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578488'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578488'^^xsd:string;
  dwc:aphiaid '145915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14459233'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649913> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13649913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578463" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13649913'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578463'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578463'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13649913'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729106> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13729106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578472" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13729106'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578472'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578472'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13729106'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649909> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13649909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578691" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13649909'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578691'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578691'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13649909'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13912028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13912028> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13912028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13912028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13912028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13912028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578678" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13912028'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578678'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578678'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13912028'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380344> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14380344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578694" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14380344'^^xsd:integer;
  dwc:scientificName 'Rhodophyllis divaricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578694'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578694'^^xsd:string;
  dwc:aphiaid '145617'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14380344'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416149> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13416149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578689" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13416149'^^xsd:integer;
  dwc:scientificName 'Ahnfeltia plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578689'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578689'^^xsd:string;
  dwc:aphiaid '144422'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13416149'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '144422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376194> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14376194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578706" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14376194'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578706'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578706'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14376194'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13736049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13736049> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13736049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13736049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13736049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13736049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585187" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13736049'^^xsd:integer;
  dwc:scientificName 'Desmarestia aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585187'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585187'^^xsd:string;
  dwc:aphiaid '145307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13736049'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413643> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14413643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585146" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14413643'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585146'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585146'^^xsd:string;
  dwc:aphiaid '110866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14413643'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '110866'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729112> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13729112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585181" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13729112'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585181'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585181'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13729112'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508247> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13508247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585155" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13508247'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585155'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585155'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13508247'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14377165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14377165> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14377165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14377165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14377165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14377165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585167" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14377165'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585167'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585167'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14377165'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915258> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13915258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585148" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13915258'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585148'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585148'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13915258'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376199> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14376199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578481" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14376199'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578481'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578481'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14376199'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13838568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13838568> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13838568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13838568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13838568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13838568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585175" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13838568'^^xsd:integer;
  dwc:scientificName 'Furcellaria lumbricalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585175'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585175'^^xsd:string;
  dwc:aphiaid '145620'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13838568'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145620'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649920> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13649920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585172" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13649920'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585172'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585172'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13649920'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14108747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14108747> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14108747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14108747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14108747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14108747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578447" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14108747'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578447'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578447'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14108747'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871044> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13871044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585165" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13871044'^^xsd:integer;
  dwc:scientificName 'Gobiusculus flavescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585165'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585165'^^xsd:string;
  dwc:aphiaid '126898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13871044'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1526389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13966392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13966392> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13966392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13966392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13966392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13966392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585164" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13966392'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585164'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585164'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13966392'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13714692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13714692> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13714692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13714692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13714692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13714692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581420" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13714692'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581420'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581420'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13714692'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14480282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14480282> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14480282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14480282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14480282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14480282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581410" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14480282'^^xsd:integer;
  dwc:scientificName 'Tectura virginea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581410'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581410'^^xsd:string;
  dwc:aphiaid '153552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14480282'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '153552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579428> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13579428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577746" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13579428'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577746'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577746'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13579428'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13561606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13561606> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13561606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13561606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13561606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13561606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581788" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13561606'^^xsd:integer;
  dwc:scientificName 'Bougainvillia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581788'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581788'^^xsd:string;
  dwc:aphiaid '117015'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13561606'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117015'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14261002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14261002> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14261002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14261002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14261002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14261002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580256" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14261002'^^xsd:integer;
  dwc:scientificName 'Perophora listeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580256'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580256'^^xsd:string;
  dwc:aphiaid '103759'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14261002'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103759'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14260999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14260999> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14260999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14260999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14260999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14260999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14260999'^^xsd:integer;
  dwc:scientificName 'Perophora listeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581816'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581816'^^xsd:string;
  dwc:aphiaid '103759'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14260999'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103759'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14260994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14260994> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14260994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14260994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14260994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14260994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577726" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14260994'^^xsd:integer;
  dwc:scientificName 'Perophora listeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577726'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577726'^^xsd:string;
  dwc:aphiaid '103759'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14260994'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103759'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14261003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14261003> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14261003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14261003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14261003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14261003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581426" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14261003'^^xsd:integer;
  dwc:scientificName 'Perophora listeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581426'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581426'^^xsd:string;
  dwc:aphiaid '103759'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14261003'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103759'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322765> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14322765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580266" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14322765'^^xsd:integer;
  dwc:scientificName 'Polyides rotundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580266'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580266'^^xsd:string;
  dwc:aphiaid '145668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14322765'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145668'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517478> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13517478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580253" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13517478'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580253'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580253'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13517478'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14042030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14042030> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14042030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14042030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14042030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14042030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577718" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14042030'^^xsd:integer;
  dwc:scientificName 'Luidia ciliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577718'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577718'^^xsd:string;
  dwc:aphiaid '123920'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14042030'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '123920'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517476> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13517476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580140" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13517476'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580140'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580140'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13517476'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517463> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13517463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581812" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13517463'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581812'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581812'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13517463'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517459> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13517459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579667" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13517459'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579667'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579667'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13517459'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517480> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13517480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581422" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13517480'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581422'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581422'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13517480'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517455> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13517455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577720" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13517455'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577720'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577720'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13517455'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744589> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13744589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581452" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13744589'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581452'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581452'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13744589'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14550960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14550960> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14550960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14550960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14550960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14550960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577760" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14550960'^^xsd:integer;
  dwc:scientificName 'Arthrocladia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577760'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577760'^^xsd:string;
  dwc:aphiaid '144060'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14550960'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144060'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675088> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13675088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581451" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13675088'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581451'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581451'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13675088'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675086> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13675086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580276" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13675086'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580276'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580276'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13675086'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924062> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13924062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580272" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13924062'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580272'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580272'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13924062'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924053> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13924053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581824" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13924053'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581824'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581824'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13924053'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562178> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13562178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580248" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13562178'^^xsd:integer;
  dwc:scientificName 'Bowerbankia citrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580248'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580248'^^xsd:string;
  dwc:aphiaid '111664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13562178'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '851584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924064> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13924064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581447" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13924064'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581447'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581447'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13924064'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13622603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13622603> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13622603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13622603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13622603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13622603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581807" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13622603'^^xsd:integer;
  dwc:scientificName 'Cellepora pumicosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581807'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581807'^^xsd:string;
  dwc:aphiaid '111268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13622603'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '111268'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755856> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13755856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577724" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13755856'^^xsd:integer;
  dwc:scientificName 'Diplosoma spongiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577724'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577724'^^xsd:string;
  dwc:aphiaid '103582'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13755856'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13955558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13955558> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13955558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13955558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13955558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13955558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581793" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13955558'^^xsd:integer;
  dwc:scientificName 'Isozoanthus sulcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581793'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581793'^^xsd:string;
  dwc:aphiaid '101053'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13955558'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '101053'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424474> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13424474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580236" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13424474'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580236'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580236'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13424474'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14342444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14342444> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14342444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14342444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14342444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14342444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577743" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14342444'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus pictus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577743'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577743'^^xsd:string;
  dwc:aphiaid '126930'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14342444'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '126930'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13770247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13770247> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13770247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13770247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13770247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13770247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580141" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13770247'^^xsd:integer;
  dwc:scientificName 'Echinocardium cordatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580141'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580141'^^xsd:string;
  dwc:aphiaid '124392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13770247'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '124392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419555> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13419555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579664" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13419555'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579664'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579664'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13419555'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269696> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14269696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581434" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14269696'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581434'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581434'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14269696'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13400558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13400558> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13400558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13400558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13400558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13400558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577712" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13400558'^^xsd:integer;
  dwc:scientificName 'Acanthodoris pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577712'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577712'^^xsd:string;
  dwc:aphiaid '140627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13400558'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '140627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649210> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13649210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577755" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13649210'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577755'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577755'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13649210'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13624021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13624021> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13624021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13624021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13624021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13624021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577737" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13624021'^^xsd:integer;
  dwc:scientificName 'Centrolabrus exoletus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577737'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577737'^^xsd:string;
  dwc:aphiaid '126961'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13624021'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '126961'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13857791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13857791> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13857791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13857791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13857791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13857791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577709" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13857791'^^xsd:integer;
  dwc:scientificName 'Gibbula magus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577709'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577709'^^xsd:string;
  dwc:aphiaid '141790'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13857791'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '141790'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744575> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13744575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577758" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13744575'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577758'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577758'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13744575'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13942307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13942307> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13942307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13942307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13942307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13942307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579652" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13942307'^^xsd:integer;
  dwc:scientificName 'Hydractinia echinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579652'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579652'^^xsd:string;
  dwc:aphiaid '117644'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13942307'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117644'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13914464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13914464> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13914464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13914464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13914464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13914464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581784" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13914464'^^xsd:integer;
  dwc:scientificName 'Hemimycale columella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581784'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581784'^^xsd:string;
  dwc:aphiaid '133543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13914464'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '133543'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14474696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14474696> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14474696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14474696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14474696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14474696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577734" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14474696'^^xsd:integer;
  dwc:scientificName 'Syngnathus acus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577734'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577734'^^xsd:string;
  dwc:aphiaid '127387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14474696'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '127387'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14066210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14066210> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14066210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14066210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14066210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14066210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577721" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14066210'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577721'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577721'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14066210'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290902> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14290902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581404" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14290902'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581404'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581404'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14290902'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694993> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13694993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580268" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13694993'^^xsd:integer;
  dwc:scientificName 'Cordylecladia erecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580268'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580268'^^xsd:string;
  dwc:aphiaid '145847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13694993'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145847'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14695822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14695822> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14695822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14695822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14695822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14695822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14695822'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580262'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580262'^^xsd:string;
  dwc:aphiaid '125999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14695822'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '125999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14695818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14695818> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14695818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14695818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14695818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14695818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581819" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14695818'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581819'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581819'^^xsd:string;
  dwc:aphiaid '125999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14695818'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '125999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694995> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13694995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581445" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13694995'^^xsd:integer;
  dwc:scientificName 'Cordylecladia erecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581445'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581445'^^xsd:string;
  dwc:aphiaid '145847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13694995'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145847'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14593537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14593537> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14593537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14593537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14593537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14593537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577705" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14593537'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577705'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577705'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14593537'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649219> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13649219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581449" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13649219'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581449'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581449'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13649219'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414557> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14414557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581418" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14414557'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria reptans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581418'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581418'^^xsd:string;
  dwc:aphiaid '111247'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14414557'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '738997'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290897> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14290897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581802" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14290897'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581802'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581802'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14290897'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649217> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13649217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580274" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13649217'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580274'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580274'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13649217'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269695> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14269695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580260" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14269695'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580260'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580260'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14269695'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13469700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13469700> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13469700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13469700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13469700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13469700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581419" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13469700'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581419'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581419'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13469700'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882486> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13882486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581443" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13882486'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581443'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581443'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13882486'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851951> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13851951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581412" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13851951'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581412'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581412'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13851951'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14695817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14695817> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14695817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14695817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14695817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14695817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579672" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14695817'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579672'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579672'^^xsd:string;
  dwc:aphiaid '125999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14695817'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '125999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14474700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14474700> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14474700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14474700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14474700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14474700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581431" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14474700'^^xsd:integer;
  dwc:scientificName 'Syngnathus acus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581431'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581431'^^xsd:string;
  dwc:aphiaid '127387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14474700'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '127387'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13469698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13469698> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13469698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13469698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13469698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13469698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577716" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13469698'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577716'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577716'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13469698'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882480> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13882480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577745" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13882480'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577745'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577745'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13882480'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14307890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14307890> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14307890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14307890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14307890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14307890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580138" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14307890'^^xsd:integer;
  dwc:scientificName 'Polinices pulchellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580138'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580138'^^xsd:string;
  dwc:aphiaid '150554'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14307890'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '151894'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14695821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14695821> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14695821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14695821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14695821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14695821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580142" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14695821'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580142'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580142'^^xsd:string;
  dwc:aphiaid '125999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14695821'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '125999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594157> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13594157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580244" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13594157'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580244'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580244'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13594157'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14346940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14346940> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14346940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14346940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14346940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14346940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581390" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14346940'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581390'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581390'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14346940'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13747470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13747470> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13747470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13747470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13747470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13747470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13747470'^^xsd:integer;
  dwc:scientificName 'Didemnidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581815'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581815'^^xsd:string;
  dwc:aphiaid '103439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13747470'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14508113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14508113> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14508113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14508113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14508113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14508113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581393" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14508113'^^xsd:integer;
  dwc:scientificName 'Tridentata distans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581393'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581393'^^xsd:string;
  dwc:aphiaid '152169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14508113'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '1341823'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638358> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13638358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577698" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13638358'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577698'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577698'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13638358'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795487> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13795487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577691" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13795487'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577691'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577691'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13795487'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14469350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14469350> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14469350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14469350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14469350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14469350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577690" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14469350'^^xsd:integer;
  dwc:scientificName 'Suberites carnosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577690'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577690'^^xsd:string;
  dwc:aphiaid '134275'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14469350'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '134275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14420800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14420800> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14420800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14420800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14420800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14420800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577752" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14420800'^^xsd:integer;
  dwc:scientificName 'Seirospora interrupta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577752'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577752'^^xsd:string;
  dwc:aphiaid '144697'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14420800'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144697'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840045> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13840045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581801" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13840045'^^xsd:integer;
  dwc:scientificName 'Galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581801'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581801'^^xsd:string;
  dwc:aphiaid '106834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13840045'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '106834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13939967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13939967> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13939967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13939967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13939967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13939967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581406" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13939967'^^xsd:integer;
  dwc:scientificName 'Hyas araneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581406'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581406'^^xsd:string;
  dwc:aphiaid '107322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13939967'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '107322'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562169> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13562169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577715" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13562169'^^xsd:integer;
  dwc:scientificName 'Bowerbankia citrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577715'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577715'^^xsd:string;
  dwc:aphiaid '111664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13562169'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '851584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216887> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14216887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579661" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14216887'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579661'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579661'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14216887'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12994142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12994142> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12994142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12994142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12994142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:12994142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581798" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '12994142'^^xsd:integer;
  dwc:scientificName 'Amphipoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581798'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581798'^^xsd:string;
  dwc:aphiaid '1135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:12994142'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12994141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12994141> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12994141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12994141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12994141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:12994141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579659" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '12994141'^^xsd:integer;
  dwc:scientificName 'Amphipoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579659'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579659'^^xsd:string;
  dwc:aphiaid '1135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:12994141'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713174> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13713174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580246" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13713174'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580246'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580246'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13713174'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638363> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13638363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581795" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13638363'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581795'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581795'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13638363'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713176> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13713176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581414" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13713176'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581414'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581414'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13713176'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638360> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13638360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579657" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13638360'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579657'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579657'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13638360'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638370> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13638370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580240" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13638370'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580240'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580240'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13638370'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696947> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14696947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577742" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14696947'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577742'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577742'^^xsd:string;
  dwc:aphiaid '126928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14696947'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '126928'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216895> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14216895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580137" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14216895'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580137'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580137'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14216895'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216884> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14216884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577702" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14216884'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577702'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577702'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14216884'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840044> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13840044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577703" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13840044'^^xsd:integer;
  dwc:scientificName 'Galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577703'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577703'^^xsd:string;
  dwc:aphiaid '106834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13840044'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '106834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14003745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14003745> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14003745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14003745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14003745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14003745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577688" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14003745'^^xsd:integer;
  dwc:scientificName 'Leucosolenia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577688'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577688'^^xsd:string;
  dwc:aphiaid '131715'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14003745'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '131715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13345888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13345888> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13345888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13345888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13345888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13345888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580143" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13345888'^^xsd:integer;
  dwc:scientificName 'Pleuronectidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580143'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580143'^^xsd:string;
  dwc:aphiaid '125579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13345888'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '125579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14574260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14574260> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14574260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14574260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14574260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14574260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577747" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14574260'^^xsd:integer;
  dwc:scientificName 'Rhodophyllis divaricata var. werneri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577747'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577747'^^xsd:string;
  dwc:aphiaid '416745'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14574260'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '416745'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14223507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14223507> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14223507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14223507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14223507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14223507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581799" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14223507'^^xsd:integer;
  dwc:scientificName 'Palaemon serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581799'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581799'^^xsd:string;
  dwc:aphiaid '107616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14223507'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594149> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13594149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581804" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13594149'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581804'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581804'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13594149'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558627> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13558627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577731" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13558627'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577731'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577731'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13558627'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14213419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14213419> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14213419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14213419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14213419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14213419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577701" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14213419'^^xsd:integer;
  dwc:scientificName 'Paguridae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577701'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577701'^^xsd:string;
  dwc:aphiaid '106738'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14213419'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '106738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573576> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14573576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581446" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14573576'^^xsd:integer;
  dwc:scientificName 'Pterothamnion crispum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581446'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581446'^^xsd:string;
  dwc:aphiaid '144682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14573576'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144682'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14011184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14011184> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14011184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14011184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14011184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14011184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581397" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14011184'^^xsd:integer;
  dwc:scientificName 'Lineus longissimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581397'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581397'^^xsd:string;
  dwc:aphiaid '122528'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14011184'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '122528'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558643> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13558643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580258" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13558643'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580258'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580258'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13558643'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14468537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14468537> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14468537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14468537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14468537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14468537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581388" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14468537'^^xsd:integer;
  dwc:scientificName 'Stylostichon plumosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581388'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581388'^^xsd:string;
  dwc:aphiaid '150212'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14468537'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '133688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460016> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13460016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578672" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13460016'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578672'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578672'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13460016'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798809> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13798809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732752" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13798809'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732752'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732752'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13798809'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455444> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:12455444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585145" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '12455444'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585145'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585145'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:12455444'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13484315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13484315> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13484315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13484315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13484315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13484315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585142" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13484315'^^xsd:integer;
  dwc:scientificName 'Aplysia punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585142'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585142'^^xsd:string;
  dwc:aphiaid '138758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13484315'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '138758'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416145> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14416145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578452" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14416145'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578452'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578452'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14416145'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13756604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13756604> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13756604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13756604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13756604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13756604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585156" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13756604'^^xsd:integer;
  dwc:scientificName 'Distomus variolosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585156'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585156'^^xsd:string;
  dwc:aphiaid '103890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13756604'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535398> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14535398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578673" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14535398'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578673'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578673'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14535398'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328949> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14328949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578477" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14328949'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578477'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578477'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14328949'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535405> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14535405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578442" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14535405'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578442'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578442'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14535405'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13464502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13464502> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13464502> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13464502>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13464502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13464502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579282" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13464502'^^xsd:integer;
  dwc:scientificName 'Anomia ephippium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579282'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579282'^^xsd:string;
  dwc:aphiaid '138748'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13464502'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '138748'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13914461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13914461> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13914461> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13914461>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13914461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13914461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579272" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13914461'^^xsd:integer;
  dwc:scientificName 'Hemimycale columella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579272'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579272'^^xsd:string;
  dwc:aphiaid '133543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13914461'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '133543'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924044> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924044> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924044>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13924044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581579" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13924044'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581579'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581579'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13924044'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13737319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13737319> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13737319> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13737319>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13737319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13737319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578934" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13737319'^^xsd:integer;
  dwc:scientificName 'Desmarestia ligulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578934'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578934'^^xsd:string;
  dwc:aphiaid '145309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13737319'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423751> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423751> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423751>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14423751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579274" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14423751'^^xsd:integer;
  dwc:scientificName 'Sertularella gayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579274'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579274'^^xsd:string;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14423751'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13892189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13892189> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13892189> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13892189>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13892189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13892189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578892" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13892189'^^xsd:integer;
  dwc:scientificName 'Haliclona simulans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578892'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578892'^^xsd:string;
  dwc:aphiaid '236331'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13892189'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '132858'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14707606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14707606> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14707606> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14707606>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14707606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14707606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581781" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14707606'^^xsd:integer;
  dwc:scientificName 'Ulva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581781'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581781'^^xsd:string;
  dwc:aphiaid '144296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14707606'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13727024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13727024> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13727024> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13727024>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13727024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13727024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578922" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13727024'^^xsd:integer;
  dwc:scientificName 'Cystoclonium purpureum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578922'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578922'^^xsd:string;
  dwc:aphiaid '145615'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13727024'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419553> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419553> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419553>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13419553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578221" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13419553'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578221'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578221'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13419553'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622594> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622594> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622594>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13622594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578223" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13622594'^^xsd:integer;
  dwc:scientificName 'Cellepora pumicosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578223'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578223'^^xsd:string;
  dwc:aphiaid '111268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13622594'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111268'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419542> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419542> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419542>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13419542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13419542'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578900'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578900'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13419542'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744562> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744562> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744562>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13744562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578933" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13744562'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578933'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578933'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13744562'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14508150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14508150> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14508150> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14508150>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14508150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14508150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580213" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14508150'^^xsd:integer;
  dwc:scientificName 'Trididemnum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580213'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40580213'^^xsd:string;
  dwc:aphiaid '103461'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14508150'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103461'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14249313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14249313> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14249313> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14249313>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14249313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14249313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578234" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14249313'^^xsd:integer;
  dwc:scientificName 'Pawsonia saxicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578234'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578234'^^xsd:string;
  dwc:aphiaid '124653'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14249313'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124653'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14224975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14224975> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14224975> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14224975>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14224975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14224975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581758" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14224975'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581758'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581758'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14224975'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14224978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14224978> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14224978> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14224978>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14224978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14224978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578913" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14224978'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578913'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578913'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14224978'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576571> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576571> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576571>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13576571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581565" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13576571'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581565'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581565'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13576571'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576578> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576578> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576578>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13576578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579288" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13576578'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579288'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579288'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13576578'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13431521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13431521> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13431521> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13431521>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13431521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13431521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581757" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13431521'^^xsd:integer;
  dwc:scientificName 'Ammodytes tobianus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581757'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581757'^^xsd:string;
  dwc:aphiaid '126752'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13431521'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126752'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396853> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396853> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396853>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14396853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581554" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14396853'^^xsd:integer;
  dwc:scientificName 'Salmacina dysteri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581554'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581554'^^xsd:string;
  dwc:aphiaid '131038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14396853'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '131038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372640> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372640> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372640>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14372640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581545" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14372640'^^xsd:integer;
  dwc:scientificName 'Raspailia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581545'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581545'^^xsd:string;
  dwc:aphiaid '181150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14372640'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '133150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517448> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517448> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517448>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13517448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581495" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13517448'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581495'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581495'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13517448'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372639> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372639> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372639>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14372639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578204" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14372639'^^xsd:integer;
  dwc:scientificName 'Raspailia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578204'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578204'^^xsd:string;
  dwc:aphiaid '181150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14372639'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '133150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536059> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536059> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536059>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13536059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578199" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13536059'^^xsd:integer;
  dwc:scientificName 'Axinella infundibuliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578199'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578199'^^xsd:string;
  dwc:aphiaid '132480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13536059'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396852> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396852> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396852>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14396852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578213" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14396852'^^xsd:integer;
  dwc:scientificName 'Salmacina dysteri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578213'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578213'^^xsd:string;
  dwc:aphiaid '131038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14396852'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '131038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396847> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396847> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396847>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14396847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580208" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14396847'^^xsd:integer;
  dwc:scientificName 'Salmacina dysteri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580208'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40580208'^^xsd:string;
  dwc:aphiaid '131038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14396847'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '131038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517440> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517440> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517440>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13517440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578231" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13517440'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578231'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578231'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13517440'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714681> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714681> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714681>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13714681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578229" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13714681'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578229'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578229'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13714681'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714683> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714683> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714683>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13714683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581566" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13714683'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581566'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581566'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13714683'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14179175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14179175> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14179175> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14179175>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14179175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14179175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578224" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14179175'^^xsd:integer;
  dwc:scientificName 'Omalosecosa ramulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578224'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578224'^^xsd:string;
  dwc:aphiaid '111281'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14179175'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714672> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714672> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714672>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13714672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577830" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13714672'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577830'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577830'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13714672'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297516> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14297516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578692" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14297516'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578692'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578692'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14297516'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14179173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14179173> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14179173> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14179173>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14179173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14179173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578406" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14179173'^^xsd:integer;
  dwc:scientificName 'Omalosecosa ramulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578406'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578406'^^xsd:string;
  dwc:aphiaid '111281'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14179173'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '111281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576555> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576555> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576555>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13576555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578410" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13576555'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578410'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578410'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13576555'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13576602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13576602> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13576602> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13576602>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13576602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13576602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615314" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13576602'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615314'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615314'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13576602'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714668> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714668> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714668>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13714668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578412" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13714668'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578412'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578412'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13714668'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A11654084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A11654084> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A11654084> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A11654084>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A11654084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:11654084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615549" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '11654084'^^xsd:integer;
  dwc:scientificName 'Ligia oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615549'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^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-JNCCMNCR40615549'^^xsd:string;
  dwc:aphiaid '146999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:11654084'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '146999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13576598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13576598> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13576598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13576598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13576598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13576598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615468" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13576598'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615468'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615468'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13576598'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13760708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13760708> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13760708> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13760708>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13760708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13760708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578402" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13760708'^^xsd:integer;
  dwc:scientificName 'Doto'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578402'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578402'^^xsd:string;
  dwc:aphiaid '137916'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13760708'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '137916'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372630> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372630> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372630>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14372630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578380" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14372630'^^xsd:integer;
  dwc:scientificName 'Raspailia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578380'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578380'^^xsd:string;
  dwc:aphiaid '181150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14372630'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '133150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517423> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517423> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517423>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13517423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578414" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13517423'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578414'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578414'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13517423'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14396844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14396844> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14396844> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14396844>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14396844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14396844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578395" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14396844'^^xsd:integer;
  dwc:scientificName 'Salmacina dysteri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578395'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578395'^^xsd:string;
  dwc:aphiaid '131038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14396844'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '131038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14498086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14498086> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14498086> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14498086>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14498086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14498086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614990" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14498086'^^xsd:integer;
  dwc:scientificName 'Thymosia guernei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614990'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40614990'^^xsd:string;
  dwc:aphiaid '134113'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14498086'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '134113'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13924128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13924128> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13924128> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13924128>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13924128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13924128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614557" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13924128'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614557'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614557'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13924128'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14492420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14492420> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14492420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14492420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14492420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14492420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615642" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14492420'^^xsd:integer;
  dwc:scientificName 'Thorogobius ephippiatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615642'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615642'^^xsd:string;
  dwc:aphiaid '126937'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14492420'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '126937'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13744667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13744667> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13744667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13744667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13744667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13744667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615546" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13744667'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615546'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615546'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13744667'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14423737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14423737> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14423737> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14423737>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14423737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14423737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578388" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14423737'^^xsd:integer;
  dwc:scientificName 'Sertularella gayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578388'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578388'^^xsd:string;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14423737'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14286817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14286817> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14286817> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14286817>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14286817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14286817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614552" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14286817'^^xsd:integer;
  dwc:scientificName 'Phyllophora crispa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614552'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614552'^^xsd:string;
  dwc:aphiaid '145660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14286817'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '145660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419535> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419535> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419535>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13419535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578403" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13419535'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578403'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578403'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13419535'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346959> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346959> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346959>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14346959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614930" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14346959'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614930'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614930'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14346959'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346960> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346960> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346960>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14346960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615302" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14346960'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615302'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615302'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14346960'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13924130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13924130> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13924130> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13924130>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13924130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13924130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13924130'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614862'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614862'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13924130'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13744671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13744671> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13744671> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13744671>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13744671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13744671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13744671'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614865'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614865'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13744671'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346979> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346979> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346979>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14346979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614472" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14346979'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614472'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614472'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14346979'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A2920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A2920> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A2920> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A2920>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A2920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:2920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615332" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '2920'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615332'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615332'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:2920'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14593545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14593545> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14593545> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14593545>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14593545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14593545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615338" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14593545'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615338'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615338'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14593545'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614184> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614184> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614184>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13614184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614477" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13614184'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614477'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614477'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13614184'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13659082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13659082> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13659082> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13659082>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13659082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13659082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13659082'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615820'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^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-JNCCMNCR40615820'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13659082'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346977> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346977> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346977>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14346977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614565" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14346977'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614565'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614565'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14346977'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117484> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117484> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117484>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14117484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615308" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14117484'^^xsd:integer;
  dwc:scientificName 'Myxilla incrustans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615308'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615308'^^xsd:string;
  dwc:aphiaid '133882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14117484'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '169466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117485> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117485> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117485>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14117485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614848" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14117485'^^xsd:integer;
  dwc:scientificName 'Myxilla incrustans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614848'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614848'^^xsd:string;
  dwc:aphiaid '133882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14117485'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '169466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14286820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14286820> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14286820> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14286820>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14286820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14286820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615317" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14286820'^^xsd:integer;
  dwc:scientificName 'Phyllophora crispa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615317'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615317'^^xsd:string;
  dwc:aphiaid '145660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14286820'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '145660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14286821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14286821> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14286821> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14286821>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14286821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14286821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614856" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14286821'^^xsd:integer;
  dwc:scientificName 'Phyllophora crispa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614856'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614856'^^xsd:string;
  dwc:aphiaid '145660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14286821'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '145660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346984> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346984> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346984>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14346984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615366" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14346984'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615366'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615366'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14346984'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346982> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346982> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346982>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14346982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614992" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14346982'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614992'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40614992'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14346982'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13756466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13756466> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13756466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13756466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13756466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13756466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615123" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13756466'^^xsd:integer;
  dwc:scientificName 'Distaplia rosea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615123'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615123'^^xsd:string;
  dwc:aphiaid '103609'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13756466'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '103609'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14289366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14289366> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14289366> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14289366>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14289366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14289366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614551" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14289366'^^xsd:integer;
  dwc:scientificName 'Phymatolithon purpureum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614551'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614551'^^xsd:string;
  dwc:aphiaid '145203'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14289366'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '145203'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14257971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14257971> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14257971> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14257971>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14257971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14257971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578404" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14257971'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578404'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578404'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14257971'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372109> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372109> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372109>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14372109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578379" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14372109'^^xsd:integer;
  dwc:scientificName 'Raspailia hispida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578379'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578379'^^xsd:string;
  dwc:aphiaid '133147'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14372109'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '133147'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14427353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14427353> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14427353> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14427353>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14427353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14427353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614542" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14427353'^^xsd:integer;
  dwc:scientificName 'Sidnyum turbinatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614542'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614542'^^xsd:string;
  dwc:aphiaid '103684'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14427353'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '103670'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14593544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14593544> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14593544> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14593544>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14593544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14593544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615436" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14593544'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615436'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615436'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14593544'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13851982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13851982> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13851982> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13851982>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13851982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13851982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614537" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13851982'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614537'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614537'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13851982'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13744666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13744666> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13744666> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13744666>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13744666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13744666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614559" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13744666'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614559'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614559'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13744666'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093966> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093966> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093966>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14093966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614851" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14093966'^^xsd:integer;
  dwc:scientificName 'Morchellium argus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614851'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614851'^^xsd:string;
  dwc:aphiaid '148714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14093966'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '148714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13747499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13747499> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13747499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13747499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13747499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13747499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615124" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13747499'^^xsd:integer;
  dwc:scientificName 'Didemnidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615124'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615124'^^xsd:string;
  dwc:aphiaid '103439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13747499'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '103439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13747498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13747498> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13747498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13747498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13747498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13747498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614814" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13747498'^^xsd:integer;
  dwc:scientificName 'Didemnidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614814'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614814'^^xsd:string;
  dwc:aphiaid '103439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13747498'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '103439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539245> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13539245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615765" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13539245'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615765'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615765'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13539245'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539246> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13539246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614805" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13539246'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614805'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614805'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13539246'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925990> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13925990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615856" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13925990'^^xsd:integer;
  dwc:scientificName 'Hiatella arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615856'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615856'^^xsd:string;
  dwc:aphiaid '140103'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13925990'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '140103'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925991> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13925991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615540" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13925991'^^xsd:integer;
  dwc:scientificName 'Hiatella arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615540'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615540'^^xsd:string;
  dwc:aphiaid '140103'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13925991'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '140103'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713207> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713207> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713207>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13713207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615340" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13713207'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615340'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615340'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13713207'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713208> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713208> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713208>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13713208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615312" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13713208'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615312'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615312'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13713208'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13558682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13558682> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13558682> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13558682>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13558682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13558682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614546" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13558682'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614546'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614546'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13558682'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13637445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13637445> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13637445> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13637445>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13637445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13637445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614560" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13637445'^^xsd:integer;
  dwc:scientificName 'Chaetomorpha melagonium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614560'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614560'^^xsd:string;
  dwc:aphiaid '145029'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13637445'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '145029'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13793104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13793104> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13793104> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13793104>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13793104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13793104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614860" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13793104'^^xsd:integer;
  dwc:scientificName 'Erythroglossum laciniatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614860'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614860'^^xsd:string;
  dwc:aphiaid '144749'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13793104'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '144749'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14467936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14467936> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14467936> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14467936>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14467936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14467936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615306" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14467936'^^xsd:integer;
  dwc:scientificName 'Stryphnus ponderosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615306'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615306'^^xsd:string;
  dwc:aphiaid '133991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14467936'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '133991'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452579> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452579> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452579>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14452579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615337" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14452579'^^xsd:integer;
  dwc:scientificName 'Spirorbidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615337'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615337'^^xsd:string;
  dwc:aphiaid '1021266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14452579'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13724196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13724196> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13724196> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13724196>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13724196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13724196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614863" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13724196'^^xsd:integer;
  dwc:scientificName 'Cutleria multifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614863'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614863'^^xsd:string;
  dwc:aphiaid '145297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13724196'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '145297'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539271> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539271> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539271>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13539271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615179" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13539271'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615179'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615179'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13539271'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539238> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13539238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615464" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13539238'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615464'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615464'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13539238'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539239> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13539239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614670" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13539239'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614670'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614670'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13539239'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13793099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13793099> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13793099> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13793099>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13793099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13793099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614556" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13793099'^^xsd:integer;
  dwc:scientificName 'Erythroglossum laciniatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614556'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614556'^^xsd:string;
  dwc:aphiaid '144749'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13793099'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '144749'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14362243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14362243> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14362243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14362243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14362243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14362243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615855" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14362243'^^xsd:integer;
  dwc:scientificName 'Pseudopotamilla reniformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615855'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615855'^^xsd:string;
  dwc:aphiaid '130963'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14362243'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '130963'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539251> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13539251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614496" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13539251'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614496'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614496'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13539251'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031654> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031654> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031654>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14031654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615823" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14031654'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615823'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^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-JNCCMNCR40615823'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14031654'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14075466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14075466> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14075466> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14075466>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14075466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14075466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615550" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14075466'^^xsd:integer;
  dwc:scientificName 'Melarhaphe neritoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615550'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^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-JNCCMNCR40615550'^^xsd:string;
  dwc:aphiaid '140266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14075466'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '140266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594201> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594201> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594201>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13594201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615339" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13594201'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615339'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615339'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13594201'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539170> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539170> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539170>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13539170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578396" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13539170'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578396'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578396'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13539170'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13334168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13334168> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13334168> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13334168>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13334168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13334168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615432" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13334168'^^xsd:integer;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615432'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615432'^^xsd:string;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13334168'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14092273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14092273> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14092273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14092273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14092273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14092273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615129" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14092273'^^xsd:integer;
  dwc:scientificName 'Molgula manhattensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615129'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615129'^^xsd:string;
  dwc:aphiaid '103788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14092273'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '103788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614186> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614186> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614186>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13614186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615367" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13614186'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615367'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615367'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13614186'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452563> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452563> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452563>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14452563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615237" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14452563'^^xsd:integer;
  dwc:scientificName 'Spirorbidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615237'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615237'^^xsd:string;
  dwc:aphiaid '1021266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14452563'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452565> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452565> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452565>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14452565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615304" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14452565'^^xsd:integer;
  dwc:scientificName 'Spirorbidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615304'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615304'^^xsd:string;
  dwc:aphiaid '1021266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14452565'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452577> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452577> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452577>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14452577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614566" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14452577'^^xsd:integer;
  dwc:scientificName 'Spirorbidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614566'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614566'^^xsd:string;
  dwc:aphiaid '1021266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14452577'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13977220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13977220> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13977220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13977220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13977220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13977220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615548" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13977220'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615548'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615548'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13977220'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614178> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13614178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615461" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13614178'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615461'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615461'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13614178'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346956> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14346956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615456" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14346956'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615456'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615456'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14346956'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346957> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14346957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614665" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14346957'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614665'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614665'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14346957'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346983> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346983> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346983>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14346983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615711" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14346983'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615711'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615711'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14346983'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117475> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14117475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615851" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14117475'^^xsd:integer;
  dwc:scientificName 'Myxilla incrustans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615851'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615851'^^xsd:string;
  dwc:aphiaid '133882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14117475'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '169466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13756465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13756465> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13756465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13756465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13756465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13756465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614812" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13756465'^^xsd:integer;
  dwc:scientificName 'Distaplia rosea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614812'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614812'^^xsd:string;
  dwc:aphiaid '103609'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13756465'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '103609'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732634> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732634> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732634>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13732634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615344" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13732634'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615344'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615344'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13732634'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567959> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567959> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567959>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614479" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567959'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614479'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614479'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567959'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567960> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567960> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567960>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615315" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567960'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615315'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615315'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567960'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732632> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732632> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732632>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13732632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614569" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13732632'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614569'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614569'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13732632'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594135> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594135> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594135>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13594135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578399" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13594135'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578399'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578399'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13594135'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13250315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13250315> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13250315> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13250315>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13250315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13250315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13250315'^^xsd:integer;
  dwc:scientificName 'Verrucaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615825'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^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-JNCCMNCR40615825'^^xsd:string;
  dwc:aphiaid '147701'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13250315'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '147701'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12458396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12458396> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12458396> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12458396>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12458396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:12458396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614850" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '12458396'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614850'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614850'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:12458396'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567958> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567958> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567958>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615341" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567958'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615341'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615341'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567958'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243650> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243650> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243650>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14243650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615822" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14243650'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615822'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^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-JNCCMNCR40615822'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14243650'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13630910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13630910> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13630910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13630910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13630910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13630910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614804" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13630910'^^xsd:integer;
  dwc:scientificName 'Cereus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614804'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614804'^^xsd:string;
  dwc:aphiaid '100987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13630910'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '100987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14460785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14460785> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14460785> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14460785>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14460785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14460785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578378" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14460785'^^xsd:integer;
  dwc:scientificName 'Stelligera stuposa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578378'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578378'^^xsd:string;
  dwc:aphiaid '134175'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14460785'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '134175'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14417957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14417957> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14417957> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14417957>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14417957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14417957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578373" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14417957'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578373'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578373'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14417957'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14470179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14470179> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14470179> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14470179>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14470179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14470179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615363" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14470179'^^xsd:integer;
  dwc:scientificName 'Suberites ficus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615363'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615363'^^xsd:string;
  dwc:aphiaid '134285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14470179'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '134285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594198> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13594198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614808" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13594198'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614808'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614808'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13594198'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13968075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13968075> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13968075> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13968075>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13968075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13968075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578424" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13968075'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578424'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578424'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13968075'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621949> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621949> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621949>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13621949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578409" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13621949'^^xsd:integer;
  dwc:scientificName 'Cellaria sinuosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578409'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578409'^^xsd:string;
  dwc:aphiaid '111260'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13621949'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '111260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135878> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135878> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135878>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14135878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578386" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14135878'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578386'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578386'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14135878'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311375> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311375> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311375>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14311375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578418" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14311375'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578418'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578418'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14311375'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216855> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216855> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216855>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14216855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578398" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14216855'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578398'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578398'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14216855'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713195> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13713195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615466" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13713195'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615466'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615466'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13713195'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567943> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567943> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567943>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614540" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567943'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614540'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614540'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567943'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732615> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732615> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732615>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13732615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614545" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13732615'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614545'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614545'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13732615'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12458394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12458394> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12458394> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12458394>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12458394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:12458394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614539" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '12458394'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614539'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614539'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:12458394'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567090> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567090> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567090>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615305" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567090'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615305'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615305'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567090'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13718238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13718238> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13718238> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13718238>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13718238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13718238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614554" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13718238'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614554'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614554'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13718238'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14418003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14418003> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14418003> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14418003>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14418003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14418003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615706" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14418003'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615706'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615706'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14418003'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732619> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732619> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732619>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13732619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615438" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13732619'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615438'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615438'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13732619'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689765> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689765> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689765>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13689765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614550" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13689765'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614550'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614550'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13689765'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478709> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478709> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478709>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14478709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614548" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14478709'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614548'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614548'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14478709'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13718244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13718244> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13718244> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13718244>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13718244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13718244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614857" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13718244'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614857'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614857'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13718244'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324388> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324388> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324388>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13324388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614567" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13324388'^^xsd:integer;
  dwc:scientificName 'Ascidiacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614567'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614567'^^xsd:string;
  dwc:aphiaid '1839'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13324388'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '1839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13558603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13558603> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13558603> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13558603>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13558603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13558603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578420" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13558603'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578420'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578420'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13558603'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243643> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14243643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14243643'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614497'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614497'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14243643'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452571> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14452571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614751" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14452571'^^xsd:integer;
  dwc:scientificName 'Spirorbidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614751'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614751'^^xsd:string;
  dwc:aphiaid '1021266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14452571'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556601> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556601> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556601>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13556601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614547" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13556601'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614547'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614547'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13556601'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324390> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324390> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324390>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13324390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615342" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13324390'^^xsd:integer;
  dwc:scientificName 'Ascidiacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615342'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615342'^^xsd:string;
  dwc:aphiaid '1839'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13324390'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '1839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689771> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689771> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689771>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13689771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614855" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13689771'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614855'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614855'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13689771'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14542102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14542102> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14542102> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14542102>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14542102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14542102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615819" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14542102'^^xsd:integer;
  dwc:scientificName 'Verruca stroemia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615819'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^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-JNCCMNCR40615819'^^xsd:string;
  dwc:aphiaid '106257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14542102'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '106257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13949193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13949193> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13949193> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13949193>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13949193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13949193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40095977" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13949193'^^xsd:integer;
  dwc:scientificName 'Hypoglossum hypoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40095977'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40095977'^^xsd:string;
  dwc:aphiaid '144756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13949193'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13718240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13718240> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13718240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13718240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13718240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13718240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615544" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13718240'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615544'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615544'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13718240'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14510252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14510252> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14510252> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14510252>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14510252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14510252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578422" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14510252'^^xsd:integer;
  dwc:scientificName 'Trisopterus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578422'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578422'^^xsd:string;
  dwc:aphiaid '126446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14510252'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '126446'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489380> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489380> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489380>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14489380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578374" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14489380'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578374'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578374'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14489380'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324385> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13324385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615857" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13324385'^^xsd:integer;
  dwc:scientificName 'Ascidiacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615857'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615857'^^xsd:string;
  dwc:aphiaid '1839'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13324385'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '1839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404264> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13404264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615763" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13404264'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615763'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615763'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13404264'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567972> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567972> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567972>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615373" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567972'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615373'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615373'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567972'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567973> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567973> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567973>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40095973" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567973'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40095973'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40095973'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567973'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567092> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567092> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567092>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615717" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567092'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615717'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615717'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567092'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567974> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567974> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567974>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615180" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567974'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615180'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615180'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567974'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567969> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567969> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567969>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614999" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567969'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614999'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40614999'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567969'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567970> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567970> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567970>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615721" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567970'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615721'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615721'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567970'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13678900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13678900> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13678900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13678900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13678900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13678900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615470" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13678900'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615470'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615470'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13678900'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732612> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13732612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614673" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13732612'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614673'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614673'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13732612'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523621> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523621> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523621>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14523621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615333" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14523621'^^xsd:integer;
  dwc:scientificName 'Tubularia indivisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615333'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615333'^^xsd:string;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14523621'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676355> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676355> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676355>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13676355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614561" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13676355'^^xsd:integer;
  dwc:scientificName 'Clathrina coriacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614561'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614561'^^xsd:string;
  dwc:aphiaid '132277'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13676355'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '132277'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14424185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14424185> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14424185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14424185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14424185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14424185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615460" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14424185'^^xsd:integer;
  dwc:scientificName 'Sertularella polyzonias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615460'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615460'^^xsd:string;
  dwc:aphiaid '117906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14424185'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '117906'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13632845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13632845> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13632845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13632845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13632845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13632845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615641" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13632845'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615641'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615641'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13632845'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13558688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13558688> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13558688> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13558688>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13558688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13558688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615723" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13558688'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615723'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615723'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13558688'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452562> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14452562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614669" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14452562'^^xsd:integer;
  dwc:scientificName 'Spirorbidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614669'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614669'^^xsd:string;
  dwc:aphiaid '1021266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14452562'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13502410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13502410> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13502410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13502410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13502410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13502410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615471" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13502410'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615471'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615471'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13502410'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567939> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615469" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567939'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615469'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615469'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567939'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567940> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614672" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567940'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614672'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614672'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567940'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083597> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083597> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083597>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14083597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614993" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14083597'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614993'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40614993'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14083597'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404271> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13404271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614750" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13404271'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614750'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614750'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13404271'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14592421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14592421> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14592421> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14592421>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14592421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14592421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578397" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14592421'^^xsd:integer;
  dwc:scientificName 'Homarus gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578397'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578397'^^xsd:string;
  dwc:aphiaid '107253'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14592421'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '107253'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536941> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13536941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615463" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13536941'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615463'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615463'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13536941'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482485> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482485> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482485>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13482485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614543" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13482485'^^xsd:integer;
  dwc:scientificName 'Aplidium nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614543'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614543'^^xsd:string;
  dwc:aphiaid '103656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13482485'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '103656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13748944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13748944> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13748944> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13748944>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13748944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13748944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614544" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13748944'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614544'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614544'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13748944'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13766461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13766461> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13766461> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13766461>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13766461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13766461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578384" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13766461'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578384'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578384'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13766461'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393033> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393033> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393033>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14393033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615311" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14393033'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615311'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615311'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14393033'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393034> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393034> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393034>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14393034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614849" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14393034'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614849'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614849'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14393034'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14324309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14324309> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14324309> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14324309>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14324309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14324309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578375" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14324309'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578375'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578375'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14324309'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536950> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536950> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536950>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13536950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615716" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13536950'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615716'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615716'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13536950'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567944> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615767" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567944'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615767'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615767'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567944'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393031> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393031> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393031>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14393031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615334" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14393031'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615334'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615334'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14393031'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336306> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336306> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336306>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14336306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615236" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14336306'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615236'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615236'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14336306'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336307> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336307> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336307>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14336307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615303" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14336307'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615303'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615303'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14336307'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452587> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452587> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452587>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14452587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614998" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14452587'^^xsd:integer;
  dwc:scientificName 'Spirorbidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614998'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40614998'^^xsd:string;
  dwc:aphiaid '1021266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14452587'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14336143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14336143> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14336143> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14336143>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14336143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14336143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578394" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14336143'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578394'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578394'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14336143'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324392> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324392> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324392>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13324392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615722" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13324392'^^xsd:integer;
  dwc:scientificName 'Ascidiacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615722'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615722'^^xsd:string;
  dwc:aphiaid '1839'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13324392'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '1839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13718245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13718245> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13718245> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13718245>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13718245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13718245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40095976" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13718245'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40095976'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40095976'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13718245'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676345> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676345> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676345>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13676345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615429" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13676345'^^xsd:integer;
  dwc:scientificName 'Clathrina coriacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615429'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615429'^^xsd:string;
  dwc:aphiaid '132277'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13676345'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132277'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14120720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14120720> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14120720> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14120720>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14120720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14120720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578401" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14120720'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578401'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578401'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14120720'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14005068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14005068> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14005068> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14005068>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14005068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14005068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578372" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14005068'^^xsd:integer;
  dwc:scientificName 'Leucosolenia complicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578372'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578372'^^xsd:string;
  dwc:aphiaid '132219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14005068'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '132219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13577621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13577621> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13577621> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13577621>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13577621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13577621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578411" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13577621'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578411'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578411'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13577621'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120790> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120790> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120790>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14120790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615369" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14120790'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615369'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615369'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14120790'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392970> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392970> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392970>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14392970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578392" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14392970'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578392'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578392'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14392970'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13721355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13721355> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13721355> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13721355>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13721355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13721355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578423" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13721355'^^xsd:integer;
  dwc:scientificName 'Ctenolabrus rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578423'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578423'^^xsd:string;
  dwc:aphiaid '126964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13721355'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '126964'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424442> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424442> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424442>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13424442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578389" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13424442'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578389'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578389'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13424442'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336303> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14336303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614667" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14336303'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614667'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614667'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14336303'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577657> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577657> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577657>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13577657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615720" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13577657'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615720'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615720'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13577657'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621411> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621411> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621411>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13621411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578408" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13621411'^^xsd:integer;
  dwc:scientificName 'Cellaria fistulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578408'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578408'^^xsd:string;
  dwc:aphiaid '111257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13621411'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '111257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276794> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276794> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276794>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14276794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578382" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14276794'^^xsd:integer;
  dwc:scientificName 'Phorbas fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578382'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578382'^^xsd:string;
  dwc:aphiaid '133679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14276794'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336331> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336331> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336331>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14336331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40095970" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14336331'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40095970'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40095970'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14336331'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577651> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13577651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614671" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13577651'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614671'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614671'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13577651'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14005086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14005086> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14005086> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14005086>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14005086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14005086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615705" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14005086'^^xsd:integer;
  dwc:scientificName 'Leucosolenia complicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615705'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615705'^^xsd:string;
  dwc:aphiaid '132219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14005086'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '132219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14584176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14584176> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14584176> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14584176>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14584176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14584176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615368" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14584176'^^xsd:integer;
  dwc:scientificName 'Balanophyllia regia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615368'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615368'^^xsd:string;
  dwc:aphiaid '135181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14584176'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '135181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523623> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523623> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523623>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14523623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615712" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14523623'^^xsd:integer;
  dwc:scientificName 'Tubularia indivisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615712'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615712'^^xsd:string;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14523623'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413671> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413671> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413671>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13413671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615434" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13413671'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615434'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615434'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13413671'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827028> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13827028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615462" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13827028'^^xsd:integer;
  dwc:scientificName 'Filograna implexa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615462'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615462'^^xsd:string;
  dwc:aphiaid '130989'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13827028'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '130989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14279005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14279005> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14279005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14279005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14279005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14279005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614811" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14279005'^^xsd:integer;
  dwc:scientificName 'Phoronis hippocrepia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614811'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614811'^^xsd:string;
  dwc:aphiaid '128548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14279005'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '128548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577653> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13577653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614810" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13577653'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614810'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614810'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13577653'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482488> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13482488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614813" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13482488'^^xsd:integer;
  dwc:scientificName 'Aplidium nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614813'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614813'^^xsd:string;
  dwc:aphiaid '103656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13482488'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '103656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482489> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13482489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615858" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13482489'^^xsd:integer;
  dwc:scientificName 'Aplidium nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615858'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615858'^^xsd:string;
  dwc:aphiaid '103656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13482489'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '103656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827029> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13827029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614668" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13827029'^^xsd:integer;
  dwc:scientificName 'Filograna implexa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614668'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614668'^^xsd:string;
  dwc:aphiaid '130989'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13827029'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '130989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14525899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14525899> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14525899> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14525899>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14525899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14525899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615718" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14525899'^^xsd:integer;
  dwc:scientificName 'Turbicellepora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615718'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615718'^^xsd:string;
  dwc:aphiaid '110880'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14525899'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '110880'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827035> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827035> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827035>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13827035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614997" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13827035'^^xsd:integer;
  dwc:scientificName 'Filograna implexa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614997'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40614997'^^xsd:string;
  dwc:aphiaid '130989'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13827035'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '130989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827036> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827036> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827036>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13827036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615715" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13827036'^^xsd:integer;
  dwc:scientificName 'Filograna implexa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615715'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615715'^^xsd:string;
  dwc:aphiaid '130989'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13827036'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '130989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535367> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535367> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535367>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14535367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578391" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14535367'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578391'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578391'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14535367'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13791238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13791238> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13791238> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13791238>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13791238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13791238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578390" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13791238'^^xsd:integer;
  dwc:scientificName 'Epizoanthus couchii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578390'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578390'^^xsd:string;
  dwc:aphiaid '101025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13791238'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '101025'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756596> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756596> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756596>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13756596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578419" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13756596'^^xsd:integer;
  dwc:scientificName 'Distomus variolosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578419'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578419'^^xsd:string;
  dwc:aphiaid '103890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13756596'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '103890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14425498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14425498> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14425498> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14425498>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14425498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14425498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615178" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14425498'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615178'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615178'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14425498'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393020> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14393020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615854" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14393020'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615854'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615854'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14393020'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393021> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14393021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615539" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14393021'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615539'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615539'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14393021'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393040> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393040> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393040>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14393040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614994" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14393040'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614994'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40614994'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14393040'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14425496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14425496> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14425496> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14425496>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14425496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14425496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40095969" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14425496'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40095969'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40095969'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14425496'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14504536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14504536> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14504536> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14504536>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14504536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14504536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614852" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14504536'^^xsd:integer;
  dwc:scientificName 'Trailliella intricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614852'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614852'^^xsd:string;
  dwc:aphiaid '162368'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14504536'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '144442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827033> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827033> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827033>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13827033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615336" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13827033'^^xsd:integer;
  dwc:scientificName 'Filograna implexa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615336'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615336'^^xsd:string;
  dwc:aphiaid '130989'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13827033'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '130989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13729162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13729162> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13729162> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13729162>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13729162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13729162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614555" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13729162'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614555'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614555'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13729162'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13323247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13323247> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13323247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13323247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13323247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13323247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614803" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13323247'^^xsd:integer;
  dwc:scientificName 'Anthozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614803'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614803'^^xsd:string;
  dwc:aphiaid '1292'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13323247'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '1292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413675> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413675> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413675>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13413675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615310" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13413675'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615310'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615310'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13413675'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359711> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359711> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359711>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13359711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615316" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13359711'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615316'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615316'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13359711'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359712> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359712> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359712>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13359712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614854" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13359712'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614854'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614854'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13359712'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359698> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359698> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359698>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13359698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614549" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13359698'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614549'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614549'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13359698'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359704> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359704> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359704>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13359704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615552" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13359704'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615552'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^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-JNCCMNCR40615552'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13359704'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485065> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485065> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485065>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13485065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614564" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13485065'^^xsd:integer;
  dwc:scientificName 'Aplysilla sulfurea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614564'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614564'^^xsd:string;
  dwc:aphiaid '132298'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13485065'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485067> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485067> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485067>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13485067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615331" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13485067'^^xsd:integer;
  dwc:scientificName 'Aplysilla sulfurea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615331'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615331'^^xsd:string;
  dwc:aphiaid '132298'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13485067'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13464212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13464212> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13464212> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13464212>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13464212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13464212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615371" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13464212'^^xsd:integer;
  dwc:scientificName 'Anomia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615371'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615371'^^xsd:string;
  dwc:aphiaid '137650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13464212'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '137650'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413667> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13413667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615458" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13413667'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615458'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615458'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13413667'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13647652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13647652> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13647652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13647652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13647652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13647652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615465" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13647652'^^xsd:integer;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615465'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615465'^^xsd:string;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13647652'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359718> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359718> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359718>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13359718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40095975" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13359718'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40095975'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40095975'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13359718'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575289> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575289> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575289>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13575289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615313" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13575289'^^xsd:integer;
  dwc:scientificName 'Bugula flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615313'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615313'^^xsd:string;
  dwc:aphiaid '111152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13575289'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '834002'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886949> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886949> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886949>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13886949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614536" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13886949'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614536'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614536'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13886949'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14388168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14388168> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14388168> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14388168>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14388168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14388168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578393" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14388168'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578393'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578393'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14388168'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13915249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13915249> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13915249> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13915249>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13915249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13915249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578413" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13915249'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578413'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578413'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13915249'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211763> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211763> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211763>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14211763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615431" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14211763'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615431'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615431'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14211763'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14316696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14316696> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14316696> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14316696>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14316696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14316696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615343" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14316696'^^xsd:integer;
  dwc:scientificName 'Polyclinum aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615343'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615343'^^xsd:string;
  dwc:aphiaid '103674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14316696'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '103674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13729167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13729167> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13729167> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13729167>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13729167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13729167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614858" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13729167'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614858'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614858'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13729167'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886966> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886966> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886966>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13886966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614563" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13886966'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614563'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614563'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13886966'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596434> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14596434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615766" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14596434'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615766'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615766'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14596434'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13711763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13711763> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13711763> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13711763>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13711763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13711763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614538" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13711763'^^xsd:integer;
  dwc:scientificName 'Crisia denticulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614538'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614538'^^xsd:string;
  dwc:aphiaid '111695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13711763'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '111695'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13973936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13973936> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13973936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13973936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13973936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13973936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615547" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13973936'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615547'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615547'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13973936'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14288230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14288230> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14288230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14288230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14288230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14288230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615541" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14288230'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615541'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615541'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14288230'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683237> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683237> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683237>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13683237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578376" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13683237'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578376'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578376'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13683237'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735524> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735524> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735524>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13735524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615707" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13735524'^^xsd:integer;
  dwc:scientificName 'Dercitus bucklandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615707'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615707'^^xsd:string;
  dwc:aphiaid '134068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13735524'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '555677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735512> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13735512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615848" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13735512'^^xsd:integer;
  dwc:scientificName 'Dercitus bucklandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615848'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615848'^^xsd:string;
  dwc:aphiaid '134068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13735512'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '555677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14297611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14297611> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14297611> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14297611>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14297611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14297611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614553" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14297611'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614553'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614553'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14297611'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407864> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407864> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407864>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13407864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614475" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13407864'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614475'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614475'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13407864'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735521> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735521> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735521>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13735521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614562" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13735521'^^xsd:integer;
  dwc:scientificName 'Dercitus bucklandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614562'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614562'^^xsd:string;
  dwc:aphiaid '134068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13735521'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '555677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13660255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13660255> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13660255> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13660255>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13660255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13660255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615821" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13660255'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615821'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^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-JNCCMNCR40615821'^^xsd:string;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13660255'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485068> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485068> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485068>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13485068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614471" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13485068'^^xsd:integer;
  dwc:scientificName 'Aplysilla sulfurea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614471'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614471'^^xsd:string;
  dwc:aphiaid '132298'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13485068'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14316695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14316695> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14316695> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14316695>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14316695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14316695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614568" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14316695'^^xsd:integer;
  dwc:scientificName 'Polyclinum aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614568'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614568'^^xsd:string;
  dwc:aphiaid '103674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14316695'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '103674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886956> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13886956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614495" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13886956'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614495'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614495'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13886956'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13484949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13484949> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13484949> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13484949>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13484949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13484949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615330" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13484949'^^xsd:integer;
  dwc:scientificName 'Aplysilla rosea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615330'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615330'^^xsd:string;
  dwc:aphiaid '132296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13484949'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '132296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211771> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211771> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211771>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14211771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14211771'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615329'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615329'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14211771'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14376240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14376240> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14376240> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14376240>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14376240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14376240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40095978" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14376240'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40095978'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40095978'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14376240'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575290> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575290> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575290>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13575290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615719" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13575290'^^xsd:integer;
  dwc:scientificName 'Bugula flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615719'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615719'^^xsd:string;
  dwc:aphiaid '111152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13575290'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '834002'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211772> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211772> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211772>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14211772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615307" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14211772'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615307'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615307'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14211772'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13886922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13886922> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13886922> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13886922>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13886922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13886922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578381" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13886922'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578381'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578381'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13886922'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828574> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828574> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828574>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13828574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578407" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13828574'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578407'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578407'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13828574'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14132857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14132857> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14132857> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14132857>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14132857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14132857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578385" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14132857'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578385'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578385'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14132857'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701392> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701392> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701392>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13701392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615335" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13701392'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615335'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615335'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13701392'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485070> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485070> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485070>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13485070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13485070'^^xsd:integer;
  dwc:scientificName 'Aplysilla sulfurea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615365'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615365'^^xsd:string;
  dwc:aphiaid '132298'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13485070'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312083> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14312083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615472" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14312083'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615472'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615472'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14312083'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14132948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14132948> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14132948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14132948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14132948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14132948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615459" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14132948'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615459'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615459'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14132948'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485069> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485069> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485069>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13485069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615710" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13485069'^^xsd:integer;
  dwc:scientificName 'Aplysilla sulfurea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615710'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615710'^^xsd:string;
  dwc:aphiaid '132298'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13485069'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701393> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701393> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701393>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13701393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614476" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13701393'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614476'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614476'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13701393'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301863> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301863> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301863>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14301863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615713" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14301863'^^xsd:integer;
  dwc:scientificName 'Plumularia setacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615713'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615713'^^xsd:string;
  dwc:aphiaid '117824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14301863'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '117824'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13501442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13501442> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13501442> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13501442>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13501442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13501442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615374" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13501442'^^xsd:integer;
  dwc:scientificName 'Ascidia conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615374'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615374'^^xsd:string;
  dwc:aphiaid '103702'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13501442'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '103702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946166> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946166> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946166>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13946166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614991" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13946166'^^xsd:integer;
  dwc:scientificName 'Hymedesmia paupertas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614991'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40614991'^^xsd:string;
  dwc:aphiaid '133621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13946166'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '133621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301855> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14301855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615853" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14301855'^^xsd:integer;
  dwc:scientificName 'Plumularia setacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615853'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615853'^^xsd:string;
  dwc:aphiaid '117824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14301855'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '117824'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14475253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14475253> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14475253> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14475253>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14475253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14475253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615437" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14475253'^^xsd:integer;
  dwc:scientificName 'Synoicum pulmonaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615437'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615437'^^xsd:string;
  dwc:aphiaid '103692'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14475253'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103692'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312086> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14312086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615859" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14312086'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615859'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615859'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14312086'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886952> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13886952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615850" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13886952'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615850'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615850'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13886952'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735516> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735516> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735516>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13735516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615430" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13735516'^^xsd:integer;
  dwc:scientificName 'Dercitus bucklandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615430'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615430'^^xsd:string;
  dwc:aphiaid '134068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13735516'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '555677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407861> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407861> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407861>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13407861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615435" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13407861'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615435'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615435'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13407861'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211757> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14211757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615849" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14211757'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615849'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615849'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14211757'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017523> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14017523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14017523'^^xsd:integer;
  dwc:scientificName 'Lissoclinum perforatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614815'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614815'^^xsd:string;
  dwc:aphiaid '103585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14017523'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '103585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017524> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14017524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615125" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14017524'^^xsd:integer;
  dwc:scientificName 'Lissoclinum perforatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615125'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615125'^^xsd:string;
  dwc:aphiaid '103585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14017524'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '103585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13729164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13729164> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13729164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13729164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13729164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13729164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615545" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13729164'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615545'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615545'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13729164'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312087> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14312087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615126" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14312087'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615126'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615126'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14312087'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701386> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13701386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614666" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13701386'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614666'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614666'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13701386'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701394> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701394> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701394>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13701394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615714" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13701394'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615714'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615714'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13701394'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211755> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14211755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614664" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14211755'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614664'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614664'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14211755'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13484950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13484950> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13484950> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13484950>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13484950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13484950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615709" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13484950'^^xsd:integer;
  dwc:scientificName 'Aplysilla rosea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615709'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615709'^^xsd:string;
  dwc:aphiaid '132296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13484950'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '132296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13484951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13484951> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13484951> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13484951>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13484951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13484951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615364" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13484951'^^xsd:integer;
  dwc:scientificName 'Aplysilla rosea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615364'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615364'^^xsd:string;
  dwc:aphiaid '132296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13484951'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '132296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211776> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211776> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211776>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14211776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615708" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14211776'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615708'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615708'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14211776'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211775> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211775> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211775>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14211775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614989" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14211775'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614989'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40614989'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14211775'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556603> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13556603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614817" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13556603'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614817'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614817'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13556603'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556604> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13556604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615128" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13556604'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615128'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615128'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13556604'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14332640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14332640> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14332640> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14332640>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14332640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14332640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578417" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14332640'^^xsd:integer;
  dwc:scientificName 'Polysyncraton lacazei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578417'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578417'^^xsd:string;
  dwc:aphiaid '103593'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14332640'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '103593'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13928900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13928900> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13928900> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13928900>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13928900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13928900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615824" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13928900'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia rubra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615824'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^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-JNCCMNCR40615824'^^xsd:string;
  dwc:aphiaid '145712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13928900'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '145712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13928902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13928902> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13928902> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13928902>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13928902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13928902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615551" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13928902'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia rubra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615551'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^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-JNCCMNCR40615551'^^xsd:string;
  dwc:aphiaid '145712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13928902'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '145712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13960975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13960975> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13960975> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13960975>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13960975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13960975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40095974" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13960975'^^xsd:integer;
  dwc:scientificName 'Kallymenia reniformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40095974'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40095974'^^xsd:string;
  dwc:aphiaid '145267'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13960975'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14297612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14297612> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14297612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14297612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14297612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14297612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615542" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14297612'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615542'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615542'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14297612'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13390317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13390317> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13390317> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13390317>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13390317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13390317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578387" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13390317'^^xsd:integer;
  dwc:scientificName 'Abietinaria filicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578387'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578387'^^xsd:string;
  dwc:aphiaid '117871'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13390317'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '117871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13960974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13960974> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13960974> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13960974>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13960974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13960974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614853" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13960974'^^xsd:integer;
  dwc:scientificName 'Kallymenia reniformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614853'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614853'^^xsd:string;
  dwc:aphiaid '145267'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13960974'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '145267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329694> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14329694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578478" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14329694'^^xsd:integer;
  dwc:scientificName 'Polysiphonia fibrillosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578478'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578478'^^xsd:string;
  dwc:aphiaid '144634'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14329694'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1339221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322763> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14322763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585173" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14322763'^^xsd:integer;
  dwc:scientificName 'Polyides rotundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585173'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585173'^^xsd:string;
  dwc:aphiaid '145668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14322763'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145668'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329793> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14329793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578479" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14329793'^^xsd:integer;
  dwc:scientificName 'Polysiphonia fucoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578479'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578479'^^xsd:string;
  dwc:aphiaid '144639'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14329793'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '637672'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517452> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13517452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578681" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13517452'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578681'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578681'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13517452'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517464> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13517464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578450" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13517464'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578450'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578450'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13517464'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517474> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13517474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585149" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13517474'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585149'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585149'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13517474'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14260993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14260993> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14260993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14260993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14260993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14260993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578682" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14260993'^^xsd:integer;
  dwc:scientificName 'Perophora listeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578682'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578682'^^xsd:string;
  dwc:aphiaid '103759'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14260993'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '103759'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224979> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14224979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578685" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14224979'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578685'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578685'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14224979'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224983> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14224983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578457" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14224983'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578457'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578457'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14224983'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629442> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13629442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578468" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13629442'^^xsd:integer;
  dwc:scientificName 'Ceramium secundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578468'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578468'^^xsd:string;
  dwc:aphiaid '144562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13629442'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144562'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579436> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13579436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585176" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13579436'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585176'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585176'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13579436'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629435> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13629435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578696" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13629435'^^xsd:integer;
  dwc:scientificName 'Ceramium secundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578696'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578696'^^xsd:string;
  dwc:aphiaid '144562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13629435'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '144562'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290898> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14290898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578445" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14290898'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578445'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578445'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14290898'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13727029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13727029> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13727029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13727029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13727029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13727029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578466" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13727029'^^xsd:integer;
  dwc:scientificName 'Cystoclonium purpureum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578466'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578466'^^xsd:string;
  dwc:aphiaid '145615'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13727029'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744580> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13744580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578487" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13744580'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578487'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578487'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13744580'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290901> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14290901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585134" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14290901'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585134'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585134'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14290901'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13624023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13624023> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13624023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13624023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13624023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13624023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585162" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13624023'^^xsd:integer;
  dwc:scientificName 'Centrolabrus exoletus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585162'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585162'^^xsd:string;
  dwc:aphiaid '126961'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13624023'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '126961'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675076> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13675076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578709" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13675076'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578709'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578709'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13675076'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675082> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13675082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578486" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13675082'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578486'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578486'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13675082'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924047> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13924047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578702" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13924047'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578702'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578702'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13924047'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737323> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13737323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578489" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13737323'^^xsd:integer;
  dwc:scientificName 'Desmarestia ligulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578489'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578489'^^xsd:string;
  dwc:aphiaid '145309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13737323'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924061> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13924061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585184" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13924061'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585184'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585184'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13924061'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924054> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13924054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578475" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13924054'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578475'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578475'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13924054'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14558543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14558543> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14558543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14558543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14558543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14558543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578716" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14558543'^^xsd:integer;
  dwc:scientificName 'Enteromorpha muscoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578716'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578716'^^xsd:string;
  dwc:aphiaid '145970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14558543'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '156078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14558544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14558544> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14558544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14558544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14558544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14558544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578495" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14558544'^^xsd:integer;
  dwc:scientificName 'Enteromorpha muscoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578495'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578495'^^xsd:string;
  dwc:aphiaid '145970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14558544'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '156078'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13727026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13727026> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13727026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13727026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13727026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13727026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578693" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13727026'^^xsd:integer;
  dwc:scientificName 'Cystoclonium purpureum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578693'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578693'^^xsd:string;
  dwc:aphiaid '145615'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13727026'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744572> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13744572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578710" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13744572'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578710'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578710'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13744572'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13784764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13784764> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13784764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13784764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13784764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13784764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13784764'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585194'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585194'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13784764'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744587> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13744587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585186" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13744587'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585186'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585186'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13744587'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649208> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13649208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578704" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13649208'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578704'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578704'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13649208'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329664> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14329664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578705" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14329664'^^xsd:integer;
  dwc:scientificName 'Polysiphonia fibrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578705'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578705'^^xsd:string;
  dwc:aphiaid '144633'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14329664'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '1333554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14513293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14513293> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14513293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14513293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14513293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14513293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585141" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14513293'^^xsd:integer;
  dwc:scientificName 'Trivia monacha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585141'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585141'^^xsd:string;
  dwc:aphiaid '141744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14513293'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '141744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14309290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14309290> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14309290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14309290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14309290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14309290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585160" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14309290'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585160'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585160'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14309290'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14695819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14695819> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14695819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14695819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14695819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14695819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585166" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14695819'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585166'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585166'^^xsd:string;
  dwc:aphiaid '125999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14695819'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '125999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13774293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13774293> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13774293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13774293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13774293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13774293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578482" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13774293'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578482'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578482'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13774293'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14119165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14119165> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14119165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14119165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14119165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14119165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578455" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14119165'^^xsd:integer;
  dwc:scientificName 'Naccaria wiggii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578455'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578455'^^xsd:string;
  dwc:aphiaid '145769'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14119165'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145769'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554674> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13554674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578456" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13554674'^^xsd:integer;
  dwc:scientificName 'Bonnemaisonia asparagoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578456'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578456'^^xsd:string;
  dwc:aphiaid '144440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13554674'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977167> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13977167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578493" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13977167'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578493'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578493'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13977167'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882482> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13882482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578465" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13882482'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578465'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578465'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13882482'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14417281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14417281> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14417281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14417281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14417281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14417281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585159" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14417281'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus stellaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585159'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585159'^^xsd:string;
  dwc:aphiaid '105815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14417281'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '105815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755861> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13755861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585153" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13755861'^^xsd:integer;
  dwc:scientificName 'Diplosoma spongiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585153'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585153'^^xsd:string;
  dwc:aphiaid '103582'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13755861'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14707610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14707610> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14707610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14707610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14707610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14707610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585195" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14707610'^^xsd:integer;
  dwc:scientificName 'Ulva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585195'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585195'^^xsd:string;
  dwc:aphiaid '144296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14707610'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13880208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13880208> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13880208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13880208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13880208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13880208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578686" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13880208'^^xsd:integer;
  dwc:scientificName 'Grateloupia filicina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578686'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578686'^^xsd:string;
  dwc:aphiaid '145248'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13880208'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14382174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14382174> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14382174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14382174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14382174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14382174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585177" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14382174'^^xsd:integer;
  dwc:scientificName 'Rhodymenia pseudopalmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585177'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585177'^^xsd:string;
  dwc:aphiaid '145855'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14382174'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977171> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13977171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585190" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13977171'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585190'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585190'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13977171'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269691> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14269691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578453" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14269691'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578453'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578453'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14269691'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977163> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13977163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578715" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13977163'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578715'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578715'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13977163'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981599> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13981599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585191" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13981599'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585191'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585191'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13981599'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13532700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13532700> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13532700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13532700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13532700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13532700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578684" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13532700'^^xsd:integer;
  dwc:scientificName 'Audouinella purpurea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578684'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578684'^^xsd:string;
  dwc:aphiaid '146531'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13532700'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '144404'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14360091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14360091> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14360091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14360091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14360091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14360091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578707" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14360091'^^xsd:integer;
  dwc:scientificName 'Pseudolithoderma extensum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578707'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578707'^^xsd:string;
  dwc:aphiaid '144990'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14360091'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '144990'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981594> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13981594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578494" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13981594'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578494'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578494'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13981594'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13747471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13747471> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13747471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13747471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13747471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13747471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585151" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13747471'^^xsd:integer;
  dwc:scientificName 'Didemnidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585151'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585151'^^xsd:string;
  dwc:aphiaid '103439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13747471'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562176> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13562176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585144" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13562176'^^xsd:integer;
  dwc:scientificName 'Bowerbankia citrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585144'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585144'^^xsd:string;
  dwc:aphiaid '111664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13562176'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '851584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14360093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14360093> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14360093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14360093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14360093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14360093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578483" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14360093'^^xsd:integer;
  dwc:scientificName 'Pseudolithoderma extensum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578483'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578483'^^xsd:string;
  dwc:aphiaid '144990'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14360093'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144990'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594155> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13594155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585136" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13594155'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585136'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585136'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13594155'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840046> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13840046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578444" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13840046'^^xsd:integer;
  dwc:scientificName 'Galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578444'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578444'^^xsd:string;
  dwc:aphiaid '106834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13840046'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '106834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038136> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14038136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578467" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14038136'^^xsd:integer;
  dwc:scientificName 'Lomentaria clavellosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578467'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578467'^^xsd:string;
  dwc:aphiaid '145825'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14038136'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594144> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13594144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578677" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13594144'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578677'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578677'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13594144'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713172> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13713172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585143" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13713172'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585143'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585143'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13713172'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558634> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13558634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578451" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13558634'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578451'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578451'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13558634'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13513019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13513019> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13513019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13513019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13513019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13513019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578491" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13513019'^^xsd:integer;
  dwc:scientificName 'Asperococcus fistulosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578491'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578491'^^xsd:string;
  dwc:aphiaid '145313'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13513019'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145313'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749778> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13749778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578458" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13749778'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578458'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578458'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13749778'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573570> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14573570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578469" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14573570'^^xsd:integer;
  dwc:scientificName 'Pterothamnion crispum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578469'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578469'^^xsd:string;
  dwc:aphiaid '144682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14573570'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144682'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749785> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13749785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585169" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13749785'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585169'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585169'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13749785'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14390948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14390948> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14390948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14390948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14390948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14390948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585192" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14390948'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585192'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585192'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14390948'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558641> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13558641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585157" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13558641'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585157'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585157'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13558641'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14201839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14201839> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14201839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14201839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14201839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14201839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578441" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14201839'^^xsd:integer;
  dwc:scientificName 'Ophlitaspongia seriata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578441'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578441'^^xsd:string;
  dwc:aphiaid '150219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14201839'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '184428'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718187> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13718187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578471" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13718187'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578471'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578471'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13718187'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689739> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13689739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578461" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13689739'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578461'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578461'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13689739'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689735> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13689735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578688" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13689735'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578688'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578688'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13689735'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718182> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13718182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578699" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13718182'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578699'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578699'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13718182'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689744> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13689744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585171" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13689744'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585171'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585171'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13689744'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718193> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13718193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585180" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13718193'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585180'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585180'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13718193'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478696> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14478696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585161" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14478696'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585161'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585161'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14478696'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724179> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13724179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578708" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13724179'^^xsd:integer;
  dwc:scientificName 'Cutleria multifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578708'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578708'^^xsd:string;
  dwc:aphiaid '145297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13724179'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145297'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13513018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13513018> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13513018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13513018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13513018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13513018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578713" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13513018'^^xsd:integer;
  dwc:scientificName 'Asperococcus fistulosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578713'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578713'^^xsd:string;
  dwc:aphiaid '145313'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13513018'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145313'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573567> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14573567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578698" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14573567'^^xsd:integer;
  dwc:scientificName 'Pterothamnion crispum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578698'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578698'^^xsd:string;
  dwc:aphiaid '144682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14573567'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '144682'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558624> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13558624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578683" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13558624'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578683'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578683'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13558624'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724182> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13724182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578484" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13724182'^^xsd:integer;
  dwc:scientificName 'Cutleria multifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578484'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578484'^^xsd:string;
  dwc:aphiaid '145297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13724182'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145297'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896805> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13896805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578697" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13896805'^^xsd:integer;
  dwc:scientificName 'Halurus equisetifolius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578697'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578697'^^xsd:string;
  dwc:aphiaid '146345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13896805'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '146345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949162> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13949162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578700" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13949162'^^xsd:integer;
  dwc:scientificName 'Hypoglossum hypoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578700'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578700'^^xsd:string;
  dwc:aphiaid '144756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13949162'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '144756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766494> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13766494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585131" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13766494'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585131'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585131'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13766494'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458357> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:12458357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578449" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '12458357'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578449'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578449'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:12458357'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458353> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:12458353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578680" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '12458353'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578680'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578680'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:12458353'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13402887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13402887> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13402887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13402887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13402887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13402887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578470" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13402887'^^xsd:integer;
  dwc:scientificName 'Acrosorium venulosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578470'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578470'^^xsd:string;
  dwc:aphiaid '144734'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13402887'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144734'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403467> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14403467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578454" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14403467'^^xsd:integer;
  dwc:scientificName 'Scinaia furcellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578454'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578454'^^xsd:string;
  dwc:aphiaid '145743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14403467'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13567932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13567932> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13567932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13567932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13567932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13567932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13567932'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585147'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585147'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13567932'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414914> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13414914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578485" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13414914'^^xsd:integer;
  dwc:scientificName 'Aglaozonia (asexual cutleria)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578485'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578485'^^xsd:string;
  dwc:aphiaid '182809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13414914'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737958> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13737958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578490" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13737958'^^xsd:integer;
  dwc:scientificName 'Desmarestia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578490'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578490'^^xsd:string;
  dwc:aphiaid '145310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13737958'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120737> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14120737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578446" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14120737'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578446'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578446'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14120737'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14283064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14283064> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14283064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14283064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14283064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14283064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578474" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14283064'^^xsd:integer;
  dwc:scientificName 'Phycodrys rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578474'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578474'^^xsd:string;
  dwc:aphiaid '144773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14283064'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748927> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13748927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585152" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13748927'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585152'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585152'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13748927'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336176> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14336176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585133" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14336176'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585133'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585133'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14336176'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336169> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14336169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578443" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14336169'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578443'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578443'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14336169'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120743> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14120743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585137" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14120743'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585137'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585137'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14120743'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336163> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14336163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578675" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14336163'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578675'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578675'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14336163'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14283066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14283066> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14283066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14283066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14283066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14283066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585183" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14283066'^^xsd:integer;
  dwc:scientificName 'Phycodrys rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585183'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585183'^^xsd:string;
  dwc:aphiaid '144773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14283066'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483270> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13483270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585150" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13483270'^^xsd:integer;
  dwc:scientificName 'Aplidium punctum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585150'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585150'^^xsd:string;
  dwc:aphiaid '103662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13483270'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737954> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13737954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578712" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13737954'^^xsd:integer;
  dwc:scientificName 'Desmarestia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578712'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578712'^^xsd:string;
  dwc:aphiaid '145310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13737954'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14091861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14091861> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14091861> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14091861>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14091861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14091861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581572" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14091861'^^xsd:integer;
  dwc:scientificName 'Molgula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581572'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581572'^^xsd:string;
  dwc:aphiaid '103509'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14091861'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744569> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744569> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744569>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13744569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581581" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13744569'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581581'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581581'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13744569'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13614172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13614172> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13614172> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13614172>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13614172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13614172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578211" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13614172'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578211'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578211'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13614172'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286789> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286789> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286789>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14286789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578919" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14286789'^^xsd:integer;
  dwc:scientificName 'Phyllophora crispa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578919'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578919'^^xsd:string;
  dwc:aphiaid '145660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14286789'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185280> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185280> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185280>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14185280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578232" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14185280'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578232'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578232'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14185280'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14695815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14695815> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14695815> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14695815>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14695815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14695815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581573" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14695815'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581573'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581573'^^xsd:string;
  dwc:aphiaid '125999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14695815'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185286> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185286> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185286>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14185286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14185286'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581497'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581497'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14185286'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185287> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185287> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185287>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14185287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580747" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14185287'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580747'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580747'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14185287'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13385400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13385400> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13385400> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13385400>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13385400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13385400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579266" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13385400'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579266'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579266'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13385400'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13914459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13914459> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13914459> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13914459>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13914459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13914459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581548" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13914459'^^xsd:integer;
  dwc:scientificName 'Hemimycale columella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581548'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581548'^^xsd:string;
  dwc:aphiaid '133543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13914459'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '133543'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13614173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13614173> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13614173> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13614173>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13614173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13614173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581551" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13614173'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581551'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581551'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13614173'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286793> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286793> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286793>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14286793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579293" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14286793'^^xsd:integer;
  dwc:scientificName 'Phyllophora crispa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579293'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579293'^^xsd:string;
  dwc:aphiaid '145660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14286793'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13385395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13385395> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13385395> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13385395>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13385395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13385395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580202" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13385395'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580202'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40580202'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13385395'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372114> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372114> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372114>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14372114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14372114'^^xsd:integer;
  dwc:scientificName 'Raspailia hispida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578203'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578203'^^xsd:string;
  dwc:aphiaid '133147'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14372114'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '133147'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092251> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092251> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092251>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14092251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578246" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14092251'^^xsd:integer;
  dwc:scientificName 'Molgula manhattensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578246'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578246'^^xsd:string;
  dwc:aphiaid '103788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14092251'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419540> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419540> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419540>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13419540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577829" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13419540'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577829'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577829'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13419540'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13933286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13933286> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13933286> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13933286>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13933286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13933286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581742" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13933286'^^xsd:integer;
  dwc:scientificName 'Hinia reticulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581742'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581742'^^xsd:string;
  dwc:aphiaid '416627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13933286'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '140513'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13657608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13657608> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13657608> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13657608>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13657608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13657608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577839" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13657608'^^xsd:integer;
  dwc:scientificName 'Chromophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577839'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577839'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13657608'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382161> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382161> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382161>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14382161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581768" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14382161'^^xsd:integer;
  dwc:scientificName 'Rhodymenia pseudopalmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581768'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581768'^^xsd:string;
  dwc:aphiaid '145855'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14382161'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13946621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13946621> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13946621> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13946621>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13946621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13946621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581726" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13946621'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581726'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581726'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13946621'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977151> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977151> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977151>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13977151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581778" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13977151'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581778'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581778'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13977151'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14093949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14093949> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14093949> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14093949>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14093949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14093949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578905" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14093949'^^xsd:integer;
  dwc:scientificName 'Morchellium argus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578905'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578905'^^xsd:string;
  dwc:aphiaid '148714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14093949'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '148714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851938> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851938> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851938>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13851938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578898" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13851938'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578898'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578898'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13851938'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13664528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13664528> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13664528> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13664528>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13664528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13664528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577828" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13664528'^^xsd:integer;
  dwc:scientificName 'Circomphalus casina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577828'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577828'^^xsd:string;
  dwc:aphiaid '152412'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13664528'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '141934'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382166> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382166> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382166>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14382166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578923" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14382166'^^xsd:integer;
  dwc:scientificName 'Rhodymenia pseudopalmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578923'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578923'^^xsd:string;
  dwc:aphiaid '145855'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14382166'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977162> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977162> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977162>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13977162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578936" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13977162'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578936'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578936'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13977162'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13933291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13933291> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13933291> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13933291>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13933291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13933291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579281" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13933291'^^xsd:integer;
  dwc:scientificName 'Hinia reticulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579281'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579281'^^xsd:string;
  dwc:aphiaid '416627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13933291'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '140513'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14469348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14469348> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14469348> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14469348>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14469348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14469348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578196" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14469348'^^xsd:integer;
  dwc:scientificName 'Suberites carnosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578196'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578196'^^xsd:string;
  dwc:aphiaid '134275'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14469348'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539197> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539197> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539197>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13539197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578214" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13539197'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578214'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578214'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13539197'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417974> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417974> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417974>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14417974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581539" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14417974'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581539'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581539'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14417974'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795483> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795483> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795483>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13795483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581546" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13795483'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581546'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581546'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13795483'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743200> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743200> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743200>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13743200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581580" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13743200'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581580'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581580'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13743200'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13630897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13630897> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13630897> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13630897>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13630897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13630897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578210" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13630897'^^xsd:integer;
  dwc:scientificName 'Cereus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578210'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578210'^^xsd:string;
  dwc:aphiaid '100987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13630897'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851928> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851928> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851928>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13851928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581739" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13851928'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581739'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581739'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13851928'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539183> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539183> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539183>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13539183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13539183'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577825'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577825'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13539183'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539175> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539175> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539175>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13539175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581734" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13539175'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581734'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581734'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13539175'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13925981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13925981> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13925981> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13925981>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13925981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13925981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581743" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13925981'^^xsd:integer;
  dwc:scientificName 'Hiatella arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581743'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581743'^^xsd:string;
  dwc:aphiaid '140103'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13925981'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '140103'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216872> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216872> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216872>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14216872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581557" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14216872'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581557'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581557'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14216872'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13620721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13620721> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13620721> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13620721>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13620721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13620721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581563" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13620721'^^xsd:integer;
  dwc:scientificName 'Cellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581563'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581563'^^xsd:string;
  dwc:aphiaid '110869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13620721'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '110869'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539200> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539200> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539200>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13539200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581555" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13539200'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581555'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581555'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13539200'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14309286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14309286> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14309286> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14309286>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14309286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14309286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581754" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14309286'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581754'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581754'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14309286'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539188> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539188> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539188>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13539188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580209" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13539188'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580209'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40580209'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13539188'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539206> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539206> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539206>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13539206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581494" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13539206'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581494'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581494'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13539206'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13620723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13620723> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13620723> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13620723>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13620723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13620723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579287" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13620723'^^xsd:integer;
  dwc:scientificName 'Cellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579287'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579287'^^xsd:string;
  dwc:aphiaid '110869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13620723'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '110869'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417973> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417973> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417973>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14417973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578193" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14417973'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578193'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578193'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14417973'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13774291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13774291> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13774291> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13774291>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13774291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13774291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581776" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13774291'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581776'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581776'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13774291'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851935> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851935> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851935>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13851935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577826" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13851935'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577826'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577826'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13851935'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981590> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981590> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981590>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13981590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578937" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13981590'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578937'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578937'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13981590'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795479> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795479> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795479>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13795479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578890" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13795479'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578890'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578890'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13795479'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216880> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216880> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216880>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14216880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579277" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14216880'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579277'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579277'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14216880'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489990> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489990> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489990>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14489990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579271" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14489990'^^xsd:integer;
  dwc:scientificName 'Tethyspira spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579271'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579271'^^xsd:string;
  dwc:aphiaid '132558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14489990'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897184> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897184> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897184>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13897184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578924" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13897184'^^xsd:integer;
  dwc:scientificName 'Halurus flosculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578924'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578924'^^xsd:string;
  dwc:aphiaid '144595'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13897184'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144595'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13637442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13637442> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13637442> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13637442>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13637442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13637442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578939" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13637442'^^xsd:integer;
  dwc:scientificName 'Chaetomorpha melagonium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578939'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578939'^^xsd:string;
  dwc:aphiaid '145029'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13637442'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145029'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713149> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713149> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713149>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13713149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578899" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13713149'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578899'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578899'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13713149'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589752> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589752> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589752>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13589752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578915" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13589752'^^xsd:integer;
  dwc:scientificName 'Callophyllis laciniata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578915'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578915'^^xsd:string;
  dwc:aphiaid '145262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13589752'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1311357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713141> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713141> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713141>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13713141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581744" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13713141'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581744'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581744'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13713141'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897185> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897185> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897185>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13897185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581576" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13897185'^^xsd:integer;
  dwc:scientificName 'Halurus flosculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581576'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581576'^^xsd:string;
  dwc:aphiaid '144595'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13897185'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '144595'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13413013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13413013> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13413013> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13413013>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13413013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13413013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581550" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13413013'^^xsd:integer;
  dwc:scientificName 'Aglaophenia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581550'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581550'^^xsd:string;
  dwc:aphiaid '116999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13413013'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '116999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713154> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713154> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713154>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13713154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581561" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13713154'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581561'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581561'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13713154'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713160> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713160> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713160>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13713160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579283" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13713160'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579283'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579283'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13713160'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12994138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12994138> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12994138> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12994138>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12994138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:12994138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581735" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '12994138'^^xsd:integer;
  dwc:scientificName 'Amphipoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581735'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581735'^^xsd:string;
  dwc:aphiaid '1135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:12994138'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311382> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311382> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311382>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14311382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580214" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14311382'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580214'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40580214'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14311382'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558619> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558619> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558619>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13558619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581570" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13558619'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581570'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581570'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13558619'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558613> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558613> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558613>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13558613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580215" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13558613'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580215'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40580215'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13558613'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981577> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981577> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981577>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13981577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581779" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13981577'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581779'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581779'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13981577'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14096789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14096789> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14096789> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14096789>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14096789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14096789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577827" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14096789'^^xsd:integer;
  dwc:scientificName 'Musculus discors'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577827'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577827'^^xsd:string;
  dwc:aphiaid '140472'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14096789'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '140472'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981587> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981587> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981587>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13981587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577843" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13981587'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577843'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577843'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13981587'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13630894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13630894> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13630894> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13630894>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13630894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13630894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577823" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13630894'^^xsd:integer;
  dwc:scientificName 'Cereus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577823'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577823'^^xsd:string;
  dwc:aphiaid '100987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13630894'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '100987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589742> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589742> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589742>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13589742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581760" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13589742'^^xsd:integer;
  dwc:scientificName 'Callophyllis laciniata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581760'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581760'^^xsd:string;
  dwc:aphiaid '145262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13589742'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1311357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749774> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749774> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749774>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13749774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13749774'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578914'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578914'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13749774'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14468532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14468532> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14468532> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14468532>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14468532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14468532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14468532'^^xsd:integer;
  dwc:scientificName 'Stylostichon plumosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578891'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578891'^^xsd:string;
  dwc:aphiaid '150212'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14468532'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '133688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662122> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662122> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662122>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13662122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578205" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13662122'^^xsd:integer;
  dwc:scientificName 'Ciocalypta penicillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578205'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578205'^^xsd:string;
  dwc:aphiaid '132575'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13662122'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132575'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14390946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14390946> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14390946> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14390946>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14390946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14390946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578938" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14390946'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578938'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578938'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14390946'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14573533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14573533> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14573533> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14573533>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14573533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14573533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579268" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14573533'^^xsd:integer;
  dwc:scientificName 'Pseudosuberites'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579268'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579268'^^xsd:string;
  dwc:aphiaid '132069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14573533'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132069'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583939> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583939> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583939>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13583939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578217" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13583939'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578217'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578217'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13583939'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766481> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766481> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766481>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13766481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581549" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13766481'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581549'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581549'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13766481'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766484> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766484> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766484>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13766484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579273" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13766484'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579273'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579273'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13766484'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502394> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502394> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502394>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13502394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578241" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13502394'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578241'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578241'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13502394'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324321> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324321> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324321>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14324321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579269" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14324321'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579269'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579269'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14324321'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678869> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678869> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678869>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13678869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578235" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13678869'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578235'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578235'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13678869'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324317> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324317> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324317>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14324317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581541" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14324317'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581541'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581541'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14324317'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678871> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678871> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678871>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13678871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581569" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13678871'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581569'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581569'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13678871'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917821> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917821> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917821>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13917821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579289" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13917821'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579289'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579289'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13917821'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766470> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766470> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766470>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13766470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578893" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13766470'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578893'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578893'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13766470'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14513289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14513289> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14513289> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14513289>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14513289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14513289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581560" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14513289'^^xsd:integer;
  dwc:scientificName 'Trivia monacha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581560'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581560'^^xsd:string;
  dwc:aphiaid '141744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14513289'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '141744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917815> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917815> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917815>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13917815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581567" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13917815'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581567'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581567'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13917815'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718181> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718181> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718181>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13718181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581577" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13718181'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581577'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581577'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13718181'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458758> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458758> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458758>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13458758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578215" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13458758'^^xsd:integer;
  dwc:scientificName 'Anapagurus hyndmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578215'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578215'^^xsd:string;
  dwc:aphiaid '107217'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13458758'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107217'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766479> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766479> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766479>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13766479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578207" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13766479'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578207'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578207'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13766479'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12458351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12458351> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12458351> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12458351>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12458351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:12458351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '12458351'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578902'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578902'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:12458351'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13949161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13949161> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13949161> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13949161>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13949161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13949161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578928" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13949161'^^xsd:integer;
  dwc:scientificName 'Hypoglossum hypoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578928'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578928'^^xsd:string;
  dwc:aphiaid '144756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13949161'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13896804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13896804> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13896804> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13896804>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13896804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13896804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578925" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13896804'^^xsd:integer;
  dwc:scientificName 'Halurus equisetifolius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578925'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578925'^^xsd:string;
  dwc:aphiaid '146345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13896804'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '146345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324316> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324316> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324316>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14324316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578197" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14324316'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578197'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578197'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14324316'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120728> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120728> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120728>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14120728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581559" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14120728'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581559'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581559'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14120728'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13689729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13689729> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13689729> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13689729>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13689729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13689729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581763" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13689729'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581763'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581763'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13689729'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917800> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917800> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917800>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13917800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581748" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13917800'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581748'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581748'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13917800'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718168> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718168> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718168>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13718168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581770" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13718168'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581770'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581770'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13718168'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917805> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917805> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917805>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13917805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577831" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13917805'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577831'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577831'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13917805'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12458345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12458345> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12458345> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12458345>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12458345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:12458345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581746" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '12458345'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581746'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581746'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:12458345'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678858> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678858> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678858>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13678858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581749" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13678858'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581749'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581749'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13678858'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13896802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13896802> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13896802> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13896802>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13896802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13896802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581769" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13896802'^^xsd:integer;
  dwc:scientificName 'Halurus equisetifolius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581769'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581769'^^xsd:string;
  dwc:aphiaid '146345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13896802'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '146345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749772> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749772> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749772>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13749772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577835" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13749772'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577835'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577835'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13749772'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917813> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917813> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917813>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13917813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578230" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13917813'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578230'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578230'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13917813'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13689734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13689734> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13689734> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13689734>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13689734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13689734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578918" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13689734'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578918'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578918'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13689734'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718178> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718178> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718178>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13718178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578926" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13718178'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578926'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578926'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13718178'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766463> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766463> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766463>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13766463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581728" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13766463'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581728'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581728'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13766463'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583926> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583926> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583926>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13583926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581740" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13583926'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581740'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581740'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13583926'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558606> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558606> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558606>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13558606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581753" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13558606'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581753'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581753'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13558606'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13604727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13604727> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13604727> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13604727>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13604727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13604727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581736" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13604727'^^xsd:integer;
  dwc:scientificName 'Caprellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581736'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581736'^^xsd:string;
  dwc:aphiaid '101361'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13604727'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '101361'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14390940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14390940> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14390940> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14390940>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14390940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14390940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581780" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14390940'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581780'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581780'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14390940'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749766> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749766> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749766>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13749766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581759" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13749766'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581759'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581759'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13749766'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311391> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311391> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311391>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14311391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578242" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14311391'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578242'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578242'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14311391'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336155> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336155> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336155>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14336155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580207" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14336155'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580207'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40580207'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14336155'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424452> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424452> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424452>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13424452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578209" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13424452'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578209'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578209'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13424452'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489392> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489392> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489392>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14489392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581540" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14489392'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581540'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581540'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14489392'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14055215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14055215> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14055215> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14055215>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14055215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14055215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581558" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14055215'^^xsd:integer;
  dwc:scientificName 'Macropodia rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581558'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581558'^^xsd:string;
  dwc:aphiaid '107345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14055215'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12455437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12455437> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12455437> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12455437>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12455437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:12455437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578901" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '12455437'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578901'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578901'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:12455437'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489390> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489390> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489390>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14489390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578195" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14489390'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578195'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578195'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14489390'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13939713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13939713> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13939713> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13939713>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13939713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13939713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579278" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13939713'^^xsd:integer;
  dwc:scientificName 'Hyas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579278'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579278'^^xsd:string;
  dwc:aphiaid '106903'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13939713'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '106903'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489397> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489397> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489397>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14489397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581493" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14489397'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581493'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581493'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14489397'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748918> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748918> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748918>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13748918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578238" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13748918'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578238'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578238'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13748918'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13535513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13535513> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13535513> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13535513>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13535513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13535513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578200" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13535513'^^xsd:integer;
  dwc:scientificName 'Axinella dissimilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578200'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578200'^^xsd:string;
  dwc:aphiaid '132473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13535513'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14508179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14508179> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14508179> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14508179>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14508179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14508179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578237" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14508179'^^xsd:integer;
  dwc:scientificName 'Trididemnum cereum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578237'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578237'^^xsd:string;
  dwc:aphiaid '103594'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14508179'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103594'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336153> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336153> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336153>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14336153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578895" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14336153'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578895'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578895'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14336153'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748912> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748912> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748912>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13748912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578906" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13748912'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578906'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578906'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13748912'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14283062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14283062> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14283062> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14283062>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14283062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14283062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578930" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14283062'^^xsd:integer;
  dwc:scientificName 'Phycodrys rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578930'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578930'^^xsd:string;
  dwc:aphiaid '144773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14283062'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359621> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359621> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359621>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13359621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578247" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13359621'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578247'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578247'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13359621'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621414> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621414> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621414>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13621414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578226" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13621414'^^xsd:integer;
  dwc:scientificName 'Cellaria fistulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578226'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578226'^^xsd:string;
  dwc:aphiaid '111257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13621414'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359615> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359615> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359615>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13359615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577836" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13359615'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577836'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577836'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13359615'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197565> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197565> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197565>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14197565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577833" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14197565'^^xsd:integer;
  dwc:scientificName 'Ophiura albida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577833'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577833'^^xsd:string;
  dwc:aphiaid '124913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14197565'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '124913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276799> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276799> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276799>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14276799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577819" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14276799'^^xsd:integer;
  dwc:scientificName 'Phorbas fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577819'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577819'^^xsd:string;
  dwc:aphiaid '133679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14276799'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13970074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13970074> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13970074> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13970074>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13970074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13970074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581741" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13970074'^^xsd:integer;
  dwc:scientificName 'Lacuna vincta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581741'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581741'^^xsd:string;
  dwc:aphiaid '140170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13970074'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '140170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13756600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13756600> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13756600> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13756600>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13756600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13756600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578244" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13756600'^^xsd:integer;
  dwc:scientificName 'Distomus variolosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578244'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578244'^^xsd:string;
  dwc:aphiaid '103890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13756600'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535377> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535377> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535377>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14535377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578894" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14535377'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578894'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578894'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14535377'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13505593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13505593> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13505593> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13505593>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13505593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13505593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579292" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13505593'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579292'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579292'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13505593'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359627> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359627> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359627>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13359627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581499" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13359627'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581499'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581499'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13359627'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535371> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535371> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535371>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14535371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581730" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14535371'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581730'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581730'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14535371'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543356> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543356> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543356>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14543356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580211" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14543356'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580211'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40580211'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14543356'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535375> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535375> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535375>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14535375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577821" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14535375'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577821'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577821'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14535375'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359622> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359622> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359622>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13359622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581575" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13359622'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581575'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581575'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13359622'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276805> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276805> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276805>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14276805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581547" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14276805'^^xsd:integer;
  dwc:scientificName 'Phorbas fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581547'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581547'^^xsd:string;
  dwc:aphiaid '133679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14276805'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13676340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13676340> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13676340> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13676340>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13676340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13676340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581723" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13676340'^^xsd:integer;
  dwc:scientificName 'Clathrina coriacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581723'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581723'^^xsd:string;
  dwc:aphiaid '132277'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13676340'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '132277'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14542097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14542097> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14542097> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14542097>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14542097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14542097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581733" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14542097'^^xsd:integer;
  dwc:scientificName 'Verruca stroemia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581733'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581733'^^xsd:string;
  dwc:aphiaid '106257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14542097'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12455430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12455430> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12455430> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12455430>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12455430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:12455430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581745" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '12455430'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581745'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581745'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:12455430'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951754> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951754> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951754>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13951754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578216" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13951754'^^xsd:integer;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578216'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578216'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13951754'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951756> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951756> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951756>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13951756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579279" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13951756'^^xsd:integer;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579279'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579279'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13951756'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13687370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13687370> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13687370> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13687370>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13687370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13687370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578935" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13687370'^^xsd:integer;
  dwc:scientificName 'Colpomenia peregrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578935'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578935'^^xsd:string;
  dwc:aphiaid '145856'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13687370'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145856'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14403067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14403067> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14403067> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14403067>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14403067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14403067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581765" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14403067'^^xsd:integer;
  dwc:scientificName 'Schottera nicaeënsis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581765'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581765'^^xsd:string;
  dwc:aphiaid '494793'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14403067'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145666'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14328942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14328942> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14328942> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14328942>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14328942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14328942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578932" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14328942'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578932'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578932'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14328942'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13577623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13577623> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13577623> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13577623>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13577623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13577623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581747" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13577623'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581747'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581747'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13577623'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13483255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13483255> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13483255> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13483255>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13483255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13483255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581750" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13483255'^^xsd:integer;
  dwc:scientificName 'Aplidium punctum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581750'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581750'^^xsd:string;
  dwc:aphiaid '103662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13483255'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424447> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424447> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424447>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13424447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13424447'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577820'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577820'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13424447'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721356> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721356> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721356>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13721356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581755" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13721356'^^xsd:integer;
  dwc:scientificName 'Ctenolabrus rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581755'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581755'^^xsd:string;
  dwc:aphiaid '126964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13721356'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126964'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336147> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336147> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336147>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14336147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581732" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14336147'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581732'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581732'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14336147'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748901> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748901> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748901>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13748901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581751" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13748901'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581751'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581751'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13748901'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828595> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828595> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828595>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13828595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581562" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13828595'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581562'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581562'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13828595'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388178> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388178> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388178>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14388178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578212" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14388178'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578212'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578212'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14388178'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14353685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14353685> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14353685> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14353685>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14353685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14353685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579275" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14353685'^^xsd:integer;
  dwc:scientificName 'Prostheceraeus vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579275'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579275'^^xsd:string;
  dwc:aphiaid '142820'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14353685'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '142820'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729102> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729102> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729102>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13729102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581578" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13729102'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581578'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581578'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13729102'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14079577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14079577> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14079577> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14079577>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14079577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14079577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578929" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14079577'^^xsd:integer;
  dwc:scientificName 'Membranoptera alata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578929'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578929'^^xsd:string;
  dwc:aphiaid '144758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14079577'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144758'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388187> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388187> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388187>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14388187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579276" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14388187'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579276'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579276'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14388187'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388173> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388173> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388173>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14388173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580206" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14388173'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580206'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40580206'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14388173'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607451> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607451> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607451>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14607451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579290" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14607451'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579290'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579290'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14607451'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460113> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460113> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460113>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14460113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581543" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14460113'^^xsd:integer;
  dwc:scientificName 'Stelligera rigida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581543'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581543'^^xsd:string;
  dwc:aphiaid '134174'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14460113'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1424275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13959009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13959009> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13959009> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13959009>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13959009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13959009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581556" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13959009'^^xsd:integer;
  dwc:scientificName 'Jassa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581556'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581556'^^xsd:string;
  dwc:aphiaid '101571'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13959009'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '101571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388179> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388179> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388179>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14388179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581553" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14388179'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581553'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581553'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14388179'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197572> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197572> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197572>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14197572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578233" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14197572'^^xsd:integer;
  dwc:scientificName 'Ophiura albida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578233'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578233'^^xsd:string;
  dwc:aphiaid '124913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14197572'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14353682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14353682> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14353682> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14353682>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14353682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14353682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581552" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14353682'^^xsd:integer;
  dwc:scientificName 'Prostheceraeus vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581552'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581552'^^xsd:string;
  dwc:aphiaid '142820'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14353682'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '142820'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575273> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575273> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575273>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13575273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581564" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13575273'^^xsd:integer;
  dwc:scientificName 'Bugula flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581564'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581564'^^xsd:string;
  dwc:aphiaid '111152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13575273'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '834002'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13959008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13959008> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13959008> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13959008>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13959008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13959008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578896" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13959008'^^xsd:integer;
  dwc:scientificName 'Jassa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578896'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578896'^^xsd:string;
  dwc:aphiaid '101571'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13959008'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '101571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575272> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575272> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575272>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13575272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578227" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13575272'^^xsd:integer;
  dwc:scientificName 'Bugula flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578227'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578227'^^xsd:string;
  dwc:aphiaid '111152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13575272'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '834002'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14079572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14079572> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14079572> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14079572>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14079572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14079572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581771" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14079572'^^xsd:integer;
  dwc:scientificName 'Membranoptera alata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581771'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581771'^^xsd:string;
  dwc:aphiaid '144758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14079572'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144758'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359617> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359617> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359617>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13359617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578917" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13359617'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578917'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578917'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13359617'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14377163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14377163> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14377163> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14377163>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14377163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14377163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580748" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14377163'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580748'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580748'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14377163'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13556574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13556574> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13556574> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13556574>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13556574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13556574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581571" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13556574'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581571'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581571'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13556574'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828604> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828604> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828604>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13828604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579286" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13828604'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579286'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579286'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13828604'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14377162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14377162> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14377162> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14377162>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14377162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14377162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581498" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14377162'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581498'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581498'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14377162'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14288189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14288189> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14288189> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14288189>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14288189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14288189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581764" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14288189'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581764'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581764'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14288189'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13838562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13838562> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13838562> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13838562>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13838562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13838562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581767" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13838562'^^xsd:integer;
  dwc:scientificName 'Furcellaria lumbricalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581767'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581767'^^xsd:string;
  dwc:aphiaid '145620'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13838562'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145620'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13649908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13649908> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13649908> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13649908>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13649908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13649908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578920" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13649908'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578920'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578920'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13649908'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14017516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14017516> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14017516> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14017516>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14017516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14017516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578908" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14017516'^^xsd:integer;
  dwc:scientificName 'Lissoclinum perforatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578908'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578908'^^xsd:string;
  dwc:aphiaid '103585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14017516'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729099> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729099> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729099>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13729099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578927" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13729099'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578927'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578927'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13729099'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14316674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14316674> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14316674> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14316674>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14316674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14316674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578904" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14316674'^^xsd:integer;
  dwc:scientificName 'Polyclinum aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578904'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578904'^^xsd:string;
  dwc:aphiaid '103674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14316674'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14377161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14377161> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14377161> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14377161>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14377161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14377161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14377161'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578912'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578912'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14377161'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312062> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312062> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312062>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14312062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578909" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14312062'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578909'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578909'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14312062'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886924> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886924> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886924>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13886924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581725" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13886924'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581725'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581725'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13886924'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13912024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13912024> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13912024> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13912024>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13912024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13912024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581738" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13912024'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581738'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581738'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13912024'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564525> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564525> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564525>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13564525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581774" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13564525'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581774'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581774'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13564525'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189986> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189986> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189986>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14189986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581496" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14189986'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581496'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581496'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14189986'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189987> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189987> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189987>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14189987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580746" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14189987'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580746'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580746'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14189987'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14512175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14512175> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14512175> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14512175>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14512175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14512175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578218" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14512175'^^xsd:integer;
  dwc:scientificName 'Trivia arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578218'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578218'^^xsd:string;
  dwc:aphiaid '141741'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14512175'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '141741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189977> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189977> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189977>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14189977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577832" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14189977'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577832'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577832'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14189977'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13966383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13966383> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13966383> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13966383>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13966383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13966383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581756" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13966383'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581756'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581756'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13966383'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14356479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14356479> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14356479> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14356479>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14356479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14356479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581568" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14356479'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581568'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581568'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14356479'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683248> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683248> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683248>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13683248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578198" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13683248'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578198'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578198'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13683248'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297493> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297493> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297493>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14297493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581766" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14297493'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581766'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581766'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14297493'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13960968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13960968> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13960968> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13960968>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13960968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13960968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581761" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13960968'^^xsd:integer;
  dwc:scientificName 'Kallymenia reniformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581761'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581761'^^xsd:string;
  dwc:aphiaid '145267'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13960968'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662502> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662502> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662502>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13662502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13662502'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577834'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577834'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13662502'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13960973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13960973> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13960973> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13960973>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13960973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13960973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578916" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13960973'^^xsd:integer;
  dwc:scientificName 'Kallymenia reniformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578916'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578916'^^xsd:string;
  dwc:aphiaid '145267'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13960973'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297514> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297514> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297514>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14297514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578248" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14297514'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578248'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578248'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14297514'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683241> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683241> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683241>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13683241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13683241'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577818'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577818'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13683241'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13407840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13407840> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13407840> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13407840>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13407840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13407840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581731" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13407840'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581731'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581731'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13407840'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662505> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662505> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662505>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13662505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578240" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13662505'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578240'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578240'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13662505'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629448> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13629448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578114" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13629448'^^xsd:integer;
  dwc:scientificName 'Ceramium secundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578114'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578114'^^xsd:string;
  dwc:aphiaid '144562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13629448'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144562'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579433> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13579433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579209" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13579433'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579209'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579209'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13579433'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13914466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13914466> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13914466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13914466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13914466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13914466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579163" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13914466'^^xsd:integer;
  dwc:scientificName 'Hemimycale columella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579163'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579163'^^xsd:string;
  dwc:aphiaid '133543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13914466'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '133543'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579438> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13579438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578108" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13579438'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578108'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578108'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13579438'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649222> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13649222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578122" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13649222'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578122'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578122'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13649222'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694997> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13694997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578112" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13694997'^^xsd:integer;
  dwc:scientificName 'Cordylecladia erecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578112'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578112'^^xsd:string;
  dwc:aphiaid '145847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13694997'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145847'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14695823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14695823> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14695823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14695823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14695823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14695823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578096" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14695823'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578096'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578096'^^xsd:string;
  dwc:aphiaid '125999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14695823'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '125999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882489> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13882489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578107" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13882489'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578107'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578107'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13882489'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269692> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14269692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579199" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14269692'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579199'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579199'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14269692'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562183> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13562183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578081" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13562183'^^xsd:integer;
  dwc:scientificName 'Bowerbankia citrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578081'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578081'^^xsd:string;
  dwc:aphiaid '111664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13562183'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '851584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414555> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14414555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579185" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14414555'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria reptans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579185'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579185'^^xsd:string;
  dwc:aphiaid '111247'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14414555'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '738997'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13539211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13539211> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13539211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13539211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13539211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13539211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579173" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13539211'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579173'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579173'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13539211'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414560> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14414560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578083" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14414560'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria reptans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578083'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578083'^^xsd:string;
  dwc:aphiaid '111247'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14414560'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '738997'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13334156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13334156> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13334156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13334156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13334156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13334156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579165" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13334156'^^xsd:integer;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579165'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579165'^^xsd:string;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13334156'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594152> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13594152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579178" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13594152'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579178'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579178'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13594152'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795494> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13795494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579162" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13795494'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579162'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579162'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13795494'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216899> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14216899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578076" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14216899'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578076'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578076'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14216899'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795500> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13795500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13795500'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578062'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578062'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13795500'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713167> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13713167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579183" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13713167'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579183'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579183'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13713167'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13897188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13897188> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13897188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13897188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13897188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13897188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579210" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13897188'^^xsd:integer;
  dwc:scientificName 'Halurus flosculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579210'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579210'^^xsd:string;
  dwc:aphiaid '144595'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13897188'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144595'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981600> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13981600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578134" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13981600'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578134'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578134'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13981600'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638372> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13638372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578071" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13638372'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578071'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578071'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13638372'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749791> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13749791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578097" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13749791'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578097'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578097'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13749791'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458367> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:12458367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578082" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '12458367'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578082'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578082'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:12458367'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459658> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14459658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578116" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14459658'^^xsd:integer;
  dwc:scientificName 'Spyridia filamentosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578116'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578116'^^xsd:string;
  dwc:aphiaid '144706'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14459658'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478693> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14478693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579198" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14478693'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579198'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579198'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14478693'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558648> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13558648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578092" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13558648'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578092'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578092'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13558648'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573579> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14573579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578115" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14573579'^^xsd:integer;
  dwc:scientificName 'Pterothamnion crispum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578115'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578115'^^xsd:string;
  dwc:aphiaid '144682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14573579'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144682'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943568> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13943568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578066" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13943568'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578066'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578066'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13943568'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949177> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13949177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578119" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13949177'^^xsd:integer;
  dwc:scientificName 'Hypoglossum hypoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578119'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578119'^^xsd:string;
  dwc:aphiaid '144756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13949177'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458360> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:12458360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579184" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '12458360'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579184'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579184'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:12458360'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943557> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13943557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579167" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13943557'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579167'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579167'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13943557'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949171> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13949171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579215" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13949171'^^xsd:integer;
  dwc:scientificName 'Hypoglossum hypoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579215'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579215'^^xsd:string;
  dwc:aphiaid '144756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13949171'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13567084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13567084> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13567084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13567084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13567084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13567084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579182" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13567084'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579182'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579182'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13567084'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403470> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14403470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579201" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14403470'^^xsd:integer;
  dwc:scientificName 'Scinaia furcellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579201'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579201'^^xsd:string;
  dwc:aphiaid '145743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14403470'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13583946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13583946> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13583946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13583946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13583946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13583946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579181" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13583946'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579181'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579181'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13583946'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766492> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13766492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579164" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13766492'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579164'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579164'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13766492'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749781> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13749781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13749781'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579203'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579203'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13749781'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558637> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13558637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579195" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13558637'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579195'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579195'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13558637'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13402889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13402889> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13402889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13402889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13402889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13402889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579212" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13402889'^^xsd:integer;
  dwc:scientificName 'Acrosorium venulosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579212'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579212'^^xsd:string;
  dwc:aphiaid '144734'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13402889'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144734'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755107> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13755107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578089" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13755107'^^xsd:integer;
  dwc:scientificName 'Diplosoma listerianum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578089'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578089'^^xsd:string;
  dwc:aphiaid '103579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13755107'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678888> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13678888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578086" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13678888'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578086'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578086'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13678888'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718190> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13718190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579213" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13718190'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579213'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579213'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13718190'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689742> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13689742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579205" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13689742'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579205'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579205'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13689742'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460019> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13460019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579169" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13460019'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579169'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579169'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13460019'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424467> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13424467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579168" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13424467'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579168'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579168'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13424467'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414917> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13414917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579220" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13414917'^^xsd:integer;
  dwc:scientificName 'Aglaozonia (asexual cutleria)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579220'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579220'^^xsd:string;
  dwc:aphiaid '182809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13414917'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718198> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13718198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578118" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13718198'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578118'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578118'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13718198'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689746> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13689746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578098" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13689746'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578098'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578098'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13689746'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483268> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13483268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579190" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13483268'^^xsd:integer;
  dwc:scientificName 'Aplidium punctum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579190'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579190'^^xsd:string;
  dwc:aphiaid '103662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13483268'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13577631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13577631> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13577631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13577631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13577631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13577631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579187" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13577631'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579187'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579187'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13577631'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120739> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14120739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579179" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14120739'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579179'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579179'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14120739'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336172> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14336172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579172" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14336172'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579172'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579172'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14336172'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414919> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13414919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578126" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13414919'^^xsd:integer;
  dwc:scientificName 'Aglaozonia (asexual cutleria)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578126'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578126'^^xsd:string;
  dwc:aphiaid '182809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13414919'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956070> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13956070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578099" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13956070'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578099'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578099'^^xsd:string;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13956070'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14425464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14425464> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14425464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14425464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14425464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14425464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578067" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14425464'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578067'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578067'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14425464'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748925> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13748925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579191" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13748925'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579191'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579191'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13748925'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460025> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13460025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578069" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13460025'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578069'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578069'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13460025'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424479> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13424479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578068" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13424479'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578068'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578068'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13424479'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336182> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14336182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578074" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14336182'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578074'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578074'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14336182'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535408> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14535408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579170" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14535408'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579170'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579170'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14535408'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416147> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14416147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579197" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14416147'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579197'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579197'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14416147'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483271> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13483271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578088" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13483271'^^xsd:integer;
  dwc:scientificName 'Aplidium punctum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578088'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578088'^^xsd:string;
  dwc:aphiaid '103662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13483271'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413640> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13413640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578065" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13413640'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578065'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578065'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13413640'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328958> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14328958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578123" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14328958'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578123'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578123'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14328958'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359641> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13359641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579204" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13359641'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579204'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579204'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13359641'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535415> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14535415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578070" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14535415'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578070'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578070'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14535415'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13736050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13736050> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13736050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13736050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13736050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13736050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578132" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13736050'^^xsd:integer;
  dwc:scientificName 'Desmarestia aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578132'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578132'^^xsd:string;
  dwc:aphiaid '145307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13736050'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483504> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14483504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14483504'^^xsd:integer;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578072'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578072'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14483504'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13712317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13712317> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13712317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13712317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13712317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13712317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578080" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13712317'^^xsd:integer;
  dwc:scientificName 'Crisia eburnea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578080'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578080'^^xsd:string;
  dwc:aphiaid '111696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13712317'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '111696'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915263> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13915263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578084" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13915263'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578084'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578084'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13915263'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627195> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13627195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578113" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13627195'^^xsd:integer;
  dwc:scientificName 'Ceramium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578113'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578113'^^xsd:string;
  dwc:aphiaid '144546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13627195'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14017521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14017521> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14017521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14017521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14017521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14017521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579192" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14017521'^^xsd:integer;
  dwc:scientificName 'Lissoclinum perforatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579192'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579192'^^xsd:string;
  dwc:aphiaid '103585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14017521'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871042> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13871042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579200" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13871042'^^xsd:integer;
  dwc:scientificName 'Gobiusculus flavescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579200'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579200'^^xsd:string;
  dwc:aphiaid '126898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13871042'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1526389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556581> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13556581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579196" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13556581'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579196'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579196'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13556581'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13838570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13838570> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13838570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13838570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13838570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13838570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578106" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13838570'^^xsd:integer;
  dwc:scientificName 'Furcellaria lumbricalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578106'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578106'^^xsd:string;
  dwc:aphiaid '145620'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13838570'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145620'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376207> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14376207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578124" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14376207'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578124'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578124'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14376207'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288206> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14288206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578102" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14288206'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578102'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578102'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14288206'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729109> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13729109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579214" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13729109'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579214'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579214'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13729109'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508244> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13508244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13508244'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579194'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579194'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13508244'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649916> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13649916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579207" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13649916'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579207'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579207'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13649916'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13612584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13612584> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13612584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13612584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13612584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13612584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579174" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13612584'^^xsd:integer;
  dwc:scientificName 'Caridea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579174'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579174'^^xsd:string;
  dwc:aphiaid '106674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13612584'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '106674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13841505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13841505> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13841505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13841505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13841505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13841505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579175" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13841505'^^xsd:integer;
  dwc:scientificName 'Galathea squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579175'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579175'^^xsd:string;
  dwc:aphiaid '107154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13841505'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288197> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14288197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579206" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14288197'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579206'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579206'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14288197'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915256> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13915256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579188" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13915256'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579188'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579188'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13915256'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13575275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13575275> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13575275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13575275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13575275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13575275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579186" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13575275'^^xsd:integer;
  dwc:scientificName 'Bugula flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579186'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579186'^^xsd:string;
  dwc:aphiaid '111152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13575275'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '834002'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376202> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14376202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579218" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14376202'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579218'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579218'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14376202'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564557> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13564557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578121" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13564557'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578121'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578121'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13564557'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13841507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13841507> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13841507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13841507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13841507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13841507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578077" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13841507'^^xsd:integer;
  dwc:scientificName 'Galathea squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578077'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578077'^^xsd:string;
  dwc:aphiaid '107154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13841507'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '107154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459239> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14459239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578131" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14459239'^^xsd:integer;
  dwc:scientificName 'Sporochnus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578131'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578131'^^xsd:string;
  dwc:aphiaid '145915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14459239'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508254> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13508254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578091" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13508254'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578091'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578091'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13508254'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380353> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14380353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578111" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14380353'^^xsd:integer;
  dwc:scientificName 'Rhodophyllis divaricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578111'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578111'^^xsd:string;
  dwc:aphiaid '145617'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14380353'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13712739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13712739> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13712739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13712739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13712739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13712739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578079" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13712739'^^xsd:integer;
  dwc:scientificName 'Crisidia cornuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578079'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578079'^^xsd:string;
  dwc:aphiaid '111706'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13712739'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '111706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649925> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13649925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578103" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13649925'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578103'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578103'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13649925'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580196> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13580196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578109" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13580196'^^xsd:integer;
  dwc:scientificName 'Calliblepharis jubata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578109'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578109'^^xsd:string;
  dwc:aphiaid '145614'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13580196'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145614'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893806> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13893806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578135" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13893806'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578135'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578135'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13893806'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893795> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13893795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579223" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13893795'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579223'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579223'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13893795'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416155> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13416155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578100" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13416155'^^xsd:integer;
  dwc:scientificName 'Ahnfeltia plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578100'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578100'^^xsd:string;
  dwc:aphiaid '144422'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13416155'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556588> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13556588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578093" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13556588'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578093'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578093'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13556588'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297524> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14297524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579208" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14297524'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579208'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579208'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14297524'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987218> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13987218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579171" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13987218'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579171'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579171'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13987218'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297532> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14297532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578105" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14297532'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578105'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578105'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14297532'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707934> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13707934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578094" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13707934'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578094'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578094'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13707934'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987225> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13987225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578073" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13987225'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578073'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578073'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13987225'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621908> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733814" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621908'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733814'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733814'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621908'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13501049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13501049> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13501049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13501049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13501049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13501049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597799" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13501049'^^xsd:integer;
  dwc:scientificName 'Arthrocladia villosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597799'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597799'^^xsd:string;
  dwc:aphiaid '145306'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13501049'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145306'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14336139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14336139> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14336139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14336139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14336139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14336139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597841" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14336139'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597841'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597841'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14336139'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13249801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13249801> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13249801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13249801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13249801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13249801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597642" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13249801'^^xsd:integer;
  dwc:scientificName 'Ramalina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597642'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597642'^^xsd:string;
  dwc:aphiaid '147712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13249801'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '147712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366766> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732901" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366766'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732901'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732901'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366766'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14149042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14149042> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14149042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14149042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14149042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14149042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732984" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14149042'^^xsd:integer;
  dwc:scientificName 'Nephtys hombergii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732984'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732984'^^xsd:string;
  dwc:aphiaid '130359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14149042'^^xsd:string;
  dwc:observationDate '1999-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '130359'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590706> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732870" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590706'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732870'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732870'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590706'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590696> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732794" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590696'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732794'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732794'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590696'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366764> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732987" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366764'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732987'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732987'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366764'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492183> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13492183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597614" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13492183'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597614'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597614'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13492183'^^xsd:string;
  dwc:observationDate '1999-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366745> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733920" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366745'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733920'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733920'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366745'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348464> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14348464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732908" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14348464'^^xsd:integer;
  dwc:scientificName 'Portunidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732908'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732908'^^xsd:string;
  dwc:aphiaid '106763'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14348464'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '106763'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547682> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733975" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547682'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733975'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733975'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547682'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366755> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732936" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366755'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732936'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732936'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366755'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953213> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13953213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732662" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13953213'^^xsd:integer;
  dwc:scientificName 'Inachus phalangium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732662'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732662'^^xsd:string;
  dwc:aphiaid '107333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13953213'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424495> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13424495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732675" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13424495'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732675'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732675'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13424495'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590702> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732907" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590702'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732907'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732907'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590702'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601102> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14601102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732387" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14601102'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732387'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732387'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14601102'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647630> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13647630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732538" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13647630'^^xsd:integer;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732538'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732538'^^xsd:string;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13647630'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141206> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14141206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732982" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14141206'^^xsd:integer;
  dwc:scientificName 'Nephtys'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732982'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732982'^^xsd:string;
  dwc:aphiaid '129370'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14141206'^^xsd:string;
  dwc:observationDate '1999-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '129370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216908> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14216908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732670" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14216908'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732670'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732670'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14216908'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389468> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13389468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732368" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13389468'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732368'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732368'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13389468'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766497> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13766497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732561" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13766497'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732561'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732561'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13766497'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697121> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13697121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13697121'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732868'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732868'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13697121'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14221770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14221770> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14221770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14221770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14221770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14221770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732527" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14221770'^^xsd:integer;
  dwc:scientificName 'Pagurus cuanensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732527'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732527'^^xsd:string;
  dwc:aphiaid '107235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14221770'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107235'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190018> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14190018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732423" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14190018'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732423'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732423'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14190018'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356484> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14356484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732529" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14356484'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732529'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732529'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14356484'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14101407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14101407> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14101407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14101407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14101407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14101407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732407" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14101407'^^xsd:integer;
  dwc:scientificName 'Mycale (Carmia) macilenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732407'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732407'^^xsd:string;
  dwc:aphiaid '168587'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14101407'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '168587'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366779> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366779'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732912'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732912'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366779'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13296851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13296851> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13296851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13296851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13296851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13296851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597641" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13296851'^^xsd:integer;
  dwc:scientificName 'Tephromela atra var. atra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597641'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597641'^^xsd:string;
  dwc:aphiaid '438957'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13296851'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '438957'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814986> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13814986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733690" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13814986'^^xsd:integer;
  dwc:scientificName 'Eurydice affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733690'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733690'^^xsd:string;
  dwc:aphiaid '118843'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13814986'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '118843'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14321257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14321257> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14321257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14321257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14321257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14321257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733672" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14321257'^^xsd:integer;
  dwc:scientificName 'Polydora cornuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733672'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733672'^^xsd:string;
  dwc:aphiaid '131143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14321257'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '131143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13556254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13556254> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13556254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13556254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13556254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13556254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598120" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13556254'^^xsd:integer;
  dwc:scientificName 'Bostrychia scorpioides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598120'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598120'^^xsd:string;
  dwc:aphiaid '144791'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13556254'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '144791'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14553590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14553590> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14553590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14553590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14553590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14553590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733692" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14553590'^^xsd:integer;
  dwc:scientificName 'Cephalaspidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733692'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733692'^^xsd:string;
  dwc:aphiaid '154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14553590'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814992> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13814992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732922" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13814992'^^xsd:integer;
  dwc:scientificName 'Eurydice affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732922'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732922'^^xsd:string;
  dwc:aphiaid '118843'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13814992'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '118843'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908283> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13908283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733439" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13908283'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733439'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733439'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13908283'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814996> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13814996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732869" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13814996'^^xsd:integer;
  dwc:scientificName 'Eurydice affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732869'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732869'^^xsd:string;
  dwc:aphiaid '118843'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13814996'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '118843'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814988> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13814988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732990" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13814988'^^xsd:integer;
  dwc:scientificName 'Eurydice affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732990'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732990'^^xsd:string;
  dwc:aphiaid '118843'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13814988'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '118843'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814989> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13814989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733544" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13814989'^^xsd:integer;
  dwc:scientificName 'Eurydice affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733544'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733544'^^xsd:string;
  dwc:aphiaid '118843'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13814989'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '118843'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814991> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13814991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732906" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13814991'^^xsd:integer;
  dwc:scientificName 'Eurydice affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732906'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732906'^^xsd:string;
  dwc:aphiaid '118843'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13814991'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '118843'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141212> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14141212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732933" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14141212'^^xsd:integer;
  dwc:scientificName 'Nephtys'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732933'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732933'^^xsd:string;
  dwc:aphiaid '129370'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14141212'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '129370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814994> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13814994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734074" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13814994'^^xsd:integer;
  dwc:scientificName 'Eurydice affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734074'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734074'^^xsd:string;
  dwc:aphiaid '118843'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13814994'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '118843'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710202> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733257" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710202'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733257'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733257'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710202'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710164> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733571" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710164'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733571'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733571'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710164'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710184> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733446" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710184'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733446'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733446'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710184'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710186> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732796" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710186'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732796'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732796'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710186'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908293> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13908293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733711" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13908293'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733711'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733711'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13908293'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908270> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13908270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733670" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13908270'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733670'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733670'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13908270'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14128045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14128045> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14128045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14128045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14128045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14128045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733667" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14128045'^^xsd:integer;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733667'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733667'^^xsd:string;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14128045'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908294> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13908294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733809" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13908294'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733809'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733809'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13908294'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908286> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13908286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598112" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13908286'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598112'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598112'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13908286'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710191> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734030" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710191'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734030'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734030'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710191'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814995> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13814995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733628" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13814995'^^xsd:integer;
  dwc:scientificName 'Eurydice affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733628'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733628'^^xsd:string;
  dwc:aphiaid '118843'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13814995'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '118843'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814993> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13814993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733097" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13814993'^^xsd:integer;
  dwc:scientificName 'Eurydice affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733097'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733097'^^xsd:string;
  dwc:aphiaid '118843'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13814993'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '118843'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908285> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13908285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732812" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13908285'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732812'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732812'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13908285'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697099> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13697099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733675" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13697099'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733675'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733675'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13697099'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621849> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733679" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621849'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733679'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733679'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621849'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621877> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732939" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621877'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732939'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732939'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621877'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621900> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733377" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621900'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733377'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733377'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621900'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621887> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734069" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621887'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734069'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734069'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621887'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697108> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13697108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733442" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13697108'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733442'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733442'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13697108'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141205> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14141205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733567" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14141205'^^xsd:integer;
  dwc:scientificName 'Nephtys'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733567'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733567'^^xsd:string;
  dwc:aphiaid '129370'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14141205'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '129370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697118> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13697118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13697118'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732815'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732815'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13697118'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697120> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13697120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734027" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13697120'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734027'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734027'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13697120'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697125> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13697125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733976" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13697125'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733976'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733976'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13697125'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697119> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13697119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732921" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13697119'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732921'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732921'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13697119'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907434> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13907434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733570" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13907434'^^xsd:integer;
  dwc:scientificName 'Haustorius arenarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733570'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733570'^^xsd:string;
  dwc:aphiaid '102317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13907434'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '102317'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606612> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13606612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597942" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13606612'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597942'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597942'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13606612'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907442> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13907442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733286" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13907442'^^xsd:integer;
  dwc:scientificName 'Haustorius arenarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733286'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733286'^^xsd:string;
  dwc:aphiaid '102317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13907442'^^xsd:string;
  dwc:observationDate '1999-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '102317'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412291> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14412291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733684" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14412291'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733684'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733684'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14412291'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14030449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14030449> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14030449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14030449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14030449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14030449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598119" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14030449'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata/mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598119'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598119'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14030449'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412304> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14412304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732798" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14412304'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732798'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732798'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14412304'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590711> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733813" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590711'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733813'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733813'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590711'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907455> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13907455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733812" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13907455'^^xsd:integer;
  dwc:scientificName 'Haustorius arenarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733812'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733812'^^xsd:string;
  dwc:aphiaid '102317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13907455'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '102317'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050931> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733288" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050931'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733288'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733288'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050931'^^xsd:string;
  dwc:observationDate '1999-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492193> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13492193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597606" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13492193'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597606'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597606'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13492193'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050942> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733447" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050942'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733447'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733447'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050942'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492171> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13492171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598231" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13492171'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598231'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598231'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13492171'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14439442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14439442> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14439442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14439442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14439442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14439442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597875" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14439442'^^xsd:integer;
  dwc:scientificName 'Sphondylothamnion multifidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597875'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597875'^^xsd:string;
  dwc:aphiaid '144705'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14439442'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144705'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14276787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14276787> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14276787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14276787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14276787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14276787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14276787'^^xsd:integer;
  dwc:scientificName 'Phorbas fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597834'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597834'^^xsd:string;
  dwc:aphiaid '133679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14276787'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705471> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13705471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733678" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13705471'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733678'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733678'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13705471'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412308> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14412308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733266" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14412308'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733266'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733266'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14412308'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050945> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732797" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050945'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732797'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732797'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050945'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050961> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733258" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050961'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733258'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733258'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050961'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13508230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13508230> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13508230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13508230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13508230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13508230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597774" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13508230'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597774'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597774'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13508230'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14303282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14303282> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14303282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14303282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14303282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14303282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597850" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14303282'^^xsd:integer;
  dwc:scientificName 'Pododesmus patelliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597850'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597850'^^xsd:string;
  dwc:aphiaid '138751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14303282'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '138751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13966379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13966379> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13966379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13966379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13966379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13966379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597781" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13966379'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597781'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597781'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13966379'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462038> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13462038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733572" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13462038'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733572'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733572'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13462038'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462045> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13462045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733282" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13462045'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733282'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733282'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13462045'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462051> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13462051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732957" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13462051'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732957'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732957'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13462051'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13953659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13953659> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13953659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13953659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13953659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13953659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733545" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13953659'^^xsd:integer;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733545'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733545'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13953659'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13953662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13953662> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13953662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13953662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13953662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13953662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733977" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13953662'^^xsd:integer;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733977'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733977'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13953662'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13953660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13953660> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13953660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13953660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13953660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13953660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733382" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13953660'^^xsd:integer;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733382'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733382'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13953660'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13332634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13332634> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13332634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13332634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13332634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13332634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732876" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13332634'^^xsd:integer;
  dwc:scientificName 'Gnathiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732876'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732876'^^xsd:string;
  dwc:aphiaid '118278'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13332634'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '118278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13579424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13579424> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13579424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13579424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13579424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13579424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13579424'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597868'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597868'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13579424'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13792574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13792574> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13792574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13792574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13792574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13792574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13792574'^^xsd:integer;
  dwc:scientificName 'Erythrodermis traillii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597866'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597866'^^xsd:string;
  dwc:aphiaid '145655'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13792574'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145655'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13795469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13795469> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13795469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13795469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13795469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13795469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597833" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13795469'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597833'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597833'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13795469'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14269687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14269687> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14269687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14269687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14269687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14269687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597863" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14269687'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597863'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597863'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14269687'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13882470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13882470> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13882470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13882470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13882470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13882470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597867" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13882470'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597867'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597867'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13882470'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13780945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13780945> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13780945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13780945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13780945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13780945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597769" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13780945'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597769'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597769'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13780945'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13970920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13970920> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13970920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13970920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13970920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13970920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597768" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13970920'^^xsd:integer;
  dwc:scientificName 'Laevicardium crassum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597768'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597768'^^xsd:string;
  dwc:aphiaid '139004'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13970920'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '139004'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14459649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14459649> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14459649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14459649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14459649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14459649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597794" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14459649'^^xsd:integer;
  dwc:scientificName 'Spyridia filamentosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597794'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597794'^^xsd:string;
  dwc:aphiaid '144706'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14459649'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14066207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14066207> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14066207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14066207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14066207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14066207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597855" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14066207'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597855'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597855'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14066207'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13562164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13562164> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13562164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13562164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13562164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13562164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597770" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13562164'^^xsd:integer;
  dwc:scientificName 'Bowerbankia citrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597770'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597770'^^xsd:string;
  dwc:aphiaid '111664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13562164'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '851584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13793093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13793093> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13793093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13793093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13793093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13793093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597881" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13793093'^^xsd:integer;
  dwc:scientificName 'Erythroglossum laciniatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597881'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597881'^^xsd:string;
  dwc:aphiaid '144749'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13793093'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144749'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14311362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14311362> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14311362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14311362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14311362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14311362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597777" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14311362'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597777'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597777'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14311362'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13627575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13627575> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13627575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13627575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13627575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13627575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597792" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13627575'^^xsd:integer;
  dwc:scientificName 'Ceramium nodulosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597792'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597792'^^xsd:string;
  dwc:aphiaid '146784'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13627575'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '178915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14216844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14216844> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14216844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14216844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14216844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14216844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597760" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14216844'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597760'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597760'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14216844'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13884210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13884210> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13884210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13884210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13884210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13884210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597748" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13884210'^^xsd:integer;
  dwc:scientificName 'Halecium halecinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597748'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597748'^^xsd:string;
  dwc:aphiaid '231751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13884210'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13766450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13766450> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13766450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13766450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13766450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13766450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597747" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13766450'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597747'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597747'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13766450'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13502380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13502380> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13502380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13502380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13502380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13502380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597775" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13502380'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597775'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597775'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13502380'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13943521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13943521> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13943521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13943521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13943521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13943521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597750" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13943521'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597750'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597750'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13943521'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13949156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13949156> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13949156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13949156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13949156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13949156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597880" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13949156'^^xsd:integer;
  dwc:scientificName 'Hypoglossum hypoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597880'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597880'^^xsd:string;
  dwc:aphiaid '144756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13949156'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13678847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13678847> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13678847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13678847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13678847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13678847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597856" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13678847'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597856'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597856'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13678847'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13402884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13402884> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13402884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13402884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13402884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13402884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597876" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13402884'^^xsd:integer;
  dwc:scientificName 'Acrosorium venulosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597876'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597876'^^xsd:string;
  dwc:aphiaid '144734'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13402884'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144734'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13755096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13755096> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13755096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13755096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13755096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13755096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597857" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13755096'^^xsd:integer;
  dwc:scientificName 'Diplosoma listerianum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597857'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597857'^^xsd:string;
  dwc:aphiaid '103579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13755096'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13953192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13953192> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13953192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13953192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13953192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13953192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597846" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13953192'^^xsd:integer;
  dwc:scientificName 'Inachus phalangium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597846'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597846'^^xsd:string;
  dwc:aphiaid '107333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13953192'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13718165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13718165> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13718165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13718165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13718165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13718165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597878" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13718165'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597878'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597878'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13718165'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14468528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14468528> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14468528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14468528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14468528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14468528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597835" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14468528'^^xsd:integer;
  dwc:scientificName 'Stylostichon plumosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597835'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597835'^^xsd:string;
  dwc:aphiaid '150212'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14468528'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '133688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14592420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14592420> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14592420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14592420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14592420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14592420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597843" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14592420'^^xsd:integer;
  dwc:scientificName 'Homarus gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597843'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597843'^^xsd:string;
  dwc:aphiaid '107253'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14592420'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107253'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14055207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14055207> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14055207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14055207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14055207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14055207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597762" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14055207'^^xsd:integer;
  dwc:scientificName 'Macropodia rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597762'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597762'^^xsd:string;
  dwc:aphiaid '107345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14055207'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14380341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14380341> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14380341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14380341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14380341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14380341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597869" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14380341'^^xsd:integer;
  dwc:scientificName 'Rhodophyllis divaricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597869'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597869'^^xsd:string;
  dwc:aphiaid '145617'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14380341'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14370294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14370294> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14370294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14370294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14370294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14370294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597779" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14370294'^^xsd:integer;
  dwc:scientificName 'Pyura microcosmus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597779'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597779'^^xsd:string;
  dwc:aphiaid '103851'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14370294'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103851'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13580672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13580672> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13580672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13580672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13580672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13580672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597784" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13580672'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597784'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597784'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13580672'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13683227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13683227> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13683227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13683227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13683227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13683227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597746" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13683227'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597746'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597746'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13683227'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14531176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14531176> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14531176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14531176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14531176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14531176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597759" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14531176'^^xsd:integer;
  dwc:scientificName 'Upogebia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597759'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597759'^^xsd:string;
  dwc:aphiaid '107079'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14531176'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107079'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14356472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14356472> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14356472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14356472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14356472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14356472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597773" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14356472'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597773'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597773'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14356472'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14301848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14301848> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14301848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14301848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14301848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14301848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597749" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14301848'^^xsd:integer;
  dwc:scientificName 'Plumularia setacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597749'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597749'^^xsd:string;
  dwc:aphiaid '117824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14301848'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117824'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13707925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13707925> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13707925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13707925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13707925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13707925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597860" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13707925'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597860'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597860'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13707925'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A11656133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A11656133> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A11656133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.220999 -3.19964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.220999"^^xsd:decimal ;
  dwc:decimalLongitude "-3.19964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A11656133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.220999 -3.19964)"^^geo:wktLiteral ;
  geo-pos:lat "53.220999"^^xsd:decimal ;
  geo-pos:long "-3.19964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A11656133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:11656133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608857" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '11656133'^^xsd:integer;
  dwc:scientificName 'Sphaeroma rugicauda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608857'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.19964'^^xsd:double;
  dwc:latitude '53.220999'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608857'^^xsd:string;
  dwc:aphiaid '146936'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:11656133'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '118958'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609356> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609356> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609356>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:12609356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611418" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '12609356'^^xsd:integer;
  dwc:scientificName 'Palaemonetes varians'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611418'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40611418'^^xsd:string;
  dwc:aphiaid '107624'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:12609356'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '587704'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921230> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.220999 -3.19964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.220999"^^xsd:decimal ;
  dwc:decimalLongitude "-3.19964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.220999 -3.19964)"^^geo:wktLiteral ;
  geo-pos:lat "53.220999"^^xsd:decimal ;
  geo-pos:long "-3.19964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13921230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608854" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13921230'^^xsd:integer;
  dwc:scientificName 'Heterochaeta costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608854'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.19964'^^xsd:double;
  dwc:latitude '53.220999'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608854'^^xsd:string;
  dwc:aphiaid '137554'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13921230'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '743898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13721353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13721353> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13721353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13721353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13721353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13721353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597861" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13721353'^^xsd:integer;
  dwc:scientificName 'Ctenolabrus rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597861'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597861'^^xsd:string;
  dwc:aphiaid '126964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13721353'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126964'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14328936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14328936> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14328936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14328936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14328936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14328936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597797" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14328936'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597797'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597797'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14328936'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975989> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:12975989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733713" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '12975989'^^xsd:integer;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733713'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733713'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:12975989'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13517410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13517410> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13517410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13517410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13517410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13517410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597854" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13517410'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597854'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597854'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13517410'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13512582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13512582> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13512582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13512582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13512582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13512582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597800" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13512582'^^xsd:integer;
  dwc:scientificName 'Asperococcus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597800'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597800'^^xsd:string;
  dwc:aphiaid '144062'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13512582'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144062'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756130> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13756130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733717" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13756130'^^xsd:integer;
  dwc:scientificName 'Diptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733717'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733717'^^xsd:string;
  dwc:aphiaid '118088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13756130'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '118088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348467> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14348467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733715" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14348467'^^xsd:integer;
  dwc:scientificName 'Portunidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733715'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733715'^^xsd:string;
  dwc:aphiaid '106763'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14348467'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '106763'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589741> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14589741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733677" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14589741'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733677'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733677'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14589741'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348462> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14348462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733444" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14348462'^^xsd:integer;
  dwc:scientificName 'Portunidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733444'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733444'^^xsd:string;
  dwc:aphiaid '106763'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14348462'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '106763'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366768> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732919" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366768'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732919'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732919'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366768'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366760> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732790" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366760'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732790'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732790'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366760'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13018433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13018433> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13018433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13018433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13018433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13018433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597940" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13018433'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597940'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597940'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13018433'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13018434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13018434> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13018434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13018434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13018434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13018434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598124" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13018434'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598124'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598124'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13018434'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756129> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13756129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733259" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13756129'^^xsd:integer;
  dwc:scientificName 'Diptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733259'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733259'^^xsd:string;
  dwc:aphiaid '118088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13756129'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '118088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589760> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14589760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732955" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14589760'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732955'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732955'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14589760'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366778> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732954" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366778'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732954'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732954'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366778'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366767> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732813" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366767'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732813'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732813'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366767'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756125> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13756125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733383" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13756125'^^xsd:integer;
  dwc:scientificName 'Diptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733383'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733383'^^xsd:string;
  dwc:aphiaid '118088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13756125'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '118088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366775> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366775'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733262'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733262'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366775'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366769> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734025" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366769'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734025'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734025'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366769'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756132> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13756132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733978" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13756132'^^xsd:integer;
  dwc:scientificName 'Diptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733978'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733978'^^xsd:string;
  dwc:aphiaid '118088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13756132'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '118088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366757> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733440" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366757'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733440'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733440'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366757'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13424430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13424430> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13424430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13424430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13424430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13424430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597751" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13424430'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597751'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597751'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13424430'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13827864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13827864> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13827864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13827864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13827864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13827864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597766" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13827864'^^xsd:integer;
  dwc:scientificName 'Flabellina pedata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597766'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597766'^^xsd:string;
  dwc:aphiaid '139993'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13827864'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1047602'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14327404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14327404> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14327404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14327404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14327404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14327404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597796" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14327404'^^xsd:integer;
  dwc:scientificName 'Polysiphonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597796'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597796'^^xsd:string;
  dwc:aphiaid '143853'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14327404'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '143853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13914446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13914446> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13914446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13914446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13914446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13914446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597836" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13914446'^^xsd:integer;
  dwc:scientificName 'Hemimycale columella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597836'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597836'^^xsd:string;
  dwc:aphiaid '133543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13914446'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '133543'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366781> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733254" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366781'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733254'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733254'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366781'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13330665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13330665> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13330665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13330665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13330665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13330665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598115" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13330665'^^xsd:integer;
  dwc:scientificName 'Gammaridae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598115'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598115'^^xsd:string;
  dwc:aphiaid '101383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13330665'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '101383'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13724688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13724688> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13724688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13724688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13724688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13724688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597786" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13724688'^^xsd:integer;
  dwc:scientificName 'Cyanophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597786'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597786'^^xsd:string;
  dwc:aphiaid '586551'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13724688'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13460009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13460009> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13460009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13460009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13460009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13460009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597752" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13460009'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597752'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597752'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13460009'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705479> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13705479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733443" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13705479'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733443'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733443'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13705479'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907451> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13907451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733264" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13907451'^^xsd:integer;
  dwc:scientificName 'Haustorius arenarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733264'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733264'^^xsd:string;
  dwc:aphiaid '102317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13907451'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '102317'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590710> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732877" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590710'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732877'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732877'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590710'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907454> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13907454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732875" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13907454'^^xsd:integer;
  dwc:scientificName 'Haustorius arenarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732875'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732875'^^xsd:string;
  dwc:aphiaid '102317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13907454'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '102317'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590703> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734028" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590703'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734028'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734028'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590703'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590700> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732991" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590700'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732991'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732991'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590700'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14108739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14108739> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14108739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14108739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14108739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14108739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597944" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14108739'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597944'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597944'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14108739'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14108740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14108740> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14108740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14108740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14108740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14108740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598128" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14108740'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598128'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598128'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14108740'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13867580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13867580> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13867580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13867580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13867580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13867580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733438" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13867580'^^xsd:integer;
  dwc:scientificName 'Glycera tridactyla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733438'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733438'^^xsd:string;
  dwc:aphiaid '130130'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13867580'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '130130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050923> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733683" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050923'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733683'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733683'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050923'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13867575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13867575> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13867575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13867575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13867575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13867575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733669" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13867575'^^xsd:integer;
  dwc:scientificName 'Glycera tridactyla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733669'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733669'^^xsd:string;
  dwc:aphiaid '130130'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13867575'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '130130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050952> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733011" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050952'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733011'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733011'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050952'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050959> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732917" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050959'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732917'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732917'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050959'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13836566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13836566> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13836566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13836566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13836566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13836566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598122" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13836566'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598122'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598122'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13836566'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366771> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366771'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732865'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732865'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366771'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14234466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14234466> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14234466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14234466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14234466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14234466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732935" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14234466'^^xsd:integer;
  dwc:scientificName 'Paraonis fulgens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732935'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732935'^^xsd:string;
  dwc:aphiaid '146932'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14234466'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '146932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050955> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733378" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050955'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733378'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733378'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050955'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698894> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13698894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733320" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13698894'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733320'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733320'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13698894'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492176> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13492176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598020" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13492176'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598020'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598020'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13492176'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050918> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597665" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050918'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597665'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597665'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050918'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698877> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13698877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733676" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13698877'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733676'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733676'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13698877'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975987> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:12975987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '12975987'^^xsd:integer;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732866'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732866'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:12975987'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13551904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13551904> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13551904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13551904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13551904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13551904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597840" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13551904'^^xsd:integer;
  dwc:scientificName 'Bispira volutacornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597840'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597840'^^xsd:string;
  dwc:aphiaid '130875'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13551904'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '130875'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14381114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14381114> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14381114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14381114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14381114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14381114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598153" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14381114'^^xsd:integer;
  dwc:scientificName 'Rhodothamniella floridula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598153'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598153'^^xsd:string;
  dwc:aphiaid '145777'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14381114'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '145777'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14330627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14330627> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14330627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14330627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14330627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14330627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598129" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14330627'^^xsd:integer;
  dwc:scientificName 'Polysiphonia lanosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598129'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598129'^^xsd:string;
  dwc:aphiaid '144647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14330627'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '475211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13014259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13014259> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13014259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13014259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13014259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13014259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597947" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13014259'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597947'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597947'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13014259'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13014261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13014261> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13014261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13014261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13014261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13014261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598123" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13014261'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598123'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598123'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13014261'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13880362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13880362> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13880362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13880362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13880362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13880362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597645" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13880362'^^xsd:integer;
  dwc:scientificName 'Grey lichens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597645'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597645'^^xsd:string;
  dwc:aphiaid '4'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13880362'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '4'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13953661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13953661> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13953661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13953661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13953661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13953661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733716" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13953661'^^xsd:integer;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733716'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733716'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13953661'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13763714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13763714> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13763714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13763714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13763714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13763714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598149" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13763714'^^xsd:integer;
  dwc:scientificName 'Dynamena pumila'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598149'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598149'^^xsd:string;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13763714'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14330629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14330629> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14330629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14330629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14330629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14330629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598154" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14330629'^^xsd:integer;
  dwc:scientificName 'Polysiphonia lanosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598154'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598154'^^xsd:string;
  dwc:aphiaid '144647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14330629'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '475211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14504534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14504534> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14504534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14504534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14504534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14504534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14504534'^^xsd:integer;
  dwc:scientificName 'Trailliella intricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597865'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597865'^^xsd:string;
  dwc:aphiaid '162368'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14504534'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14416121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14416121> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14416121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14416121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14416121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14416121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597859" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14416121'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597859'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597859'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14416121'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13881910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13881910> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13881910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13881910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13881910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13881910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597790" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13881910'^^xsd:integer;
  dwc:scientificName 'Gymnogongrus griffithsiae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597790'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597790'^^xsd:string;
  dwc:aphiaid '145657'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13881910'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13827865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13827865> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13827865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13827865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13827865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13827865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597849" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13827865'^^xsd:integer;
  dwc:scientificName 'Flabellina pedata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597849'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597849'^^xsd:string;
  dwc:aphiaid '139993'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13827865'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1047602'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13359602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13359602> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13359602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13359602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13359602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13359602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597789" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13359602'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597789'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597789'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13359602'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14221755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14221755> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14221755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14221755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14221755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14221755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597761" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14221755'^^xsd:integer;
  dwc:scientificName 'Pagurus cuanensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597761'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597761'^^xsd:string;
  dwc:aphiaid '107235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14221755'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107235'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13580716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13580716> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13580716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13580716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13580716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13580716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732684" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13580716'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732684'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732684'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13580716'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356498> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14356498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732693" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14356498'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732693'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732693'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14356498'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356499> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14356499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732701" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14356499'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732701'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732701'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14356499'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13622295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13622295> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13622295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13622295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13622295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13622295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732742" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13622295'^^xsd:integer;
  dwc:scientificName 'Cellepora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732742'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732742'^^xsd:string;
  dwc:aphiaid '110873'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13622295'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '110873'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216906> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14216906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732653" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14216906'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732653'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732653'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14216906'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216907> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14216907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732663" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14216907'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732663'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732663'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14216907'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14185289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14185289> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14185289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14185289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14185289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14185289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732692" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14185289'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732692'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732692'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14185289'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14346942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14346942> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14346942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14346942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14346942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14346942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732560" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14346942'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732560'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732560'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14346942'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14346944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14346944> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14346944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14346944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14346944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14346944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732723" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14346944'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732723'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732723'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14346944'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14101406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14101406> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14101406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14101406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14101406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14101406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732739" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14101406'^^xsd:integer;
  dwc:scientificName 'Mycale (Carmia) macilenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732739'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732739'^^xsd:string;
  dwc:aphiaid '168587'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14101406'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '168587'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389460> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13389460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732704" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13389460'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732704'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732704'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13389460'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389461> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13389461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732721" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13389461'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732721'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732721'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13389461'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389462> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13389462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732736" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13389462'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732736'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732736'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13389462'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13583952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13583952> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13583952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13583952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13583952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13583952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732740" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13583952'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732740'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732740'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13583952'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13583954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13583954> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13583954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13583954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13583954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13583954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732426" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13583954'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732426'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732426'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13583954'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766495> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13766495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732503" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13766495'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732503'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732503'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13766495'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13729087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13729087> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13729087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13729087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13729087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13729087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597879" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13729087'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597879'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597879'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13729087'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662515> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13662515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732702" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13662515'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732702'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732702'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13662515'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662517> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13662517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732735" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13662517'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732735'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732735'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13662517'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14228952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14228952> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14228952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14228952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14228952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14228952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14228952'^^xsd:integer;
  dwc:scientificName 'Parablennius gattorugine'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597862'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597862'^^xsd:string;
  dwc:aphiaid '126770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14228952'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126770'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13915242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13915242> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13915242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13915242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13915242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13915242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597853" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13915242'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597853'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597853'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13915242'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13841503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13841503> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13841503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13841503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13841503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13841503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597844" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13841503'^^xsd:integer;
  dwc:scientificName 'Galathea squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597844'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597844'^^xsd:string;
  dwc:aphiaid '107154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13841503'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14353674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14353674> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14353674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14353674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14353674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14353674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597755" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14353674'^^xsd:integer;
  dwc:scientificName 'Prostheceraeus vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597755'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597755'^^xsd:string;
  dwc:aphiaid '142820'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14353674'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '142820'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13485227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13485227> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13485227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13485227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13485227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13485227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597877" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13485227'^^xsd:integer;
  dwc:scientificName 'Apoglossum ruscifolium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597877'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597877'^^xsd:string;
  dwc:aphiaid '144737'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13485227'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144737'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141202> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14141202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733293" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14141202'^^xsd:integer;
  dwc:scientificName 'Nephtys'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733293'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733293'^^xsd:string;
  dwc:aphiaid '129370'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14141202'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '129370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547669> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732748" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547669'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732748'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732748'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547669'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547683> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733319" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547683'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733319'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733319'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547683'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13921219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13921219> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13921219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13921219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13921219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13921219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733712" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13921219'^^xsd:integer;
  dwc:scientificName 'Heterochaeta costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733712'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733712'^^xsd:string;
  dwc:aphiaid '137554'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13921219'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '743898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710188> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734070" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710188'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734070'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734070'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710188'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13536051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13536051> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13536051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13536051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13536051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13536051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597831" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13536051'^^xsd:integer;
  dwc:scientificName 'Axinella infundibuliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597831'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597831'^^xsd:string;
  dwc:aphiaid '132480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13536051'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '132480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13517408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13517408> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13517408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13517408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13517408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13517408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597772" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13517408'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597772'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597772'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13517408'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492202> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13492202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597714" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13492202'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597714'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597714'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13492202'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14055209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14055209> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14055209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14055209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14055209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14055209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597847" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14055209'^^xsd:integer;
  dwc:scientificName 'Macropodia rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597847'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597847'^^xsd:string;
  dwc:aphiaid '107345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14055209'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14120717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14120717> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14120717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14120717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14120717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14120717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597848" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14120717'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597848'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597848'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14120717'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14376184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14376184> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14376184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14376184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14376184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14376184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597884" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14376184'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597884'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597884'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14376184'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145846> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14145846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732983" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14145846'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732983'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732983'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14145846'^^xsd:string;
  dwc:observationDate '1999-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145863> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14145863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732953" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14145863'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732953'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732953'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14145863'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366783> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733318" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366783'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733318'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733318'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366783'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13649203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13649203> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13649203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13649203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13649203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13649203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597795" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13649203'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597795'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597795'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13649203'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14695811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14695811> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14695811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14695811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14695811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14695811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597785" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14695811'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597785'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597785'^^xsd:string;
  dwc:aphiaid '125999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14695811'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '125999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13744543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13744543> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13744543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13744543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13744543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13744543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597885" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13744543'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597885'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597885'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13744543'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697114> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13697114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732989" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13697114'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732989'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732989'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13697114'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697115> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13697115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733543" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13697115'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733543'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733543'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13697115'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547080> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733569" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547080'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pelagica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733569'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733569'^^xsd:string;
  dwc:aphiaid '103066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547080'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '103066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13492165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13492165> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13492165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13492165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13492165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13492165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556953" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13492165'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556953'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556953'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13492165'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14050913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14050913> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14050913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14050913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14050913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:14050913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729026" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '14050913'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729026'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729026'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:14050913'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13698874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13698874> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13698874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13698874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13698874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13698874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729051" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13698874'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729051'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729051'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13698874'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14366723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14366723> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14366723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14366723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14366723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:14366723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729060" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '14366723'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729060'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729060'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:14366723'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14366721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14366721> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14366721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14366721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14366721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:14366721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729048" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '14366721'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729048'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729048'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:14366721'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424487> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13424487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732532" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13424487'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732532'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732532'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13424487'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424489> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13424489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732562" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13424489'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732562'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732562'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13424489'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424490> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13424490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732650" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13424490'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732650'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732650'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13424490'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536921> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13536921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732730" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13536921'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732730'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732730'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13536921'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536926> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13536926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596057" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13536926'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596057'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596057'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13536926'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10710145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10710145> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10710145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10710145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10710145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:10710145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729065" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '10710145'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729065'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729065'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:10710145'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14083574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14083574> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14083574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14083574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14083574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14083574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732405" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14083574'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732405'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732405'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14083574'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13632826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13632826> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13632826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13632826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13632826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13632826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732707" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13632826'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732707'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732707'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13632826'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12457779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12457779> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12457779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.577065"^^xsd:decimal ;
  dwc:decimalLongitude "-4.215065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12457779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  geo-pos:lat "52.577065"^^xsd:decimal ;
  geo-pos:long "-4.215065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12457779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:12457779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609037" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '12457779'^^xsd:integer;
  dwc:scientificName 'Conopeum seurati'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609037'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.215065'^^xsd:double;
  dwc:latitude '52.577065'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609037'^^xsd:string;
  dwc:aphiaid '111352'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:12457779'^^xsd:string;
  dwc:observationDate '1998-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '111352'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599784> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13599784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733441" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13599784'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733441'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733441'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13599784'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599785> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13599785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732791" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13599785'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732791'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732791'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13599785'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145842> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14145842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733568" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14145842'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733568'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733568'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14145842'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599789> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13599789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732873" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13599789'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732873'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732873'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13599789'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931493> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13931493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732671" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13931493'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732671'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732671'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13931493'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424506> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13424506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732382" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13424506'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732382'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732382'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13424506'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424507> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13424507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732398" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13424507'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732398'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732398'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13424507'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424508> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13424508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732414" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13424508'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732414'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732414'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13424508'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601101> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14601101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732374" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14601101'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732374'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732374'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14601101'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276808> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14276808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732575" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14276808'^^xsd:integer;
  dwc:scientificName 'Phorbas fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732575'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732575'^^xsd:string;
  dwc:aphiaid '133679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14276808'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276811> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14276811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732722" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14276811'^^xsd:integer;
  dwc:scientificName 'Phorbas fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732722'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732722'^^xsd:string;
  dwc:aphiaid '133679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14276811'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276813> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14276813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732380" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14276813'^^xsd:integer;
  dwc:scientificName 'Phorbas fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732380'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732380'^^xsd:string;
  dwc:aphiaid '133679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14276813'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547077> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733297" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547077'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pelagica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733297'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733297'^^xsd:string;
  dwc:aphiaid '103066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547077'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '103066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696815> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14696815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609243" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14696815'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus microps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609243'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609243'^^xsd:string;
  dwc:aphiaid '126927'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14696815'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '126927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13953675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13953675> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13953675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13953675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13953675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13953675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609908" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13953675'^^xsd:integer;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609908'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609908'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13953675'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190010> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14190010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732733" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14190010'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732733'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732733'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14190010'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190016> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14190016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732394" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14190016'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732394'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732394'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14190016'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190017> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14190017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732406" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14190017'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732406'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732406'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14190017'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13492169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13492169> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13492169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13492169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13492169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13492169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556949" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13492169'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556949'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556949'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13492169'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931507> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13931507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732401" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13931507'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732401'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732401'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13931507'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931508> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13931508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732418" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13931508'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732418'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732418'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13931508'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13828561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13828561> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13828561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13828561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13828561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13828561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597852" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13828561'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597852'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597852'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13828561'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14228951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14228951> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14228951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14228951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14228951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14228951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597783" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14228951'^^xsd:integer;
  dwc:scientificName 'Parablennius gattorugine'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597783'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597783'^^xsd:string;
  dwc:aphiaid '126770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14228951'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126770'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14377159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14377159> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14377159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14377159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14377159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14377159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597787" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14377159'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597787'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597787'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14377159'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697111> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13697111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732792" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13697111'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732792'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732792'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13697111'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547667> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734026" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547667'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734026'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734026'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547667'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606615> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13606615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598116" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13606615'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598116'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598116'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13606615'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366742> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733284" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366742'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733284'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733284'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366742'^^xsd:string;
  dwc:observationDate '1999-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907447> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13907447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732904" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13907447'^^xsd:integer;
  dwc:scientificName 'Haustorius arenarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732904'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732904'^^xsd:string;
  dwc:aphiaid '102317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13907447'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '102317'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14108742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14108742> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14108742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14108742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14108742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14108742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598152" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14108742'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598152'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598152'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14108742'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14704961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14704961> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14704961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14704961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14704961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14704961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597791" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14704961'^^xsd:integer;
  dwc:scientificName 'Anotrichium barbatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597791'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597791'^^xsd:string;
  dwc:aphiaid '144504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14704961'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144504'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14016989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14016989> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14016989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14016989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14016989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14016989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597782" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14016989'^^xsd:integer;
  dwc:scientificName 'Lipophrys pholis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597782'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597782'^^xsd:string;
  dwc:aphiaid '126768'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14016989'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126768'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13943516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13943516> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13943516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13943516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13943516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13943516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401853" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13943516'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401853'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401853'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13943516'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517574> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609475" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517574'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609475'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609475'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517574'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517546> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517546> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517546>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13517546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608903" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13517546'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608903'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608903'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13517546'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517556> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13517556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557161" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13517556'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557161'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557161'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13517556'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756124> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13756124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734071" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13756124'^^xsd:integer;
  dwc:scientificName 'Diptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734071'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734071'^^xsd:string;
  dwc:aphiaid '118088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13756124'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '118088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A12458385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A12458385> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A12458385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A12458385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A12458385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:12458385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557132" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '12458385'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557132'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557132'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:12458385'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13583955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13583955> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13583955> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13583955>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13583955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13583955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13583955'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609262'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609262'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13583955'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517598> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609168" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517598'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609168'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609168'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517598'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13517401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13517401> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13517401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13517401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13517401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13517401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401773" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13517401'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401773'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401773'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13517401'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14393001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14393001> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14393001> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14393001>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14393001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14393001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610016" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14393001'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610016'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610016'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14393001'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13721372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13721372> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13721372> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13721372>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13721372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13721372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609655" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13721372'^^xsd:integer;
  dwc:scientificName 'Ctenolabrus rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609655'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609655'^^xsd:string;
  dwc:aphiaid '126964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13721372'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '126964'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718217> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718217> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718217>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13718217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609073" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13718217'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609073'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609073'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13718217'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594177> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594177> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594177>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13594177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609935" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13594177'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609935'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609935'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13594177'^^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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132912> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132912> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132912>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14132912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556993" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14132912'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556993'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40556993'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14132912'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828674> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828674> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828674>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13828674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557123" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13828674'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557123'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40557123'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13828674'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14377171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14377171> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14377171> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14377171>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14377171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14377171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557129" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14377171'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557129'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40557129'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14377171'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14417992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14417992> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14417992> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14417992>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14417992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14417992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609644" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14417992'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609644'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609644'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14417992'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13893082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13893082> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13893082> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13893082>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13893082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13893082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609647" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13893082'^^xsd:integer;
  dwc:scientificName 'Haliclona viscosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609647'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609647'^^xsd:string;
  dwc:aphiaid '132881'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13893082'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '235864'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977205> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977205> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977205>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13977205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609162" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13977205'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609162'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609162'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13977205'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13977183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13977183> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13977183> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13977183>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13977183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13977183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556987" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13977183'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556987'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40556987'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13977183'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13977179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13977179> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13977179> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13977179>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13977179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13977179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609076" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13977179'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609076'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609076'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13977179'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977210> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977210> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977210>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13977210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557199" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13977210'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557199'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40557199'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13977210'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14135898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14135898> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14135898> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14135898>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14135898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14135898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609281" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14135898'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609281'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609281'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14135898'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311418> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311418> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311418>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14311418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557127" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14311418'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557127'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40557127'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14311418'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311416> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14311416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609419" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14311416'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609419'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609419'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14311416'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216939> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216939> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216939>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14216939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609857" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14216939'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609857'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609857'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14216939'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297576> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297576> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297576>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14297576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609534" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14297576'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609534'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609534'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14297576'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13683269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13683269> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13683269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13683269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13683269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13683269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609101" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13683269'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609101'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609101'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13683269'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257997> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257997> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257997>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14257997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557122" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14257997'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557122'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40557122'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14257997'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14117467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14117467> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14117467> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14117467>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14117467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14117467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609928" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14117467'^^xsd:integer;
  dwc:scientificName 'Myxilla incrustans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609928'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609928'^^xsd:string;
  dwc:aphiaid '133882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14117467'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '169466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257995> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14257995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609413" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14257995'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609413'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609413'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14257995'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744643> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744643> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744643>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13744643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609161" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13744643'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609161'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609161'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13744643'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744612> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744612> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744612>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13744612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609065" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13744612'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609065'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609065'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13744612'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981629> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981629> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981629>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13981629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609734" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13981629'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609734'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609734'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13981629'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13747475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13747475> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13747475> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13747475>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13747475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13747475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609601" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13747475'^^xsd:integer;
  dwc:scientificName 'Didemnidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609601'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609601'^^xsd:string;
  dwc:aphiaid '103439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13747475'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '103439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13620732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13620732> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13620732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13620732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13620732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13620732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609415" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13620732'^^xsd:integer;
  dwc:scientificName 'Cellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609415'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609415'^^xsd:string;
  dwc:aphiaid '110869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13620732'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '110869'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924109> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924109> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924109>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13924109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609744" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13924109'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609744'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609744'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13924109'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13924097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13924097> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13924097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13924097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13924097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13924097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557136" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13924097'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557136'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557136'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13924097'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924110> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924110> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924110>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13924110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609537" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13924110'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609537'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609537'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13924110'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190028> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190028> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190028>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14190028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608986" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14190028'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608986'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608986'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14190028'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190029> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190029> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190029>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14190029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557102" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14190029'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557102'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557102'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14190029'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190044> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190044> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190044>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14190044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556973" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14190044'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556973'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556973'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14190044'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14138123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14138123> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14138123> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14138123>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14138123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14138123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609039" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14138123'^^xsd:integer;
  dwc:scientificName 'Neopentadactyla mixta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609039'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609039'^^xsd:string;
  dwc:aphiaid '124685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14138123'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '124685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14138124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14138124> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14138124> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14138124>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14138124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14138124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609489" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14138124'^^xsd:integer;
  dwc:scientificName 'Neopentadactyla mixta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609489'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609489'^^xsd:string;
  dwc:aphiaid '124685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14138124'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '124685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828658> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13828658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609774" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13828658'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609774'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609774'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13828658'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13721374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13721374> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13721374> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13721374>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13721374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13721374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557029" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13721374'^^xsd:integer;
  dwc:scientificName 'Ctenolabrus rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557029'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557029'^^xsd:string;
  dwc:aphiaid '126964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13721374'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '126964'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13721370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13721370> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13721370> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13721370>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13721370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13721370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609002" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13721370'^^xsd:integer;
  dwc:scientificName 'Ctenolabrus rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609002'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609002'^^xsd:string;
  dwc:aphiaid '126964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13721370'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '126964'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416171> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416171> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416171>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14416171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556998" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14416171'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556998'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40556998'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14416171'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915295> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915295> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915295>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13915295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556996" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13915295'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556996'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40556996'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13915295'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13625074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13625074> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13625074> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13625074>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13625074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13625074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608936" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13625074'^^xsd:integer;
  dwc:scientificName 'Ceramium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608936'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40608936'^^xsd:string;
  dwc:aphiaid '143834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13625074'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '143834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14386499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14386499> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14386499> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14386499>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14386499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14386499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608927" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14386499'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608927'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40608927'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14386499'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13359665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13359665> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13359665> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13359665>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13359665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13359665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609071" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13359665'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609071'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609071'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13359665'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14276825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14276825> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14276825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14276825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14276825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14276825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608864" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14276825'^^xsd:integer;
  dwc:scientificName 'Phorbas fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608864'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608864'^^xsd:string;
  dwc:aphiaid '133679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14276825'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336220> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336220> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336220>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14336220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609723" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14336220'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609723'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609723'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14336220'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336221> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336221> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336221>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14336221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609342" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14336221'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609342'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609342'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14336221'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535439> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535439> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535439>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14535439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609722" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14535439'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609722'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609722'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14535439'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535440> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535440> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535440>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14535440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609340" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14535440'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609340'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609340'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14535440'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14276816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14276816> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14276816> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14276816>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14276816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14276816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14276816'^^xsd:integer;
  dwc:scientificName 'Phorbas fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609255'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609255'^^xsd:string;
  dwc:aphiaid '133679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14276816'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535455> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14535455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609694" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14535455'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609694'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609694'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14535455'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14489409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14489409> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14489409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14489409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14489409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14489409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557055" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14489409'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557055'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557055'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14489409'^^xsd:string;
  dwc:observationDate '1999-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13558668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13558668> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13558668> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13558668>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13558668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13558668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609289" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13558668'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609289'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609289'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13558668'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489406> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489406> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489406>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14489406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610011" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14489406'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610011'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610011'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14489406'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489407> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489407> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489407>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14489407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610156" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14489407'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610156'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610156'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14489407'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489415> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14489415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609078" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14489415'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609078'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609078'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14489415'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190005> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14190005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14190005'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732497'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732497'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14190005'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190012> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14190012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732601" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14190012'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732601'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732601'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14190012'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356504> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14356504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732610" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14356504'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732610'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732610'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14356504'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356505> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14356505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732623" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14356505'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732623'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732623'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14356505'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356506> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14356506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732639" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14356506'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732639'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732639'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14356506'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647637> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13647637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732496" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13647637'^^xsd:integer;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732496'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732496'^^xsd:string;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13647637'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647641> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13647641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732589" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13647641'^^xsd:integer;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732589'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732589'^^xsd:string;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13647641'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14336197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14336197> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14336197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14336197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14336197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14336197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732596" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14336197'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732596'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732596'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14336197'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14336198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14336198> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14336198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14336198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14336198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14336198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732614" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14336198'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732614'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732614'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14336198'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297558> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297558> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297558>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14297558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609656" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14297558'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609656'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609656'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14297558'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297574> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297574> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297574>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14297574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609292" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14297574'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609292'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609292'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14297574'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297585> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297585> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297585>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14297585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609152" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14297585'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609152'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609152'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14297585'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13893077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13893077> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13893077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13893077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13893077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13893077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732433" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13893077'^^xsd:integer;
  dwc:scientificName 'Haliclona viscosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732433'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732433'^^xsd:string;
  dwc:aphiaid '132881'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13893077'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '235864'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13893078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13893078> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13893078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13893078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13893078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13893078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732468" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13893078'^^xsd:integer;
  dwc:scientificName 'Haliclona viscosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732468'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732468'^^xsd:string;
  dwc:aphiaid '132881'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13893078'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '235864'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13893079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13893079> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13893079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13893079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13893079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13893079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732627" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13893079'^^xsd:integer;
  dwc:scientificName 'Haliclona viscosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732627'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732627'^^xsd:string;
  dwc:aphiaid '132881'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13893079'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '235864'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13583953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13583953> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13583953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13583953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13583953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13583953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732629" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13583953'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732629'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732629'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13583953'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13884229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13884229> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13884229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13884229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13884229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13884229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732582" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13884229'^^xsd:integer;
  dwc:scientificName 'Halecium halecinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732582'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732582'^^xsd:string;
  dwc:aphiaid '231751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13884229'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766498> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13766498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732429" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13766498'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732429'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732429'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13766498'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14336196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14336196> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14336196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14336196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14336196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14336196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596743" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14336196'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596743'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596743'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14336196'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621888> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732992" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621888'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732992'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732992'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621888'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13508231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13508231> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13508231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13508231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13508231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13508231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597858" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13508231'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597858'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597858'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13508231'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12399177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12399177> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12399177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12399177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12399177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:12399177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597643" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '12399177'^^xsd:integer;
  dwc:scientificName 'Verrucaria maura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597643'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597643'^^xsd:string;
  dwc:aphiaid '147758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:12399177'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '1609738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590699> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734068" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590699'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734068'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734068'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590699'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621861> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733287" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621861'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733287'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733287'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621861'^^xsd:string;
  dwc:observationDate '1999-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14297484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14297484> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14297484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14297484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14297484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14297484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401786" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14297484'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401786'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401786'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14297484'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13707923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13707923> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13707923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13707923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13707923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13707923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401779" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13707923'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401779'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401779'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13707923'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14297485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14297485> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14297485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14297485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14297485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14297485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401896" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14297485'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401896'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401896'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14297485'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13951364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13951364> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13951364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13951364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13951364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13951364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401863" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13951364'^^xsd:integer;
  dwc:scientificName 'Inachus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401863'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401863'^^xsd:string;
  dwc:aphiaid '106905'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13951364'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '106905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14381577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14381577> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14381577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14381577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14381577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14381577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597870" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14381577'^^xsd:integer;
  dwc:scientificName 'Rhodymenia ardissonei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597870'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597870'^^xsd:string;
  dwc:aphiaid '145850'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14381577'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13924022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13924022> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13924022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13924022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13924022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13924022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597882" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13924022'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597882'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597882'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13924022'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13915241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13915241> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13915241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13915241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13915241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13915241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597771" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13915241'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597771'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597771'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13915241'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13858608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13858608> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13858608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13858608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13858608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13858608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597764" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13858608'^^xsd:integer;
  dwc:scientificName 'Gibbula tumida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597764'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597764'^^xsd:string;
  dwc:aphiaid '141799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13858608'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1477356'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13562166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13562166> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13562166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13562166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13562166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13562166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597851" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13562166'^^xsd:integer;
  dwc:scientificName 'Bowerbankia citrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597851'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597851'^^xsd:string;
  dwc:aphiaid '111664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13562166'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '851584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13638346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13638346> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13638346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13638346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13638346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13638346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597756" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13638346'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597756'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597756'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13638346'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13630887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13630887> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13630887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13630887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13630887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13630887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597753" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13630887'^^xsd:integer;
  dwc:scientificName 'Cereus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597753'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597753'^^xsd:string;
  dwc:aphiaid '100987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13630887'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '100987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13893780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13893780> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13893780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13893780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13893780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13893780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401803" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13893780'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401803'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401803'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13893780'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13893781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13893781> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13893781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13893781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13893781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13893781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13893781'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401910'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401910'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13893781'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13580665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13580665> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13580665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13580665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13580665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13580665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401888" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13580665'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401888'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401888'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13580665'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13886043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13886043> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13886043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13886043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13886043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13886043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401759" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13886043'^^xsd:integer;
  dwc:scientificName 'Halichondria bowerbanki'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401759'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401759'^^xsd:string;
  dwc:aphiaid '132588'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13886043'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '165801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14316669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14316669> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14316669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14316669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14316669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14316669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401880" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14316669'^^xsd:integer;
  dwc:scientificName 'Polyclinum aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401880'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401880'^^xsd:string;
  dwc:aphiaid '103674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14316669'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '103674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14132848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14132848> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14132848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14132848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14132848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14132848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401851" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14132848'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401851'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401851'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14132848'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13828557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13828557> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13828557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13828557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13828557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13828557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401872" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13828557'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401872'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401872'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13828557'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13556572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13556572> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13556572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13556572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13556572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13556572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401886" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13556572'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401886'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401886'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13556572'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13931463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13931463> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13931463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13931463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13931463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13931463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13931463'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401865'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401865'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13931463'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13556571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13556571> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13556571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13556571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13556571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13556571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401776" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13556571'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401776'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401776'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13556571'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13655339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13655339> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13655339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13655339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13655339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13655339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401801" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13655339'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401801'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401801'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13655339'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13625059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13625059> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13625059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13625059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13625059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13625059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401790" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13625059'^^xsd:integer;
  dwc:scientificName 'Ceramium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401790'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401790'^^xsd:string;
  dwc:aphiaid '143834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13625059'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '143834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13649899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13649899> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13649899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13649899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13649899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13649899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401785" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13649899'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401785'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401785'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13649899'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13931462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13931462> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13931462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13931462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13931462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13931462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401767" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13931462'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401767'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401767'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13931462'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14288187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14288187> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14288187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14288187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14288187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14288187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401895" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14288187'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401895'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401895'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14288187'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13575253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13575253> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13575253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13575253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13575253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13575253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401874" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13575253'^^xsd:integer;
  dwc:scientificName 'Bugula flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401874'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401874'^^xsd:string;
  dwc:aphiaid '111152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13575253'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '834002'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14381744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14381744> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14381744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14381744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14381744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14381744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401897" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14381744'^^xsd:integer;
  dwc:scientificName 'Rhodymenia holmesii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401897'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401897'^^xsd:string;
  dwc:aphiaid '145853'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14381744'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14483492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14483492> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14483492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14483492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14483492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14483492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401858" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14483492'^^xsd:integer;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401858'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401858'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14483492'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14535354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14535354> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14535354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14535354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14535354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14535354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401856" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14535354'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401856'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401856'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14535354'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13505583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13505583> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13505583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13505583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13505583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13505583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401775" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13505583'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401775'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401775'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13505583'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13956030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13956030> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13956030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13956030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13956030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13956030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401784" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13956030'^^xsd:integer;
  dwc:scientificName 'Jania'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401784'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401784'^^xsd:string;
  dwc:aphiaid '144012'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13956030'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '144012'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13970073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13970073> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13970073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13970073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13970073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13970073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401766" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13970073'^^xsd:integer;
  dwc:scientificName 'Lacuna vincta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401766'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401766'^^xsd:string;
  dwc:aphiaid '140170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13970073'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '140170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579465> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579465> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579465>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13579465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13579465'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609194'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609194'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13579465'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579466> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579466> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579466>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13579466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557032" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13579466'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557032'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557032'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13579466'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13655340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13655340> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13655340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13655340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13655340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13655340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401907" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13655340'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401907'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401907'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13655340'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14413629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14413629> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14413629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14413629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14413629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14413629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401873" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14413629'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401873'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401873'^^xsd:string;
  dwc:aphiaid '110866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14413629'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '110866'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14328935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14328935> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14328935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14328935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14328935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14328935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401904" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14328935'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401904'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401904'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14328935'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13588004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13588004> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13588004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13588004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13588004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13588004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401898" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13588004'^^xsd:integer;
  dwc:scientificName 'Callithamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401898'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401898'^^xsd:string;
  dwc:aphiaid '143832'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13588004'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '143832'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13579453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13579453> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13579453> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13579453>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13579453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13579453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609060" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13579453'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609060'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609060'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13579453'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14386071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14386071> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14386071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14386071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14386071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14386071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597757" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14386071'^^xsd:integer;
  dwc:scientificName 'Sabella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597757'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597757'^^xsd:string;
  dwc:aphiaid '129549'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14386071'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '129549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14336134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14336134> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14336134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14336134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14336134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14336134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401859" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14336134'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401859'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401859'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14336134'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13359597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13359597> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13359597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13359597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13359597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13359597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401892" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13359597'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401892'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401892'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13359597'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14055203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14055203> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14055203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14055203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14055203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14055203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401864" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14055203'^^xsd:integer;
  dwc:scientificName 'Macropodia rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401864'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401864'^^xsd:string;
  dwc:aphiaid '107345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14055203'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '107345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13896191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13896191> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13896191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13896191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13896191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13896191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401850" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13896191'^^xsd:integer;
  dwc:scientificName 'Halopteris catharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401850'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401850'^^xsd:string;
  dwc:aphiaid '117631'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13896191'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '117631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13424427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13424427> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13424427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13424427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13424427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13424427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401854" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13424427'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401854'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401854'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13424427'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13460008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13460008> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13460008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13460008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13460008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13460008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401855" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13460008'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401855'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401855'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13460008'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13840750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13840750> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13840750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13840750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13840750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13840750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13840750'^^xsd:integer;
  dwc:scientificName 'Galathea intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401862'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401862'^^xsd:string;
  dwc:aphiaid '107150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13840750'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '107150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14363912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14363912> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14363912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14363912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14363912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14363912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401791" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14363912'^^xsd:integer;
  dwc:scientificName 'Pterothamnion plumula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401791'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401791'^^xsd:string;
  dwc:aphiaid '144683'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14363912'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '144683'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14336132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14336132> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14336132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14336132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14336132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14336132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401763" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14336132'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401763'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401763'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14336132'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13737950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13737950> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13737950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13737950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13737950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13737950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401800" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13737950'^^xsd:integer;
  dwc:scientificName 'Desmarestia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401800'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401800'^^xsd:string;
  dwc:aphiaid '145310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13737950'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14120709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14120709> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14120709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14120709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14120709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14120709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401764" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14120709'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401764'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401764'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14120709'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492187> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13492187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597589" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13492187'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597589'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597589'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13492187'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050949> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734031" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050949'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734031'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734031'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050949'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13917795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13917795> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13917795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13917795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13917795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13917795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401772" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13917795'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401772'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401772'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13917795'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13414908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13414908> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13414908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13414908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13414908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13414908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401796" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13414908'^^xsd:integer;
  dwc:scientificName 'Aglaozonia (asexual cutleria)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401796'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401796'^^xsd:string;
  dwc:aphiaid '182809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13414908'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '144054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14261763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14261763> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14261763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14261763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14261763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14261763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401781" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14261763'^^xsd:integer;
  dwc:scientificName 'Peyssonnelia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401781'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401781'^^xsd:string;
  dwc:aphiaid '144051'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14261763'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '144051'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13558592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13558592> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13558592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13558592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13558592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13558592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401885" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13558592'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401885'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401885'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13558592'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13689728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13689728> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13689728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13689728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13689728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13689728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401893" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13689728'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401893'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401893'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13689728'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13718163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13718163> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13718163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13718163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13718163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13718163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13718163'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401900'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401900'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13718163'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13917796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13917796> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13917796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13917796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13917796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13917796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401878" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13917796'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401878'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401878'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13917796'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13588003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13588003> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13588003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13588003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13588003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13588003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401789" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13588003'^^xsd:integer;
  dwc:scientificName 'Callithamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401789'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401789'^^xsd:string;
  dwc:aphiaid '143832'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13588003'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '143832'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A12458341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A12458341> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A12458341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A12458341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A12458341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:12458341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401770" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '12458341'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401770'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401770'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:12458341'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13943515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13943515> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13943515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13943515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13943515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13943515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401762" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13943515'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401762'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401762'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13943515'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13749761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13749761> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13749761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13749761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13749761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13749761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401780" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13749761'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401780'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401780'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13749761'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A12994135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A12994135> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A12994135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A12994135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A12994135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:12994135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401860" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '12994135'^^xsd:integer;
  dwc:scientificName 'Amphipoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401860'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401860'^^xsd:string;
  dwc:aphiaid '1135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:12994135'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '1135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13713137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13713137> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13713137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13713137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13713137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13713137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13713137'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401868'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401868'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13713137'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13713136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13713136> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13713136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13713136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13713136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13713136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401768" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13713136'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401768'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401768'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13713136'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14417949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14417949> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14417949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14417949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14417949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14417949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401848" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14417949'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401848'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401848'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14417949'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14705496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14705496> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14705496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14705496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14705496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14705496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401802" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14705496'^^xsd:integer;
  dwc:scientificName 'Laminaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401802'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401802'^^xsd:string;
  dwc:aphiaid '144199'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14705496'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '144199'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14118688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14118688> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14118688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14118688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14118688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14118688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401777" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14118688'^^xsd:integer;
  dwc:scientificName 'Myoxocephalus scorpius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401777'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401777'^^xsd:string;
  dwc:aphiaid '127203'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14118688'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '127203'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13661118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13661118> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13661118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13661118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13661118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13661118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401788" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13661118'^^xsd:integer;
  dwc:scientificName 'Chylocladia verticillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401788'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401788'^^xsd:string;
  dwc:aphiaid '145808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13661118'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14695809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14695809> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14695809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14695809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14695809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14695809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401889" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14695809'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401889'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401889'^^xsd:string;
  dwc:aphiaid '125999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14695809'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '125999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14474689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14474689> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14474689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14474689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14474689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14474689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401887" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14474689'^^xsd:integer;
  dwc:scientificName 'Syngnathus acus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401887'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401887'^^xsd:string;
  dwc:aphiaid '127387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14474689'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '127387'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13795468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13795468> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13795468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13795468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13795468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13795468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401760" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13795468'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401760'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401760'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13795468'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13431019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13431019> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13431019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13431019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13431019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13431019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401870" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13431019'^^xsd:integer;
  dwc:scientificName 'Amathia lendigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401870'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401870'^^xsd:string;
  dwc:aphiaid '111659'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13431019'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '111659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14216839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14216839> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14216839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14216839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14216839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14216839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401861" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14216839'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401861'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401861'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14216839'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13981573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13981573> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13981573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13981573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13981573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13981573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401909" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13981573'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401909'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401909'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13981573'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A12458342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A12458342> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A12458342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A12458342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A12458342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:12458342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '12458342'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401871'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401871'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:12458342'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13755094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13755094> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13755094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13755094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13755094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13755094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401882" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13755094'^^xsd:integer;
  dwc:scientificName 'Diplosoma listerianum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401882'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401882'^^xsd:string;
  dwc:aphiaid '103579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13755094'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '103579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13744540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13744540> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13744540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13744540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13744540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13744540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401798" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13744540'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401798'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401798'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13744540'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13414305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13414305> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13414305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13414305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13414305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13414305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401761" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13414305'^^xsd:integer;
  dwc:scientificName 'Aglaophenia tubulifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401761'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401761'^^xsd:string;
  dwc:aphiaid '117285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13414305'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '117285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13422232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13422232> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13422232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13422232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13422232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13422232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401769" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13422232'^^xsd:integer;
  dwc:scientificName 'Alcyonidium hirsutum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401769'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401769'^^xsd:string;
  dwc:aphiaid '111601'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13422232'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '111601'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13924019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13924019> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13924019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13924019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13924019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13924019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401901" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13924019'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401901'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401901'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13924019'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14327402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14327402> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14327402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14327402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14327402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14327402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401903" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14327402'^^xsd:integer;
  dwc:scientificName 'Polysiphonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401903'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401903'^^xsd:string;
  dwc:aphiaid '143853'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14327402'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '143853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13924018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13924018> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13924018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13924018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13924018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13924018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401792" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13924018'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401792'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401792'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13924018'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14477076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14477076> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14477076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14477076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14477076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14477076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401799" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14477076'^^xsd:integer;
  dwc:scientificName 'Taonia atomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401799'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401799'^^xsd:string;
  dwc:aphiaid '145393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14477076'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14327401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14327401> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14327401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14327401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14327401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14327401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401793" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14327401'^^xsd:integer;
  dwc:scientificName 'Polysiphonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401793'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401793'^^xsd:string;
  dwc:aphiaid '143853'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14327401'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '143853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13774287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13774287> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13774287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13774287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13774287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13774287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401905" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13774287'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401905'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401905'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13774287'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13419524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13419524> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13419524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13419524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13419524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13419524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401869" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13419524'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401869'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401869'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13419524'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13714657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13714657> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13714657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13714657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13714657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13714657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401877" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13714657'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401877'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401877'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13714657'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13579421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13579421> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13579421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13579421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13579421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13579421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401787" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13579421'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401787'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401787'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13579421'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14478680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14478680> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14478680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14478680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14478680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14478680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401778" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14478680'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401778'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401778'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14478680'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13689727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13689727> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13689727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13689727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13689727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13689727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401783" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13689727'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401783'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401783'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13689727'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14295605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14295605> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14295605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14295605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14295605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14295605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14295605'^^xsd:integer;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401891'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401891'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14295605'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13517402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13517402> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13517402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13517402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13517402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13517402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401879" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13517402'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401879'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401879'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13517402'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13987202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13987202> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13987202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13987202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13987202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13987202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556950" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13987202'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556950'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556950'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13987202'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336240> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14336240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610151" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14336240'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610151'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610151'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14336240'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13535516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13535516> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13535516> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13535516>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13535516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13535516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610159" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13535516'^^xsd:integer;
  dwc:scientificName 'Axinella dissimilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610159'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610159'^^xsd:string;
  dwc:aphiaid '132473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13535516'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '132473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13766511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13766511> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13766511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13766511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13766511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13766511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609080" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13766511'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609080'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609080'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13766511'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424538> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424538> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424538>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13424538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609446" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13424538'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609446'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609446'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13424538'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13893083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13893083> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13893083> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13893083>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13893083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13893083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609999" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13893083'^^xsd:integer;
  dwc:scientificName 'Haliclona viscosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609999'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609999'^^xsd:string;
  dwc:aphiaid '132881'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13893083'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '235864'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749825> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749825> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749825>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13749825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608968" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13749825'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608968'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40608968'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13749825'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13562201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13562201> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13562201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13562201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13562201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13562201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609006" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13562201'^^xsd:integer;
  dwc:scientificName 'Bowerbankia citrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609006'^^xsd:string;
  dwc:yearCollected '1999'^^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.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609006'^^xsd:string;
  dwc:aphiaid '111664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13562201'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '851584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14593539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14593539> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14593539> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14593539>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14593539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14593539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557065" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14593539'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557065'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557065'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14593539'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977211> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977211> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977211>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13977211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609733" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13977211'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609733'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609733'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13977211'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517594> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517594> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517594>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609319" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517594'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609319'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609319'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517594'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517565> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517565> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517565>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609941" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517565'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609941'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609941'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517565'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579467> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579467> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579467>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13579467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609153" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13579467'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609153'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609153'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13579467'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744625> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744625> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744625>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13744625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557075" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13744625'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557075'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557075'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13744625'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737331> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737331> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737331>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13737331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557007" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13737331'^^xsd:integer;
  dwc:scientificName 'Desmarestia ligulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557007'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40557007'^^xsd:string;
  dwc:aphiaid '145309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13737331'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419571> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419571> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419571>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13419571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609725" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13419571'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609725'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609725'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13419571'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756607> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756607> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756607>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13756607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609454" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13756607'^^xsd:integer;
  dwc:scientificName 'Distomus variolosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609454'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609454'^^xsd:string;
  dwc:aphiaid '103890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13756607'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '103890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14290887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14290887> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14290887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14290887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14290887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14290887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597845" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14290887'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597845'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597845'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14290887'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13473573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13473573> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13473573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13473573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13473573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13473573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13473573'^^xsd:integer;
  dwc:scientificName 'Antithamnionella spirographidis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597871'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597871'^^xsd:string;
  dwc:aphiaid '144521'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13473573'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766499> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13766499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732467" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13766499'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732467'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732467'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13766499'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424491> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13424491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732431" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13424491'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732431'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732431'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13424491'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647642> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13647642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732600" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13647642'^^xsd:integer;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732600'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732600'^^xsd:string;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13647642'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190013> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14190013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732609" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14190013'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732609'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732609'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14190013'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13359670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13359670> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13359670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13359670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13359670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13359670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609680" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13359670'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609680'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609680'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13359670'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14543386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14543386> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14543386> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14543386>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14543386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14543386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608898" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14543386'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608898'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608898'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14543386'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336239> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336239> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336239>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14336239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609192" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14336239'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609192'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609192'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14336239'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416172> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14416172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609105" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14416172'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609105'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609105'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14416172'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729151> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729151> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729151>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13729151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609888" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13729151'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609888'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609888'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13729151'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14132890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14132890> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14132890> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14132890>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14132890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14132890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609256" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14132890'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609256'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609256'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14132890'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14211744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14211744> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14211744> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14211744>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14211744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14211744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609305" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14211744'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609305'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609305'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14211744'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297575> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297575> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297575>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14297575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609741" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14297575'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609741'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609741'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14297575'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13351180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13351180> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13351180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13351180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13351180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13351180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732448" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13351180'^^xsd:integer;
  dwc:scientificName 'Terebellida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732448'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732448'^^xsd:string;
  dwc:aphiaid '900'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13351180'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '900'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14470170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14470170> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14470170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14470170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14470170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14470170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732490" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14470170'^^xsd:integer;
  dwc:scientificName 'Suberites ficus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732490'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732490'^^xsd:string;
  dwc:aphiaid '134285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14470170'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '134285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13987199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13987199> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13987199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13987199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13987199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13987199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556957" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13987199'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556957'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556957'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13987199'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621852> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733300" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621852'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733300'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733300'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621852'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462040> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13462040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733698" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13462040'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733698'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733698'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13462040'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462035> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13462035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733301" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13462035'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733301'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733301'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13462035'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462036> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13462036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732788" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13462036'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732788'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732788'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13462036'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13492164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13492164> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13492164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13492164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13492164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13492164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556947" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13492164'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556947'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556947'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13492164'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13492167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13492167> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13492167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13492167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13492167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13492167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556956" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13492167'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556956'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556956'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13492167'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590687> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733696" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590687'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733696'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733696'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590687'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14531784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14531784> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14531784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14531784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14531784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14531784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733158" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14531784'^^xsd:integer;
  dwc:scientificName 'Urothoe brevicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733158'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733158'^^xsd:string;
  dwc:aphiaid '103226'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14531784'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '103226'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705473> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13705473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733299" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13705473'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733299'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733299'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13705473'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14531783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14531783> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14531783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14531783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14531783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14531783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732785" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14531783'^^xsd:integer;
  dwc:scientificName 'Urothoe brevicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732785'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732785'^^xsd:string;
  dwc:aphiaid '103226'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14531783'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '103226'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366743> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734059" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366743'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734059'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734059'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366743'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590684> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733626" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590684'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733626'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733626'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590684'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366737> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733295" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366737'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733295'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733295'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366737'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14108736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14108736> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14108736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14108736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14108736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14108736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733161" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14108736'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733161'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733161'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14108736'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490031> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14490031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733155" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14490031'^^xsd:integer;
  dwc:scientificName 'Tetrastemma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733155'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733155'^^xsd:string;
  dwc:aphiaid '122419'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14490031'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '122419'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492181> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13492181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597830" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13492181'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597830'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597830'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13492181'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492185> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13492185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597607" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13492185'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597607'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597607'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13492185'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462042> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13462042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733860" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13462042'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733860'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733860'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13462042'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462041> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13462041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733162" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13462041'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733162'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733162'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13462041'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145847> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14145847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733694" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14145847'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733694'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733694'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14145847'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145839> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14145839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733294" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14145839'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733294'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733294'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14145839'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547646> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547646'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734062'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734062'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547646'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547650> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733923" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547650'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733923'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733923'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547650'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798774> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13798774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734058" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13798774'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734058'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734058'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13798774'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13848351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13848351> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13848351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13848351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13848351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13848351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733296" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13848351'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus spinifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733296'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733296'^^xsd:string;
  dwc:aphiaid '120020'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13848351'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '120020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710167> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734065" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710167'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734065'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734065'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710167'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443774> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14443774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732784" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14443774'^^xsd:integer;
  dwc:scientificName 'Spio martinensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732784'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732784'^^xsd:string;
  dwc:aphiaid '131185'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14443774'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '131185'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547647> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733747" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547647'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733747'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733747'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547647'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405137> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14405137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733921" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14405137'^^xsd:integer;
  dwc:scientificName 'Scolelepis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733921'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733921'^^xsd:string;
  dwc:aphiaid '131177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14405137'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '157566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405136> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14405136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733746" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14405136'^^xsd:integer;
  dwc:scientificName 'Scolelepis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733746'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733746'^^xsd:string;
  dwc:aphiaid '131177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14405136'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '157566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405135> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14405135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734060" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14405135'^^xsd:integer;
  dwc:scientificName 'Scolelepis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734060'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734060'^^xsd:string;
  dwc:aphiaid '131177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14405135'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '157566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814983> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13814983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733749" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13814983'^^xsd:integer;
  dwc:scientificName 'Eurydice affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733749'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733749'^^xsd:string;
  dwc:aphiaid '118843'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13814983'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '118843'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141208> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14141208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733858" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14141208'^^xsd:integer;
  dwc:scientificName 'Nephtys'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733858'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733858'^^xsd:string;
  dwc:aphiaid '129370'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14141208'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '129370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141203> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14141203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732782" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14141203'^^xsd:integer;
  dwc:scientificName 'Nephtys'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732782'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732782'^^xsd:string;
  dwc:aphiaid '129370'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14141203'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '129370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547078> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732786" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547078'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pelagica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732786'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732786'^^xsd:string;
  dwc:aphiaid '103066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547078'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '103066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547087> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733922" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547087'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pelagica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733922'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733922'^^xsd:string;
  dwc:aphiaid '103066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547087'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '103066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141207> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14141207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733693" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14141207'^^xsd:integer;
  dwc:scientificName 'Nephtys'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733693'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733693'^^xsd:string;
  dwc:aphiaid '129370'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14141207'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '129370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697103> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13697103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733748" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13697103'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733748'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733748'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13697103'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14182195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14182195> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14182195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14182195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14182195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14182195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734061" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14182195'^^xsd:integer;
  dwc:scientificName 'Ophelia rathkei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734061'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734061'^^xsd:string;
  dwc:aphiaid '130496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14182195'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '130496'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621853> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732787" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621853'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732787'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732787'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621853'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A11656466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A11656466> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A11656466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A11656466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A11656466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:11656466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733697" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '11656466'^^xsd:integer;
  dwc:scientificName 'Sphaeroma monodi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733697'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733697'^^xsd:string;
  dwc:aphiaid '148663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:11656466'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '118956'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13385409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13385409> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13385409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13385409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13385409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13385409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611254" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13385409'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611254'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611254'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13385409'^^xsd:string;
  dwc:observationDate '2000-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13795525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13795525> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13795525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13795525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13795525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13795525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13795525'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611255'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611255'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13795525'^^xsd:string;
  dwc:observationDate '2000-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13334159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13334159> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13334159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13334159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13334159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13334159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611256" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13334159'^^xsd:integer;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611256'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611256'^^xsd:string;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13334159'^^xsd:string;
  dwc:observationDate '2000-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14377176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14377176> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14377176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14377176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14377176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:14377176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611257" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '14377176'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611257'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611257'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:14377176'^^xsd:string;
  dwc:observationDate '2000-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145840> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14145840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732783" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14145840'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732783'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732783'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14145840'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145849> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14145849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733859" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14145849'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733859'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733859'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14145849'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145850> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14145850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733919" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14145850'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733919'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733919'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14145850'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621862> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733751" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621862'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733751'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733751'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621862'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13338847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13338847> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13338847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13338847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13338847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13338847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733156" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13338847'^^xsd:integer;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733156'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733156'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13338847'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590686> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733750" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590686'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733750'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733750'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590686'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050933> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733927" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050933'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733927'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733927'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050933'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13828562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13828562> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13828562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13828562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13828562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13828562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733163" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13828562'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733163'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733163'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13828562'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13431523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13431523> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13431523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13431523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13431523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13431523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596942" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13431523'^^xsd:integer;
  dwc:scientificName 'Ammodytes tobianus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596942'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596942'^^xsd:string;
  dwc:aphiaid '126752'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13431523'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '126752'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13943527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13943527> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13943527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13943527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13943527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13943527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579467" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13943527'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579467'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579467'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13943527'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13326491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13326491> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13326491> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13326491>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13326491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13326491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613990" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13326491'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613990'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613990'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13326491'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13418351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13418351> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13418351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13418351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13418351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13418351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611299" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13418351'^^xsd:integer;
  dwc:scientificName 'Alcyonidium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611299'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611299'^^xsd:string;
  dwc:aphiaid '110993'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13418351'^^xsd:string;
  dwc:observationDate '2000-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '110993'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13751945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13751945> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13751945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13751945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13751945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13751945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579466" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13751945'^^xsd:integer;
  dwc:scientificName 'Diphasia rosacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579466'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579466'^^xsd:string;
  dwc:aphiaid '117883'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13751945'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '117883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388184> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388184> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388184>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14388184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577560" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14388184'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577560'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577560'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14388184'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356493> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14356493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732446" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14356493'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732446'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732446'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14356493'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356494> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14356494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732458" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14356494'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732458'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732458'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14356494'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356495> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14356495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732475" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14356495'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732475'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732475'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14356495'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356496> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14356496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732488" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14356496'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732488'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732488'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14356496'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13409376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13409376> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13409376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13409376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13409376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13409376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557059" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13409376'^^xsd:integer;
  dwc:scientificName 'Adamsia carciniopados'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557059'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557059'^^xsd:string;
  dwc:aphiaid '100931'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13409376'^^xsd:string;
  dwc:observationDate '1999-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '445590'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931496> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13931496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732472" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13931496'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732472'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732472'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13931496'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424502> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13424502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732604" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13424502'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732604'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732604'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13424502'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424504> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13424504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732631" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13424504'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732631'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732631'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13424504'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13953677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13953677> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13953677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.588826 -4.166647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.588826"^^xsd:decimal ;
  dwc:decimalLongitude "-4.166647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13953677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.588826 -4.166647)"^^geo:wktLiteral ;
  geo-pos:lat "51.588826"^^xsd:decimal ;
  geo-pos:long "-4.166647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13953677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13953677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610326" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13953677'^^xsd:integer;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610326'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.166647'^^xsd:double;
  dwc:latitude '51.588826'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610326'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13953677'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14396857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14396857> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14396857> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14396857>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14396857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14396857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609448" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14396857'^^xsd:integer;
  dwc:scientificName 'Salmacina dysteri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609448'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609448'^^xsd:string;
  dwc:aphiaid '131038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14396857'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '131038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13939714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13939714> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13939714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13939714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13939714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13939714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732477" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13939714'^^xsd:integer;
  dwc:scientificName 'Hyas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732477'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732477'^^xsd:string;
  dwc:aphiaid '106903'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13939714'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106903'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13951769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13951769> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13951769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13951769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13951769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13951769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732625" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13951769'^^xsd:integer;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732625'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732625'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13951769'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647634> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13647634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732456" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13647634'^^xsd:integer;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732456'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732456'^^xsd:string;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13647634'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570536> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13570536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732634" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13570536'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732634'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732634'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13570536'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662511> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13662511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732447" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13662511'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732447'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732447'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13662511'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662512> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13662512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732459" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13662512'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732459'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732459'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13662512'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647635> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13647635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732474" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13647635'^^xsd:integer;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732474'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732474'^^xsd:string;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13647635'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931497> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13931497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732483" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13931497'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732483'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732483'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13931497'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931498> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13931498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732494" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13931498'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732494'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732494'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13931498'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931501> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13931501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732587" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13931501'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732587'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732587'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13931501'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297570> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297570> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297570>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14297570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14297570'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609203'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609203'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14297570'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356502> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14356502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732593" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14356502'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732593'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732593'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14356502'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931495> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13931495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732453" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13931495'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732453'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732453'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13931495'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570535> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13570535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732617" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13570535'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732617'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732617'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13570535'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13646990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13646990> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13646990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13646990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13646990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13646990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732590" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13646990'^^xsd:integer;
  dwc:scientificName 'Chlamys distorta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732590'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732590'^^xsd:string;
  dwc:aphiaid '146807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13646990'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '236715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14392995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14392995> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14392995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14392995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14392995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14392995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732641" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14392995'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732641'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732641'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14392995'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931503> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13931503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732607" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13931503'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732607'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732607'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13931503'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536925> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13536925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732632" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13536925'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732632'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732632'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13536925'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601099> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14601099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732619" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14601099'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732619'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732619'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14601099'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14392994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14392994> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14392994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14392994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14392994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14392994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732432" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14392994'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732432'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732432'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14392994'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190002> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14190002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732445" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14190002'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732445'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732445'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14190002'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190003> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14190003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732457" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14190003'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732457'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732457'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14190003'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297554> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297554> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297554>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14297554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14297554'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609072'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609072'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14297554'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297556> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297556> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297556>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14297556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608934" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14297556'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608934'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40608934'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14297556'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297559> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297559> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297559>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14297559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557012" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14297559'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557012'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557012'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14297559'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13662520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13662520> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13662520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13662520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13662520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13662520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609090" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13662520'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609090'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609090'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13662520'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13570552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13570552> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13570552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13570552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13570552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13570552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557107" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13570552'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557107'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557107'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13570552'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13683259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13683259> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13683259> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13683259>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13683259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13683259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609050" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13683259'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609050'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609050'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13683259'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953959> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13953959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732437" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13953959'^^xsd:integer;
  dwc:scientificName 'Iophon hyndmani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732437'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732437'^^xsd:string;
  dwc:aphiaid '132970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13953959'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '132970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953960> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13953960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732464" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13953960'^^xsd:integer;
  dwc:scientificName 'Iophon hyndmani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732464'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732464'^^xsd:string;
  dwc:aphiaid '132970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13953960'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '132970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389459> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13389459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732449" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13389459'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732449'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732449'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13389459'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216911> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14216911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732584" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14216911'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732584'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732584'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14216911'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14346943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14346943> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14346943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14346943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14346943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14346943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732500" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14346943'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732500'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732500'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14346943'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13986136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13986136> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13986136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13986136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13986136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13986136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732479" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13986136'^^xsd:integer;
  dwc:scientificName 'Lanice'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732479'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732479'^^xsd:string;
  dwc:aphiaid '129697'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13986136'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '129697'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13804603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13804603> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13804603> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13804603>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13804603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13804603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608899" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13804603'^^xsd:integer;
  dwc:scientificName 'Eucratea loricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608899'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608899'^^xsd:string;
  dwc:aphiaid '111361'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13804603'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '111361'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190050> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14190050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609558" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14190050'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609558'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609558'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14190050'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14173357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14173357> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14173357> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14173357>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14173357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14173357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609198" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14173357'^^xsd:integer;
  dwc:scientificName 'Obelia geniculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609198'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609198'^^xsd:string;
  dwc:aphiaid '117388'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14173357'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '117388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336243> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14336243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610082" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14336243'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610082'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610082'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14336243'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336234> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336234> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336234>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14336234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14336234'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609815'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609815'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14336234'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828641> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828641> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828641>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13828641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610003" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13828641'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610003'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610003'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13828641'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14386503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14386503> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14386503> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14386503>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14386503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14386503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609650" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14386503'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609650'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609650'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14386503'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655388> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13655388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609013" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13655388'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609013'^^xsd:string;
  dwc:yearCollected '1999'^^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.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609013'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13655388'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132913> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132913> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132913>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14132913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609309" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14132913'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609309'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609309'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14132913'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132914> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132914> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132914>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14132914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609280" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14132914'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609280'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609280'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14132914'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216914> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14216914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732633" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14216914'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732633'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732633'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14216914'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536922> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13536922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732583" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13536922'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732583'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732583'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13536922'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536924> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13536924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732615" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13536924'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732615'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732615'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13536924'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915289> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13915289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609087" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13915289'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609087'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609087'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13915289'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14607454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14607454> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14607454> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14607454>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14607454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14607454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609272" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14607454'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609272'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609272'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14607454'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13627213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13627213> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13627213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13627213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13627213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13627213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609011" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13627213'^^xsd:integer;
  dwc:scientificName 'Ceramium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609011'^^xsd:string;
  dwc:yearCollected '1999'^^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.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609011'^^xsd:string;
  dwc:aphiaid '144546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13627213'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '144546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14325292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14325292> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14325292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14325292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14325292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14325292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609767" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14325292'^^xsd:integer;
  dwc:scientificName 'Polymastia mammillaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609767'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609767'^^xsd:string;
  dwc:aphiaid '150221'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14325292'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '134204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662518> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13662518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732643" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13662518'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732643'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732643'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13662518'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14417390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14417390> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14417390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14417390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14417390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14417390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732465" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14417390'^^xsd:integer;
  dwc:scientificName 'Scypha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732465'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732465'^^xsd:string;
  dwc:aphiaid '131719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14417390'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '131723'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14190023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14190023> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14190023> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14190023>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14190023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14190023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609861" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14190023'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609861'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609861'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14190023'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13407851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13407851> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13407851> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13407851>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13407851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13407851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609328" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13407851'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609328'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609328'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13407851'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459256> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459256> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459256>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14459256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609197" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14459256'^^xsd:integer;
  dwc:scientificName 'Sporochnus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609197'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609197'^^xsd:string;
  dwc:aphiaid '145915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14459256'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14388191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14388191> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14388191> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14388191>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14388191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14388191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609595" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14388191'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609595'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609595'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14388191'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14607458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14607458> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14607458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14607458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14607458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14607458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609417" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14607458'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609417'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609417'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14607458'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424500> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13424500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732581" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13424500'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732581'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732581'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13424500'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424501> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13424501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732595" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13424501'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732595'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732595'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13424501'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14393007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14393007> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14393007> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14393007>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14393007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14393007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609586" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14393007'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609586'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609586'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14393007'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216912> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14216912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732606" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14216912'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732606'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732606'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14216912'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216913> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14216913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732616" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14216913'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732616'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732616'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14216913'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424572> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424572> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424572>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13424572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609584" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13424572'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609584'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609584'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13424572'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535469> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14535469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609410" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14535469'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609410'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609410'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14535469'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535470> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14535470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609103" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14535470'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609103'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609103'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14535470'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535453> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14535453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609991" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14535453'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609991'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609991'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14535453'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14388194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14388194> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14388194> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14388194>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14388194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14388194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608878" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14388194'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608878'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608878'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14388194'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13915286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13915286> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13915286> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13915286>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13915286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13915286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609269" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13915286'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609269'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609269'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13915286'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535464> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535464> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535464>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14535464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609442" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14535464'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609442'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609442'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14535464'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336229> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336229> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336229>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14336229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609964" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14336229'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609964'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609964'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14336229'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424562> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13424562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609102" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13424562'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609102'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609102'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13424562'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13424533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13424533> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13424533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13424533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13424533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13424533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610234" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13424533'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610234'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610234'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13424533'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13951770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13951770> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13951770> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13951770>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13951770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13951770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608893" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13951770'^^xsd:integer;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608893'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608893'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13951770'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14286381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14286381> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14286381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14286381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14286381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14286381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557164" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14286381'^^xsd:integer;
  dwc:scientificName 'Phyllophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557164'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557164'^^xsd:string;
  dwc:aphiaid '144169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14286381'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '144169'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336224> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336224> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336224>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14336224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557020" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14336224'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557020'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40557020'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14336224'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14276820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14276820> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14276820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14276820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14276820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14276820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609768" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14276820'^^xsd:integer;
  dwc:scientificName 'Phorbas fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609768'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609768'^^xsd:string;
  dwc:aphiaid '133679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14276820'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14543392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14543392> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14543392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14543392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14543392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14543392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609005" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14543392'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609005'^^xsd:string;
  dwc:yearCollected '1999'^^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.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609005'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14543392'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416170> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416170> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416170>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14416170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556974" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14416170'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556974'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556974'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14416170'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535432> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535432> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535432>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14535432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609593" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14535432'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609593'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609593'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14535432'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535480> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14535480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609556" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14535480'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609556'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609556'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14535480'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13756605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13756605> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13756605> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13756605>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13756605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13756605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609602" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13756605'^^xsd:integer;
  dwc:scientificName 'Distomus variolosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609602'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609602'^^xsd:string;
  dwc:aphiaid '103890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13756605'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '103890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14416160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14416160> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14416160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14416160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14416160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14416160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609008" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14416160'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609008'^^xsd:string;
  dwc:yearCollected '1999'^^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.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609008'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14416160'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13621423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13621423> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13621423> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13621423>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13621423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13621423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609317" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13621423'^^xsd:integer;
  dwc:scientificName 'Cellaria fistulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609317'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609317'^^xsd:string;
  dwc:aphiaid '111257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13621423'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '111257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489420> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489420> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489420>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14489420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557119" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14489420'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557119'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40557119'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14489420'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190046> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14190046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609104" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14190046'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609104'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609104'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14190046'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190048> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14190048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609169" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14190048'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609169'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609169'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14190048'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601097> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14601097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732599" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14601097'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732599'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732599'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14601097'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13655394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13655394> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13655394> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13655394>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13655394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13655394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557197" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13655394'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557197'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40557197'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13655394'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489401> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489401> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489401>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14489401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609048" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14489401'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609048'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609048'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14489401'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535458> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14535458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609302" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14535458'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609302'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609302'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14535458'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336216> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336216> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336216>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14336216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609053" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14336216'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609053'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609053'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14336216'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14388192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14388192> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14388192> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14388192>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14388192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14388192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609662" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14388192'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609662'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609662'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14388192'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13939970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13939970> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13939970> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13939970>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13939970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13939970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608928" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13939970'^^xsd:integer;
  dwc:scientificName 'Hyas araneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608928'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40608928'^^xsd:string;
  dwc:aphiaid '107322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13939970'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '107322'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13981613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13981613> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13981613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13981613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13981613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13981613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609691" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13981613'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609691'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609691'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13981613'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13334158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13334158> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13334158> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13334158>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13334158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13334158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609279" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13334158'^^xsd:integer;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609279'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609279'^^xsd:string;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13334158'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13460038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13460038> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13460038> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13460038>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13460038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13460038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609933" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13460038'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609933'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609933'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13460038'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14430240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14430240> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14430240> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14430240>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14430240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14430240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609264" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14430240'^^xsd:integer;
  dwc:scientificName 'Smittina landsborovii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609264'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609264'^^xsd:string;
  dwc:aphiaid '111558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14430240'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '111558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13594174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13594174> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13594174> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13594174>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13594174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13594174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609261" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13594174'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609261'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609261'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13594174'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14119178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14119178> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14119178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14119178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14119178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14119178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557162" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14119178'^^xsd:integer;
  dwc:scientificName 'Naccaria wiggii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557162'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557162'^^xsd:string;
  dwc:aphiaid '145769'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14119178'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145769'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13562197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13562197> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13562197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13562197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13562197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13562197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557061" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13562197'^^xsd:integer;
  dwc:scientificName 'Bowerbankia citrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557061'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557061'^^xsd:string;
  dwc:aphiaid '111664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13562197'^^xsd:string;
  dwc:observationDate '1999-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '851584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13744622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13744622> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13744622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13744622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13744622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13744622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557138" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13744622'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557138'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557138'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13744622'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13770265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13770265> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13770265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13770265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13770265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13770265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609116" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13770265'^^xsd:integer;
  dwc:scientificName 'Echinocardium cordatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609116'^^xsd:string;
  dwc:yearCollected '1999'^^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.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609116'^^xsd:string;
  dwc:aphiaid '124392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13770265'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '124392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419568> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419568> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419568>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13419568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609598" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13419568'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609598'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609598'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13419568'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14535443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14535443> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14535443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14535443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14535443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14535443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557057" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14535443'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557057'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557057'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14535443'^^xsd:string;
  dwc:observationDate '1999-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336233> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336233> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336233>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14336233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609845" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14336233'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609845'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609845'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14336233'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13851967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13851967> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13851967> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13851967>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13851967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13851967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557010" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13851967'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557010'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557010'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13851967'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13977182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13977182> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13977182> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13977182>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13977182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13977182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557017" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13977182'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557017'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557017'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13977182'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977200> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977200> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977200>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13977200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608971" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13977200'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608971'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40608971'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13977200'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977214> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977214> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977214>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13977214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609894" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13977214'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609894'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609894'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13977214'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13657611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13657611> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13657611> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13657611>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13657611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13657611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557130" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13657611'^^xsd:integer;
  dwc:scientificName 'Chromophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557130'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40557130'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13657611'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747486> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13747486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609089" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13747486'^^xsd:integer;
  dwc:scientificName 'Didemnidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609089'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609089'^^xsd:string;
  dwc:aphiaid '103439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13747486'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '103439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747491> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747491> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747491>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13747491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609321" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13747491'^^xsd:integer;
  dwc:scientificName 'Didemnidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609321'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609321'^^xsd:string;
  dwc:aphiaid '103439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13747491'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '103439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747483> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747483> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747483>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13747483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609452" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13747483'^^xsd:integer;
  dwc:scientificName 'Didemnidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609452'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609452'^^xsd:string;
  dwc:aphiaid '103439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13747483'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '103439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737978> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737978> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737978>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13737978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610251" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13737978'^^xsd:integer;
  dwc:scientificName 'Desmarestia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610251'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40610251'^^xsd:string;
  dwc:aphiaid '145310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13737978'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416167> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416167> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416167>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14416167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609819" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14416167'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609819'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609819'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14416167'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535460> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535460> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535460>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14535460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609814" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14535460'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609814'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609814'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14535460'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216940> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216940> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216940>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14216940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609724" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14216940'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609724'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609724'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14216940'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216941> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216941> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216941>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14216941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609343" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14216941'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609343'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609343'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14216941'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424553> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13424553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557047" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13424553'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557047'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557047'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13424553'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424554> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424554> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424554>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13424554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609327" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13424554'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609327'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609327'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13424554'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747494> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747494> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747494>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13747494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610136" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13747494'^^xsd:integer;
  dwc:scientificName 'Didemnidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610136'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610136'^^xsd:string;
  dwc:aphiaid '103439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13747494'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '103439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743214> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743214> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743214>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13743214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609970" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13743214'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609970'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609970'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13743214'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13968077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13968077> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13968077> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13968077>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13968077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13968077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557001" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13968077'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557001'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40557001'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13968077'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14283073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14283073> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14283073> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14283073>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14283073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14283073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609156" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14283073'^^xsd:integer;
  dwc:scientificName 'Phycodrys rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609156'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609156'^^xsd:string;
  dwc:aphiaid '144773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14283073'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424559> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424559> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424559>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13424559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556971" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13424559'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556971'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556971'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13424559'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324328> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324328> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324328>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14324328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609854" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14324328'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609854'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609854'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14324328'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13536932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13536932> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13536932> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13536932>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13536932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13536932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608880" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13536932'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608880'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608880'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13536932'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14276824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14276824> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14276824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14276824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14276824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14276824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609408" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14276824'^^xsd:integer;
  dwc:scientificName 'Phorbas fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609408'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609408'^^xsd:string;
  dwc:aphiaid '133679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14276824'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977193> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977193> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977193>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13977193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609974" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13977193'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609974'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609974'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13977193'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882514> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882514> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882514>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13882514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609204" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13882514'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609204'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609204'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13882514'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977197> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977197> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977197>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13977197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609541" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13977197'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609541'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609541'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13977197'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13558667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13558667> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13558667> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13558667>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13558667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13558667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609455" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13558667'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609455'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609455'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13558667'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13896822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13896822> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13896822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13896822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13896822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13896822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609683" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13896822'^^xsd:integer;
  dwc:scientificName 'Halurus equisetifolius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609683'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609683'^^xsd:string;
  dwc:aphiaid '146345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13896822'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '146345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13943595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13943595> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13943595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13943595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13943595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13943595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609300" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13943595'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609300'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609300'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13943595'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324330> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324330> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324330>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14324330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610157" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14324330'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610157'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610157'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14324330'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718220> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718220> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718220>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13718220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609003" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13718220'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609003'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609003'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13718220'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424558> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13424558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610149" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13424558'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610149'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610149'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13424558'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14601107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14601107> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14601107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14601107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14601107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14601107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608907" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14601107'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608907'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608907'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14601107'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13539218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13539218> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13539218> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13539218>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13539218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13539218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557009" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13539218'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557009'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557009'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13539218'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14336228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14336228> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14336228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14336228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14336228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14336228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610236" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14336228'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610236'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610236'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14336228'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535438> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535438> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535438>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14535438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609856" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14535438'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609856'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609856'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14535438'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908327> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13908327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557078" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13908327'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557078'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557078'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13908327'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609222> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.663092 -4.893244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.663092"^^xsd:decimal ;
  dwc:decimalLongitude "-4.893244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.663092 -4.893244)"^^geo:wktLiteral ;
  geo-pos:lat "51.663092"^^xsd:decimal ;
  geo-pos:long "-4.893244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:12609222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610224" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '12609222'^^xsd:integer;
  dwc:scientificName 'Neomysis integer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610224'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.893244'^^xsd:double;
  dwc:latitude '51.663092'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610224'^^xsd:string;
  dwc:aphiaid '120136'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:12609222'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '120136'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621991> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.663092 -4.893244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.663092"^^xsd:decimal ;
  dwc:decimalLongitude "-4.893244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.663092 -4.893244)"^^geo:wktLiteral ;
  geo-pos:lat "51.663092"^^xsd:decimal ;
  geo-pos:long "-4.893244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:10621991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610226" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '10621991'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610226'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.893244'^^xsd:double;
  dwc:latitude '51.663092'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610226'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:10621991'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13891654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13891654> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13891654> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13891654>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13891654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13891654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608876" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13891654'^^xsd:integer;
  dwc:scientificName 'Haliclona oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608876'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608876'^^xsd:string;
  dwc:aphiaid '236327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13891654'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '132833'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13431524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13431524> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13431524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13431524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13431524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13431524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610269" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13431524'^^xsd:integer;
  dwc:scientificName 'Ammodytes tobianus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610269'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610269'^^xsd:string;
  dwc:aphiaid '126752'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13431524'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '126752'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13928903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13928903> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13928903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13928903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13928903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13928903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615726" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13928903'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia rubra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615726'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615726'^^xsd:string;
  dwc:aphiaid '145712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13928903'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14376238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14376238> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14376238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14376238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14376238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14376238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614949" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14376238'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614949'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614949'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14376238'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14376239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14376239> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14376239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14376239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14376239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14376239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614886" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14376239'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614886'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614886'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14376239'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14228965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14228965> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14228965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14228965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14228965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14228965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614882" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14228965'^^xsd:integer;
  dwc:scientificName 'Parablennius gattorugine'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614882'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614882'^^xsd:string;
  dwc:aphiaid '126770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14228965'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '126770'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14225001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14225001> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14225001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14225001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14225001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14225001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614884" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14225001'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614884'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614884'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14225001'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517687> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13517687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614944" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13517687'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614944'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614944'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13517687'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517688> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13517688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614881" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13517688'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614881'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614881'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13517688'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13617179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13617179> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13617179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13617179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13617179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13617179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614730" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13617179'^^xsd:integer;
  dwc:scientificName 'Catenella caespitosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614730'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614730'^^xsd:string;
  dwc:aphiaid '145605'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13617179'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145605'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14477111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14477111> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14477111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14477111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14477111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14477111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614951" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14477111'^^xsd:integer;
  dwc:scientificName 'Taonia atomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614951'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614951'^^xsd:string;
  dwc:aphiaid '145393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14477111'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14477112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14477112> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14477112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14477112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14477112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14477112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614889" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14477112'^^xsd:integer;
  dwc:scientificName 'Taonia atomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614889'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614889'^^xsd:string;
  dwc:aphiaid '145393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14477112'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346973> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14346973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615239" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14346973'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615239'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615239'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14346973'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13554697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13554697> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13554697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13554697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13554697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13554697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614883" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13554697'^^xsd:integer;
  dwc:scientificName 'Bonnemaisonia asparagoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614883'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614883'^^xsd:string;
  dwc:aphiaid '144440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13554697'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14705502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14705502> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14705502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14705502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14705502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14705502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614953" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14705502'^^xsd:integer;
  dwc:scientificName 'Laminaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614953'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614953'^^xsd:string;
  dwc:aphiaid '144199'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14705502'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144199'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14705503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14705503> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14705503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14705503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14705503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14705503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614890" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14705503'^^xsd:integer;
  dwc:scientificName 'Laminaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614890'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614890'^^xsd:string;
  dwc:aphiaid '144199'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14705503'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144199'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13784778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13784778> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13784778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13784778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13784778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13784778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614955" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13784778'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614955'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614955'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13784778'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13744669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13744669> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13744669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13744669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13744669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13744669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614888" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13744669'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614888'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614888'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13744669'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12399181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12399181> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12399181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12399181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12399181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:12399181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614731" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '12399181'^^xsd:integer;
  dwc:scientificName 'Verrucaria maura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614731'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614731'^^xsd:string;
  dwc:aphiaid '147758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:12399181'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1609738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13657614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13657614> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13657614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13657614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13657614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13657614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614950" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13657614'^^xsd:integer;
  dwc:scientificName 'Chromophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614950'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614950'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13657614'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13981640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13981640> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13981640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13981640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13981640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13981640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614954" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13981640'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614954'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614954'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13981640'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13981641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13981641> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13981641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13981641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13981641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13981641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13981641'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614891'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614891'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13981641'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13793102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13793102> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13793102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13793102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13793102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13793102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614885" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13793102'^^xsd:integer;
  dwc:scientificName 'Erythroglossum laciniatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614885'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614885'^^xsd:string;
  dwc:aphiaid '144749'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13793102'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144749'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13896531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13896531> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13896531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13896531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13896531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13896531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614887" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13896531'^^xsd:integer;
  dwc:scientificName 'Halopteris filicina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614887'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614887'^^xsd:string;
  dwc:aphiaid '145906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13896531'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145906'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14704837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14704837> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14704837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14704837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14704837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14704837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614946" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14704837'^^xsd:integer;
  dwc:scientificName 'Schmitzia hiscockiana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614946'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614946'^^xsd:string;
  dwc:aphiaid '145603'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14704837'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14075468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14075468> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14075468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14075468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14075468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14075468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614727" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14075468'^^xsd:integer;
  dwc:scientificName 'Melarhaphe neritoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614727'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614727'^^xsd:string;
  dwc:aphiaid '140266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14075468'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '140266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567954> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615241" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567954'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615241'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615241'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567954'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766527> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13766527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615238" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13766527'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615238'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615238'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13766527'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243653> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14243653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615609" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14243653'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615609'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615609'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14243653'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243654> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14243654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615725" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14243654'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615725'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615725'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14243654'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12401632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12401632> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12401632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12401632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12401632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:12401632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614604" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '12401632'^^xsd:integer;
  dwc:scientificName 'Verrucaria mucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614604'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614604'^^xsd:string;
  dwc:aphiaid '147760'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:12401632'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1607307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14542103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14542103> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14542103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14542103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14542103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14542103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615240" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14542103'^^xsd:integer;
  dwc:scientificName 'Verruca stroemia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615240'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615240'^^xsd:string;
  dwc:aphiaid '106257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14542103'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359706> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13359706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615727" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13359706'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615727'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615727'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13359706'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018454> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13018454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615608" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13018454'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615608'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615608'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13018454'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018455> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13018455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615724" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13018455'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615724'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615724'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13018455'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14381115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14381115> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14381115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14381115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14381115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14381115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614603" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14381115'^^xsd:integer;
  dwc:scientificName 'Rhodothamniella floridula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614603'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614603'^^xsd:string;
  dwc:aphiaid '145777'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14381115'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145777'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14211737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14211737> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14211737> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14211737>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14211737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14211737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608994" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14211737'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608994'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608994'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14211737'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14211742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14211742> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14211742> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14211742>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14211742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14211742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609925" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14211742'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609925'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609925'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14211742'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424569> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13424569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608867" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13424569'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608867'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608867'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13424569'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424564> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424564> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424564>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13424564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557120" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13424564'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557120'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40557120'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13424564'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13737969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13737969> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13737969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13737969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13737969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13737969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609688" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13737969'^^xsd:integer;
  dwc:scientificName 'Desmarestia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609688'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609688'^^xsd:string;
  dwc:aphiaid '145310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13737969'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13424524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13424524> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13424524> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13424524>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13424524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13424524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609592" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13424524'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609592'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609592'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13424524'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424570> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13424570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609555" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13424570'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609555'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609555'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13424570'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13577645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13577645> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13577645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13577645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13577645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13577645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610240" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13577645'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610240'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610240'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13577645'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14092262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14092262> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14092262> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14092262>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14092262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14092262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610009" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14092262'^^xsd:integer;
  dwc:scientificName 'Molgula manhattensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610009'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610009'^^xsd:string;
  dwc:aphiaid '103788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14092262'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '103788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459251> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459251> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459251>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14459251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557076" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14459251'^^xsd:integer;
  dwc:scientificName 'Sporochnus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557076'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557076'^^xsd:string;
  dwc:aphiaid '145915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14459251'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '145915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14119179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14119179> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14119179> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14119179>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14119179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14119179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557066" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14119179'^^xsd:integer;
  dwc:scientificName 'Naccaria wiggii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557066'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557066'^^xsd:string;
  dwc:aphiaid '145769'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14119179'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '145769'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13931514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13931514> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13931514> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13931514>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13931514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13931514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557099" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13931514'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557099'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40557099'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13931514'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132907> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14132907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557046" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14132907'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557046'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557046'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14132907'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828665> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828665> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828665>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13828665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609330" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13828665'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609330'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609330'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13828665'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132909> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132909> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132909>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14132909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609092" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14132909'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609092'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609092'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14132909'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828640> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828640> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828640>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13828640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609858" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13828640'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609858'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609858'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13828640'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13845643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13845643> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13845643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.577065"^^xsd:decimal ;
  dwc:decimalLongitude "-4.215065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13845643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  geo-pos:lat "52.577065"^^xsd:decimal ;
  geo-pos:long "-4.215065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13845643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13845643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611473" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13845643'^^xsd:integer;
  dwc:scientificName 'Gammarus salinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611473'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.215065'^^xsd:double;
  dwc:latitude '52.577065'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611473'^^xsd:string;
  dwc:aphiaid '102292'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13845643'^^xsd:string;
  dwc:observationDate '1998-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '102292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14396860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14396860> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14396860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14396860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14396860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14396860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609412" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14396860'^^xsd:integer;
  dwc:scientificName 'Salmacina dysteri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609412'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609412'^^xsd:string;
  dwc:aphiaid '131038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14396860'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '131038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13770261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13770261> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13770261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13770261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13770261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13770261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608950" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13770261'^^xsd:integer;
  dwc:scientificName 'Echinocardium cordatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608950'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608950'^^xsd:string;
  dwc:aphiaid '124392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13770261'^^xsd:string;
  dwc:observationDate '1999-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '124392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13804602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13804602> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13804602> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13804602>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13804602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13804602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609664" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13804602'^^xsd:integer;
  dwc:scientificName 'Eucratea loricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609664'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609664'^^xsd:string;
  dwc:aphiaid '111361'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13804602'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '111361'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535475> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14535475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609166" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14535475'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609166'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609166'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14535475'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132904> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132904> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132904>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14132904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609842" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14132904'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609842'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609842'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14132904'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14607455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14607455> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14607455> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14607455>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14607455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14607455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610005" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14607455'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610005'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610005'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14607455'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13729129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13729129> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13729129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13729129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13729129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13729129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557170" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13729129'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557170'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557170'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13729129'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416173> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14416173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609170" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14416173'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609170'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609170'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14416173'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13625079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13625079> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13625079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13625079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13625079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13625079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557168" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13625079'^^xsd:integer;
  dwc:scientificName 'Ceramium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557168'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557168'^^xsd:string;
  dwc:aphiaid '143834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13625079'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '143834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14190024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14190024> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14190024> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14190024>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14190024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14190024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610170" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14190024'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610170'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610170'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14190024'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535473> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535473> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535473>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14535473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609282" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14535473'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609282'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609282'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14535473'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13915283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13915283> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13915283> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13915283>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13915283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13915283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608976" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13915283'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608976'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608976'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13915283'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13536933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13536933> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13536933> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13536933>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13536933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13536933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557021" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13536933'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557021'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40557021'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13536933'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13749813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13749813> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13749813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13749813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13749813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13749813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557134" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13749813'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557134'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557134'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13749813'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13536931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13536931> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13536931> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13536931>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13536931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13536931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609663" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13536931'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609663'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609663'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13536931'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14216951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14216951> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14216951> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14216951>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14216951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14216951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609934" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14216951'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609934'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609934'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14216951'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14135900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14135900> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14135900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14135900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14135900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14135900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557103" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14135900'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557103'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557103'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14135900'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13897194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13897194> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13897194> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13897194>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13897194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13897194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557014" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13897194'^^xsd:integer;
  dwc:scientificName 'Halurus flosculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557014'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557014'^^xsd:string;
  dwc:aphiaid '144595'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13897194'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '144595'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311420> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311420> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311420>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14311420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610137" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14311420'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610137'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610137'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14311420'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13893089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13893089> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13893089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13893089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13893089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13893089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13893089'^^xsd:integer;
  dwc:scientificName 'Haliclona viscosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608865'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608865'^^xsd:string;
  dwc:aphiaid '132881'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13893089'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '235864'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14096795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14096795> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14096795> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14096795>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14096795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14096795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608999" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14096795'^^xsd:integer;
  dwc:scientificName 'Musculus discors'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608999'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608999'^^xsd:string;
  dwc:aphiaid '140472'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14096795'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '140472'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14135893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14135893> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14135893> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14135893>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14135893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14135893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609720" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14135893'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609720'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609720'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14135893'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744616> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744616> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744616>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13744616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610020" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13744616'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610020'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610020'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13744616'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13981606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13981606> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13981606> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13981606>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13981606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13981606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609077" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13981606'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609077'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609077'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13981606'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13513615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13513615> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13513615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13513615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13513615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13513615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610086" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13513615'^^xsd:integer;
  dwc:scientificName 'Aspitrigla cuculus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610086'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610086'^^xsd:string;
  dwc:aphiaid '150662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13513615'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '127259'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981623> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981623> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981623>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13981623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609163" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13981623'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609163'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609163'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13981623'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13632836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13632836> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13632836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13632836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13632836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13632836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609528" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13632836'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609528'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609528'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13632836'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A12458384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A12458384> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A12458384> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A12458384>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A12458384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:12458384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556983" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '12458384'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556983'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40556983'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:12458384'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13737328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13737328> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13737328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13737328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13737328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13737328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609687" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13737328'^^xsd:integer;
  dwc:scientificName 'Desmarestia ligulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609687'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609687'^^xsd:string;
  dwc:aphiaid '145309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13737328'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13718229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13718229> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13718229> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13718229>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13718229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13718229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557070" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13718229'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557070'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557070'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13718229'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14316687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14316687> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14316687> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14316687>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14316687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14316687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610007" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14316687'^^xsd:integer;
  dwc:scientificName 'Polyclinum aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610007'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610007'^^xsd:string;
  dwc:aphiaid '103674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14316687'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '103674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13583957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13583957> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13583957> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13583957>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13583957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13583957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609314" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13583957'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609314'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609314'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13583957'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535459> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535459> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535459>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14535459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609844" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14535459'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609844'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609844'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14535459'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14197581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14197581> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14197581> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14197581>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14197581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14197581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14197581'^^xsd:integer;
  dwc:scientificName 'Ophiura albida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609862'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609862'^^xsd:string;
  dwc:aphiaid '124913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14197581'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '124913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388210> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388210> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388210>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14388210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610132" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14388210'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610132'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610132'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14388210'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216935> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216935> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216935>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14216935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609597" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14216935'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609597'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609597'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14216935'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594183> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594183> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594183>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13594183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556994" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13594183'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556994'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40556994'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13594183'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13625080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13625080> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13625080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13625080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13625080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13625080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609010" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13625080'^^xsd:integer;
  dwc:scientificName 'Ceramium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609010'^^xsd:string;
  dwc:yearCollected '1999'^^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.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609010'^^xsd:string;
  dwc:aphiaid '143834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13625080'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '143834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13915284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13915284> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13915284> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13915284>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13915284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13915284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609057" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13915284'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609057'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609057'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13915284'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13915287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13915287> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13915287> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13915287>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13915287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13915287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13915287'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608902'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608902'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13915287'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915291> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915291> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915291>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13915291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609098" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13915291'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609098'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609098'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13915291'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13943598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13943598> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13943598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13943598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13943598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13943598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610079" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13943598'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610079'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610079'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13943598'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718222> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718222> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718222>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13718222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609657" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13718222'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609657'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609657'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13718222'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718223> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718223> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718223>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13718223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610010" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13718223'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610010'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610010'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13718223'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14372117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14372117> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14372117> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14372117>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14372117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14372117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610014" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14372117'^^xsd:integer;
  dwc:scientificName 'Raspailia hispida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610014'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610014'^^xsd:string;
  dwc:aphiaid '133147'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14372117'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '133147'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981622> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981622> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981622>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13981622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557039" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13981622'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557039'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557039'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13981622'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743222> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743222> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743222>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13743222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557036" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13743222'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557036'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557036'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13743222'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743221> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743221> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743221>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13743221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609337" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13743221'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609337'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609337'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13743221'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14417995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14417995> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14417995> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14417995>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14417995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14417995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609325" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14417995'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609325'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609325'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14417995'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743223> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743223> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743223>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13743223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609160" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13743223'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609160'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609160'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13743223'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13589761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13589761> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13589761> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13589761>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13589761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13589761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609151" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13589761'^^xsd:integer;
  dwc:scientificName 'Callophyllis laciniata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609151'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609151'^^xsd:string;
  dwc:aphiaid '145262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13589761'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1311357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13469703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13469703> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13469703> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13469703>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13469703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13469703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608929" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13469703'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608929'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40608929'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13469703'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13882512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13882512> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13882512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13882512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13882512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13882512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557167" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13882512'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557167'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557167'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13882512'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13977185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13977185> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13977185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13977185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13977185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13977185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557118" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13977185'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557118'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557118'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13977185'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977191> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977191> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977191>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13977191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557077" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13977191'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557077'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557077'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13977191'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882524> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882524> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882524>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13882524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610246" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13882524'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610246'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40610246'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13882524'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13882508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13882508> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13882508> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13882508>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13882508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13882508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609059" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13882508'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609059'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609059'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13882508'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594180> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594180> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594180>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13594180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609847" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13594180'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609847'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609847'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13594180'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14390949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14390949> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14390949> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14390949>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14390949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14390949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557019" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14390949'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557019'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557019'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14390949'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424542> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13424542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609990" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13424542'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609990'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609990'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13424542'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489403> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489403> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489403>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14489403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609246" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14489403'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609246'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609246'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14489403'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257991> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14257991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609086" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14257991'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609086'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609086'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14257991'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424543> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13424543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608905" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13424543'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608905'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608905'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13424543'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424544> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13424544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609693" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13424544'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609693'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609693'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13424544'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774310> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774310> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774310>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13774310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609211" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13774310'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609211'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609211'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13774310'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13851965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13851965> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13851965> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13851965>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13851965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13851965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609067" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13851965'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609067'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609067'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13851965'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13774304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13774304> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13774304> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13774304>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13774304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13774304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609075" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13774304'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609075'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609075'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13774304'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14257986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14257986> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14257986> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14257986>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14257986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14257986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610165" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14257986'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610165'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610165'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14257986'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257988> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14257988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609772" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14257988'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609772'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609772'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14257988'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14135894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14135894> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14135894> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14135894>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14135894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14135894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609339" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14135894'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609339'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609339'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14135894'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13897193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13897193> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13897193> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13897193>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13897193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13897193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608937" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13897193'^^xsd:integer;
  dwc:scientificName 'Halurus flosculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608937'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40608937'^^xsd:string;
  dwc:aphiaid '144595'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13897193'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '144595'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13977189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13977189> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13977189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13977189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13977189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13977189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609690" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13977189'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609690'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609690'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13977189'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774311> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774311> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774311>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13774311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609297" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13774311'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609297'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609297'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13774311'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851976> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851976> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851976>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13851976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609149" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13851976'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609149'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609149'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13851976'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744611> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744611> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744611>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13744611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608941" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13744611'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608941'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40608941'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13744611'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14092265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14092265> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14092265> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14092265>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14092265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14092265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609943" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14092265'^^xsd:integer;
  dwc:scientificName 'Molgula manhattensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609943'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609943'^^xsd:string;
  dwc:aphiaid '103788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14092265'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '103788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13882507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13882507> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13882507> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13882507>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13882507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13882507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608935" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13882507'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608935'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40608935'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13882507'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977203> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977203> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977203>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13977203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557038" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13977203'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557038'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557038'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13977203'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13968076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13968076> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13968076> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13968076>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13968076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13968076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609276" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13968076'^^xsd:integer;
  dwc:scientificName 'Labrus mixtus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609276'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609276'^^xsd:string;
  dwc:aphiaid '151501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13968076'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '151501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14327412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14327412> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14327412> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14327412>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14327412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14327412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609210" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14327412'^^xsd:integer;
  dwc:scientificName 'Polysiphonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609210'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609210'^^xsd:string;
  dwc:aphiaid '143853'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14327412'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '143853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14477107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14477107> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14477107> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14477107>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14477107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14477107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610249" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14477107'^^xsd:integer;
  dwc:scientificName 'Taonia atomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610249'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40610249'^^xsd:string;
  dwc:aphiaid '145393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14477107'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489411> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14489411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609766" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14489411'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609766'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609766'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14489411'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424565> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13424565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609165" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13424565'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609165'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609165'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13424565'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14096798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14096798> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14096798> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14096798>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14096798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14096798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610017" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14096798'^^xsd:integer;
  dwc:scientificName 'Musculus discors'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610017'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610017'^^xsd:string;
  dwc:aphiaid '140472'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14096798'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '140472'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13893085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13893085> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13893085> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13893085>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13893085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13893085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610015" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13893085'^^xsd:integer;
  dwc:scientificName 'Haliclona viscosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610015'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610015'^^xsd:string;
  dwc:aphiaid '132881'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13893085'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '235864'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14460801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14460801> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14460801> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14460801>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14460801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14460801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610160" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14460801'^^xsd:integer;
  dwc:scientificName 'Stelligera stuposa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610160'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610160'^^xsd:string;
  dwc:aphiaid '134175'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14460801'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '134175'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257987> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257987> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257987>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14257987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609937" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14257987'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609937'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609937'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14257987'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924126> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924126> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924126>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13924126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609889" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13924126'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609889'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609889'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13924126'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14477100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14477100> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14477100> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14477100>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14477100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14477100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608942" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14477100'^^xsd:integer;
  dwc:scientificName 'Taonia atomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608942'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40608942'^^xsd:string;
  dwc:aphiaid '145393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14477100'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '145393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14477108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14477108> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14477108> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14477108>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14477108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14477108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609893" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14477108'^^xsd:integer;
  dwc:scientificName 'Taonia atomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609893'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609893'^^xsd:string;
  dwc:aphiaid '145393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14477108'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14417991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14417991> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14417991> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14417991>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14417991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14417991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609244" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14417991'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609244'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609244'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14417991'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747493> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13747493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608872" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13747493'^^xsd:integer;
  dwc:scientificName 'Didemnidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608872'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608872'^^xsd:string;
  dwc:aphiaid '103439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13747493'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744614> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744614> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744614>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13744614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609659" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13744614'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609659'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609659'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13744614'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13630904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13630904> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13630904> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13630904>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13630904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13630904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608926" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13630904'^^xsd:integer;
  dwc:scientificName 'Cereus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608926'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40608926'^^xsd:string;
  dwc:aphiaid '100987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13630904'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '100987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13981607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13981607> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13981607> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13981607>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13981607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13981607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608944" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13981607'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608944'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40608944'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13981607'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14257983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14257983> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14257983> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14257983>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14257983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14257983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609054" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14257983'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609054'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609054'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14257983'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13953674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13953674> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13953674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13953674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13953674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13953674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557083" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13953674'^^xsd:integer;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557083'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557083'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13953674'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714708> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714708> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714708>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13714708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609940" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13714708'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609940'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609940'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13714708'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14092263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14092263> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14092263> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14092263>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14092263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14092263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609729" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14092263'^^xsd:integer;
  dwc:scientificName 'Molgula manhattensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609729'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609729'^^xsd:string;
  dwc:aphiaid '103788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14092263'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '103788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14430242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14430242> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14430242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14430242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14430242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14430242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609773" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14430242'^^xsd:integer;
  dwc:scientificName 'Smittina landsborovii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609773'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609773'^^xsd:string;
  dwc:aphiaid '111558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14430242'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '111558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13594173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13594173> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13594173> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13594173>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13594173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13594173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608881" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13594173'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608881'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608881'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13594173'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517590> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517590> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517590>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609486" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517590'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609486'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609486'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517590'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517605> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517605> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517605>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609589" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517605'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609589'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609589'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517605'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14224997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14224997> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14224997> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14224997>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14224997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14224997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609731" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14224997'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609731'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609731'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14224997'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336219> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336219> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336219>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14336219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608879" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14336219'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608879'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608879'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14336219'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749828> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749828> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749828>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13749828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557030" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13749828'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557030'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557030'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13749828'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714720> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714720> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714720>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13714720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609850" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13714720'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609850'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609850'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13714720'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714724> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13714724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557051" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13714724'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557051'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557051'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13714724'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714703> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714703> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714703>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13714703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609860" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13714703'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609860'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609860'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13714703'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924107> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924107> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924107>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13924107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609969" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13924107'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609969'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609969'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13924107'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13638389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13638389> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13638389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13638389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13638389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13638389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610235" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13638389'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610235'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610235'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13638389'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696811> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696811> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696811>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14696811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557045" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14696811'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus microps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557045'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40557045'^^xsd:string;
  dwc:aphiaid '126927'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14696811'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '126927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696818> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14696818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609434" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14696818'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus microps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609434'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609434'^^xsd:string;
  dwc:aphiaid '126927'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14696818'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '126927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14092264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14092264> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14092264> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14092264>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14092264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14092264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610174" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14092264'^^xsd:integer;
  dwc:scientificName 'Molgula manhattensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610174'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610174'^^xsd:string;
  dwc:aphiaid '103788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14092264'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '103788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517557> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13517557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610029" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13517557'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610029'^^xsd:string;
  dwc:yearCollected '1999'^^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.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610029'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13517557'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714697> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714697> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714697>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13714697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608930" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13714697'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608930'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40608930'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13714697'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924116> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924116> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924116>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13924116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557034" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13924116'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557034'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557034'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13924116'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13727042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13727042> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13727042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13727042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13727042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13727042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609681" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13727042'^^xsd:integer;
  dwc:scientificName 'Cystoclonium purpureum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609681'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609681'^^xsd:string;
  dwc:aphiaid '145615'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13727042'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744652> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744652> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744652>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13744652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609892" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13744652'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609892'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609892'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13744652'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13784770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13784770> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13784770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13784770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13784770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13784770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609015" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13784770'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609015'^^xsd:string;
  dwc:yearCollected '1999'^^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.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609015'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13784770'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744627> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744627> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744627>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13744627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609212" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13744627'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609212'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609212'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13744627'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851970> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851970> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851970>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13851970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609737" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13851970'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609737'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609737'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13851970'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13882509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13882509> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13882509> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13882509>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13882509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13882509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557013" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13882509'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557013'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557013'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13882509'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13977181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13977181> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13977181> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13977181>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13977181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13977181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608943" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13977181'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608943'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40608943'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13977181'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517550> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13517550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609678" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13517550'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609678'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609678'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13517550'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517549> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13517549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608948" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13517549'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608948'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608948'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13517549'^^xsd:string;
  dwc:observationDate '1999-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14430241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14430241> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14430241> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14430241>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14430241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14430241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609938" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14430241'^^xsd:integer;
  dwc:scientificName 'Smittina landsborovii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609938'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609938'^^xsd:string;
  dwc:aphiaid '111558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14430241'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '111558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13589757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13589757> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13589757> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13589757>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13589757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13589757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609070" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13589757'^^xsd:integer;
  dwc:scientificName 'Callophyllis laciniata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609070'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609070'^^xsd:string;
  dwc:aphiaid '145262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13589757'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1311357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13943599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13943599> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13943599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13943599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13943599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13943599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557104" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13943599'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557104'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557104'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13943599'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14324334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14324334> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14324334> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14324334>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14324334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14324334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609306" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14324334'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609306'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609306'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14324334'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14425474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14425474> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14425474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14425474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14425474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14425474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609692" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14425474'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609692'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609692'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14425474'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13749816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13749816> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13749816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13749816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13749816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13749816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557163" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13749816'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557163'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557163'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13749816'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14531228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14531228> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14531228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14531228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14531228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14531228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557159" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14531228'^^xsd:integer;
  dwc:scientificName 'Upogebia deltaura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557159'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557159'^^xsd:string;
  dwc:aphiaid '107739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14531228'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '107739'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749818> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749818> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749818>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13749818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557068" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13749818'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557068'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557068'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13749818'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14372649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14372649> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14372649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14372649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14372649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14372649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610230" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14372649'^^xsd:integer;
  dwc:scientificName 'Raspailia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610230'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610230'^^xsd:string;
  dwc:aphiaid '181150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14372649'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '133150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13748939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13748939> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13748939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13748939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13748939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13748939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609779" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13748939'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609779'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609779'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13748939'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13577642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13577642> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13577642> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13577642>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13577642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13577642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609652" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13577642'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609652'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609652'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13577642'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336232> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336232> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336232>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14336232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609736" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14336232'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609736'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609736'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14336232'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609223> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.588826 -4.166647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.588826"^^xsd:decimal ;
  dwc:decimalLongitude "-4.166647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.588826 -4.166647)"^^geo:wktLiteral ;
  geo-pos:lat "51.588826"^^xsd:decimal ;
  geo-pos:long "-4.166647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:12609223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610323" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '12609223'^^xsd:integer;
  dwc:scientificName 'Neomysis integer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610323'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.166647'^^xsd:double;
  dwc:latitude '51.588826'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610323'^^xsd:string;
  dwc:aphiaid '120136'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:12609223'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '120136'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13533429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13533429> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13533429> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13533429>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13533429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13533429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609341" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13533429'^^xsd:integer;
  dwc:scientificName 'Aureliania heterocera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609341'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609341'^^xsd:string;
  dwc:aphiaid '100866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13533429'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '410805'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13554688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13554688> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13554688> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13554688>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13554688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13554688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609201" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13554688'^^xsd:integer;
  dwc:scientificName 'Bonnemaisonia asparagoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609201'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609201'^^xsd:string;
  dwc:aphiaid '144440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13554688'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14417989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14417989> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14417989> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14417989>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14417989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14417989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609047" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14417989'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609047'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609047'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14417989'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489425> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489425> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489425>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14489425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610128" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14489425'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610128'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610128'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14489425'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424566> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13424566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610080" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13424566'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610080'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610080'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13424566'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14283069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14283069> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14283069> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14283069>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14283069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14283069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609296" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14283069'^^xsd:integer;
  dwc:scientificName 'Phycodrys rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609296'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609296'^^xsd:string;
  dwc:aphiaid '144773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14283069'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535465> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535465> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535465>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14535465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609095" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14535465'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609095'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609095'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14535465'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13460042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13460042> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13460042> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13460042>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13460042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13460042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609532" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13460042'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609532'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609532'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13460042'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489402> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489402> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489402>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14489402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608995" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14489402'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608995'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608995'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14489402'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756614> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756614> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756614>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13756614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610139" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13756614'^^xsd:integer;
  dwc:scientificName 'Distomus variolosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610139'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610139'^^xsd:string;
  dwc:aphiaid '103890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13756614'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '103890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14372648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14372648> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14372648> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14372648>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14372648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14372648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610161" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14372648'^^xsd:integer;
  dwc:scientificName 'Raspailia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610161'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610161'^^xsd:string;
  dwc:aphiaid '181150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14372648'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '133150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749820> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749820> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749820>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13749820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609202" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13749820'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609202'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609202'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13749820'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13567937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13567937> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13567937> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13567937>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13567937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13567937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608901" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13567937'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608901'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608901'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13567937'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14372647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14372647> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14372647> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14372647>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14372647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14372647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609254" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14372647'^^xsd:integer;
  dwc:scientificName 'Raspailia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609254'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609254'^^xsd:string;
  dwc:aphiaid '181150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14372647'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '133150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13943597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13943597> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13943597> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13943597>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13943597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13943597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609093" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13943597'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609093'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609093'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13943597'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13718230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13718230> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13718230> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13718230>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13718230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13718230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609293" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13718230'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609293'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609293'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13718230'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756612> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756612> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756612>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13756612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557128" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13756612'^^xsd:integer;
  dwc:scientificName 'Distomus variolosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557128'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40557128'^^xsd:string;
  dwc:aphiaid '103890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13756612'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424557> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424557> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424557>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13424557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609094" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13424557'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609094'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609094'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13424557'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424571> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13424571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609477" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13424571'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609477'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609477'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13424571'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14079581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14079581> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14079581> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14079581>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14079581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14079581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609206" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14079581'^^xsd:integer;
  dwc:scientificName 'Membranoptera alata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609206'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609206'^^xsd:string;
  dwc:aphiaid '144758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14079581'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144758'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579459> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579459> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579459>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13579459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609967" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13579459'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609967'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609967'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13579459'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579461> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579461> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579461>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13579461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609535" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13579461'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609535'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609535'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13579461'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13851968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13851968> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13851968> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13851968>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13851968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13851968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556982" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13851968'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556982'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40556982'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13851968'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14117470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14117470> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14117470> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14117470>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14117470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14117470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610129" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14117470'^^xsd:integer;
  dwc:scientificName 'Myxilla incrustans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610129'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610129'^^xsd:string;
  dwc:aphiaid '133882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14117470'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '169466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257998> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14257998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608870" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14257998'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608870'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608870'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14257998'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13744624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13744624> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13744624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13744624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13744624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13744624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557173" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13744624'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557173'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557173'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13744624'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517603> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609557" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517603'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609557'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609557'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517603'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14224991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14224991> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14224991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14224991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14224991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14224991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609679" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14224991'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609679'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609679'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14224991'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14469353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14469353> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14469353> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14469353>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14469353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14469353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609247" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14469353'^^xsd:integer;
  dwc:scientificName 'Suberites carnosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609247'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609247'^^xsd:string;
  dwc:aphiaid '134275'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14469353'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '134275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13620725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13620725> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13620725> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13620725>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13620725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13620725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609266" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13620725'^^xsd:integer;
  dwc:scientificName 'Cellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609266'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609266'^^xsd:string;
  dwc:aphiaid '110869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13620725'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '110869'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14096796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14096796> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14096796> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14096796>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14096796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14096796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14096796'^^xsd:integer;
  dwc:scientificName 'Musculus discors'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609263'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609263'^^xsd:string;
  dwc:aphiaid '140472'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14096796'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '140472'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743206> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743206> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743206>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13743206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609278" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13743206'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609278'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609278'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13743206'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714721> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714721> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714721>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13714721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609817" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13714721'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609817'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609817'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13714721'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714702> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714702> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714702>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13714702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609268" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13714702'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609268'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609268'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13714702'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13606637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13606637> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13606637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13606637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13606637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13606637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557081" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13606637'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557081'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557081'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13606637'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646361> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.514564 -3.010156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.514564"^^xsd:decimal ;
  dwc:decimalLongitude "-3.010156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.514564 -3.010156)"^^geo:wktLiteral ;
  geo-pos:lat "51.514564"^^xsd:decimal ;
  geo-pos:long "-3.010156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13646361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610332" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13646361'^^xsd:integer;
  dwc:scientificName 'Chironomida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610332'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.010156'^^xsd:double;
  dwc:latitude '51.514564'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610332'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13646361'^^xsd:string;
  dwc:observationDate '1998-12-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14366830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14366830> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14366830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.577065"^^xsd:decimal ;
  dwc:decimalLongitude "-4.215065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14366830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  geo-pos:lat "52.577065"^^xsd:decimal ;
  geo-pos:long "-4.215065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14366830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14366830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611470" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14366830'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611470'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.215065'^^xsd:double;
  dwc:latitude '52.577065'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611470'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14366830'^^xsd:string;
  dwc:observationDate '1998-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14396858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14396858> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14396858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14396858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14396858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14396858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609083" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14396858'^^xsd:integer;
  dwc:scientificName 'Salmacina dysteri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609083'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609083'^^xsd:string;
  dwc:aphiaid '131038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14396858'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '131038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924118> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924118> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924118>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13924118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609157" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13924118'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609157'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609157'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13924118'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13924093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13924093> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13924093> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13924093>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13924093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13924093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557015" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13924093'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557015'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557015'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13924093'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13953676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13953676> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13953676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.514564 -3.010156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.514564"^^xsd:decimal ;
  dwc:decimalLongitude "-3.010156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13953676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.514564 -3.010156)"^^geo:wktLiteral ;
  geo-pos:lat "51.514564"^^xsd:decimal ;
  geo-pos:long "-3.010156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13953676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13953676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610333" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13953676'^^xsd:integer;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610333'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.010156'^^xsd:double;
  dwc:latitude '51.514564'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610333'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13953676'^^xsd:string;
  dwc:observationDate '1998-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14417993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14417993> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14417993> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14417993>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14417993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14417993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610155" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14417993'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610155'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610155'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14417993'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13953222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13953222> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13953222> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13953222>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13953222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13953222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608894" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13953222'^^xsd:integer;
  dwc:scientificName 'Inachus phalangium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608894'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608894'^^xsd:string;
  dwc:aphiaid '107333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13953222'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '107333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489417> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14489417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610148" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14489417'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610148'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610148'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14489417'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517576> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517576> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517576>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609740" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517576'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609740'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609740'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517576'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13924091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13924091> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13924091> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13924091>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13924091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13924091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608938" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13924091'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608938'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40608938'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13924091'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774317> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774317> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774317>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13774317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609159" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13774317'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609159'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609159'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13774317'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14707611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14707611> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14707611> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14707611>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14707611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14707611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608972" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14707611'^^xsd:integer;
  dwc:scientificName 'Ulva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608972'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40608972'^^xsd:string;
  dwc:aphiaid '144296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14707611'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13832940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13832940> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13832940> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13832940>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13832940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13832940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609785" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13832940'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609785'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609785'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13832940'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774320> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774320> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774320>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13774320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557196" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13774320'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557196'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40557196'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13774320'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12457780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12457780> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12457780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.577065"^^xsd:decimal ;
  dwc:decimalLongitude "-4.215065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12457780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  geo-pos:lat "52.577065"^^xsd:decimal ;
  geo-pos:long "-4.215065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12457780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:12457780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611478" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '12457780'^^xsd:integer;
  dwc:scientificName 'Conopeum seurati'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611478'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.215065'^^xsd:double;
  dwc:latitude '52.577065'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611478'^^xsd:string;
  dwc:aphiaid '111352'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:12457780'^^xsd:string;
  dwc:observationDate '1998-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '111352'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320509> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14320509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557079" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14320509'^^xsd:integer;
  dwc:scientificName 'Polydora ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557079'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557079'^^xsd:string;
  dwc:aphiaid '131141'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14320509'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '131141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714709> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13714709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609776" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13714709'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609776'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609776'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13714709'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714730> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714730> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714730>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13714730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609318" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13714730'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609318'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609318'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13714730'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714732> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13714732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609167" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13714732'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609167'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609167'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13714732'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714704> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714704> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714704>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13714704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609653" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13714704'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609653'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609653'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13714704'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579457> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579457> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579457>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13579457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557069" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13579457'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557069'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557069'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13579457'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714705> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714705> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714705>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13714705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610004" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13714705'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610004'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610004'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13714705'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714706> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714706> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714706>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13714706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609727" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13714706'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609727'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609727'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13714706'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517540> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517540> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517540>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13517540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608886" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13517540'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608886'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608886'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13517540'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13576586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13576586> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13576586> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13576586>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13576586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13576586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609651" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13576586'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609651'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609651'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13576586'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13536061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13536061> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13536061> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13536061>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13536061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13536061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610013" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13536061'^^xsd:integer;
  dwc:scientificName 'Axinella infundibuliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610013'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610013'^^xsd:string;
  dwc:aphiaid '132480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13536061'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '132480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517589> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517589> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517589>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556972" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517589'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556972'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556972'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517589'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517579> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517579> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517579>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517579'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609818'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609818'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517579'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517595> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517595> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517595>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557124" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517595'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557124'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40557124'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517595'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13536935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13536935> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13536935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13536935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13536935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13536935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609084" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13536935'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609084'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609084'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13536935'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13670689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13670689> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13670689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13670689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13670689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13670689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557086" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13670689'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557086'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557086'^^xsd:string;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13670689'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609361> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.514564 -3.010156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.514564"^^xsd:decimal ;
  dwc:decimalLongitude "-3.010156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.514564 -3.010156)"^^geo:wktLiteral ;
  geo-pos:lat "51.514564"^^xsd:decimal ;
  geo-pos:long "-3.010156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:12609361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610331" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '12609361'^^xsd:integer;
  dwc:scientificName 'Palaemonetes varians'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610331'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.010156'^^xsd:double;
  dwc:latitude '51.514564'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610331'^^xsd:string;
  dwc:aphiaid '107624'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:12609361'^^xsd:string;
  dwc:observationDate '1998-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '587704'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908340> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.663092 -4.893244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.663092"^^xsd:decimal ;
  dwc:decimalLongitude "-4.893244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.663092 -4.893244)"^^geo:wktLiteral ;
  geo-pos:lat "51.663092"^^xsd:decimal ;
  geo-pos:long "-4.893244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13908340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610221" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13908340'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610221'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.893244'^^xsd:double;
  dwc:latitude '51.663092'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610221'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13908340'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13539223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13539223> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13539223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13539223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13539223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13539223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557080" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13539223'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557080'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557080'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13539223'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12454679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12454679> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12454679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.577065"^^xsd:decimal ;
  dwc:decimalLongitude "-4.215065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12454679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  geo-pos:lat "52.577065"^^xsd:decimal ;
  geo-pos:long "-4.215065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12454679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:12454679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611468" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '12454679'^^xsd:integer;
  dwc:scientificName 'Cordylophora caspia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611468'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.215065'^^xsd:double;
  dwc:latitude '52.577065'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611468'^^xsd:string;
  dwc:aphiaid '117428'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:12454679'^^xsd:string;
  dwc:observationDate '1998-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '117428'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14586300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14586300> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14586300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.663092 -4.893244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.663092"^^xsd:decimal ;
  dwc:decimalLongitude "-4.893244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14586300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.663092 -4.893244)"^^geo:wktLiteral ;
  geo-pos:lat "51.663092"^^xsd:decimal ;
  geo-pos:long "-4.893244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14586300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14586300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610222" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14586300'^^xsd:integer;
  dwc:scientificName 'Alkmaria romijni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610222'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.893244'^^xsd:double;
  dwc:latitude '51.663092'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610222'^^xsd:string;
  dwc:aphiaid '129769'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14586300'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '129769'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14288228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14288228> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14288228> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14288228>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14288228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14288228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556985" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14288228'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556985'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40556985'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14288228'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14607460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14607460> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14607460> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14607460>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14607460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14607460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609320" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14607460'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609320'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609320'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14607460'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388206> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388206> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388206>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14388206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609313" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14388206'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609313'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609313'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14388206'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14386501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14386501> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14386501> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14386501>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14386501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14386501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608974" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14386501'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608974'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608974'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14386501'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13649945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13649945> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13649945> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13649945>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13649945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13649945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13649945'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557194'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40557194'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13649945'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14312072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14312072> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14312072> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14312072>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14312072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14312072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610173" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14312072'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610173'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610173'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14312072'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14551455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14551455> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14551455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14551455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14551455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14551455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609771" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14551455'^^xsd:integer;
  dwc:scientificName 'Axinophilus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609771'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609771'^^xsd:string;
  dwc:aphiaid '128702'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14551455'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '128702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388198> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388198> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388198>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14388198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609447" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14388198'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609447'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609447'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14388198'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13973935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13973935> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13973935> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13973935>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13973935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13973935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557198" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13973935'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557198'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40557198'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13973935'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14288227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14288227> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14288227> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14288227>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14288227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14288227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608933" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14288227'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608933'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40608933'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14288227'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828645> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828645> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828645>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13828645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610018" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13828645'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610018'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610018'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13828645'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828646> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828646> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828646>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13828646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610167" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13828646'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610167'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610167'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13828646'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828672> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828672> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828672>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13828672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609316" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13828672'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609316'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609316'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13828672'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564601> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564601> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564601>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13564601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609209" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13564601'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609209'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609209'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13564601'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14316686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14316686> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14316686> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14316686>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14316686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14316686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609600" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14316686'^^xsd:integer;
  dwc:scientificName 'Polyclinum aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609600'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609600'^^xsd:string;
  dwc:aphiaid '103674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14316686'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '103674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13966400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13966400> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13966400> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13966400>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13966400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13966400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557000" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13966400'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557000'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40557000'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13966400'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14132894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14132894> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14132894> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14132894>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14132894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14132894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608889" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14132894'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608889'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608889'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14132894'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828647> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828647> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828647>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13828647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13828647'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608900'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608900'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13828647'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13649944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13649944> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13649944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13649944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13649944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13649944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557165" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13649944'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557165'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557165'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13649944'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564598> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13564598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609012" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13564598'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609012'^^xsd:string;
  dwc:yearCollected '1999'^^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.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609012'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13564598'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564614> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564614> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564614>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13564614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557004" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13564614'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557004'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40557004'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13564614'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564605> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564605> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564605>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13564605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609538" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13564605'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609538'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609538'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13564605'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190035> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14190035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609304" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14190035'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609304'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609304'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14190035'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564593> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13564593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557137" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13564593'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557137'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557137'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13564593'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828629> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828629> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828629>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13828629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609599" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13828629'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609599'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609599'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13828629'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132915> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14132915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610077" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14132915'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610077'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610077'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14132915'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14386500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14386500> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14386500> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14386500>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14386500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14386500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609596" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14386500'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609596'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609596'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14386500'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13729130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13729130> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13729130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13729130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13729130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13729130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610243" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13729130'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610243'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610243'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13729130'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14132899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14132899> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14132899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14132899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14132899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14132899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610231" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14132899'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610231'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610231'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14132899'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729133> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729133> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729133>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13729133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609205" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13729133'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609205'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609205'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13729133'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13828656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13828656> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13828656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13828656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13828656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13828656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610239" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13828656'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610239'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610239'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13828656'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828637> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828637> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828637>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13828637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608882" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13828637'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608882'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608882'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13828637'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14211740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14211740> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14211740> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14211740>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14211740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14211740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609997" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14211740'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609997'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609997'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14211740'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13879181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13879181> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13879181> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13879181>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13879181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13879181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608924" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13879181'^^xsd:integer;
  dwc:scientificName 'Grantia compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608924'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40608924'^^xsd:string;
  dwc:aphiaid '132181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13879181'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '132181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13966398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13966398> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13966398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13966398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13966398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13966398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557133" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13966398'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557133'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557133'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13966398'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13736051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13736051> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13736051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13736051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13736051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13736051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557116" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13736051'^^xsd:integer;
  dwc:scientificName 'Desmarestia aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557116'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557116'^^xsd:string;
  dwc:aphiaid '145307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13736051'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14079582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14079582> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14079582> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14079582>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14079582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14079582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609295" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14079582'^^xsd:integer;
  dwc:scientificName 'Membranoptera alata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609295'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609295'^^xsd:string;
  dwc:aphiaid '144758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14079582'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144758'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564620> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564620> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564620>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13564620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609890" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13564620'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609890'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609890'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13564620'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564597> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13564597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557172" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13564597'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557172'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557172'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13564597'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190041> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190041> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190041>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14190041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609100" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14190041'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609100'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609100'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14190041'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190045> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190045> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190045>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14190045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609487" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14190045'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609487'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609487'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14190045'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190051> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190051> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190051>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14190051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609590" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14190051'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609590'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609590'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14190051'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13893843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13893843> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13893843> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13893843>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13893843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13893843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609543" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13893843'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609543'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609543'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13893843'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13564586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13564586> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13564586> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13564586>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13564586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13564586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608939" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13564586'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608939'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40608939'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13564586'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564592> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13564592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609684" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13564592'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609684'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609684'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13564592'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564587> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13564587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557115" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13564587'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557115'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557115'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13564587'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564612> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564612> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564612>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13564612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609195" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13564612'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609195'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609195'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13564612'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564613> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564613> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564613>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13564613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557035" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13564613'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557035'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557035'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13564613'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13580737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13580737> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13580737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13580737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13580737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13580737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609091" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13580737'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609091'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609091'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13580737'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893834> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13893834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557139" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13893834'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557139'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557139'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13893834'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13893831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13893831> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13893831> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13893831>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13893831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13893831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608945" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13893831'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608945'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40608945'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13893831'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13580734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13580734> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13580734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13580734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13580734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13580734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608951" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13580734'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608951'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608951'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13580734'^^xsd:string;
  dwc:observationDate '1999-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893842> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13893842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609014" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13893842'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609014'^^xsd:string;
  dwc:yearCollected '1999'^^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.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609014'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13893842'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729145> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729145> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729145>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13729145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609154" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13729145'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609154'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609154'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13729145'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13580735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13580735> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13580735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13580735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13580735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13580735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610241" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13580735'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610241'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610241'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13580735'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564599> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564599> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564599>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13564599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557073" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13564599'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557073'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557073'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13564599'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190037> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14190037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557053" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14190037'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557053'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557053'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14190037'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190038> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190038> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190038>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14190038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609332" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14190038'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609332'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609332'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14190038'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564610> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564610> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564610>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13564610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609336" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13564610'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609336'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609336'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13564610'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893835> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13893835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609391" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13893835'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609391'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609391'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13893835'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893840> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13893840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557175" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13893840'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557175'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557175'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13893840'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190030> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14190030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609992" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14190030'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609992'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609992'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14190030'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13683263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13683263> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13683263> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13683263>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13683263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13683263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610012" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13683263'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610012'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610012'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13683263'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13683264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13683264> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13683264> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13683264>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13683264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13683264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610158" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13683264'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610158'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610158'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13683264'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13683268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13683268> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13683268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13683268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13683268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13683268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609079" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13683268'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609079'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609079'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13683268'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13683270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13683270> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13683270> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13683270>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13683270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13683270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609307" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13683270'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609307'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609307'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13683270'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564604> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564604> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564604>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13564604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609745" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13564604'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609745'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609745'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13564604'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13683260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13683260> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13683260> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13683260>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13683260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13683260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608874" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13683260'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608874'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608874'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13683260'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13527935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13527935> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13527935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13527935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13527935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13527935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608947" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13527935'^^xsd:integer;
  dwc:scientificName 'Astropecten irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608947'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608947'^^xsd:string;
  dwc:aphiaid '123867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13527935'^^xsd:string;
  dwc:observationDate '1999-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '123867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13683261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13683261> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13683261> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13683261>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13683261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13683261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609250" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13683261'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609250'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609250'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13683261'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13407849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13407849> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13407849> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13407849>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13407849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13407849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609260" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13407849'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609260'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609260'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13407849'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13407850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13407850> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13407850> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13407850>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13407850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13407850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610001" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13407850'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610001'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610001'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13407850'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14498369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14498369> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14498369> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14498369>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14498369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14498369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610171" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14498369'^^xsd:integer;
  dwc:scientificName 'Thyone fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610171'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610171'^^xsd:string;
  dwc:aphiaid '124670'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14498369'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '124670'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13931513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13931513> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13931513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13931513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13931513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13931513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609695" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13931513'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609695'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609695'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13931513'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14371014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14371014> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14371014> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14371014>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14371014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14371014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609730" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14371014'^^xsd:integer;
  dwc:scientificName 'Raja montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609730'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609730'^^xsd:string;
  dwc:aphiaid '105887'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14371014'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '105887'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743211> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743211> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743211>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13743211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609945" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13743211'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609945'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609945'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13743211'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13795520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13795520> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13795520> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13795520>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13795520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13795520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609927" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13795520'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609927'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609927'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13795520'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517564> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13517564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609007" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13517564'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609007'^^xsd:string;
  dwc:yearCollected '1999'^^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.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609007'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13517564'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517600> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610085" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517600'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610085'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610085'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517600'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14117469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14117469> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14117469> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14117469>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14117469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14117469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609308" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14117469'^^xsd:integer;
  dwc:scientificName 'Myxilla incrustans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609308'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609308'^^xsd:string;
  dwc:aphiaid '133882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14117469'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '169466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517592> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517592> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517592>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556997" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517592'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556997'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40556997'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517592'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13567936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13567936> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13567936> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13567936>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13567936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13567936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608884" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13567936'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608884'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608884'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13567936'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12458386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12458386> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12458386> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12458386>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12458386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:12458386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609738" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '12458386'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609738'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609738'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:12458386'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13884232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13884232> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13884232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13884232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13884232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13884232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609299" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13884232'^^xsd:integer;
  dwc:scientificName 'Halecium halecinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609299'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609299'^^xsd:string;
  dwc:aphiaid '231751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13884232'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621985> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:10621985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557084" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '10621985'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557084'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557084'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:10621985'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646359> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.663092 -4.893244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.663092"^^xsd:decimal ;
  dwc:decimalLongitude "-4.893244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.663092 -4.893244)"^^geo:wktLiteral ;
  geo-pos:lat "51.663092"^^xsd:decimal ;
  geo-pos:long "-4.893244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13646359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13646359'^^xsd:integer;
  dwc:scientificName 'Chironomida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610225'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.893244'^^xsd:double;
  dwc:latitude '51.663092'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610225'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13646359'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13637177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13637177> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13637177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.577065"^^xsd:decimal ;
  dwc:decimalLongitude "-4.215065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13637177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  geo-pos:lat "52.577065"^^xsd:decimal ;
  geo-pos:long "-4.215065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13637177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13637177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611479" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13637177'^^xsd:integer;
  dwc:scientificName 'Chaetomorpha linum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611479'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.215065'^^xsd:double;
  dwc:latitude '52.577065'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611479'^^xsd:string;
  dwc:aphiaid '145027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13637177'^^xsd:string;
  dwc:observationDate '1998-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '145027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646350> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13646350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557082" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13646350'^^xsd:integer;
  dwc:scientificName 'Chironomida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557082'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557082'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13646350'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14185291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14185291> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14185291> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14185291>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14185291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14185291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609591" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14185291'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609591'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609591'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14185291'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744631> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744631> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744631>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13744631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609747" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13744631'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609747'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609747'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13744631'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14224988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14224988> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14224988> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14224988>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14224988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14224988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609068" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14224988'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609068'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609068'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14224988'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14224992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14224992> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14224992> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14224992>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14224992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14224992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609290" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14224992'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609290'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609290'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14224992'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13579456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13579456> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13579456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13579456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13579456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13579456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610242" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13579456'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610242'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610242'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13579456'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743205> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743205> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743205>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13743205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13743205'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609064'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609064'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13743205'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13536060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13536060> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13536060> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13536060>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13536060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13536060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609251" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13536060'^^xsd:integer;
  dwc:scientificName 'Axinella infundibuliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609251'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609251'^^xsd:string;
  dwc:aphiaid '132480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13536060'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '132480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517588> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517588> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517588>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517588'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610064'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610064'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517588'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744628> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744628> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744628>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13744628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609971" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13744628'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609971'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609971'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13744628'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13942325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13942325> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13942325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13942325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13942325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13942325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610266" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13942325'^^xsd:integer;
  dwc:scientificName 'Hydractinia echinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610266'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610266'^^xsd:string;
  dwc:aphiaid '117644'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13942325'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '117644'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13576585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13576585> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13576585> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13576585>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13576585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13576585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609859" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13576585'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609859'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609859'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13576585'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13576587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13576587> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13576587> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13576587>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13576587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13576587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610169" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13576587'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610169'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610169'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13576587'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14078961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14078961> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14078961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.577065"^^xsd:decimal ;
  dwc:decimalLongitude "-4.215065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14078961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  geo-pos:lat "52.577065"^^xsd:decimal ;
  geo-pos:long "-4.215065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14078961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14078961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611474" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14078961'^^xsd:integer;
  dwc:scientificName 'Melita palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611474'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.215065'^^xsd:double;
  dwc:latitude '52.577065'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611474'^^xsd:string;
  dwc:aphiaid '102843'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14078961'^^xsd:string;
  dwc:observationDate '1998-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '102843'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14098137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14098137> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14098137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.663092 -4.893244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.663092"^^xsd:decimal ;
  dwc:decimalLongitude "-4.893244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14098137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.663092 -4.893244)"^^geo:wktLiteral ;
  geo-pos:lat "51.663092"^^xsd:decimal ;
  geo-pos:long "-4.893244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14098137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14098137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610227" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14098137'^^xsd:integer;
  dwc:scientificName 'Mya arenaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610227'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.893244'^^xsd:double;
  dwc:latitude '51.663092'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610227'^^xsd:string;
  dwc:aphiaid '140430'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14098137'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '140430'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12347008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12347008> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12347008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.514564 -3.010156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.514564"^^xsd:decimal ;
  dwc:decimalLongitude "-3.010156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12347008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.514564 -3.010156)"^^geo:wktLiteral ;
  geo-pos:lat "51.514564"^^xsd:decimal ;
  geo-pos:long "-3.010156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12347008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:12347008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610330" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '12347008'^^xsd:integer;
  dwc:scientificName 'Gammarus duebeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610330'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.010156'^^xsd:double;
  dwc:latitude '51.514564'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610330'^^xsd:string;
  dwc:aphiaid '102276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:12347008'^^xsd:string;
  dwc:observationDate '1998-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '102276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12986002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12986002> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12986002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.588826 -4.166647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.588826"^^xsd:decimal ;
  dwc:decimalLongitude "-4.166647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12986002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.588826 -4.166647)"^^geo:wktLiteral ;
  geo-pos:lat "51.588826"^^xsd:decimal ;
  geo-pos:long "-4.166647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12986002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:12986002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '12986002'^^xsd:integer;
  dwc:scientificName 'Ruppia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610329'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.166647'^^xsd:double;
  dwc:latitude '51.588826'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610329'^^xsd:string;
  dwc:aphiaid '234030'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:12986002'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '234030'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13822993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13822993> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13822993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.588826 -4.166647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.588826"^^xsd:decimal ;
  dwc:decimalLongitude "-4.166647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13822993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.588826 -4.166647)"^^geo:wktLiteral ;
  geo-pos:lat "51.588826"^^xsd:decimal ;
  geo-pos:long "-4.166647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13822993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13822993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610321" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13822993'^^xsd:integer;
  dwc:scientificName 'Fabricia sabella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610321'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.166647'^^xsd:double;
  dwc:latitude '51.588826'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610321'^^xsd:string;
  dwc:aphiaid '130911'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13822993'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '130913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609355> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609355> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609355>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:12609355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557042" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '12609355'^^xsd:integer;
  dwc:scientificName 'Palaemonetes varians'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557042'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40557042'^^xsd:string;
  dwc:aphiaid '107624'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:12609355'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '587704'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609360> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:12609360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609433" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '12609360'^^xsd:integer;
  dwc:scientificName 'Palaemonetes varians'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609433'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609433'^^xsd:string;
  dwc:aphiaid '107624'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:12609360'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '587704'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921231> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.663092 -4.893244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.663092"^^xsd:decimal ;
  dwc:decimalLongitude "-4.893244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.663092 -4.893244)"^^geo:wktLiteral ;
  geo-pos:lat "51.663092"^^xsd:decimal ;
  geo-pos:long "-4.893244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13921231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610223" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13921231'^^xsd:integer;
  dwc:scientificName 'Heterochaeta costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610223'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.893244'^^xsd:double;
  dwc:latitude '51.663092'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610223'^^xsd:string;
  dwc:aphiaid '137554'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13921231'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '743898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14417990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14417990> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14417990> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14417990>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14417990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14417990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608993" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14417990'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608993'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608993'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14417990'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13662124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13662124> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13662124> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13662124>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13662124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13662124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608925" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13662124'^^xsd:integer;
  dwc:scientificName 'Ciocalypta penicillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608925'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40608925'^^xsd:string;
  dwc:aphiaid '132575'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13662124'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '132575'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13766508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13766508> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13766508> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13766508>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13766508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13766508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609648" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13766508'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609648'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609648'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13766508'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13766509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13766509> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13766509> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13766509>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13766509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13766509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610000" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13766509'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610000'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610000'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13766509'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517566> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609777" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517566'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609777'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609777'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517566'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517587> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610152" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517587'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610152'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610152'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517587'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517569> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517569> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517569>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609450" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517569'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609450'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609450'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517569'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13351181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13351181> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13351181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13351181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13351181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13351181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732498" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13351181'^^xsd:integer;
  dwc:scientificName 'Terebellida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732498'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732498'^^xsd:string;
  dwc:aphiaid '900'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13351181'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '900'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517495> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13517495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732591" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13517495'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732591'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732591'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13517495'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517496> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13517496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732621" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13517496'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732621'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732621'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13517496'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424539> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424539> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424539>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13424539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608984" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13424539'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608984'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608984'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13424539'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14393006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14393006> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14393006> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14393006>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14393006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14393006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609312" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14393006'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609312'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609312'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14393006'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14216954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14216954> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14216954> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14216954>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14216954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14216954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14216954'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609816'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609816'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14216954'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13795518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13795518> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13795518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13795518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13795518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13795518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557157" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13795518'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557157'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557157'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13795518'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311412> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14311412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609780" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14311412'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609780'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609780'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14311412'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13594175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13594175> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13594175> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13594175>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13594175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13594175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608895" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13594175'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608895'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608895'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13594175'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594185> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594185> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594185>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13594185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609587" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13594185'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609587'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609587'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13594185'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13570549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13570549> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13570549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13570549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13570549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13570549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609473" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13570549'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609473'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609473'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13570549'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13570547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13570547> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13570547> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13570547>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13570547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13570547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608896" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13570547'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608896'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608896'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13570547'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13570551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13570551> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13570551> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13570551>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13570551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13570551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609482" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13570551'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609482'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609482'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13570551'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749834> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749834> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749834>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13749834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609886" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13749834'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609886'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609886'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13749834'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13558671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13558671> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13558671> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13558671>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13558671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13558671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610140" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13558671'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610140'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610140'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13558671'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13661128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13661128> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13661128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13661128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13661128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13661128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609009" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13661128'^^xsd:integer;
  dwc:scientificName 'Chylocladia verticillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609009'^^xsd:string;
  dwc:yearCollected '1999'^^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.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609009'^^xsd:string;
  dwc:aphiaid '145808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13661128'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '145808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14460800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14460800> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14460800> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14460800>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14460800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14460800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609646" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14460800'^^xsd:integer;
  dwc:scientificName 'Stelligera stuposa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609646'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609646'^^xsd:string;
  dwc:aphiaid '134175'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14460800'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '134175'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747481> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13747481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609778" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13747481'^^xsd:integer;
  dwc:scientificName 'Didemnidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609778'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609778'^^xsd:string;
  dwc:aphiaid '103439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13747481'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747489> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13747489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610154" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13747489'^^xsd:integer;
  dwc:scientificName 'Didemnidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610154'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610154'^^xsd:string;
  dwc:aphiaid '103439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13747489'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '103439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14346946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14346946> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14346946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14346946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14346946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14346946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14346946'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608866'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608866'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14346946'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13924090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13924090> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13924090> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13924090>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13924090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13924090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609074" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13924090'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609074'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609074'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13924090'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257999> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257999> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257999>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14257999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610134" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14257999'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610134'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610134'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14257999'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13832941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13832941> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13832941> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13832941>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13832941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13832941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557201" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13832941'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557201'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40557201'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13832941'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981618> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981618> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981618>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13981618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609542" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13981618'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609542'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609542'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13981618'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517538> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517538> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517538>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13517538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609001" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13517538'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609001'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609001'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13517538'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517537> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517537> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517537>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13517537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609058" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13517537'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609058'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609058'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13517537'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517544> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517544> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517544>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13517544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609728" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13517544'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609728'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609728'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13517544'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714726> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714726> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714726>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13714726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610063" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13714726'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610063'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610063'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13714726'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714714> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13714714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609474" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13714714'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609474'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609474'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13714714'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714733> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13714733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610084" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13714733'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610084'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610084'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13714733'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459253> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459253> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459253>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14459253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609803" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14459253'^^xsd:integer;
  dwc:scientificName 'Sporochnus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609803'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609803'^^xsd:string;
  dwc:aphiaid '145915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14459253'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828633> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828633> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828633>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13828633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609055" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13828633'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609055'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609055'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13828633'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13570550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13570550> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13570550> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13570550>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13570550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13570550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609848" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13570550'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609848'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609848'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13570550'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601087> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14601087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732442" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14601087'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732442'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732442'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14601087'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276810> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14276810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732499" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14276810'^^xsd:integer;
  dwc:scientificName 'Phorbas fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732499'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732499'^^xsd:string;
  dwc:aphiaid '133679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14276810'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570527> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13570527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732452" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13570527'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732452'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732452'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13570527'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517497> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13517497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732637" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13517497'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732637'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732637'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13517497'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389466> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13389466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732612" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13389466'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732612'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732612'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13389466'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953217> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13953217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732611" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13953217'^^xsd:integer;
  dwc:scientificName 'Inachus phalangium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732611'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732611'^^xsd:string;
  dwc:aphiaid '107333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13953217'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13737971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13737971> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13737971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13737971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13737971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13737971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557174" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13737971'^^xsd:integer;
  dwc:scientificName 'Desmarestia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557174'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557174'^^xsd:string;
  dwc:aphiaid '145310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13737971'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336245> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14336245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608869" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14336245'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608869'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608869'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14336245'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388205> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14388205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609411" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14388205'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609411'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609411'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14388205'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13625076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13625076> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13625076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13625076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13625076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13625076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609682" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13625076'^^xsd:integer;
  dwc:scientificName 'Ceramium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609682'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609682'^^xsd:string;
  dwc:aphiaid '143834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13625076'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '143834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535462> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14535462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557048" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14535462'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557048'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557048'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14535462'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14197582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14197582> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14197582> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14197582>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14197582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14197582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609488" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14197582'^^xsd:integer;
  dwc:scientificName 'Ophiura albida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609488'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609488'^^xsd:string;
  dwc:aphiaid '124913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14197582'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '124913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424563> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424563> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424563>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13424563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609310" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13424563'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609310'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609310'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13424563'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13583956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13583956> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13583956> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13583956>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13583956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13583956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609936" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13583956'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609936'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609936'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13583956'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13748934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13748934> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13748934> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13748934>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13748934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13748934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609273" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13748934'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609273'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609273'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13748934'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13749808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13749808> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13749808> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13749808>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13749808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13749808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557011" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13749808'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557011'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557011'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13749808'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14135895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14135895> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14135895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14135895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14135895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14135895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610232" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14135895'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610232'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610232'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14135895'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324324> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324324> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324324>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14324324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609049" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14324324'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609049'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609049'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14324324'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13930004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13930004> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13930004> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13930004>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13930004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13930004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609786" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13930004'^^xsd:integer;
  dwc:scientificName 'Himanthalia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609786'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609786'^^xsd:string;
  dwc:aphiaid '145551'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13930004'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145551'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14117468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14117468> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14117468> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14117468>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14117468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14117468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609326" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14117468'^^xsd:integer;
  dwc:scientificName 'Myxilla incrustans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609326'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609326'^^xsd:string;
  dwc:aphiaid '133882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14117468'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '169466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743217> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743217> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743217>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13743217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609746" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13743217'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609746'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609746'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13743217'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A2362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A2362> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A2362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A2362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A2362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:2362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608952" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '2362'^^xsd:integer;
  dwc:scientificName 'Diatoms - film'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608952'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608952'^^xsd:string;
  dwc:aphiaid '148898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:2362'^^xsd:string;
  dwc:observationDate '1999-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '148898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517532> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517532> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517532>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13517532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608931" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13517532'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608931'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40608931'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13517532'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517545> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517545> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517545>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13517545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609346" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13517545'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609346'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609346'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13517545'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714728> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13714728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609416" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13714728'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609416'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609416'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13714728'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424492> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13424492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732450" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13424492'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732450'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732450'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13424492'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424493> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13424493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732481" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13424493'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732481'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732481'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13424493'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424494> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13424494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732492" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13424494'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732492'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732492'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13424494'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766502> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13766502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732640" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13766502'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732640'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732640'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13766502'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14083572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14083572> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14083572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14083572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14083572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14083572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732579" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14083572'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732579'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732579'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14083572'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953214> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13953214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732501" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13953214'^^xsd:integer;
  dwc:scientificName 'Inachus phalangium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732501'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732501'^^xsd:string;
  dwc:aphiaid '107333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13953214'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389463> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13389463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732580" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13389463'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732580'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732580'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13389463'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389464> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13389464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732594" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13389464'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732594'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732594'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13389464'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389465> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13389465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732603" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13389465'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732603'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732603'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13389465'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14211738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14211738> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14211738> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14211738>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14211738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14211738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608873" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14211738'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608873'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608873'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14211738'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828671> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13828671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609414" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13828671'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609414'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609414'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13828671'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13747478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13747478> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13747478> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13747478>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13747478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13747478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608887" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13747478'^^xsd:integer;
  dwc:scientificName 'Didemnidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608887'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608887'^^xsd:string;
  dwc:aphiaid '103439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13747478'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '103439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747492> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747492> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747492>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13747492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557126" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13747492'^^xsd:integer;
  dwc:scientificName 'Didemnidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557126'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40557126'^^xsd:string;
  dwc:aphiaid '103439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13747492'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14371013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14371013> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14371013> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14371013>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14371013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14371013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608980" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14371013'^^xsd:integer;
  dwc:scientificName 'Raja montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608980'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608980'^^xsd:string;
  dwc:aphiaid '105887'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14371013'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '105887'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13747476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13747476> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13747476> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13747476>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13747476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13747476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609666" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13747476'^^xsd:integer;
  dwc:scientificName 'Didemnidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609666'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609666'^^xsd:string;
  dwc:aphiaid '103439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13747476'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '103439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14469354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14469354> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14469354> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14469354>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14469354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14469354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609853" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14469354'^^xsd:integer;
  dwc:scientificName 'Suberites carnosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609853'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609853'^^xsd:string;
  dwc:aphiaid '134275'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14469354'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '134275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13795514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13795514> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13795514> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13795514>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13795514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13795514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608875" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13795514'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608875'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608875'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13795514'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13554687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13554687> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13554687> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13554687>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13554687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13554687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557067" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13554687'^^xsd:integer;
  dwc:scientificName 'Bonnemaisonia asparagoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557067'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557067'^^xsd:string;
  dwc:aphiaid '144440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13554687'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '144440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14510259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14510259> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14510259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14510259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14510259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14510259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609782" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14510259'^^xsd:integer;
  dwc:scientificName 'Trisopterus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609782'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609782'^^xsd:string;
  dwc:aphiaid '126446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14510259'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '126446'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190031> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14190031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14190031'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608910'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608910'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14190031'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190032> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14190032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609697" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14190032'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609697'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609697'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14190032'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419572> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419572> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419572>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13419572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609344" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13419572'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609344'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609344'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13419572'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744640> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744640> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744640>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13744640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609196" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13744640'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609196'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609196'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13744640'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744638> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744638> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744638>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13744638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609338" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13744638'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609338'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609338'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13744638'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13924092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13924092> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13924092> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13924092>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13924092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13924092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609063" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13924092'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609063'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609063'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13924092'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924103> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924103> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924103>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13924103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609944" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13924103'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609944'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609944'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13924103'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828638> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828638> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828638>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13828638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609265" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13828638'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609265'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609265'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13828638'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828660> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828660> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828660>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13828660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609449" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13828660'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609449'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609449'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13828660'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14312074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14312074> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14312074> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14312074>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14312074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14312074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609453" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14312074'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609453'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609453'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14312074'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13886938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13886938> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13886938> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13886938>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13886938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13886938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557008" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13886938'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557008'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557008'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13886938'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828667> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828667> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828667>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13828667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609443" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13828667'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609443'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609443'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13828667'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14543393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14543393> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14543393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14543393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14543393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14543393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609696" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14543393'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609696'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609696'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14543393'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535467> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535467> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535467>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14535467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14535467'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610062'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610062'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14535467'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756610> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13756610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609420" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13756610'^^xsd:integer;
  dwc:scientificName 'Distomus variolosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609420'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609420'^^xsd:string;
  dwc:aphiaid '103890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13756610'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14160007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14160007> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14160007> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14160007>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14160007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14160007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609155" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14160007'^^xsd:integer;
  dwc:scientificName 'Nitophyllum punctatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609155'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609155'^^xsd:string;
  dwc:aphiaid '144770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14160007'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144770'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336242> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336242> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336242>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14336242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14336242'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609147'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609147'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14336242'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336223> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336223> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336223>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14336223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14336223'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608891'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608891'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14336223'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13413662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13413662> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13413662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13413662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13413662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13413662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609389" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13413662'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609389'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609389'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13413662'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14388193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14388193> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14388193> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14388193>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14388193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14388193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608973" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14388193'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608973'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608973'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14388193'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14543397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14543397> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14543397> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14543397>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14543397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14543397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609097" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14543397'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609097'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609097'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14543397'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14197580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14197580> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14197580> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14197580>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14197580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14197580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609271" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14197580'^^xsd:integer;
  dwc:scientificName 'Ophiura albida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609271'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609271'^^xsd:string;
  dwc:aphiaid '124913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14197580'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '124913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13505607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13505607> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13505607> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13505607>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13505607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13505607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609274" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13505607'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609274'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609274'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13505607'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14276826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14276826> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14276826> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14276826>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14276826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14276826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610130" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14276826'^^xsd:integer;
  dwc:scientificName 'Phorbas fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610130'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610130'^^xsd:string;
  dwc:aphiaid '133679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14276826'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535449> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535449> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535449>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14535449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608985" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14535449'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608985'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608985'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14535449'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535450> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535450> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535450>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14535450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557101" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14535450'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557101'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557101'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14535450'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489419> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14489419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609407" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14489419'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609407'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609407'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14489419'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13748936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13748936> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13748936> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13748936>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13748936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13748936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610172" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13748936'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610172'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610172'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13748936'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13577641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13577641> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13577641> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13577641>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13577641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13577641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609267" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13577641'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609267'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609267'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13577641'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13535514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13535514> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13535514> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13535514>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13535514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13535514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609252" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13535514'^^xsd:integer;
  dwc:scientificName 'Axinella dissimilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609252'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609252'^^xsd:string;
  dwc:aphiaid '132473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13535514'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '132473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13424526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13424526> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13424526> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13424526>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13424526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13424526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609258" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13424526'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609258'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609258'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13424526'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190014> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14190014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732622" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14190014'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732622'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732622'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14190014'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190015> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14190015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732638" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14190015'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732638'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732638'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14190015'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570526> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13570526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732439" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13570526'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732439'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732439'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13570526'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647644> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13647644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732636" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13647644'^^xsd:integer;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732636'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732636'^^xsd:string;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13647644'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276809> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14276809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732462" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14276809'^^xsd:integer;
  dwc:scientificName 'Phorbas fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732462'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732462'^^xsd:string;
  dwc:aphiaid '133679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14276809'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14535445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14535445> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14535445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14535445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14535445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14535445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609529" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14535445'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609529'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609529'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14535445'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13460041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13460041> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13460041> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13460041>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13460041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13460041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609963" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13460041'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609963'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609963'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13460041'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517543> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517543> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517543>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13517543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609654" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13517543'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609654'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609654'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13517543'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517584> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517584> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517584>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609444" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517584'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609444'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609444'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517584'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517542> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517542> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517542>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13517542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13517542'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609270'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609270'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13517542'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489405> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489405> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489405>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14489405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609852" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14489405'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609852'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609852'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14489405'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14392999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14392999> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14392999> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14392999>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14392999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14392999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609661" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14392999'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609661'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609661'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14392999'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13424528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13424528> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13424528> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13424528>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13424528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13424528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609855" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13424528'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609855'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609855'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13424528'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14120759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14120759> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14120759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14120759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14120759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14120759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557160" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14120759'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557160'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557160'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14120759'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14336226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14336226> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14336226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14336226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14336226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14336226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557158" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14336226'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557158'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557158'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14336226'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336238> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336238> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336238>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14336238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609096" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14336238'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609096'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609096'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14336238'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14607457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14607457> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14607457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14607457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14607457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14607457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609088" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14607457'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609088'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609088'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14607457'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14276819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14276819> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14276819> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14276819>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14276819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14276819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609929" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14276819'^^xsd:integer;
  dwc:scientificName 'Phorbas fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609929'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609929'^^xsd:string;
  dwc:aphiaid '133679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14276819'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535481> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14535481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609478" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14535481'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609478'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609478'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14535481'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13359672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13359672> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13359672> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13359672>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13359672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13359672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609783" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13359672'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609783'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609783'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13359672'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13359667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13359667> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13359667> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13359667>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13359667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13359667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608932" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13359667'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608932'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40608932'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13359667'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535477> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14535477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610081" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14535477'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610081'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610081'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14535477'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489422> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14489422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609164" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14489422'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609164'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609164'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14489422'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13424525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13424525> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13424525> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13424525>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13424525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13424525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608877" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13424525'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608877'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608877'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13424525'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13766510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13766510> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13766510> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13766510>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13766510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13766510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609930" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13766510'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609930'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609930'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13766510'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13766506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13766506> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13766506> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13766506>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13766506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13766506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609052" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13766506'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609052'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609052'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13766506'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13749806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13749806> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13749806> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13749806>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13749806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13749806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609069" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13749806'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609069'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609069'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13749806'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424547> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13424547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609301" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13424547'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609301'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609301'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13424547'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424548> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13424548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609081" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13424548'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609081'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609081'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13424548'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13678895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13678895> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13678895> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13678895>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13678895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13678895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610006" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13678895'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610006'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610006'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13678895'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324326> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324326> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324326>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14324326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609248" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14324326'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609248'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609248'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14324326'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324329> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324329> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324329>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14324329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609645" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14324329'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609645'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609645'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14324329'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324325> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324325> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324325>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14324325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608996" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14324325'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608996'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608996'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14324325'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13943589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13943589> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13943589> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13943589>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13943589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13943589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609721" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13943589'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609721'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609721'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13943589'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14324332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14324332> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14324332> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14324332>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14324332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14324332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609926" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14324332'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609926'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609926'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14324332'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570528> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13570528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732471" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13570528'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732471'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732471'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13570528'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570529> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13570529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732482" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13570529'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732482'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732482'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13570529'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570533> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13570533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732586" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13570533'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732586'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732586'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13570533'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276812> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14276812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732626" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14276812'^^xsd:integer;
  dwc:scientificName 'Phorbas fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732626'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732626'^^xsd:string;
  dwc:aphiaid '133679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14276812'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931504> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13931504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732618" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13931504'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732618'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732618'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13931504'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14221772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14221772> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14221772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14221772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14221772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14221772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732438" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14221772'^^xsd:integer;
  dwc:scientificName 'Pagurus cuanensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732438'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732438'^^xsd:string;
  dwc:aphiaid '107235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14221772'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107235'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14221773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14221773> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14221773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14221773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14221773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14221773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732470" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14221773'^^xsd:integer;
  dwc:scientificName 'Pagurus cuanensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732470'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732470'^^xsd:string;
  dwc:aphiaid '107235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14221773'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107235'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601088> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14601088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732455" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14601088'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732455'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732455'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14601088'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601089> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14601089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732473" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14601089'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732473'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732473'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14601089'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601091> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14601091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732495" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14601091'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732495'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732495'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14601091'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953218> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13953218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732624" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13953218'^^xsd:integer;
  dwc:scientificName 'Inachus phalangium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732624'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732624'^^xsd:string;
  dwc:aphiaid '107333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13953218'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536915> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13536915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732436" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13536915'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732436'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732436'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13536915'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389467> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13389467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732630" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13389467'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732630'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732630'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13389467'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14311406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14311406> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14311406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14311406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14311406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14311406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732461" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14311406'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732461'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732461'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14311406'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14311407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14311407> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14311407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14311407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14311407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14311407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732478" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14311407'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732478'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732478'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14311407'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517491> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13517491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732444" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13517491'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732444'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732444'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13517491'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517492> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13517492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732486" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13517492'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732486'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732486'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13517492'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14290911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14290911> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14290911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14290911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14290911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14290911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732585" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14290911'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732585'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732585'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14290911'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297581> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297581> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297581>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14297581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609333" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14297581'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609333'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609333'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14297581'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828634> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828634> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828634>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13828634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609000" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13828634'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609000'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609000'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13828634'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828642> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828642> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828642>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13828642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609726" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13828642'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609726'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609726'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13828642'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14132892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14132892> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14132892> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14132892>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14132892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14132892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609719" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14132892'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609719'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609719'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14132892'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828643> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828643> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828643>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13828643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609345" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13828643'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609345'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609345'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13828643'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828679> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828679> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828679>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13828679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610135" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13828679'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610135'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610135'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13828679'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13828652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13828652> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13828652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13828652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13828652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13828652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13828652'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557062'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557062'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13828652'^^xsd:string;
  dwc:observationDate '1999-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132905> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132905> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132905>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14132905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609813" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14132905'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609813'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609813'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14132905'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601096> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14601096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732588" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14601096'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732588'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732588'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14601096'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931494> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13931494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732440" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13931494'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732440'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732440'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13931494'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570534> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13570534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732597" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13570534'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732597'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732597'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13570534'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13892193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13892193> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13892193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13892193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13892193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13892193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732434" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13892193'^^xsd:integer;
  dwc:scientificName 'Haliclona simulans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732434'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732434'^^xsd:string;
  dwc:aphiaid '236331'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13892193'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '132858'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389458> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13389458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732430" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13389458'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732430'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732430'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13389458'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536917> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13536917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732469" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13536917'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732469'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732469'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13536917'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14312079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14312079> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14312079> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14312079>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14312079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14312079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610138" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14312079'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610138'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610138'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14312079'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132900> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132900> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132900>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14132900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609931" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14132900'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609931'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609931'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14132900'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13460039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13460039> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13460039> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13460039>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13460039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13460039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13460039'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557064'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557064'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13460039'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14132891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14132891> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14132891> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14132891>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14132891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14132891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609649" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14132891'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609649'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609649'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14132891'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655383> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13655383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609689" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13655383'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609689'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609689'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13655383'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13359678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13359678> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13359678> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13359678>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13359678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13359678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557193" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13359678'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557193'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40557193'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13359678'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13359675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13359675> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13359675> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13359675>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13359675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13359675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609993" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13359675'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609993'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609993'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13359675'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13621422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13621422> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13621422> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13621422>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13621422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13621422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610168" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13621422'^^xsd:integer;
  dwc:scientificName 'Cellaria fistulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610168'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610168'^^xsd:string;
  dwc:aphiaid '111257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13621422'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '111257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13632837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13632837> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13632837> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13632837>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13632837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13632837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609191" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13632837'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609191'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609191'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13632837'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336246> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14336246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557105" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14336246'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557105'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557105'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14336246'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13930005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13930005> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13930005> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13930005>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13930005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13930005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609996" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13930005'^^xsd:integer;
  dwc:scientificName 'Himanthalia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609996'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609996'^^xsd:string;
  dwc:aphiaid '145551'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13930005'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145551'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14216949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14216949> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14216949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14216949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14216949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14216949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610268" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14216949'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610268'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610268'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14216949'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13981608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13981608> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13981608> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13981608>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13981608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13981608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557018" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13981608'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557018'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557018'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13981608'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13513613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13513613> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13513613> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13513613>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13513613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13513613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13513613'^^xsd:integer;
  dwc:scientificName 'Aspitrigla cuculus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609820'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609820'^^xsd:string;
  dwc:aphiaid '150662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13513613'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '127259'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851980> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13851980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557106" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13851980'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557106'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557106'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13851980'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13431030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13431030> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13431030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13431030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13431030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13431030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610237" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13431030'^^xsd:integer;
  dwc:scientificName 'Amathia lendigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610237'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610237'^^xsd:string;
  dwc:aphiaid '111659'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13431030'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '111659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977192> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977192> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977192>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13977192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609213" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13977192'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609213'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609213'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13977192'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714727> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714727> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714727>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13714727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609484" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13714727'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609484'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609484'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13714727'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924106> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924106> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924106>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13924106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609208" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13924106'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609208'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609208'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13924106'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744633> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744633> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744633>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13744633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609540" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13744633'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609540'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609540'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13744633'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14559928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14559928> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14559928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.577065"^^xsd:decimal ;
  dwc:decimalLongitude "-4.215065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14559928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  geo-pos:lat "52.577065"^^xsd:decimal ;
  geo-pos:long "-4.215065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14559928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14559928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611471" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14559928'^^xsd:integer;
  dwc:scientificName 'Fabricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611471'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.215065'^^xsd:double;
  dwc:latitude '52.577065'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611471'^^xsd:string;
  dwc:aphiaid '129529'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14559928'^^xsd:string;
  dwc:observationDate '1998-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '129529'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517572> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608909" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517572'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608909'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608909'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517572'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517585> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517585> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517585>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609099" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517585'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609099'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609099'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517585'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13389474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13389474> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13389474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13389474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13389474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13389474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610233" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13389474'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610233'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610233'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13389474'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743218> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743218> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743218>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13743218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609801" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13743218'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609801'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609801'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13743218'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13747480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13747480> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13747480> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13747480>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13747480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13747480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608904" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13747480'^^xsd:integer;
  dwc:scientificName 'Didemnidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608904'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608904'^^xsd:string;
  dwc:aphiaid '103439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13747480'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '103439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13539221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13539221> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13539221> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13539221>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13539221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13539221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609148" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13539221'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609148'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609148'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13539221'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882516> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882516> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882516>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13882516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609799" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13882516'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609799'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609799'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13882516'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977196> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977196> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977196>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13977196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609748" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13977196'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609748'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609748'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13977196'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388201> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14388201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609082" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14388201'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609082'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609082'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14388201'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729137> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729137> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729137>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13729137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609536" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13729137'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609536'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609536'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13729137'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13729127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13729127> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13729127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13729127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13729127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13729127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557135" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13729127'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557135'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557135'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13729127'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13747477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13747477> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13747477> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13747477>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13747477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13747477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608977" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13747477'^^xsd:integer;
  dwc:scientificName 'Didemnidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608977'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608977'^^xsd:string;
  dwc:aphiaid '103439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13747477'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '103439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747490> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13747490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609418" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13747490'^^xsd:integer;
  dwc:scientificName 'Didemnidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609418'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609418'^^xsd:string;
  dwc:aphiaid '103439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13747490'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851981> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851981> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851981>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13851981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609885" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13851981'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609885'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609885'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13851981'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851972> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851972> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851972>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13851972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608967" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13851972'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608967'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40608967'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13851972'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774314> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774314> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774314>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13774314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608970" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13774314'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608970'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40608970'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13774314'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13419578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13419578> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13419578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13419578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13419578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13419578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610083" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13419578'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610083'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610083'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13419578'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13770266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13770266> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13770266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13770266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13770266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13770266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610030" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13770266'^^xsd:integer;
  dwc:scientificName 'Echinocardium cordatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610030'^^xsd:string;
  dwc:yearCollected '1999'^^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.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610030'^^xsd:string;
  dwc:aphiaid '124392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13770266'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '124392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744644> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744644> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744644>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13744644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557006" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13744644'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557006'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40557006'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13744644'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13924101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13924101> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13924101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13924101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13924101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13924101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557171" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13924101'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557171'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557171'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13924101'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924104> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924104> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924104>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13924104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13924104'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557072'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557072'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13924104'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924114> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924114> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924114>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13924114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609335" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13924114'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609335'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609335'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13924114'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13973932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13973932> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13973932> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13973932>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13973932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13973932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609784" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13973932'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609784'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609784'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13973932'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13589139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13589139> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13589139> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13589139>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13589139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13589139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608969" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13589139'^^xsd:integer;
  dwc:scientificName 'Callophyllis cristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608969'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40608969'^^xsd:string;
  dwc:aphiaid '145261'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13589139'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '373772'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14312071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14312071> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14312071> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14312071>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14312071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14312071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610008" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14312071'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610008'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610008'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14312071'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714719> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714719> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714719>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13714719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609739" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13714719'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609739'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609739'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13714719'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714700> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714700> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714700>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13714700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608885" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13714700'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608885'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608885'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13714700'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714741> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714741> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714741>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13714741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609588" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13714741'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609588'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609588'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13714741'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13513610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13513610> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13513610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13513610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13513610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13513610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609698" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13513610'^^xsd:integer;
  dwc:scientificName 'Aspitrigla cuculus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609698'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609698'^^xsd:string;
  dwc:aphiaid '150662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13513610'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '127259'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13749809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13749809> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13749809> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13749809>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13749809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13749809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556984" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13749809'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556984'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40556984'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13749809'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749822> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749822> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749822>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13749822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609533" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13749822'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609533'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609533'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13749822'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517581> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557052" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517581'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557052'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557052'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517581'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517535> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517535> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517535>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13517535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609665" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13517535'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609665'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609665'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13517535'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517577> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517577> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517577>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609851" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517577'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609851'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609851'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517577'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13620728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13620728> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13620728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13620728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13620728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13620728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609775" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13620728'^^xsd:integer;
  dwc:scientificName 'Cellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609775'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609775'^^xsd:string;
  dwc:aphiaid '110869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13620728'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '110869'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981631> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981631> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981631>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13981631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609895" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13981631'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609895'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609895'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13981631'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743229> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743229> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743229>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13743229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13743229'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609891'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609891'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13743229'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031657> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14031657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614728" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14031657'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614728'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614728'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14031657'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729131> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729131> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729131>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13729131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557071" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13729131'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557071'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557071'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13729131'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535472> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535472> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535472>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14535472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609311" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14535472'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609311'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609311'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14535472'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13736054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13736054> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13736054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13736054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13736054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13736054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609686" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13736054'^^xsd:integer;
  dwc:scientificName 'Desmarestia aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609686'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609686'^^xsd:string;
  dwc:aphiaid '145307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13736054'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13539219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13539219> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13539219> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13539219>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13539219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13539219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609965" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13539219'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609965'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609965'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13539219'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14460797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14460797> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14460797> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14460797>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14460797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14460797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608997" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14460797'^^xsd:integer;
  dwc:scientificName 'Stelligera stuposa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608997'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608997'^^xsd:string;
  dwc:aphiaid '134175'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14460797'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '134175'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696819> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.588826 -4.166647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.588826"^^xsd:decimal ;
  dwc:decimalLongitude "-4.166647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.588826 -4.166647)"^^geo:wktLiteral ;
  geo-pos:lat "51.588826"^^xsd:decimal ;
  geo-pos:long "-4.166647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14696819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610328" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14696819'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus microps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610328'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.166647'^^xsd:double;
  dwc:latitude '51.588826'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610328'^^xsd:string;
  dwc:aphiaid '126927'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14696819'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '126927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14396861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14396861> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14396861> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14396861>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14396861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14396861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610133" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14396861'^^xsd:integer;
  dwc:scientificName 'Salmacina dysteri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610133'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610133'^^xsd:string;
  dwc:aphiaid '131038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14396861'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '131038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419573> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419573> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419573>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13419573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610164" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13419573'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610164'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610164'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13419573'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744632> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744632> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744632>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13744632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609802" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13744632'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609802'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609802'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13744632'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13548880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13548880> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13548880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13548880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13548880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13548880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40728993" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13548880'^^xsd:integer;
  dwc:scientificName 'Bathyporeia sarsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40728993'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40728993'^^xsd:string;
  dwc:aphiaid '103073'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13548880'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '103073'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13548881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13548881> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13548881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13548881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13548881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13548881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729002" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13548881'^^xsd:integer;
  dwc:scientificName 'Bathyporeia sarsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729002'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729002'^^xsd:string;
  dwc:aphiaid '103073'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13548881'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '103073'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13548878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13548878> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13548878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13548878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13548878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13548878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729042" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13548878'^^xsd:integer;
  dwc:scientificName 'Bathyporeia sarsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729042'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729042'^^xsd:string;
  dwc:aphiaid '103073'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13548878'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '103073'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621990> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.220999 -3.19964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.220999"^^xsd:decimal ;
  dwc:decimalLongitude "-3.19964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.220999 -3.19964)"^^geo:wktLiteral ;
  geo-pos:lat "53.220999"^^xsd:decimal ;
  geo-pos:long "-3.19964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:10621990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608860" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '10621990'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608860'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.19964'^^xsd:double;
  dwc:latitude '53.220999'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608860'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:10621990'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14447881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14447881> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14447881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14447881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14447881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:14447881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729007" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '14447881'^^xsd:integer;
  dwc:scientificName 'Spiophanes bombyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729007'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729007'^^xsd:string;
  dwc:aphiaid '131187'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:14447881'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '131187'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13987198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13987198> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13987198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13987198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13987198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13987198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556952" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13987198'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556952'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556952'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13987198'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13492166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13492166> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13492166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13492166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13492166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13492166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556951" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13492166'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556951'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556951'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13492166'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14050910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14050910> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14050910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14050910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14050910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:14050910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729015" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '14050910'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729015'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729015'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:14050910'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646358> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.220999 -3.19964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.220999"^^xsd:decimal ;
  dwc:decimalLongitude "-3.19964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.220999 -3.19964)"^^geo:wktLiteral ;
  geo-pos:lat "53.220999"^^xsd:decimal ;
  geo-pos:long "-3.19964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13646358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608859" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13646358'^^xsd:integer;
  dwc:scientificName 'Chironomida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608859'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.19964'^^xsd:double;
  dwc:latitude '53.220999'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608859'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13646358'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13606639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13606639> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13606639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.220999 -3.19964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.220999"^^xsd:decimal ;
  dwc:decimalLongitude "-3.19964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13606639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.220999 -3.19964)"^^geo:wktLiteral ;
  geo-pos:lat "53.220999"^^xsd:decimal ;
  geo-pos:long "-3.19964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13606639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13606639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608858" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13606639'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608858'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.19964'^^xsd:double;
  dwc:latitude '53.220999'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608858'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13606639'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14348724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14348724> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14348724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.30548 -3.652243)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.30548"^^xsd:decimal ;
  dwc:decimalLongitude "-3.652243"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14348724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.30548 -3.652243)"^^geo:wktLiteral ;
  geo-pos:lat "53.30548"^^xsd:decimal ;
  geo-pos:long "-3.652243"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14348724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14348724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608920" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14348724'^^xsd:integer;
  dwc:scientificName 'Praunus flexuosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608920'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.652243'^^xsd:double;
  dwc:latitude '53.30548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608920'^^xsd:string;
  dwc:aphiaid '120177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14348724'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '120177'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14572135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14572135> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14572135> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14572135>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14572135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14572135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608842" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14572135'^^xsd:integer;
  dwc:scientificName 'Potamopyrgus antipodarum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608842'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40608842'^^xsd:string;
  dwc:aphiaid '147123'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14572135'^^xsd:string;
  dwc:observationDate '1998-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '147123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14587070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14587070> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14587070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.30548 -3.652243)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.30548"^^xsd:decimal ;
  dwc:decimalLongitude "-3.652243"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14587070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.30548 -3.652243)"^^geo:wktLiteral ;
  geo-pos:lat "53.30548"^^xsd:decimal ;
  geo-pos:long "-3.652243"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14587070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14587070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608919" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14587070'^^xsd:integer;
  dwc:scientificName 'Neomysis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608919'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.652243'^^xsd:double;
  dwc:latitude '53.30548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608919'^^xsd:string;
  dwc:aphiaid '119888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14587070'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '119888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14063418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14063418> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14063418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.220999 -3.19964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.220999"^^xsd:decimal ;
  dwc:decimalLongitude "-3.19964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14063418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.220999 -3.19964)"^^geo:wktLiteral ;
  geo-pos:lat "53.220999"^^xsd:decimal ;
  geo-pos:long "-3.19964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14063418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14063418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608853" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14063418'^^xsd:integer;
  dwc:scientificName 'Manayunkia aestuarina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608853'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.19964'^^xsd:double;
  dwc:latitude '53.220999'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608853'^^xsd:string;
  dwc:aphiaid '130926'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14063418'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '130926'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12454678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12454678> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12454678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.577065"^^xsd:decimal ;
  dwc:decimalLongitude "-4.215065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12454678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  geo-pos:lat "52.577065"^^xsd:decimal ;
  geo-pos:long "-4.215065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12454678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:12454678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609028" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '12454678'^^xsd:integer;
  dwc:scientificName 'Cordylophora caspia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609028'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.215065'^^xsd:double;
  dwc:latitude '52.577065'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609028'^^xsd:string;
  dwc:aphiaid '117428'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:12454678'^^xsd:string;
  dwc:observationDate '1998-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '117428'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14366831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14366831> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14366831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.220999 -3.19964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.220999"^^xsd:decimal ;
  dwc:decimalLongitude "-3.19964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14366831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.220999 -3.19964)"^^geo:wktLiteral ;
  geo-pos:lat "53.220999"^^xsd:decimal ;
  geo-pos:long "-3.19964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14366831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14366831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608852" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14366831'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608852'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.19964'^^xsd:double;
  dwc:latitude '53.220999'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608852'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14366831'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13637176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13637176> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13637176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.577065"^^xsd:decimal ;
  dwc:decimalLongitude "-4.215065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13637176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  geo-pos:lat "52.577065"^^xsd:decimal ;
  geo-pos:long "-4.215065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13637176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13637176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609038" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13637176'^^xsd:integer;
  dwc:scientificName 'Chaetomorpha linum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609038'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.215065'^^xsd:double;
  dwc:latitude '52.577065'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609038'^^xsd:string;
  dwc:aphiaid '145027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13637176'^^xsd:string;
  dwc:observationDate '1998-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '145027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320513> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.220999 -3.19964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.220999"^^xsd:decimal ;
  dwc:decimalLongitude "-3.19964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.220999 -3.19964)"^^geo:wktLiteral ;
  geo-pos:lat "53.220999"^^xsd:decimal ;
  geo-pos:long "-3.19964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14320513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608851" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14320513'^^xsd:integer;
  dwc:scientificName 'Polydora ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608851'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.19964'^^xsd:double;
  dwc:latitude '53.220999'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608851'^^xsd:string;
  dwc:aphiaid '131141'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14320513'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '131141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14408669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14408669> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14408669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14408669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14408669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:14408669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729049" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '14408669'^^xsd:integer;
  dwc:scientificName 'Scoloplos armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729049'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729049'^^xsd:string;
  dwc:aphiaid '130537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:14408669'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '130537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14408672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14408672> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14408672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14408672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14408672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:14408672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40728998" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '14408672'^^xsd:integer;
  dwc:scientificName 'Scoloplos armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40728998'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40728998'^^xsd:string;
  dwc:aphiaid '130537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:14408672'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '130537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14408673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14408673> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14408673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14408673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14408673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:14408673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729006" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '14408673'^^xsd:integer;
  dwc:scientificName 'Scoloplos armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729006'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729006'^^xsd:string;
  dwc:aphiaid '130537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:14408673'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '130537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14408674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14408674> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14408674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14408674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14408674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:14408674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729029" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '14408674'^^xsd:integer;
  dwc:scientificName 'Scoloplos armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729029'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729029'^^xsd:string;
  dwc:aphiaid '130537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:14408674'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '130537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10710143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10710143> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10710143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10710143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10710143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:10710143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729043" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '10710143'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729043'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729043'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:10710143'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10710142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10710142> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10710142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10710142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10710142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:10710142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729012" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '10710142'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729012'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729012'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:10710142'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13908261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13908261> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13908261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13908261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13908261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13908261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729014" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13908261'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729014'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729014'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13908261'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696812> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696812> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696812>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14696812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611421" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14696812'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus microps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611421'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40611421'^^xsd:string;
  dwc:aphiaid '126927'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14696812'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '126927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696816> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.220999 -3.19964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.220999"^^xsd:decimal ;
  dwc:decimalLongitude "-3.19964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.220999 -3.19964)"^^geo:wktLiteral ;
  geo-pos:lat "53.220999"^^xsd:decimal ;
  geo-pos:long "-3.19964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14696816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608861" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14696816'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus microps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608861'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.19964'^^xsd:double;
  dwc:latitude '53.220999'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608861'^^xsd:string;
  dwc:aphiaid '126927'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14696816'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '126927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13697096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13697096> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13697096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13697096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13697096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13697096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729034" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13697096'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729034'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729034'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13697096'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14149038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14149038> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14149038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14149038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14149038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:14149038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729027" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '14149038'^^xsd:integer;
  dwc:scientificName 'Nephtys hombergii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729027'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729027'^^xsd:string;
  dwc:aphiaid '130359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:14149038'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '130359'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14408675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14408675> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14408675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14408675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14408675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:14408675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729061" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '14408675'^^xsd:integer;
  dwc:scientificName 'Scoloplos armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729061'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729061'^^xsd:string;
  dwc:aphiaid '130537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:14408675'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '130537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14149033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14149033> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14149033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14149033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14149033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:14149033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729047" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '14149033'^^xsd:integer;
  dwc:scientificName 'Nephtys hombergii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729047'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729047'^^xsd:string;
  dwc:aphiaid '130359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:14149033'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '130359'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13705465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13705465> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13705465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13705465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13705465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13705465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729045" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13705465'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729045'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729045'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13705465'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10710149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10710149> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10710149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10710149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10710149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:10710149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729054" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '10710149'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729054'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729054'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:10710149'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10710148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10710148> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10710148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10710148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10710148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:10710148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729022" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '10710148'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729022'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729022'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:10710148'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14145834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14145834> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14145834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14145834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14145834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:14145834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729016" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '14145834'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729016'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729016'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:14145834'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14145837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14145837> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14145837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14145837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14145837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:14145837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729058" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '14145837'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729058'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729058'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:14145837'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14145835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14145835> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14145835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14145835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14145835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:14145835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40728996" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '14145835'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40728996'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40728996'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:14145835'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14145836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14145836> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14145836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14145836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14145836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:14145836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729004" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '14145836'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729004'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729004'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:14145836'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14408670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14408670> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14408670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14408670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14408670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:14408670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729039" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '14408670'^^xsd:integer;
  dwc:scientificName 'Scoloplos armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729039'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729039'^^xsd:string;
  dwc:aphiaid '130537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:14408670'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '130537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14408671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14408671> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14408671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14408671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14408671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:14408671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729067" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '14408671'^^xsd:integer;
  dwc:scientificName 'Scoloplos armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729067'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729067'^^xsd:string;
  dwc:aphiaid '130537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:14408671'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '130537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14408668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14408668> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14408668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14408668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14408668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:14408668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729019" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '14408668'^^xsd:integer;
  dwc:scientificName 'Scoloplos armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729019'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729019'^^xsd:string;
  dwc:aphiaid '130537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:14408668'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '130537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14428009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14428009> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14428009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14428009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14428009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:14428009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729050" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '14428009'^^xsd:integer;
  dwc:scientificName 'Sigalion mathildae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729050'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729050'^^xsd:string;
  dwc:aphiaid '131072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:14428009'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '131072'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10621835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10621835> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10621835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10621835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10621835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:10621835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729036" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '10621835'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729036'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729036'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:10621835'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13498994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13498994> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13498994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13498994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13498994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13498994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729041" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13498994'^^xsd:integer;
  dwc:scientificName 'Aricidea minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729041'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729041'^^xsd:string;
  dwc:aphiaid '130564'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13498994'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '730747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14164331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14164331> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14164331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14164331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14164331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:14164331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729009" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '14164331'^^xsd:integer;
  dwc:scientificName 'Notomastus latericeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729009'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729009'^^xsd:string;
  dwc:aphiaid '129898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:14164331'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '129898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13908262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13908262> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13908262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13908262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13908262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13908262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729025" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13908262'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729025'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729025'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13908262'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13908263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13908263> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13908263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13908263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13908263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13908263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729056" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13908263'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729056'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729056'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13908263'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13697097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13697097> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13697097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13697097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13697097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13697097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729023" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13697097'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729023'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729023'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13697097'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13697095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13697095> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13697095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13697095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13697095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13697095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729044" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13697095'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729044'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729044'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13697095'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13547074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13547074> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13547074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13547074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13547074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13547074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729053" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13547074'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pelagica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729053'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729053'^^xsd:string;
  dwc:aphiaid '103066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13547074'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '103066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10621836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10621836> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10621836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10621836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10621836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:10621836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729057" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '10621836'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729057'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729057'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:10621836'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13456260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13456260> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13456260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13456260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13456260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13456260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40728992" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13456260'^^xsd:integer;
  dwc:scientificName 'Anaitides mucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40728992'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40728992'^^xsd:string;
  dwc:aphiaid '152441'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13456260'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '334512'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13456258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13456258> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13456258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13456258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13456258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13456258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729030" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13456258'^^xsd:integer;
  dwc:scientificName 'Anaitides mucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729030'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729030'^^xsd:string;
  dwc:aphiaid '152441'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13456258'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '334512'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13456259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13456259> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13456259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13456259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13456259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13456259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729063" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13456259'^^xsd:integer;
  dwc:scientificName 'Anaitides mucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729063'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729063'^^xsd:string;
  dwc:aphiaid '152441'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13456259'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '334512'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13601231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13601231> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13601231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13601231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13601231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13601231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13601231'^^xsd:integer;
  dwc:scientificName 'Capitella capitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729064'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729064'^^xsd:string;
  dwc:aphiaid '129876'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13601231'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '129876'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14590668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14590668> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14590668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14590668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14590668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:14590668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729035" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '14590668'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729035'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729035'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:14590668'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14149034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14149034> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14149034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14149034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14149034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:14149034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729038" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '14149034'^^xsd:integer;
  dwc:scientificName 'Nephtys hombergii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729038'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729038'^^xsd:string;
  dwc:aphiaid '130359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:14149034'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '130359'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14149036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14149036> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14149036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14149036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14149036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:14149036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40728997" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '14149036'^^xsd:integer;
  dwc:scientificName 'Nephtys hombergii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40728997'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40728997'^^xsd:string;
  dwc:aphiaid '130359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:14149036'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '130359'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14149037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14149037> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14149037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14149037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14149037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:14149037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729005" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '14149037'^^xsd:integer;
  dwc:scientificName 'Nephtys hombergii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729005'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729005'^^xsd:string;
  dwc:aphiaid '130359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:14149037'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '130359'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13705466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13705466> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13705466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13705466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13705466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13705466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40728995" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13705466'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40728995'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40728995'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13705466'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13705467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13705467> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13705467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13705467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13705467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13705467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729055" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13705467'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729055'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729055'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13705467'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13456261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13456261> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13456261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13456261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13456261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13456261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729001" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13456261'^^xsd:integer;
  dwc:scientificName 'Anaitides mucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729001'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729001'^^xsd:string;
  dwc:aphiaid '152441'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13456261'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '334512'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13548879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13548879> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13548879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13548879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13548879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13548879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729031" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13548879'^^xsd:integer;
  dwc:scientificName 'Bathyporeia sarsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729031'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729031'^^xsd:string;
  dwc:aphiaid '103073'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13548879'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '103073'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13548882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13548882> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13548882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13548882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13548882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13548882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729021" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13548882'^^xsd:integer;
  dwc:scientificName 'Bathyporeia sarsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729021'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729021'^^xsd:string;
  dwc:aphiaid '103073'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13548882'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '103073'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13548883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13548883> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13548883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13548883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13548883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13548883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729052" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13548883'^^xsd:integer;
  dwc:scientificName 'Bathyporeia sarsi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729052'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729052'^^xsd:string;
  dwc:aphiaid '103073'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13548883'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '103073'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12397207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12397207> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12397207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12397207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12397207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:12397207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597736" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '12397207'^^xsd:integer;
  dwc:scientificName 'Caloplaca marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597736'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597736'^^xsd:string;
  dwc:aphiaid '147724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:12397207'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '147724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12397208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12397208> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12397208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12397208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12397208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:12397208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597585" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '12397208'^^xsd:integer;
  dwc:scientificName 'Caloplaca marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597585'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597585'^^xsd:string;
  dwc:aphiaid '147724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:12397208'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '147724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12399179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12399179> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12399179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12399179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12399179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:12399179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597586" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '12399179'^^xsd:integer;
  dwc:scientificName 'Verrucaria maura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597586'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597586'^^xsd:string;
  dwc:aphiaid '147758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:12399179'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '1609738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14020851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14020851> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14020851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14020851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14020851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14020851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597726" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14020851'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597726'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597726'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14020851'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14031649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14031649> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14031649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14031649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14031649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14031649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597734" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14031649'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597734'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597734'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14031649'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12398210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12398210> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12398210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12398210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12398210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:12398210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597739" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '12398210'^^xsd:integer;
  dwc:scientificName 'Xanthoria parietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597739'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597739'^^xsd:string;
  dwc:aphiaid '147709'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:12398210'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '147709'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12398211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12398211> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12398211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12398211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12398211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:12398211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597587" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '12398211'^^xsd:integer;
  dwc:scientificName 'Xanthoria parietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597587'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597587'^^xsd:string;
  dwc:aphiaid '147709'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:12398211'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '147709'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14255539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14255539> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14255539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14255539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14255539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14255539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597735" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14255539'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597735'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597735'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14255539'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606617> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13606617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597712" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13606617'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597712'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597712'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13606617'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14030448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14030448> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14030448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14030448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14030448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14030448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597727" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14030448'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata/mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597727'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597727'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14030448'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606614> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13606614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597725" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13606614'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597725'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597725'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13606614'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13456256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13456256> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13456256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13456256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13456256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13456256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729010" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13456256'^^xsd:integer;
  dwc:scientificName 'Anaitides mucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729010'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729010'^^xsd:string;
  dwc:aphiaid '152441'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13456256'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '334512'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13456257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13456257> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13456257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13456257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13456257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13456257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729040" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13456257'^^xsd:integer;
  dwc:scientificName 'Anaitides mucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729040'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729040'^^xsd:string;
  dwc:aphiaid '152441'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13456257'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '334512'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13606638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13606638> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13606638> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13606638>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13606638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13606638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13606638'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608838'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40608838'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13606638'^^xsd:string;
  dwc:observationDate '1998-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14700447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14700447> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14700447> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14700447>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14700447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14700447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608849" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14700447'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608849'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40608849'^^xsd:string;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14700447'^^xsd:string;
  dwc:observationDate '1998-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14149032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14149032> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14149032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14149032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14149032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:14149032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729017" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '14149032'^^xsd:integer;
  dwc:scientificName 'Nephtys hombergii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729017'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729017'^^xsd:string;
  dwc:aphiaid '130359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:14149032'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '130359'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13018435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13018435> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13018435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13018435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13018435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13018435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597723" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13018435'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597723'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597723'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13018435'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14108741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14108741> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14108741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14108741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14108741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14108741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597728" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14108741'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597728'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597728'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14108741'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13832097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13832097> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13832097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13832097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13832097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13832097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597713" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13832097'^^xsd:integer;
  dwc:scientificName 'Fucus ceranoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597713'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597713'^^xsd:string;
  dwc:aphiaid '145542'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13832097'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '145542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13880363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13880363> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13880363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13880363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13880363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13880363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597588" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13880363'^^xsd:integer;
  dwc:scientificName 'Grey lichens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597588'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597588'^^xsd:string;
  dwc:aphiaid '4'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13880363'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '4'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13763713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13763713> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13763713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13763713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13763713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13763713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597722" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13763713'^^xsd:integer;
  dwc:scientificName 'Dynamena pumila'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597722'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597722'^^xsd:string;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13763713'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13928896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13928896> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13928896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13928896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13928896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13928896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597729" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13928896'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia rubra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597729'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597729'^^xsd:string;
  dwc:aphiaid '145712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13928896'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '145712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12393533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12393533> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12393533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12393533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12393533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:12393533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597737" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '12393533'^^xsd:integer;
  dwc:scientificName 'Lichina pygmaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597737'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597737'^^xsd:string;
  dwc:aphiaid '147720'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:12393533'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '147720'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492206> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13492206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597690" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13492206'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597690'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597690'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13492206'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13492168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13492168> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13492168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13492168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13492168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13492168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556945" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13492168'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556945'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556945'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13492168'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13492170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13492170> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13492170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13492170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13492170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13492170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556954" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13492170'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556954'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556954'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13492170'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13987201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13987201> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13987201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13987201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13987201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13987201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556946" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13987201'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556946'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556946'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13987201'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13987203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13987203> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13987203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13987203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13987203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13987203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556955" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13987203'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556955'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556955'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13987203'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12457778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12457778> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12457778> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12457778>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12457778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:12457778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608846" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '12457778'^^xsd:integer;
  dwc:scientificName 'Conopeum seurati'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608846'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40608846'^^xsd:string;
  dwc:aphiaid '111352'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:12457778'^^xsd:string;
  dwc:observationDate '1998-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '111352'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12457781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12457781> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12457781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.33027"^^xsd:decimal ;
  dwc:decimalLongitude "-3.436709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12457781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  geo-pos:lat "51.33027"^^xsd:decimal ;
  geo-pos:long "-3.436709"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12457781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:12457781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610314" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '12457781'^^xsd:integer;
  dwc:scientificName 'Conopeum seurati'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610314'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.436709'^^xsd:double;
  dwc:latitude '51.33027'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610314'^^xsd:string;
  dwc:aphiaid '111352'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:12457781'^^xsd:string;
  dwc:observationDate '1998-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '111352'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696813> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696813> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696813>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14696813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608848" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14696813'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus microps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608848'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40608848'^^xsd:string;
  dwc:aphiaid '126927'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14696813'^^xsd:string;
  dwc:observationDate '1998-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '126927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14694064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14694064> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14694064> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14694064>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14694064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14694064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608847" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14694064'^^xsd:integer;
  dwc:scientificName 'Gasterosteus aculeatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608847'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40608847'^^xsd:string;
  dwc:aphiaid '126505'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14694064'^^xsd:string;
  dwc:observationDate '1998-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '126505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609357> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609357> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609357>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:12609357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608837" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '12609357'^^xsd:integer;
  dwc:scientificName 'Palaemonetes varians'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608837'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40608837'^^xsd:string;
  dwc:aphiaid '107624'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:12609357'^^xsd:string;
  dwc:observationDate '1998-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '587704'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609359> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:12609359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609242" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '12609359'^^xsd:integer;
  dwc:scientificName 'Palaemonetes varians'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609242'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609242'^^xsd:string;
  dwc:aphiaid '107624'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:12609359'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '587704'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13784771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13784771> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13784771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.30548 -3.652243)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.30548"^^xsd:decimal ;
  dwc:decimalLongitude "-3.652243"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13784771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.30548 -3.652243)"^^geo:wktLiteral ;
  geo-pos:lat "53.30548"^^xsd:decimal ;
  geo-pos:long "-3.652243"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13784771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13784771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608921" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13784771'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608921'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.652243'^^xsd:double;
  dwc:latitude '53.30548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608921'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13784771'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A11656092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A11656092> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A11656092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.659443 -5.037622)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.659443"^^xsd:decimal ;
  dwc:decimalLongitude "-5.037622"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A11656092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.659443 -5.037622)"^^geo:wktLiteral ;
  geo-pos:lat "51.659443"^^xsd:decimal ;
  geo-pos:long "-5.037622"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A11656092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:11656092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609980" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '11656092'^^xsd:integer;
  dwc:scientificName 'Sphaeroma hookeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609980'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.037622'^^xsd:double;
  dwc:latitude '51.659443'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609980'^^xsd:string;
  dwc:aphiaid '146935'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:11656092'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '118953'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13398432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13398432> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13398432> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13398432>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13398432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13398432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608844" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13398432'^^xsd:integer;
  dwc:scientificName 'Abra tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608844'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40608844'^^xsd:string;
  dwc:aphiaid '141439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13398432'^^xsd:string;
  dwc:observationDate '1998-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '141439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14348725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14348725> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14348725> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14348725>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14348725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14348725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608833" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14348725'^^xsd:integer;
  dwc:scientificName 'Praunus flexuosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608833'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40608833'^^xsd:string;
  dwc:aphiaid '120177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14348725'^^xsd:string;
  dwc:observationDate '1998-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '120177'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12346992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12346992> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12346992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.659443 -5.037622)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.659443"^^xsd:decimal ;
  dwc:decimalLongitude "-5.037622"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12346992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.659443 -5.037622)"^^geo:wktLiteral ;
  geo-pos:lat "51.659443"^^xsd:decimal ;
  geo-pos:long "-5.037622"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12346992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:12346992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609978" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '12346992'^^xsd:integer;
  dwc:scientificName 'Gammarus chevreuxi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609978'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.037622'^^xsd:double;
  dwc:latitude '51.659443'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609978'^^xsd:string;
  dwc:aphiaid '102274'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:12346992'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '102274'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777782> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13777782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597711" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13777782'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597711'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597711'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13777782'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777778> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13777778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597724" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13777778'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597724'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597724'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13777778'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12399178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12399178> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12399178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12399178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12399178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:12399178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597738" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '12399178'^^xsd:integer;
  dwc:scientificName 'Verrucaria maura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597738'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597738'^^xsd:string;
  dwc:aphiaid '147758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:12399178'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '1609738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14078962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14078962> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14078962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.659443 -5.037622)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.659443"^^xsd:decimal ;
  dwc:decimalLongitude "-5.037622"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14078962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.659443 -5.037622)"^^geo:wktLiteral ;
  geo-pos:lat "51.659443"^^xsd:decimal ;
  geo-pos:long "-5.037622"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14078962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14078962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609979" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14078962'^^xsd:integer;
  dwc:scientificName 'Melita palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609979'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.037622'^^xsd:double;
  dwc:latitude '51.659443'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609979'^^xsd:string;
  dwc:aphiaid '102843'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14078962'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '102843'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12347007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12347007> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12347007> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12347007>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12347007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:12347007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '12347007'^^xsd:integer;
  dwc:scientificName 'Gammarus duebeni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608834'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40608834'^^xsd:string;
  dwc:aphiaid '102276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:12347007'^^xsd:string;
  dwc:observationDate '1998-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '102276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13670690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13670690> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13670690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.30548 -3.652243)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.30548"^^xsd:decimal ;
  dwc:decimalLongitude "-3.652243"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13670690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.30548 -3.652243)"^^geo:wktLiteral ;
  geo-pos:lat "53.30548"^^xsd:decimal ;
  geo-pos:long "-3.652243"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13670690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13670690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608922" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13670690'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608922'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.652243'^^xsd:double;
  dwc:latitude '53.30548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608922'^^xsd:string;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13670690'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13784772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13784772> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13784772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.33027"^^xsd:decimal ;
  dwc:decimalLongitude "-3.436709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13784772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  geo-pos:lat "51.33027"^^xsd:decimal ;
  geo-pos:long "-3.436709"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13784772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13784772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610315" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13784772'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610315'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.436709'^^xsd:double;
  dwc:latitude '51.33027'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610315'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13784772'^^xsd:string;
  dwc:observationDate '1998-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609358> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:12609358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609907" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '12609358'^^xsd:integer;
  dwc:scientificName 'Palaemonetes varians'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609907'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609907'^^xsd:string;
  dwc:aphiaid '107624'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:12609358'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '587704'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14290907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14290907> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14290907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14290907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14290907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14290907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732535" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14290907'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732535'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732535'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14290907'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216903> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14216903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732540" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14216903'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732540'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732540'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14216903'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13351178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13351178> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13351178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13351178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13351178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13351178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732553" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13351178'^^xsd:integer;
  dwc:scientificName 'Terebellida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732553'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732553'^^xsd:string;
  dwc:aphiaid '900'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13351178'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '900'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517494> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13517494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732743" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13517494'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732743'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732743'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13517494'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14179446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14179446> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14179446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14179446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14179446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14179446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732661" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14179446'^^xsd:integer;
  dwc:scientificName 'Onchidoris bilamellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732661'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732661'^^xsd:string;
  dwc:aphiaid '150457'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14179446'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '150457'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13351179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13351179> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13351179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13351179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13351179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13351179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732568" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13351179'^^xsd:integer;
  dwc:scientificName 'Terebellida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732568'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732568'^^xsd:string;
  dwc:aphiaid '900'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13351179'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '900'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13351182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13351182> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13351182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13351182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13351182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13351182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732708" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13351182'^^xsd:integer;
  dwc:scientificName 'Terebellida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732708'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732708'^^xsd:string;
  dwc:aphiaid '900'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13351182'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '900'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13351177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13351177> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13351177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13351177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13351177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13351177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732515" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13351177'^^xsd:integer;
  dwc:scientificName 'Terebellida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732515'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732515'^^xsd:string;
  dwc:aphiaid '900'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13351177'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '900'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389456> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13389456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732569" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13389456'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732569'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732569'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13389456'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13502403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13502403> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13502403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13502403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13502403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13502403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732556" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13502403'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732556'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732556'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13502403'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13939968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13939968> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13939968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13939968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13939968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13939968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732554" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13939968'^^xsd:integer;
  dwc:scientificName 'Hyas araneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732554'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732554'^^xsd:string;
  dwc:aphiaid '107322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13939968'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107322'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13939969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13939969> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13939969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13939969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13939969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13939969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732572" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13939969'^^xsd:integer;
  dwc:scientificName 'Hyas araneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732572'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732572'^^xsd:string;
  dwc:aphiaid '107322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13939969'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107322'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13840049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13840049> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13840049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13840049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13840049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13840049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732545" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13840049'^^xsd:integer;
  dwc:scientificName 'Galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732545'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732545'^^xsd:string;
  dwc:aphiaid '106834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13840049'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13840050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13840050> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13840050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13840050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13840050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13840050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732669" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13840050'^^xsd:integer;
  dwc:scientificName 'Galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732669'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732669'^^xsd:string;
  dwc:aphiaid '106834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13840050'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216909> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14216909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732705" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14216909'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732705'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732705'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14216909'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216910> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14216910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732724" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14216910'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732724'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732724'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14216910'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216916> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14216916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732384" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14216916'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732384'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732384'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14216916'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601082> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14601082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732511" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14601082'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732511'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732511'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14601082'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601083> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14601083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732523" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14601083'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732523'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732523'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14601083'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424498> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13424498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732711" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13424498'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732711'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732711'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13424498'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424499> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13424499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732728" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13424499'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732728'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732728'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13424499'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424505> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13424505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732369" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13424505'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732369'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732369'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13424505'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13583947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13583947> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13583947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13583947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13583947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13583947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732531" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13583947'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732531'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732531'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13583947'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14303294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14303294> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14303294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14303294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14303294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14303294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596486" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14303294'^^xsd:integer;
  dwc:scientificName 'Pododesmus patelliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596486'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596486'^^xsd:string;
  dwc:aphiaid '138751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14303294'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '138751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14311408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14311408> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14311408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14311408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14311408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14311408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732727" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14311408'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732727'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732727'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14311408'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14311409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14311409> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14311409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14311409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14311409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14311409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732378" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14311409'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732378'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732378'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14311409'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14311410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14311410> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14311410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14311410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14311410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14311410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732390" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14311410'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732390'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732390'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14311410'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216917> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14216917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732399" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14216917'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732399'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732399'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14216917'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216918> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14216918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732416" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14216918'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732416'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732416'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14216918'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14389483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14389483> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14389483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14389483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14389483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14389483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732744" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14389483'^^xsd:integer;
  dwc:scientificName 'Sabellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732744'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732744'^^xsd:string;
  dwc:aphiaid '985'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14389483'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14311405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14311405> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14311405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14311405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14311405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14311405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732546" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14311405'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732546'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732546'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14311405'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13851954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13851954> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13851954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13851954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13851954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13851954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732649" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13851954'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732649'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732649'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13851954'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13851955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13851955> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13851955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13851955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13851955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13851955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732658" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13851955'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732658'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732658'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13851955'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14269699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14269699> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14269699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14269699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14269699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14269699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732530" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14269699'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732530'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732530'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14269699'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953211> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13953211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732508" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13953211'^^xsd:integer;
  dwc:scientificName 'Inachus phalangium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732508'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732508'^^xsd:string;
  dwc:aphiaid '107333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13953211'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953212> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13953212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732521" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13953212'^^xsd:integer;
  dwc:scientificName 'Inachus phalangium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732521'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732521'^^xsd:string;
  dwc:aphiaid '107333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13953212'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424497> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13424497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732697" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13424497'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732697'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732697'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13424497'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13893080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13893080> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13893080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13893080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13893080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13893080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732379" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13893080'^^xsd:integer;
  dwc:scientificName 'Haliclona viscosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732379'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732379'^^xsd:string;
  dwc:aphiaid '132881'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13893080'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '235864'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13893081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13893081> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13893081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13893081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13893081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13893081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732408" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13893081'^^xsd:integer;
  dwc:scientificName 'Haliclona viscosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732408'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732408'^^xsd:string;
  dwc:aphiaid '132881'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13893081'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '235864'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216902> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14216902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732526" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14216902'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732526'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732526'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14216902'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14269701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14269701> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14269701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14269701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14269701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14269701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732696" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14269701'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732696'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732696'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14269701'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14269702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14269702> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14269702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14269702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14269702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14269702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732709" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14269702'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732709'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732709'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14269702'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14469352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14469352> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14469352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14469352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14469352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14469352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732425" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14469352'^^xsd:integer;
  dwc:scientificName 'Suberites carnosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732425'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732425'^^xsd:string;
  dwc:aphiaid '134275'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14469352'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '134275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13893076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13893076> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13893076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13893076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13893076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13893076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732574" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13893076'^^xsd:integer;
  dwc:scientificName 'Haliclona viscosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732574'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732574'^^xsd:string;
  dwc:aphiaid '132881'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13893076'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '235864'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536913> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13536913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732563" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13536913'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732563'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732563'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13536913'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536914> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13536914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732652" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13536914'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732652'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732652'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13536914'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536919> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13536919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732698" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13536919'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732698'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732698'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13536919'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517493> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13517493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732710" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13517493'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732710'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732710'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13517493'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13914468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13914468> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13914468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13914468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13914468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13914468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732573" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13914468'^^xsd:integer;
  dwc:scientificName 'Hemimycale columella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732573'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732573'^^xsd:string;
  dwc:aphiaid '133543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13914468'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '133543'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14290906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14290906> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14290906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14290906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14290906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14290906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596484" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14290906'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596484'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596484'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14290906'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517499> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13517499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732422" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13517499'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732422'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732422'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13517499'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517488> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13517488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732513" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13517488'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732513'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732513'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13517488'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517490> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13517490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732567" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13517490'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732567'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732567'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13517490'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536910> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13536910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732507" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13536910'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732507'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732507'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13536910'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536911> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13536911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732520" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13536911'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732520'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732520'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13536911'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953215> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13953215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732685" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13953215'^^xsd:integer;
  dwc:scientificName 'Inachus phalangium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732685'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732685'^^xsd:string;
  dwc:aphiaid '107333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13953215'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953216> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13953216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732725" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13953216'^^xsd:integer;
  dwc:scientificName 'Inachus phalangium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732725'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732725'^^xsd:string;
  dwc:aphiaid '107333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13953216'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953219> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13953219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13953219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732412" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13953219'^^xsd:integer;
  dwc:scientificName 'Inachus phalangium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732412'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732412'^^xsd:string;
  dwc:aphiaid '107333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13953219'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931499> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13931499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732690" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13931499'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732690'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732690'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13931499'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931500> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13931500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732715" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13931500'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732715'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732715'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13931500'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931491> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13931491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732659" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13931491'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732659'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732659'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13931491'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647647> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13647647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732403" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13647647'^^xsd:integer;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732403'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732403'^^xsd:string;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13647647'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647648> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13647648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732420" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13647648'^^xsd:integer;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732420'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732420'^^xsd:string;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13647648'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13551912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13551912> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13551912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13551912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13551912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13551912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732557" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13551912'^^xsd:integer;
  dwc:scientificName 'Bispira volutacornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732557'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732557'^^xsd:string;
  dwc:aphiaid '130875'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13551912'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '130875'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647646> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13647646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732388" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13647646'^^xsd:integer;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732388'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732388'^^xsd:string;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13647646'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13884225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13884225> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13884225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13884225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13884225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13884225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732676" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13884225'^^xsd:integer;
  dwc:scientificName 'Halecium halecinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732676'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732676'^^xsd:string;
  dwc:aphiaid '231751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13884225'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13884226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13884226> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13884226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13884226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13884226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13884226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732687" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13884226'^^xsd:integer;
  dwc:scientificName 'Halecium halecinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732687'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732687'^^xsd:string;
  dwc:aphiaid '231751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13884226'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536912> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13536912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732534" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13536912'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732534'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732534'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13536912'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766501> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13766501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732738" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13766501'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732738'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732738'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13766501'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766503> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13766503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732409" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13766503'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732409'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732409'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13766503'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14546609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14546609> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14546609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14546609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14546609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14546609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732428" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14546609'^^xsd:integer;
  dwc:scientificName 'Xantho incisus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732428'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732428'^^xsd:string;
  dwc:aphiaid '148461'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14546609'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '444382'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389469> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13389469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732381" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13389469'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732381'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732381'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13389469'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389470> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13389470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732397" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13389470'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732397'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732397'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13389470'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389471> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13389471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13389471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732413" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13389471'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732413'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732413'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13389471'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356490> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14356490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732660" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14356490'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732660'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732660'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14356490'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13884224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13884224> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13884224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13884224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13884224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13884224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732506" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13884224'^^xsd:integer;
  dwc:scientificName 'Halecium halecinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732506'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732506'^^xsd:string;
  dwc:aphiaid '231751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13884224'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13884227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13884227> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13884227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13884227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13884227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13884227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732712" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13884227'^^xsd:integer;
  dwc:scientificName 'Halecium halecinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732712'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732712'^^xsd:string;
  dwc:aphiaid '231751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13884227'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13884228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13884228> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13884228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13884228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13884228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13884228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732729" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13884228'^^xsd:integer;
  dwc:scientificName 'Halecium halecinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732729'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732729'^^xsd:string;
  dwc:aphiaid '231751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13884228'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14083571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14083571> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14083571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14083571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14083571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14083571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732666" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14083571'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732666'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732666'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14083571'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424485> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13424485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732504" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13424485'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732504'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732504'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13424485'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601095> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14601095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732731" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14601095'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732731'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732731'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14601095'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356487> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14356487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732577" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14356487'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732577'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732577'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14356487'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356488> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14356488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732647" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14356488'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732647'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732647'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14356488'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356489> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14356489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732655" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14356489'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732655'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732655'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14356489'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14221771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14221771> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14221771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14221771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14221771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14221771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732571" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14221771'^^xsd:integer;
  dwc:scientificName 'Pagurus cuanensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732571'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732571'^^xsd:string;
  dwc:aphiaid '107235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14221771'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107235'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14221775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14221775> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14221775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14221775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14221775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14221775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732714" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14221775'^^xsd:integer;
  dwc:scientificName 'Pagurus cuanensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732714'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732714'^^xsd:string;
  dwc:aphiaid '107235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14221775'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107235'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13946164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13946164> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13946164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13946164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13946164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13946164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732578" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13946164'^^xsd:integer;
  dwc:scientificName 'Hymedesmia paupertas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732578'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732578'^^xsd:string;
  dwc:aphiaid '133621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13946164'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '133621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14336193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14336193> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14336193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14336193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14336193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14336193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732519" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14336193'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732519'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732519'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14336193'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13951768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13951768> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13951768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13951768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13951768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13951768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732543" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13951768'^^xsd:integer;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732543'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732543'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13951768'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14535418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14535418> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14535418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14535418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14535418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14535418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732667" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14535418'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732667'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732667'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14535418'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14392991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14392991> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14392991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14392991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14392991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14392991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732505" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14392991'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732505'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732505'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14392991'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14392992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14392992> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14392992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14392992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14392992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14392992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732518" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14392992'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732518'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732518'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14392992'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13995082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13995082> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13995082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13995082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13995082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13995082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732559" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13995082'^^xsd:integer;
  dwc:scientificName 'Lepadogaster'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732559'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732559'^^xsd:string;
  dwc:aphiaid '125781'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13995082'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125781'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647638> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13647638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732679" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13647638'^^xsd:integer;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732679'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732679'^^xsd:string;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13647638'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662513> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13662513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732683" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13662513'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732683'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732683'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13662513'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647631> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13647631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732551" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13647631'^^xsd:integer;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732551'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732551'^^xsd:string;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13647631'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647632> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13647632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732566" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13647632'^^xsd:integer;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732566'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732566'^^xsd:string;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13647632'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276815> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14276815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732424" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14276815'^^xsd:integer;
  dwc:scientificName 'Phorbas fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732424'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732424'^^xsd:string;
  dwc:aphiaid '133679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14276815'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13915267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13915267> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13915267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13915267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13915267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13915267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732395" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13915267'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732395'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732395'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13915267'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14303301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14303301> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14303301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14303301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14303301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14303301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732376" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14303301'^^xsd:integer;
  dwc:scientificName 'Pododesmus patelliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732376'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732376'^^xsd:string;
  dwc:aphiaid '138751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14303301'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '138751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601092> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14601092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732678" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14601092'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732678'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732678'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14601092'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601093> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14601093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732699" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14601093'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732699'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732699'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14601093'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601094> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14601094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732716" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14601094'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732716'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732716'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14601094'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601084> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14601084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732537" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14601084'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732537'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732537'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14601084'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601086> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14601086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732565" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14601086'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732565'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732565'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14601086'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601103> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14601103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732402" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14601103'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732402'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732402'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14601103'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601104> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14601104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732419" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14601104'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732419'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732419'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14601104'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14392993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14392993> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14392993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14392993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14392993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14392993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732533" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14392993'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732533'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732533'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14392993'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14535419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14535419> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14535419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14535419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14535419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14535419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732677" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14535419'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732677'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732677'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14535419'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931488> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13931488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732549" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13931488'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732549'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732549'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13931488'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931489> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13931489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732645" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13931489'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732645'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732645'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13931489'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931490> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13931490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732654" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13931490'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732654'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732654'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13931490'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931485> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13931485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732510" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13931485'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732510'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732510'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13931485'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931487> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13931487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732536" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13931487'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732536'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732536'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13931487'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190001> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14190001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732672" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14190001'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732672'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732672'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14190001'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190007> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14190007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732691" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14190007'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732691'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732691'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14190007'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14189999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14189999> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14189999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14189999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14189999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14189999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732525" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14189999'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732525'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732525'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14189999'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190000> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14190000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732646" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14190000'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732646'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732646'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14190000'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190008> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14190008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732700" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14190008'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732700'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732700'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14190008'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570532> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13570532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732737" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13570532'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732737'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732737'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13570532'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570537> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13570537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732372" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13570537'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732372'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732372'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13570537'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662510> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13662510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732674" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13662510'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732674'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732674'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13662510'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14303300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14303300> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14303300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14303300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14303300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14303300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596058" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14303300'^^xsd:integer;
  dwc:scientificName 'Pododesmus patelliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596058'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596058'^^xsd:string;
  dwc:aphiaid '138751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14303300'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '138751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14312069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14312069> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14312069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14312069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14312069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14312069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732396" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14312069'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732396'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732396'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14312069'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570522> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13570522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732548" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13570522'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732548'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732548'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13570522'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570523> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13570523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732564" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13570523'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732564'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732564'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13570523'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570524> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13570524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732648" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13570524'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732648'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732648'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13570524'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570525> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13570525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732657" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13570525'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732657'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732657'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13570525'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570530> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13570530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732706" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13570530'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732706'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732706'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13570530'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570531> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13570531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732726" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13570531'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732726'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732726'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13570531'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356501> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14356501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732734" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14356501'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732734'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732734'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14356501'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356507> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14356507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732377" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14356507'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732377'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732377'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14356507'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570539> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13570539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732400" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13570539'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732400'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732400'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13570539'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356491> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14356491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732665" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14356491'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732665'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732665'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14356491'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356492> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14356492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732673" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14356492'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732673'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732673'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14356492'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14498367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14498367> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14498367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14498367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14498367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14498367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732695" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14498367'^^xsd:integer;
  dwc:scientificName 'Thyone fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732695'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732695'^^xsd:string;
  dwc:aphiaid '124670'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14498367'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '124670'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14498368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14498368> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14498368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14498368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14498368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14498368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732703" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14498368'^^xsd:integer;
  dwc:scientificName 'Thyone fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732703'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732703'^^xsd:string;
  dwc:aphiaid '124670'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14498368'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '124670'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570538> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13570538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732385" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13570538'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732385'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732385'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13570538'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356486> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14356486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732555" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14356486'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732555'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732555'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14356486'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356497> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14356497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732682" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14356497'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732682'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732682'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14356497'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14512180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14512180> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14512180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14512180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14512180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14512180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732544" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14512180'^^xsd:integer;
  dwc:scientificName 'Trivia arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732544'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732544'^^xsd:string;
  dwc:aphiaid '141741'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14512180'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '141741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356509> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14356509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732404" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14356509'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732404'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732404'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14356509'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356510> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14356510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732421" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14356510'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732421'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732421'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14356510'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A11654083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A11654083> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A11654083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A11654083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A11654083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:11654083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597569" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '11654083'^^xsd:integer;
  dwc:scientificName 'Ligia oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597569'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597569'^^xsd:string;
  dwc:aphiaid '146999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:11654083'^^xsd:string;
  dwc:observationDate '1999-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '146999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14295615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14295615> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14295615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14295615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14295615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14295615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611288" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14295615'^^xsd:integer;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611288'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611288'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14295615'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14295606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14295606> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14295606> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14295606>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14295606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14295606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605089" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14295606'^^xsd:integer;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605089'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605089'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14295606'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14083578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14083578> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14083578> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14083578>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14083578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14083578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611454" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14083578'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611454'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611454'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14083578'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13678897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13678897> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13678897> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13678897>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13678897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13678897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611466" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13678897'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611466'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611466'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13678897'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13898218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13898218> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13898218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13898218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13898218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13898218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401715" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13898218'^^xsd:integer;
  dwc:scientificName 'Haraldiophyllum bonnemaisonii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401715'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401715'^^xsd:string;
  dwc:aphiaid '144755'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13898218'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '144755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14003744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14003744> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14003744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14003744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14003744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14003744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401652" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14003744'^^xsd:integer;
  dwc:scientificName 'Leucosolenia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401652'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401652'^^xsd:string;
  dwc:aphiaid '131715'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14003744'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '131715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14175186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14175186> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14175186> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14175186>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14175186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14175186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577628" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14175186'^^xsd:integer;
  dwc:scientificName 'Ocenebra erinacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577628'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577628'^^xsd:string;
  dwc:aphiaid '140405'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14175186'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '140405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576579> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576579> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576579>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13576579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578652" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13576579'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578652'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578652'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13576579'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14293941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14293941> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14293941> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14293941>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14293941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14293941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580178" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14293941'^^xsd:integer;
  dwc:scientificName 'Plagioecia patina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580178'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580178'^^xsd:string;
  dwc:aphiaid '111719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14293941'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '111719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14342440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14342440> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14342440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14342440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14342440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14342440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401705" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14342440'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus pictus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401705'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401705'^^xsd:string;
  dwc:aphiaid '126930'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14342440'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '126930'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14117472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14117472> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14117472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14117472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14117472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14117472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611261" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14117472'^^xsd:integer;
  dwc:scientificName 'Myxilla incrustans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611261'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611261'^^xsd:string;
  dwc:aphiaid '133882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14117472'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '169466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13469694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13469694> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13469694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13469694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13469694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13469694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401603" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13469694'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401603'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401603'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13469694'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243638> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14243638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614957" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14243638'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614957'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614957'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14243638'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14075462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14075462> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14075462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14075462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14075462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14075462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614958" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14075462'^^xsd:integer;
  dwc:scientificName 'Melarhaphe neritoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614958'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614958'^^xsd:string;
  dwc:aphiaid '140266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14075462'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '140266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13539159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13539159> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13539159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13539159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13539159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13539159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401672" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13539159'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401672'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401672'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13539159'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13539224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13539224> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13539224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13539224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13539224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13539224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611271" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13539224'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611271'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611271'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13539224'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13747496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13747496> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13747496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13747496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13747496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13747496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611285" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13747496'^^xsd:integer;
  dwc:scientificName 'Didemnidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611285'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611285'^^xsd:string;
  dwc:aphiaid '103439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13747496'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '103439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946642> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13946642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13946642'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615225'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615225'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13946642'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452582> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14452582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615227" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14452582'^^xsd:integer;
  dwc:scientificName 'Spirorbidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615227'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615227'^^xsd:string;
  dwc:aphiaid '1021266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14452582'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12458347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12458347> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12458347> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12458347>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12458347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:12458347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579606" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '12458347'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579606'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579606'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:12458347'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13567929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13567929> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13567929> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13567929>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13567929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13567929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579609" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13567929'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579609'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579609'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13567929'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943543> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943543> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943543>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13943543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579728" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13943543'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579728'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579728'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13943543'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458381> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:12458381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596397" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '12458381'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596397'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596397'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:12458381'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614176> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13614176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40298366" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13614176'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40298366'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40298366'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13614176'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614177> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13614177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615277" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13614177'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615277'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615277'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13614177'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093961> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14093961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615746" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14093961'^^xsd:integer;
  dwc:scientificName 'Morchellium argus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615746'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615746'^^xsd:string;
  dwc:aphiaid '148714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14093961'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '148714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14423236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14423236> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14423236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14423236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14423236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14423236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615736" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14423236'^^xsd:integer;
  dwc:scientificName 'Sertularella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615736'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615736'^^xsd:string;
  dwc:aphiaid '117233'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14423236'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '117233'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539179> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539179> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539179>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13539179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580000" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13539179'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580000'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580000'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13539179'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14414553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14414553> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14414553> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14414553>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14414553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14414553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580005" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14414553'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria reptans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580005'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580005'^^xsd:string;
  dwc:aphiaid '111247'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14414553'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '738997'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14460783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14460783> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14460783> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14460783>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14460783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14460783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580524" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14460783'^^xsd:integer;
  dwc:scientificName 'Stelligera stuposa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580524'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580524'^^xsd:string;
  dwc:aphiaid '134175'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14460783'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '134175'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13795543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13795543> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13795543> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13795543>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13795543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13795543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614641" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13795543'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614641'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614641'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13795543'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346954> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14346954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40298364" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14346954'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40298364'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40298364'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14346954'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346955> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14346955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615276" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14346955'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615276'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615276'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14346955'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346985> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346985> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346985>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14346985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40294616" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14346985'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40294616'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40294616'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14346985'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14593542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14593542> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14593542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14593542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14593542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14593542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40298371" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14593542'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40298371'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40298371'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14593542'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286795> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14286795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580104" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14286795'^^xsd:integer;
  dwc:scientificName 'Phyllophora crispa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580104'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580104'^^xsd:string;
  dwc:aphiaid '145660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14286795'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554672> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13554672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580099" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13554672'^^xsd:integer;
  dwc:scientificName 'Bonnemaisonia asparagoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580099'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580099'^^xsd:string;
  dwc:aphiaid '144440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13554672'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '144440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13943611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13943611> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13943611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13943611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13943611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13943611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615826" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13943611'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615826'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615826'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13943611'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13678852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13678852> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13678852> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13678852>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13678852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13678852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580190" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13678852'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580190'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580190'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13678852'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14324306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14324306> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14324306> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14324306>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14324306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14324306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580158" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14324306'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580158'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580158'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14324306'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943566> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13943566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579352" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13943566'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579352'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579352'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13943566'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13747497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13747497> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13747497> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13747497>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13747497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13747497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614625" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13747497'^^xsd:integer;
  dwc:scientificName 'Didemnidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614625'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614625'^^xsd:string;
  dwc:aphiaid '103439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13747497'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '103439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14508114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14508114> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14508114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14508114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14508114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14508114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579353" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14508114'^^xsd:integer;
  dwc:scientificName 'Tridentata distans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579353'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579353'^^xsd:string;
  dwc:aphiaid '152169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14508114'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '1341823'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14257970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14257970> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14257970> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14257970>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14257970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14257970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581080" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14257970'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581080'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581080'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14257970'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13551079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13551079> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13551079> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13551079>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13551079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13551079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579847" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13551079'^^xsd:integer;
  dwc:scientificName 'Bicellariella ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579847'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579847'^^xsd:string;
  dwc:aphiaid '111147'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13551079'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111147'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649225> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13649225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580507" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13649225'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580507'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580507'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13649225'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13526955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13526955> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13526955> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13526955>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13526955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13526955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579566" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13526955'^^xsd:integer;
  dwc:scientificName 'Asterina phylactica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579566'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579566'^^xsd:string;
  dwc:aphiaid '123990'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13526955'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '123990'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14417997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14417997> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14417997> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14417997>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14417997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14417997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614605" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14417997'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614605'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614605'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14417997'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13928899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13928899> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13928899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13928899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13928899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13928899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40764032" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13928899'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia rubra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40764032'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40764032'^^xsd:string;
  dwc:aphiaid '145712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13928899'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13707924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13707924> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13707924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13707924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13707924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13707924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401830" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13707924'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401830'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401830'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13707924'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14297487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14297487> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14297487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14297487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14297487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14297487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14297487'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401834'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401834'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14297487'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580700> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13580700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577929" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13580700'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577929'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577929'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13580700'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14468588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14468588> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14468588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14468588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14468588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14468588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577968" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14468588'^^xsd:integer;
  dwc:scientificName 'Stypocaulon scoparium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577968'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577968'^^xsd:string;
  dwc:aphiaid '145907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14468588'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '182742'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893794> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13893794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577977" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13893794'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577977'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577977'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13893794'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336185> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14336185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580459" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14336185'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580459'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580459'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14336185'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13482481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13482481> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13482481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13482481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13482481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13482481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580473" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13482481'^^xsd:integer;
  dwc:scientificName 'Aplidium nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580473'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580473'^^xsd:string;
  dwc:aphiaid '103656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13482481'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483274> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13483274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580474" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13483274'^^xsd:integer;
  dwc:scientificName 'Aplidium punctum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580474'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580474'^^xsd:string;
  dwc:aphiaid '103662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13483274'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14363919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14363919> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14363919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14363919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14363919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14363919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580500" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14363919'^^xsd:integer;
  dwc:scientificName 'Pterothamnion plumula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580500'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580500'^^xsd:string;
  dwc:aphiaid '144683'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14363919'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144683'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13649904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13649904> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13649904> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13649904>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13649904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13649904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579624" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13649904'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579624'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579624'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13649904'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13416147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13416147> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13416147> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13416147>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13416147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13416147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579623" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13416147'^^xsd:integer;
  dwc:scientificName 'Ahnfeltia plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579623'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579623'^^xsd:string;
  dwc:aphiaid '144422'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13416147'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14316673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14316673> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14316673> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14316673>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14316673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14316673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579611" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14316673'^^xsd:integer;
  dwc:scientificName 'Polyclinum aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579611'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579611'^^xsd:string;
  dwc:aphiaid '103674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14316673'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729092> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729092> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729092>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13729092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579629" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13729092'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579629'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579629'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13729092'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828601> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828601> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828601>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13828601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579738" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13828601'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579738'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579738'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13828601'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14512174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14512174> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14512174> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14512174>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14512174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14512174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578621" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14512174'^^xsd:integer;
  dwc:scientificName 'Trivia arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578621'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578621'^^xsd:string;
  dwc:aphiaid '141741'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14512174'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '141741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14173355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14173355> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14173355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14173355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14173355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14173355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585543" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14173355'^^xsd:integer;
  dwc:scientificName 'Obelia geniculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585543'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585543'^^xsd:string;
  dwc:aphiaid '117388'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14173355'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '117388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893797> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13893797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585593" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13893797'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585593'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585593'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13893797'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893809> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13893809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580516" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13893809'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580516'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580516'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13893809'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288222> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14288222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596406" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14288222'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596406'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596406'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14288222'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743743> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13743743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596433" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13743743'^^xsd:integer;
  dwc:scientificName 'Dictyosiphon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596433'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596433'^^xsd:string;
  dwc:aphiaid '144067'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13743743'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144067'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376223> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14376223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596428" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14376223'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596428'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596428'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14376223'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13409375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13409375> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13409375> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13409375>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13409375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13409375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581069" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13409375'^^xsd:integer;
  dwc:scientificName 'Adamsia carciniopados'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581069'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581069'^^xsd:string;
  dwc:aphiaid '100931'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13409375'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '445590'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505599> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13505599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580409" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13505599'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580409'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580409'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13505599'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13949185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13949185> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13949185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13949185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13949185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13949185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596423" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13949185'^^xsd:integer;
  dwc:scientificName 'Hypoglossum hypoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596423'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596423'^^xsd:string;
  dwc:aphiaid '144756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13949185'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896820> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13896820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596419" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13896820'^^xsd:integer;
  dwc:scientificName 'Halurus equisetifolius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596419'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596419'^^xsd:string;
  dwc:aphiaid '146345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13896820'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '146345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689767> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13689767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615514" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13689767'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615514'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615514'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13689767'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13718164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13718164> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13718164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13718164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13718164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13718164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401841" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13718164'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401841'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401841'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13718164'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14390947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14390947> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14390947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14390947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14390947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14390947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585592" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14390947'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585592'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585592'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14390947'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558651> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13558651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580480" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13558651'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580480'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580480'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13558651'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573580> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14573580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580499" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14573580'^^xsd:integer;
  dwc:scientificName 'Pterothamnion crispum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580499'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580499'^^xsd:string;
  dwc:aphiaid '144682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14573580'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144682'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558622> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13558622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578972" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13558622'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578972'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578972'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13558622'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573566> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14573566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578978" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14573566'^^xsd:integer;
  dwc:scientificName 'Pterothamnion crispum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578978'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578978'^^xsd:string;
  dwc:aphiaid '144682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14573566'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144682'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749776> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13749776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580101" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13749776'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580101'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580101'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13749776'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13558602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13558602> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13558602> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13558602>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13558602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13558602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581092" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13558602'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581092'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581092'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13558602'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558616> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558616> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558616>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13558616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578639" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13558616'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578639'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578639'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13558616'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749783> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13749783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585562" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13749783'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585562'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585562'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13749783'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276793> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276793> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276793>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14276793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581063" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14276793'^^xsd:integer;
  dwc:scientificName 'Phorbas fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581063'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581063'^^xsd:string;
  dwc:aphiaid '133679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14276793'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14543352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14543352> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14543352> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14543352>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14543352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14543352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581079" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14543352'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581079'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581079'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14543352'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018451> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018451> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018451>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13018451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614571" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13018451'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614571'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^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-JNCCMNCR40614571'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13018451'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413633> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13413633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580377" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13413633'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580377'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580377'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13413633'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359642> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13359642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580421" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13359642'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580421'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580421'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13359642'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276801> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276801> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276801>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14276801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578606" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14276801'^^xsd:integer;
  dwc:scientificName 'Phorbas fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578606'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578606'^^xsd:string;
  dwc:aphiaid '133679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14276801'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359644> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13359644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585564" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13359644'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585564'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585564'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13359644'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505604> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13505604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580478" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13505604'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580478'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580478'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13505604'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413643> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13413643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580454" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13413643'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580454'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580454'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13413643'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359640> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13359640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577935" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13359640'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577935'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577935'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13359640'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828614> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13828614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13828614'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579365'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579365'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13828614'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359623> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359623> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359623>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13359623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13359623'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579262'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579262'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13359623'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359695> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13359695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614460" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13359695'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614460'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614460'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13359695'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018441> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13018441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614454" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13018441'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614454'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614454'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13018441'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197575> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197575> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197575>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14197575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579260" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14197575'^^xsd:integer;
  dwc:scientificName 'Ophiura albida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579260'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579260'^^xsd:string;
  dwc:aphiaid '124913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14197575'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14392957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14392957> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14392957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14392957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14392957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14392957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401804" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14392957'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401804'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401804'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14392957'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13558598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13558598> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13558598> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13558598>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13558598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13558598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578181" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13558598'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578181'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578181'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13558598'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14424190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14424190> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14424190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14424190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14424190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14424190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615323" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14424190'^^xsd:integer;
  dwc:scientificName 'Sertularella polyzonias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615323'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615323'^^xsd:string;
  dwc:aphiaid '117906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14424190'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '117906'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14424191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14424191> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14424191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14424191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14424191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14424191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614899" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14424191'^^xsd:integer;
  dwc:scientificName 'Sertularella polyzonias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614899'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614899'^^xsd:string;
  dwc:aphiaid '117906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14424191'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '117906'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14439446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14439446> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14439446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14439446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14439446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14439446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577953" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14439446'^^xsd:integer;
  dwc:scientificName 'Sphondylothamnion multifidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577953'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577953'^^xsd:string;
  dwc:aphiaid '144705'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14439446'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144705'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404266> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13404266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615508" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13404266'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615508'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615508'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13404266'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452588> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452588> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452588>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14452588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614913" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14452588'^^xsd:integer;
  dwc:scientificName 'Spirorbidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614913'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40614913'^^xsd:string;
  dwc:aphiaid '1021266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14452588'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583927> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583927> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583927>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13583927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579602" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13583927'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579602'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579602'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13583927'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583944> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583944> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583944>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13583944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579735" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13583944'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579735'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579735'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13583944'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346974> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14346974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615322" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14346974'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615322'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615322'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14346974'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13554671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13554671> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13554671> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13554671>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13554671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13554671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579572" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13554671'^^xsd:integer;
  dwc:scientificName 'Bonnemaisonia asparagoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579572'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579572'^^xsd:string;
  dwc:aphiaid '144440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13554671'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185278> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185278> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185278>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14185278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579849" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14185278'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579849'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579849'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14185278'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286799> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14286799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585566" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14286799'^^xsd:integer;
  dwc:scientificName 'Phyllophora crispa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585566'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585566'^^xsd:string;
  dwc:aphiaid '145660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14286799'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13792579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13792579> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13792579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13792579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13792579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13792579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585568" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13792579'^^xsd:integer;
  dwc:scientificName 'Erythrodermis traillii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585568'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585568'^^xsd:string;
  dwc:aphiaid '145655'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13792579'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145655'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554678> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13554678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585560" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13554678'^^xsd:integer;
  dwc:scientificName 'Bonnemaisonia asparagoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585560'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585560'^^xsd:string;
  dwc:aphiaid '144440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13554678'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336175> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14336175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585545" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14336175'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585545'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585545'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14336175'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886955> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13886955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615503" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13886955'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615503'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615503'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13886955'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886960> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13886960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614629" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13886960'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614629'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614629'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13886960'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556586> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13556586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579377" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13556586'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579377'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579377'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13556586'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13838563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13838563> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13838563> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13838563>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13838563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13838563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579626" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13838563'^^xsd:integer;
  dwc:scientificName 'Furcellaria lumbricalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579626'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579626'^^xsd:string;
  dwc:aphiaid '145620'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13838563'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145620'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575262> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575262> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575262>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13575262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579607" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13575262'^^xsd:integer;
  dwc:scientificName 'Bugula flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579607'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579607'^^xsd:string;
  dwc:aphiaid '111152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13575262'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '834002'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14018085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14018085> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14018085> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14018085>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14018085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14018085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579622" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14018085'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579622'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579622'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14018085'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458365> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:12458365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579364" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '12458365'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579364'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579364'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:12458365'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896812> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13896812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579391" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13896812'^^xsd:integer;
  dwc:scientificName 'Halurus equisetifolius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579391'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579391'^^xsd:string;
  dwc:aphiaid '146345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13896812'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '146345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14376192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14376192> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14376192> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14376192>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14376192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14376192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579593" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14376192'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579593'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579593'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14376192'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558636> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13558636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577924" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13558636'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577924'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577924'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13558636'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14468535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14468535> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14468535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14468535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14468535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14468535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577885" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14468535'^^xsd:integer;
  dwc:scientificName 'Stylostichon plumosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577885'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577885'^^xsd:string;
  dwc:aphiaid '150212'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14468535'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '133688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573572> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14573572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577951" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14573572'^^xsd:integer;
  dwc:scientificName 'Pterothamnion crispum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577951'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577951'^^xsd:string;
  dwc:aphiaid '144682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14573572'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144682'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732633> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732633> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732633>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13732633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615065" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13732633'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615065'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615065'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13732633'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216879> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216879> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216879>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14216879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579732" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14216879'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579732'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579732'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14216879'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14038145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14038145> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14038145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14038145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14038145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14038145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596415" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14038145'^^xsd:integer;
  dwc:scientificName 'Lomentaria clavellosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596415'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596415'^^xsd:string;
  dwc:aphiaid '145825'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14038145'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949176> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13949176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579396" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13949176'^^xsd:integer;
  dwc:scientificName 'Hypoglossum hypoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579396'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579396'^^xsd:string;
  dwc:aphiaid '144756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13949176'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14363914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14363914> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14363914> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14363914>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14363914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14363914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579586" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14363914'^^xsd:integer;
  dwc:scientificName 'Pterothamnion plumula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579586'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579586'^^xsd:string;
  dwc:aphiaid '144683'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14363914'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144683'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14005073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14005073> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14005073> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14005073>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14005073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14005073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578598" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14005073'^^xsd:integer;
  dwc:scientificName 'Leucosolenia complicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578598'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578598'^^xsd:string;
  dwc:aphiaid '132219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14005073'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336159> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336159> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336159>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14336159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579837" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14336159'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579837'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579837'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14336159'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120725> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120725> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120725>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14120725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578619" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14120725'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578619'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578619'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14120725'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13482479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13482479> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13482479> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13482479>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13482479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13482479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578633" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13482479'^^xsd:integer;
  dwc:scientificName 'Aplidium nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578633'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578633'^^xsd:string;
  dwc:aphiaid '103656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13482479'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120742> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14120742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585548" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14120742'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585548'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585548'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14120742'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14283065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14283065> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14283065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14283065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14283065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14283065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585582" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14283065'^^xsd:integer;
  dwc:scientificName 'Phycodrys rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585582'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585582'^^xsd:string;
  dwc:aphiaid '144773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14283065'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13647626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13647626> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13647626> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13647626>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13647626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13647626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581077" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13647626'^^xsd:integer;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581077'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581077'^^xsd:string;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13647626'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359616> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359616> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359616>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13359616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579576" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13359616'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579576'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579576'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13359616'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14439444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14439444> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14439444> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14439444>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14439444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14439444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579587" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14439444'^^xsd:integer;
  dwc:scientificName 'Sphondylothamnion multifidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579587'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579587'^^xsd:string;
  dwc:aphiaid '144705'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14439444'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144705'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13647627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13647627> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13647627> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13647627>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13647627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13647627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578623" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13647627'^^xsd:integer;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578623'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578623'^^xsd:string;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13647627'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981581> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981581> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981581>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13981581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581492" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13981581'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581492'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581492'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13981581'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981582> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981582> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981582>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13981582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580600" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13981582'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580600'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580600'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13981582'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417959> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417959> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417959>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14417959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581455" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14417959'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581455'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581455'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14417959'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743189> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743189> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743189>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13743189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581489" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13743189'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581489'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581489'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13743189'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14396377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14396377> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14396377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14396377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14396377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14396377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615204" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14396377'^^xsd:integer;
  dwc:scientificName 'Sagartiogeton undatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615204'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615204'^^xsd:string;
  dwc:aphiaid '101002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14396377'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '855675'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135869> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135869> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135869>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14135869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578145" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14135869'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578145'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578145'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14135869'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621943> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621943> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621943>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13621943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578169" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13621943'^^xsd:integer;
  dwc:scientificName 'Cellaria sinuosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578169'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578169'^^xsd:string;
  dwc:aphiaid '111260'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13621943'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '111260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14311404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14311404> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14311404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14311404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14311404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14311404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578971" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14311404'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578971'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578971'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14311404'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14396370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14396370> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14396370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14396370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14396370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14396370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578949" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14396370'^^xsd:integer;
  dwc:scientificName 'Sagartiogeton undatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578949'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578949'^^xsd:string;
  dwc:aphiaid '101002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14396370'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '855675'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13949191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13949191> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13949191> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13949191>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13949191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13949191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614877" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13949191'^^xsd:integer;
  dwc:scientificName 'Hypoglossum hypoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614877'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614877'^^xsd:string;
  dwc:aphiaid '144756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13949191'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '144756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539207> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539207> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539207>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13539207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578643" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13539207'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578643'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578643'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13539207'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539208> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539208> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539208>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13539208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580768" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13539208'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580768'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580768'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13539208'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311368> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311368> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311368>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14311368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580196" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14311368'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580196'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580196'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14311368'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696957> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14696957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579455" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14696957'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579455'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579455'^^xsd:string;
  dwc:aphiaid '126928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14696957'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '126928'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13661126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13661126> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13661126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13661126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13661126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13661126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596414" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13661126'^^xsd:integer;
  dwc:scientificName 'Chylocladia verticillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596414'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596414'^^xsd:string;
  dwc:aphiaid '145808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13661126'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13464499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13464499> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13464499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13464499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13464499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13464499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401684" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13464499'^^xsd:integer;
  dwc:scientificName 'Anomia ephippium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401684'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401684'^^xsd:string;
  dwc:aphiaid '138748'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13464499'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '138748'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14707614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14707614> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14707614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14707614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14707614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14707614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614588" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14707614'^^xsd:integer;
  dwc:scientificName 'Ulva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614588'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614588'^^xsd:string;
  dwc:aphiaid '144296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14707614'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12399182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12399182> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12399182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12399182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12399182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:12399182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614753" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '12399182'^^xsd:integer;
  dwc:scientificName 'Verrucaria maura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614753'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614753'^^xsd:string;
  dwc:aphiaid '147758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:12399182'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '1609738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223518> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223518> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223518>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14223518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615447" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14223518'^^xsd:integer;
  dwc:scientificName 'Palaemon serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615447'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615447'^^xsd:string;
  dwc:aphiaid '107616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14223518'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407858> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407858> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407858>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13407858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615444" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13407858'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615444'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615444'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13407858'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14327403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14327403> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14327403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14327403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14327403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14327403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401716" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14327403'^^xsd:integer;
  dwc:scientificName 'Polysiphonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401716'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401716'^^xsd:string;
  dwc:aphiaid '143853'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14327403'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '143853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14332650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14332650> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14332650> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14332650>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14332650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14332650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615427" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14332650'^^xsd:integer;
  dwc:scientificName 'Polysyncraton lacazei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615427'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615427'^^xsd:string;
  dwc:aphiaid '103593'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14332650'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103593'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13579422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13579422> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13579422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13579422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13579422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13579422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401711" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13579422'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401711'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401711'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13579422'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13332283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13332283> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13332283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13332283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13332283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13332283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597967" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13332283'^^xsd:integer;
  dwc:scientificName 'Gastropoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597967'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597967'^^xsd:string;
  dwc:aphiaid '101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13332283'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413630> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13413630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579306" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13413630'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579306'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579306'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13413630'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14386477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14386477> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14386477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14386477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14386477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14386477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597962" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14386477'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597962'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597962'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14386477'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13762183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13762183> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13762183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13762183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13762183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13762183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598084" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13762183'^^xsd:integer;
  dwc:scientificName 'Dudresnaya verticillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598084'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598084'^^xsd:string;
  dwc:aphiaid '145226'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13762183'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145226'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14459231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14459231> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14459231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14459231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14459231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14459231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598097" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14459231'^^xsd:integer;
  dwc:scientificName 'Sporochnus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598097'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598097'^^xsd:string;
  dwc:aphiaid '145915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14459231'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13649900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13649900> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13649900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13649900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13649900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13649900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597984" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13649900'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597984'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597984'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13649900'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13762184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13762184> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13762184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13762184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13762184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13762184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597978" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13762184'^^xsd:integer;
  dwc:scientificName 'Dudresnaya verticillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597978'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597978'^^xsd:string;
  dwc:aphiaid '145226'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13762184'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145226'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14395898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14395898> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14395898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14395898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14395898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14395898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597893" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14395898'^^xsd:integer;
  dwc:scientificName 'Sagartiogeton'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597893'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597893'^^xsd:string;
  dwc:aphiaid '100777'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14395898'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '100777'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14207752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14207752> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14207752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14207752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14207752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14207752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597922" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14207752'^^xsd:integer;
  dwc:scientificName 'Osmundea truncata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597922'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597922'^^xsd:string;
  dwc:aphiaid '156279'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14207752'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '156279'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621952> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621952> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621952>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13621952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579846" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13621952'^^xsd:integer;
  dwc:scientificName 'Cellaria sinuosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579846'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579846'^^xsd:string;
  dwc:aphiaid '111260'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13621952'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423752> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423752> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423752>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14423752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580761" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14423752'^^xsd:integer;
  dwc:scientificName 'Sertularella gayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580761'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580761'^^xsd:string;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14423752'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13517409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13517409> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13517409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13517409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13517409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13517409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598075" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13517409'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598075'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598075'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13517409'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14477083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14477083> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14477083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14477083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14477083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14477083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580688" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14477083'^^xsd:integer;
  dwc:scientificName 'Taonia atomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580688'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580688'^^xsd:string;
  dwc:aphiaid '145393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14477083'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14477078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14477078> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14477078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14477078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14477078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14477078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597925" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14477078'^^xsd:integer;
  dwc:scientificName 'Taonia atomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597925'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597925'^^xsd:string;
  dwc:aphiaid '145393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14477078'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '145393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14477080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14477080> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14477080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14477080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14477080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14477080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579723" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14477080'^^xsd:integer;
  dwc:scientificName 'Taonia atomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579723'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579723'^^xsd:string;
  dwc:aphiaid '145393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14477080'^^xsd:string;
  dwc:observationDate '1998-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '145393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924046> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13924046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579714" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13924046'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579714'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579714'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13924046'^^xsd:string;
  dwc:observationDate '1998-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13529541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13529541> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13529541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13529541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13529541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13529541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579702" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13529541'^^xsd:integer;
  dwc:scientificName 'Atractophora hypnoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579702'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579702'^^xsd:string;
  dwc:aphiaid '145767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13529541'^^xsd:string;
  dwc:observationDate '1998-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '145767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744552> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744552> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744552>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13744552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581490" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13744552'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581490'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581490'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13744552'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755863> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13755863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579373" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13755863'^^xsd:integer;
  dwc:scientificName 'Diplosoma spongiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579373'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579373'^^xsd:string;
  dwc:aphiaid '103582'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13755863'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14704960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14704960> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14704960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14704960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14704960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14704960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14704960'^^xsd:integer;
  dwc:scientificName 'Anotrichium barbatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597914'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597914'^^xsd:string;
  dwc:aphiaid '144504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14704960'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '144504'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675075> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13675075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579722" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13675075'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579722'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579722'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13675075'^^xsd:string;
  dwc:observationDate '1998-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13675070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13675070> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13675070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13675070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13675070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13675070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598007" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13675070'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598007'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598007'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13675070'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675083> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13675083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580686" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13675083'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580686'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580686'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13675083'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13851920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13851920> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13851920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13851920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13851920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13851920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597969" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13851920'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597969'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597969'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13851920'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243642> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14243642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615806" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14243642'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615806'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615806'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14243642'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14702801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14702801> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14702801> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14702801>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14702801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14702801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615557" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14702801'^^xsd:integer;
  dwc:scientificName 'Porphyra umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615557'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^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-JNCCMNCR40615557'^^xsd:string;
  dwc:aphiaid '144437'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14702801'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '144437'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243651> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243651> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243651>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14243651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40297537" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14243651'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40297537'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^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-JNCCMNCR40297537'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14243651'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678876> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13678876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578798" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13678876'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578798'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578798'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13678876'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13732606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13732606> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13732606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13732606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13732606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13732606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578803" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13732606'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578803'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578803'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13732606'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13502401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13502401> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13502401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13502401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13502401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13502401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578800" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13502401'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578800'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578800'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13502401'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120773> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14120773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614920" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14120773'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614920'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614920'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14120773'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336308> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14336308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615067" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14336308'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615067'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615067'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14336308'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336309> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14336309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614919" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14336309'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614919'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614919'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14336309'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14005083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14005083> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14005083> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14005083>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14005083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14005083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614978" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14005083'^^xsd:integer;
  dwc:scientificName 'Leucosolenia complicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614978'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40614978'^^xsd:string;
  dwc:aphiaid '132219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14005083'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '132219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120779> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120779> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120779>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14120779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614985" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14120779'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614985'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40614985'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14120779'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13743186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13743186> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13743186> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13743186>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13743186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13743186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577658" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13743186'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577658'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577658'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13743186'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14417952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14417952> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14417952> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14417952>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14417952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14417952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577616" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14417952'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577616'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577616'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14417952'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13795471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13795471> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13795471> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13795471>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13795471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13795471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577618" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13795471'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577618'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577618'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13795471'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14584175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14584175> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14584175> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14584175>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14584175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14584175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615008" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14584175'^^xsd:integer;
  dwc:scientificName 'Balanophyllia regia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615008'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615008'^^xsd:string;
  dwc:aphiaid '135181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14584175'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '135181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676343> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676343> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676343>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13676343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614977" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13676343'^^xsd:integer;
  dwc:scientificName 'Clathrina coriacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614977'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40614977'^^xsd:string;
  dwc:aphiaid '132277'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13676343'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '132277'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393023> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393023> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393023>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14393023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615004" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14393023'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615004'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615004'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14393023'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393024> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393024> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393024>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14393024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615841" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14393024'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615841'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615841'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14393024'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243652> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243652> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243652>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14243652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615554" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14243652'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615554'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^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-JNCCMNCR40615554'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14243652'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14075467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14075467> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14075467> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14075467>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14075467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14075467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615555" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14075467'^^xsd:integer;
  dwc:scientificName 'Melarhaphe neritoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615555'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^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-JNCCMNCR40615555'^^xsd:string;
  dwc:aphiaid '140266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14075467'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '140266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14324308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14324308> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14324308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14324308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14324308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14324308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579457" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14324308'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579457'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579457'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14324308'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414910> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13414910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578831" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13414910'^^xsd:integer;
  dwc:scientificName 'Aglaozonia (asexual cutleria)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578831'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578831'^^xsd:string;
  dwc:aphiaid '182809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13414910'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460017> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13460017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578779" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13460017'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578779'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578779'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13460017'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13502386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13502386> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13502386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13502386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13502386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13502386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579502" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13502386'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579502'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579502'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13502386'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257978> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257978> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257978>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14257978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577568" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14257978'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577568'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577568'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14257978'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14036339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14036339> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14036339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14036339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14036339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14036339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615218" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14036339'^^xsd:integer;
  dwc:scientificName 'Lomentaria articulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615218'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615218'^^xsd:string;
  dwc:aphiaid '145821'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14036339'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '145821'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13748948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13748948> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13748948> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13748948>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13748948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13748948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615386" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13748948'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615386'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615386'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13748948'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120791> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120791> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120791>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14120791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614494" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14120791'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614494'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614494'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14120791'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336334> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336334> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336334>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14336334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614492" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14336334'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614492'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614492'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14336334'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14005088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14005088> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14005088> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14005088>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14005088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14005088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615376" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14005088'^^xsd:integer;
  dwc:scientificName 'Leucosolenia complicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615376'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615376'^^xsd:string;
  dwc:aphiaid '132219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14005088'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '132219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414568> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13414568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578814" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13414568'^^xsd:integer;
  dwc:scientificName 'Aglaothamnion byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578814'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578814'^^xsd:string;
  dwc:aphiaid '144490'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13414568'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336164> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14336164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578782" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14336164'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578782'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578782'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14336164'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483262> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13483262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578799" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13483262'^^xsd:integer;
  dwc:scientificName 'Aplidium punctum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578799'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578799'^^xsd:string;
  dwc:aphiaid '103662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13483262'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14317966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14317966> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14317966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14317966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14317966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14317966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614918" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14317966'^^xsd:integer;
  dwc:scientificName 'Polydora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614918'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614918'^^xsd:string;
  dwc:aphiaid '129619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14317966'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '129619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211760> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211760> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211760>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14211760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615833" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14211760'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615833'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615833'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14211760'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211758> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211758> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211758>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14211758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614980" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14211758'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614980'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40614980'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14211758'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13943528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13943528> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13943528> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13943528>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13943528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13943528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577665" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13943528'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577665'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40577665'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13943528'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13678856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13678856> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13678856> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13678856>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13678856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13678856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577681" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13678856'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577681'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40577681'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13678856'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13941484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13941484> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13941484> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13941484>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13941484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13941484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615382" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13941484'^^xsd:integer;
  dwc:scientificName 'Hyas coarctatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615382'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615382'^^xsd:string;
  dwc:aphiaid '107323'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13941484'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '107323'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594131> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594131> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594131>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13594131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577625" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13594131'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577625'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577625'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13594131'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14221767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14221767> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14221767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14221767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14221767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14221767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578785" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14221767'^^xsd:integer;
  dwc:scientificName 'Pagurus cuanensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578785'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578785'^^xsd:string;
  dwc:aphiaid '107235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14221767'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107235'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14316692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14316692> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14316692> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14316692>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14316692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14316692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614986" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14316692'^^xsd:integer;
  dwc:scientificName 'Polyclinum aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614986'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40614986'^^xsd:string;
  dwc:aphiaid '103674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14316692'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '103674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535393> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535393> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535393>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14535393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577557" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14535393'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577557'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577557'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14535393'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13504161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13504161> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13504161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13504161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13504161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13504161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578801" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13504161'^^xsd:integer;
  dwc:scientificName 'Ascidia virginea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578801'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578801'^^xsd:string;
  dwc:aphiaid '103717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13504161'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766519> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13766519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614915" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13766519'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614915'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614915'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13766519'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766521> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766521> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766521>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13766521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615835" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13766521'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615835'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615835'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13766521'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14132949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14132949> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14132949> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14132949>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14132949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14132949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14132949'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615838'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615838'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14132949'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A12458343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A12458343> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A12458343> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A12458343>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A12458343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:12458343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577632" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '12458343'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577632'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577632'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:12458343'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13732597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13732597> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13732597> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13732597>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13732597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13732597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577641" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13732597'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577641'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577641'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13732597'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13766456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13766456> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13766456> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13766456>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13766456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13766456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577621" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13766456'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577621'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577621'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13766456'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13766459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13766459> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13766459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13766459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13766459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13766459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579462" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13766459'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579462'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579462'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13766459'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13558601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13558601> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13558601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13558601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13558601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13558601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579506" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13558601'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579506'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579506'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13558601'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13678855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13678855> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13678855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13678855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13678855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13678855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579498" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13678855'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579498'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579498'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13678855'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416140> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416140> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416140>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14416140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577581" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14416140'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577581'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577581'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14416140'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485062> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485062> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485062>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13485062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615000" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13485062'^^xsd:integer;
  dwc:scientificName 'Aplysilla sulfurea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615000'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615000'^^xsd:string;
  dwc:aphiaid '132298'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13485062'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485063> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485063> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485063>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13485063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615836" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13485063'^^xsd:integer;
  dwc:scientificName 'Aplysilla sulfurea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615836'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615836'^^xsd:string;
  dwc:aphiaid '132298'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13485063'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517422> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13517422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579495" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13517422'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579495'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579495'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13517422'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547075> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733740" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547075'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pelagica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733740'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733740'^^xsd:string;
  dwc:aphiaid '103066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547075'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '103066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710151> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734094" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710151'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734094'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734094'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710151'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697107> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13697107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733398" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13697107'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733398'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733398'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13697107'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621874> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733590" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621874'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733590'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733590'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621874'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12609213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12609213> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12609213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12609213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12609213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:12609213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733886" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '12609213'^^xsd:integer;
  dwc:scientificName 'Neomysis integer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733886'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733886'^^xsd:string;
  dwc:aphiaid '120136'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:12609213'^^xsd:string;
  dwc:observationDate '1999-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '120136'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547076> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733504" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547076'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pelagica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733504'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733504'^^xsd:string;
  dwc:aphiaid '103066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547076'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '103066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908266> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13908266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733778" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13908266'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733778'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733778'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13908266'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908280> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13908280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733593" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13908280'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733593'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733593'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13908280'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141204> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14141204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733546" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14141204'^^xsd:integer;
  dwc:scientificName 'Nephtys'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733546'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733546'^^xsd:string;
  dwc:aphiaid '129370'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14141204'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '129370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621910> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733974" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621910'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733974'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733974'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621910'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621872> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733840" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621872'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733840'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733840'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621872'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621866> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733651" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621866'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733651'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733651'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621866'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547083> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733426" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547083'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pelagica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733426'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733426'^^xsd:string;
  dwc:aphiaid '103066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547083'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '103066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621840> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733981" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621840'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733981'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733981'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621840'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908275> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13908275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734017" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13908275'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734017'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734017'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13908275'^^xsd:string;
  dwc:observationDate '1999-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908269> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13908269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733822" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13908269'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733822'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733822'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13908269'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908268> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13908268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733701" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13908268'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733701'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733701'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13908268'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141210> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14141210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733967" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14141210'^^xsd:integer;
  dwc:scientificName 'Nephtys'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733967'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733967'^^xsd:string;
  dwc:aphiaid '129370'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14141210'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '129370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141209> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14141209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733985" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14141209'^^xsd:integer;
  dwc:scientificName 'Nephtys'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733985'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733985'^^xsd:string;
  dwc:aphiaid '129370'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14141209'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '129370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908274> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13908274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733269" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13908274'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733269'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733269'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13908274'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621863> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732948" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621863'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732948'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732948'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621863'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141214> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14141214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14141214'^^xsd:integer;
  dwc:scientificName 'Nephtys'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733815'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733815'^^xsd:string;
  dwc:aphiaid '129370'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14141214'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '129370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697104> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13697104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732945" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13697104'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732945'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732945'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13697104'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621858> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732973" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621858'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732973'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732973'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621858'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547079> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733548" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547079'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pelagica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733548'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733548'^^xsd:string;
  dwc:aphiaid '103066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547079'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '103066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547089> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733987" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547089'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pelagica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733987'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733987'^^xsd:string;
  dwc:aphiaid '103066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547089'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '103066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814985> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13814985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733235" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13814985'^^xsd:integer;
  dwc:scientificName 'Eurydice affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733235'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733235'^^xsd:string;
  dwc:aphiaid '118843'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13814985'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '118843'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908273> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13908273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733084" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13908273'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733084'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733084'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13908273'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814982> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13814982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733315" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13814982'^^xsd:integer;
  dwc:scientificName 'Eurydice affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733315'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733315'^^xsd:string;
  dwc:aphiaid '118843'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13814982'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '118843'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908265> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13908265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733323" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13908265'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733323'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733323'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13908265'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621843> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733743" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621843'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733743'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733743'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621843'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908281> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13908281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733586" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13908281'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733586'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733586'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13908281'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908264> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13908264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734089" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13908264'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734089'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734089'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13908264'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908277> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13908277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733884" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13908277'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733884'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733884'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13908277'^^xsd:string;
  dwc:observationDate '1999-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908279> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13908279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733831" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13908279'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733831'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733831'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13908279'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908282> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13908282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733394" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13908282'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733394'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733394'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13908282'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13296852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13296852> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13296852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13296852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13296852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13296852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597673" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13296852'^^xsd:integer;
  dwc:scientificName 'Tephromela atra var. atra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597673'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597673'^^xsd:string;
  dwc:aphiaid '438957'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13296852'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '438957'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710172> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733998" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710172'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733998'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733998'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710172'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710155> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734005" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710155'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734005'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734005'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710155'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14182193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14182193> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14182193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14182193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14182193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14182193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733310" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14182193'^^xsd:integer;
  dwc:scientificName 'Ophelia rathkei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733310'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733310'^^xsd:string;
  dwc:aphiaid '130496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14182193'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '130496'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14182197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14182197> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14182197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14182197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14182197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14182197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733995" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14182197'^^xsd:integer;
  dwc:scientificName 'Ophelia rathkei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733995'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733995'^^xsd:string;
  dwc:aphiaid '130496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14182197'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '130496'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710177> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733731" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710177'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733731'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733731'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710177'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710161> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733709" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710161'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733709'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733709'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710161'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443776> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14443776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733727" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14443776'^^xsd:integer;
  dwc:scientificName 'Spio martinensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733727'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733727'^^xsd:string;
  dwc:aphiaid '131185'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14443776'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '131185'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405140> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14405140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733646" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14405140'^^xsd:integer;
  dwc:scientificName 'Scolelepis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733646'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733646'^^xsd:string;
  dwc:aphiaid '131177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14405140'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '157566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405128> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14405128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733475" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14405128'^^xsd:integer;
  dwc:scientificName 'Scolelepis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733475'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733475'^^xsd:string;
  dwc:aphiaid '131177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14405128'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '157566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13431021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13431021> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13431021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13431021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13431021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13431021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733403" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13431021'^^xsd:integer;
  dwc:scientificName 'Amathia lendigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733403'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733403'^^xsd:string;
  dwc:aphiaid '111659'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13431021'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '111659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13431020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13431020> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13431020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13431020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13431020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13431020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733333" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13431020'^^xsd:integer;
  dwc:scientificName 'Amathia lendigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733333'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733333'^^xsd:string;
  dwc:aphiaid '111659'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13431020'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '111659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908278> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13908278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733021" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13908278'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733021'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733021'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13908278'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405130> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14405130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733739" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14405130'^^xsd:integer;
  dwc:scientificName 'Scolelepis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733739'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733739'^^xsd:string;
  dwc:aphiaid '131177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14405130'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '157566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814984> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13814984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732947" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13814984'^^xsd:integer;
  dwc:scientificName 'Eurydice affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732947'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732947'^^xsd:string;
  dwc:aphiaid '118843'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13814984'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '118843'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14209933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14209933> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14209933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14209933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14209933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14209933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733835" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14209933'^^xsd:integer;
  dwc:scientificName 'Owenia fusiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733835'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733835'^^xsd:string;
  dwc:aphiaid '130544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14209933'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '130544'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443773> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14443773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733824" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14443773'^^xsd:integer;
  dwc:scientificName 'Spio martinensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733824'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733824'^^xsd:string;
  dwc:aphiaid '131185'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14443773'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '131185'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710179> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733602" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710179'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733602'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733602'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710179'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405132> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14405132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733309" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14405132'^^xsd:integer;
  dwc:scientificName 'Scolelepis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733309'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733309'^^xsd:string;
  dwc:aphiaid '131177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14405132'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '157566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405129> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14405129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734002" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14405129'^^xsd:integer;
  dwc:scientificName 'Scolelepis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734002'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734002'^^xsd:string;
  dwc:aphiaid '131177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14405129'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '157566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405131> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14405131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733703" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14405131'^^xsd:integer;
  dwc:scientificName 'Scolelepis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733703'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733703'^^xsd:string;
  dwc:aphiaid '131177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14405131'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '157566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405142> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14405142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732841" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14405142'^^xsd:integer;
  dwc:scientificName 'Scolelepis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732841'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732841'^^xsd:string;
  dwc:aphiaid '131177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14405142'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '157566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405134> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14405134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733172" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14405134'^^xsd:integer;
  dwc:scientificName 'Scolelepis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733172'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733172'^^xsd:string;
  dwc:aphiaid '131177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14405134'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '157566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710152> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733330" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710152'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733330'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733330'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710152'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710157> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733785" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710157'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733785'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733785'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710157'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710159> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733951" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710159'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733951'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733951'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710159'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710158> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598108" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710158'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598108'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598108'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710158'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405141> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14405141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733994" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14405141'^^xsd:integer;
  dwc:scientificName 'Scolelepis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733994'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733994'^^xsd:string;
  dwc:aphiaid '131177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14405141'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '157566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405127> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14405127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733325" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14405127'^^xsd:integer;
  dwc:scientificName 'Scolelepis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733325'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733325'^^xsd:string;
  dwc:aphiaid '131177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14405127'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '157566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710173> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597719" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710173'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597719'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597719'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710173'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710174> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733433" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710174'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733433'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733433'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710174'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710165> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733093" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710165'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733093'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733093'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710165'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621869> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733023" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621869'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733023'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733023'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621869'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443775> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14443775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733140" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14443775'^^xsd:integer;
  dwc:scientificName 'Spio martinensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733140'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733140'^^xsd:string;
  dwc:aphiaid '131185'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14443775'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '131185'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14362247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14362247> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14362247> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14362247>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14362247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14362247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615380" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14362247'^^xsd:integer;
  dwc:scientificName 'Pseudopotamilla reniformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615380'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615380'^^xsd:string;
  dwc:aphiaid '130963'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14362247'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '130963'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851940> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13851940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578792" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13851940'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578792'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578792'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13851940'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13953958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13953958> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13953958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13953958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13953958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13953958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578776" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13953958'^^xsd:integer;
  dwc:scientificName 'Iophon hyndmani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578776'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578776'^^xsd:string;
  dwc:aphiaid '132970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13953958'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '132970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13780657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13780657> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13780657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13780657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13780657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13780657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13780657'^^xsd:integer;
  dwc:scientificName 'Chlorophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615815'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615815'^^xsd:string;
  dwc:aphiaid '801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13780657'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13713140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13713140> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13713140> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13713140>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13713140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13713140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577631" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13713140'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577631'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577631'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13713140'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311365> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311365> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311365>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14311365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579530" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14311365'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579530'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40579530'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14311365'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135870> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135870> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135870>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14135870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579513" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14135870'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579513'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40579513'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14135870'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311373> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311373> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311373>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14311373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577683" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14311373'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577683'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40577683'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14311373'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13413011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13413011> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13413011> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13413011>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13413011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13413011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577664" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13413011'^^xsd:integer;
  dwc:scientificName 'Aglaophenia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577664'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40577664'^^xsd:string;
  dwc:aphiaid '116999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13413011'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '116999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13389443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13389443> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13389443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13389443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13389443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13389443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579921" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13389443'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579921'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579921'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13389443'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13784776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13784776> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13784776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13784776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13784776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13784776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615210" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13784776'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615210'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615210'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13784776'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697101> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13697101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733089" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13697101'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733089'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733089'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13697101'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547082> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733872" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547082'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pelagica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733872'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733872'^^xsd:string;
  dwc:aphiaid '103066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547082'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '103066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621839> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621839'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733329'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733329'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621839'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697098> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13697098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733782" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13697098'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733782'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733782'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13697098'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621864> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733236" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621864'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733236'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733236'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621864'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621868> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733432" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621868'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733432'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733432'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621868'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547090> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733969" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547090'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pelagica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733969'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733969'^^xsd:string;
  dwc:aphiaid '103066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547090'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '103066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547084> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733173" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547084'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pelagica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733173'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733173'^^xsd:string;
  dwc:aphiaid '103066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547084'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '103066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621838> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734093" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621838'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734093'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734093'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621838'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621859> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733143" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621859'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733143'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733143'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621859'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697105> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13697105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733234" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13697105'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733234'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733234'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13697105'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697124> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13697124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733204" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13697124'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733204'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733204'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13697124'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412302> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14412302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733592" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14412302'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733592'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733592'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14412302'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621844> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733784" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621844'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733784'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733784'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621844'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621845> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733950" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621845'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733950'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733950'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621845'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621856> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733175" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621856'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733175'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733175'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621856'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590692> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733650" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590692'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733650'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733650'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590692'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907445> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13907445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733649" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13907445'^^xsd:integer;
  dwc:scientificName 'Haustorius arenarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733649'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733649'^^xsd:string;
  dwc:aphiaid '102317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13907445'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '102317'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A11656468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A11656468> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A11656468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A11656468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A11656468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:11656468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733970" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '11656468'^^xsd:integer;
  dwc:scientificName 'Sphaeroma monodi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733970'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733970'^^xsd:string;
  dwc:aphiaid '148663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:11656468'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '118956'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590691> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733988" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590691'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733988'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733988'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590691'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907433> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13907433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733549" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13907433'^^xsd:integer;
  dwc:scientificName 'Haustorius arenarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733549'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733549'^^xsd:string;
  dwc:aphiaid '102317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13907433'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '102317'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907440> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13907440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733142" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13907440'^^xsd:integer;
  dwc:scientificName 'Haustorius arenarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733142'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733142'^^xsd:string;
  dwc:aphiaid '102317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13907440'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '102317'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A11656467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A11656467> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A11656467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A11656467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A11656467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:11656467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733989" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '11656467'^^xsd:integer;
  dwc:scientificName 'Sphaeroma monodi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733989'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733989'^^xsd:string;
  dwc:aphiaid '148663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:11656467'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '118956'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621899> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733229" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621899'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733229'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733229'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621899'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621909> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733205" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621909'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733205'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733205'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621909'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697102> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13697102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734021" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13697102'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734021'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734021'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13697102'^^xsd:string;
  dwc:observationDate '1999-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697106> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13697106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732843" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13697106'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732843'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732843'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13697106'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621842> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734004" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621842'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734004'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734004'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621842'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621847> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733708" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621847'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733708'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733708'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621847'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621860> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733275" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621860'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733275'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733275'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621860'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621870> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732845" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621870'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732845'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732845'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621870'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621867> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733997" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621867'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733997'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733997'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621867'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621848> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733829" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621848'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733829'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733829'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621848'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621871> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733730" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621871'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733730'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733730'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621871'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621895> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732822" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621895'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732822'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732822'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621895'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14255537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14255537> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14255537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14255537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14255537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14255537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597575" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14255537'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597575'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597575'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14255537'^^xsd:string;
  dwc:observationDate '1999-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621873> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733601" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621873'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733601'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733601'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621873'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621875> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733400" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621875'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733400'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733400'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621875'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621841> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733478" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621841'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733478'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733478'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621841'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621857> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733092" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621857'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733092'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733092'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621857'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589750> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14589750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733022" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14589750'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733022'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733022'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14589750'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589736> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14589736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733980" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14589736'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733980'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733980'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14589736'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589753> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14589753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733588" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14589753'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733588'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733588'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14589753'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756119> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13756119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733025" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13756119'^^xsd:integer;
  dwc:scientificName 'Diptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733025'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733025'^^xsd:string;
  dwc:aphiaid '118088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13756119'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '118088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907441> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13907441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734020" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13907441'^^xsd:integer;
  dwc:scientificName 'Haustorius arenarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734020'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734020'^^xsd:string;
  dwc:aphiaid '102317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13907441'^^xsd:string;
  dwc:observationDate '1999-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '102317'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590676> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733706" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590676'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733706'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733706'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590676'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590678> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733874" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590678'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733874'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733874'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590678'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907436> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13907436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733873" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13907436'^^xsd:integer;
  dwc:scientificName 'Haustorius arenarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733873'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733873'^^xsd:string;
  dwc:aphiaid '102317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13907436'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '102317'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590693> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732844" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590693'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732844'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732844'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590693'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705474> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13705474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733551" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13705474'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733551'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733551'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13705474'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907448> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13907448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732821" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13907448'^^xsd:integer;
  dwc:scientificName 'Haustorius arenarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732821'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732821'^^xsd:string;
  dwc:aphiaid '102317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13907448'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '102317'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412290> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14412290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733787" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14412290'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733787'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733787'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14412290'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412301> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14412301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733604" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14412301'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733604'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733604'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14412301'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907435> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13907435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733313" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13907435'^^xsd:integer;
  dwc:scientificName 'Haustorius arenarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733313'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733313'^^xsd:string;
  dwc:aphiaid '102317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13907435'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '102317'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590677> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733316" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590677'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733316'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733316'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590677'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14149040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14149040> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14149040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14149040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14149040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14149040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733779" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14149040'^^xsd:integer;
  dwc:scientificName 'Nephtys hombergii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733779'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733779'^^xsd:string;
  dwc:aphiaid '130359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14149040'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '130359'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907450> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13907450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733226" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13907450'^^xsd:integer;
  dwc:scientificName 'Haustorius arenarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733226'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733226'^^xsd:string;
  dwc:aphiaid '102317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13907450'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '102317'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606609> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13606609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733274" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13606609'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733274'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733274'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13606609'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590674> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733783" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590674'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733783'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733783'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590674'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590681> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733174" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590681'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733174'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733174'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590681'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412297> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14412297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734024" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14412297'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734024'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734024'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14412297'^^xsd:string;
  dwc:observationDate '1999-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412296> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14412296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733278" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14412296'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733278'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733278'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14412296'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412307> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14412307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733231" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14412307'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733231'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733231'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14412307'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14149043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14149043> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14149043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14149043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14149043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14149043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733725" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14149043'^^xsd:integer;
  dwc:scientificName 'Nephtys hombergii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733725'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733725'^^xsd:string;
  dwc:aphiaid '130359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14149043'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '130359'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412288> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14412288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733332" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14412288'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733332'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733332'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14412288'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348461> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14348461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733589" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14348461'^^xsd:integer;
  dwc:scientificName 'Portunidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733589'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733589'^^xsd:string;
  dwc:aphiaid '106763'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14348461'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '106763'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756111> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13756111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733983" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13756111'^^xsd:integer;
  dwc:scientificName 'Diptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733983'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733983'^^xsd:string;
  dwc:aphiaid '118088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13756111'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '118088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348459> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14348459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733839" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14348459'^^xsd:integer;
  dwc:scientificName 'Portunidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733839'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733839'^^xsd:string;
  dwc:aphiaid '106763'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14348459'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '106763'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907437> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13907437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733427" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13907437'^^xsd:integer;
  dwc:scientificName 'Haustorius arenarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733427'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733427'^^xsd:string;
  dwc:aphiaid '102317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13907437'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '102317'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590673> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733742" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590673'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733742'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733742'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590673'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590682> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732972" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590682'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732972'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732972'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590682'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907439> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13907439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732971" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13907439'^^xsd:integer;
  dwc:scientificName 'Haustorius arenarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732971'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732971'^^xsd:string;
  dwc:aphiaid '102317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13907439'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '102317'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412300> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14412300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733843" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14412300'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733843'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733843'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14412300'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412287> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14412287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734096" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14412287'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734096'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734096'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14412287'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590712> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733973" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590712'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733973'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733973'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590712'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907456> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13907456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733972" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13907456'^^xsd:integer;
  dwc:scientificName 'Haustorius arenarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733972'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733972'^^xsd:string;
  dwc:aphiaid '102317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13907456'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '102317'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590671> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733477" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590671'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733477'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733477'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590671'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14030446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14030446> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14030446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14030446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14030446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14030446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597571" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14030446'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata/mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597571'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597571'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14030446'^^xsd:string;
  dwc:observationDate '1999-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590679> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733428" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590679'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733428'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733428'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590679'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412294> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14412294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733095" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14412294'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733095'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733095'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14412294'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590670> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733328" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590670'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733328'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733328'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590670'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698886> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13698886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733587" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13698886'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733587'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733587'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13698886'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050953> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733230" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050953'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733230'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733230'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050953'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050930> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734023" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050930'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734023'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734023'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050930'^^xsd:string;
  dwc:observationDate '1999-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492174> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13492174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598111" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13492174'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598111'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598111'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13492174'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050921> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733710" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050921'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733710'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733710'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050921'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050928> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733277" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050928'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733277'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733277'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050928'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589737> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14589737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733476" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14589737'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733476'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733476'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14589737'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366727> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733474" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366727'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733474'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733474'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366727'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050926> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732975" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050926'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732975'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732975'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050926'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14320508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14320508> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14320508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14320508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14320508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14320508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733832" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14320508'^^xsd:integer;
  dwc:scientificName 'Polydora ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733832'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733832'^^xsd:string;
  dwc:aphiaid '131141'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14320508'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '131141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756110> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13756110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733334" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13756110'^^xsd:integer;
  dwc:scientificName 'Diptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733334'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733334'^^xsd:string;
  dwc:aphiaid '118088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13756110'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '118088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366726> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733324" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366726'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733324'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733324'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366726'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589735> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14589735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733327" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14589735'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733327'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733327'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14589735'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13867574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13867574> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13867574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13867574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13867574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13867574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733821" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13867574'^^xsd:integer;
  dwc:scientificName 'Glycera tridactyla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733821'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733821'^^xsd:string;
  dwc:aphiaid '130130'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13867574'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '130130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050922> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733830" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050922'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733830'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733830'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050922'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050935> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733732" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050935'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733732'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733732'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050935'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490035> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14490035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14490035'^^xsd:integer;
  dwc:scientificName 'Tetrastemma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732838'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732838'^^xsd:string;
  dwc:aphiaid '122419'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14490035'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '122419'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13867578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13867578> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13867578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13867578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13867578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13867578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732942" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13867578'^^xsd:integer;
  dwc:scientificName 'Glycera tridactyla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732942'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732942'^^xsd:string;
  dwc:aphiaid '130130'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13867578'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '130130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490032> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14490032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732941" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14490032'^^xsd:integer;
  dwc:scientificName 'Tetrastemma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732941'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732941'^^xsd:string;
  dwc:aphiaid '122419'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14490032'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '122419'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050932> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732950" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050932'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732950'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732950'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050932'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050925> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733094" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050925'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733094'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733094'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050925'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13867576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13867576> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13867576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13867576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13867576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13867576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733083" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13867576'^^xsd:integer;
  dwc:scientificName 'Glycera tridactyla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733083'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733083'^^xsd:string;
  dwc:aphiaid '130130'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13867576'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '130130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492182> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13492182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733087" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13492182'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733087'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733087'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13492182'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705477> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13705477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733599" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13705477'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733599'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733599'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13705477'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756112> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13756112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733952" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13756112'^^xsd:integer;
  dwc:scientificName 'Diptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733952'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733952'^^xsd:string;
  dwc:aphiaid '118088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13756112'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '118088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348457> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14348457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733949" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14348457'^^xsd:integer;
  dwc:scientificName 'Portunidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733949'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733949'^^xsd:string;
  dwc:aphiaid '106763'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14348457'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '106763'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366730> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733946" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366730'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733946'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733946'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366730'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589738> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14589738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733948" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14589738'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733948'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733948'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14589738'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589752> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14589752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733598" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14589752'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733598'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733598'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14589752'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366752> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733596" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366752'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733596'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733596'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366752'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348460> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14348460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733600" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14348460'^^xsd:integer;
  dwc:scientificName 'Portunidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733600'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733600'^^xsd:string;
  dwc:aphiaid '106763'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14348460'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '106763'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366753> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733395" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366753'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733395'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733395'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366753'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589754> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14589754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733399" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14589754'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733399'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733399'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14589754'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589740> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14589740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733827" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14589740'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733827'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733827'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14589740'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366750> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733726" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366750'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733726'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733726'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366750'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756120> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13756120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733844" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13756120'^^xsd:integer;
  dwc:scientificName 'Diptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733844'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733844'^^xsd:string;
  dwc:aphiaid '118088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13756120'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '118088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589751> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14589751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733837" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14589751'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733837'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733837'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14589751'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366738> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733085" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366738'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733085'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733085'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366738'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589745> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14589745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733091" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14589745'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733091'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733091'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14589745'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366739> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732968" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366739'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732968'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732968'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366739'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348456> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14348456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734092" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14348456'^^xsd:integer;
  dwc:scientificName 'Portunidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734092'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734092'^^xsd:string;
  dwc:aphiaid '106763'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14348456'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '106763'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756109> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13756109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734097" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13756109'^^xsd:integer;
  dwc:scientificName 'Diptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734097'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734097'^^xsd:string;
  dwc:aphiaid '118088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13756109'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '118088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366744> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732943" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366744'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732943'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732943'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366744'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756115> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13756115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732952" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13756115'^^xsd:integer;
  dwc:scientificName 'Diptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732952'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732952'^^xsd:string;
  dwc:aphiaid '118088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13756115'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '118088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589749> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14589749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733430" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14589749'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733430'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733430'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14589749'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756118> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13756118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733435" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13756118'^^xsd:integer;
  dwc:scientificName 'Diptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733435'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733435'^^xsd:string;
  dwc:aphiaid '118088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13756118'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '118088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366741> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734018" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366741'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734018'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734018'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366741'^^xsd:string;
  dwc:observationDate '1999-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756117> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13756117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733999" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13756117'^^xsd:integer;
  dwc:scientificName 'Diptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733999'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733999'^^xsd:string;
  dwc:aphiaid '118088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13756117'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '118088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366748> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733993" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366748'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733993'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733993'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366748'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589748> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14589748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733996" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14589748'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733996'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733996'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14589748'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366728> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734001" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366728'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734001'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734001'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366728'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366732> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733702" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366732'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733702'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733702'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366732'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589739> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14589739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733705" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14589739'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733705'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733705'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14589739'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756114> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13756114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733279" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13756114'^^xsd:integer;
  dwc:scientificName 'Diptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733279'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733279'^^xsd:string;
  dwc:aphiaid '118088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13756114'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '118088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366740> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366740'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733270'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733270'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366740'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589746> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14589746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733273" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14589746'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733273'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733273'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14589746'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366749> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732840" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366749'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732840'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732840'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366749'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366774> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366774'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733225'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733225'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366774'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756126> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13756126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733232" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13756126'^^xsd:integer;
  dwc:scientificName 'Diptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733232'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733232'^^xsd:string;
  dwc:aphiaid '118088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13756126'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '118088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756131> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13756131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733206" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13756131'^^xsd:integer;
  dwc:scientificName 'Diptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733206'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733206'^^xsd:string;
  dwc:aphiaid '118088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13756131'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '118088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366782> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366782'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733203'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733203'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366782'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705469> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13705469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733707" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13705469'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733707'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733707'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13705469'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705480> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13705480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733228" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13705480'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733228'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733228'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13705480'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756116> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13756116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733652" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13756116'^^xsd:integer;
  dwc:scientificName 'Diptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733652'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733652'^^xsd:string;
  dwc:aphiaid '118088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13756116'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '118088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366747> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733645" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366747'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733645'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733645'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366747'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366751> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733833" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366751'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733833'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733833'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366751'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705470> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13705470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733828" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13705470'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733828'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733828'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13705470'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705475> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13705475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733729" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13705475'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733729'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733729'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13705475'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366725> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734090" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366725'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734090'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734090'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366725'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492175> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13492175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598017" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13492175'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598017'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598017'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13492175'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050917> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733745" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050917'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733745'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733745'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050917'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490034> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14490034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733643" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14490034'^^xsd:integer;
  dwc:scientificName 'Tetrastemma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733643'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733643'^^xsd:string;
  dwc:aphiaid '122419'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14490034'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '122419'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13836565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13836565> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13836565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13836565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13836565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13836565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597574" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13836565'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597574'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597574'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13836565'^^xsd:string;
  dwc:observationDate '1999-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492199> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13492199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597667" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13492199'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597667'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597667'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13492199'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050914> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734095" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050914'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734095'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734095'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050914'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492190> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13492190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597716" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13492190'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597716'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597716'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13492190'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975982> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:12975982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733271" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '12975982'^^xsd:integer;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733271'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733271'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:12975982'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698880> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13698880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733550" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13698880'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733550'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733550'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13698880'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492180> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13492180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597951" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13492180'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597951'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597951'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13492180'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050915> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733331" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050915'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733331'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733331'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050915'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050916> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733480" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050916'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733480'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733480'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050916'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050938> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733402" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050938'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733402'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733402'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050938'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490033> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14490033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733984" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14490033'^^xsd:integer;
  dwc:scientificName 'Tetrastemma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733984'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733984'^^xsd:string;
  dwc:aphiaid '122419'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14490033'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '122419'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698881> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13698881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733314" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13698881'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733314'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733314'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13698881'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050919> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733786" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050919'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733786'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733786'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050919'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050937> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733603" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050937'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733603'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733603'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050937'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698876> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13698876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733979" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13698876'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733979'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733979'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13698876'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13880364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13880364> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13880364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13880364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13880364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13880364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597674" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13880364'^^xsd:integer;
  dwc:scientificName 'Grey lichens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597674'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597674'^^xsd:string;
  dwc:aphiaid '4'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13880364'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '4'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '10'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13953657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13953657> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13953657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13953657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13953657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13953657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732951" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13953657'^^xsd:integer;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732951'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732951'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13953657'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698885> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13698885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732946" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13698885'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732946'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732946'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13698885'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698883> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13698883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733723" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13698883'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733723'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733723'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13698883'^^xsd:string;
  dwc:observationDate '1999-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975979> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:12975979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733326" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '12975979'^^xsd:integer;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733326'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733326'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:12975979'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698888> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13698888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733817" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13698888'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733817'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733817'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13698888'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13923048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13923048> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13923048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13923048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13923048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13923048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13923048'^^xsd:integer;
  dwc:scientificName 'Heteromastus filiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733834'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733834'^^xsd:string;
  dwc:aphiaid '129884'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13923048'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '129884'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698884> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13698884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734022" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13698884'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734022'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734022'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13698884'^^xsd:string;
  dwc:observationDate '1999-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698882> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13698882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733090" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13698882'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733090'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733090'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13698882'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975980> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:12975980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733947" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '12975980'^^xsd:integer;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733947'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733947'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:12975980'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462034> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13462034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733744" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13462034'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733744'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733744'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13462034'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462047> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13462047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13462047'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733818'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733818'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13462047'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462037> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13462037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733552" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13462037'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733552'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733552'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13462037'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13928895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13928895> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13928895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13928895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13928895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13928895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597572" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13928895'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia rubra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597572'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597572'^^xsd:string;
  dwc:aphiaid '145712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13928895'^^xsd:string;
  dwc:observationDate '1999-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '145712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462044> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13462044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732823" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13462044'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732823'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732823'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13462044'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517654> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607418" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517654'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607418'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607418'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517654'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517670> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614005" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517670'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614005'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614005'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517670'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517631> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517631> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517631>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607126" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517631'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607126'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607126'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517631'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017445> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017445> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017445>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14017445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615387" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14017445'^^xsd:integer;
  dwc:scientificName 'Lissoclinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615387'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615387'^^xsd:string;
  dwc:aphiaid '103459'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14017445'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '103459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13576596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13576596> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13576596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13576596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13576596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13576596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611282" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13576596'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611282'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611282'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13576596'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216849> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14216849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579927" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14216849'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579927'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579927'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14216849'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135876> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14135876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579465" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14135876'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579465'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579465'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14135876'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311371> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14311371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579503" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14311371'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579503'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579503'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14311371'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621946> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13621946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579490" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13621946'^^xsd:integer;
  dwc:scientificName 'Cellaria sinuosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579490'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579490'^^xsd:string;
  dwc:aphiaid '111260'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13621946'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '111260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13389444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13389444> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13389444> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13389444>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13389444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13389444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579514" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13389444'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579514'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40579514'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13389444'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13784777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13784777> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13784777> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13784777>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13784777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13784777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615558" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13784777'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615558'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^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-JNCCMNCR40615558'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13784777'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917818> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917818> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917818>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13917818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577573" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13917818'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577573'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577573'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13917818'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594129> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594129> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594129>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13594129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579522" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13594129'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579522'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40579522'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13594129'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798779> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13798779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733393" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13798779'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733393'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733393'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13798779'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798773> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13798773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734016" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13798773'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734016'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734016'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13798773'^^xsd:string;
  dwc:observationDate '1999-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798777> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13798777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733992" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13798777'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733992'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733992'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13798777'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798766> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13798766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13798766'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733820'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733820'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13798766'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798765> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13798765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733700" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13798765'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733700'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733700'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13798765'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798772> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13798772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733268" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13798772'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733268'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733268'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13798772'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599771> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13599771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733781" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13599771'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733781'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733781'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13599771'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145853> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14145853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733724" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14145853'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733724'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733724'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14145853'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145856> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14145856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732819" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14145856'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732819'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732819'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14145856'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145845> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14145845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733171" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14145845'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733171'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733171'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14145845'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798791> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13798791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733224" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13798791'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733224'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733224'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13798791'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798761> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13798761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734000" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13798761'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734000'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734000'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13798761'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798776> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13798776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733644" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13798776'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733644'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733644'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13798776'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798769> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13798769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733170" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13798769'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733170'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733170'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13798769'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798763> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13798763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733945" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13798763'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733945'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733945'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13798763'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714682> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714682> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714682>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13714682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581660" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13714682'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581660'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581660'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13714682'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714675> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714675> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714675>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13714675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579426" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13714675'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579426'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579426'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13714675'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714746> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13714746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607245" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13714746'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607245'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607245'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13714746'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629439> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13629439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578752" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13629439'^^xsd:integer;
  dwc:scientificName 'Ceramium secundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578752'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578752'^^xsd:string;
  dwc:aphiaid '144562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13629439'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '144562'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517677> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517677> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517677>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607226" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517677'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607226'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607226'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517677'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629437> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13629437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581374" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13629437'^^xsd:integer;
  dwc:scientificName 'Ceramium secundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581374'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581374'^^xsd:string;
  dwc:aphiaid '144562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13629437'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144562'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579448> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13579448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596227" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13579448'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596227'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596227'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13579448'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579439> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13579439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580731" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13579439'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580731'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580731'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13579439'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14138116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14138116> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14138116> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14138116>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14138116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14138116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580999" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14138116'^^xsd:integer;
  dwc:scientificName 'Neopentadactyla mixta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580999'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580999'^^xsd:string;
  dwc:aphiaid '124685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14138116'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '124685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517456> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13517456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578730" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13517456'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578730'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578730'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13517456'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517442> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517442> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517442>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13517442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581662" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13517442'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581662'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581662'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13517442'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13517407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13517407> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13517407> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13517407>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13517407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:13517407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605059" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '13517407'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605059'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40605059'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:13517407'^^xsd:string;
  dwc:observationDate '1998-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517469> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13517469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581530" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13517469'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581530'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581530'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13517469'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517470> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13517470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580985" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13517470'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580985'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580985'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13517470'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517636> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517636> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517636>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607619" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517636'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607619'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607619'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517636'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517519> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13517519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596376" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13517519'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596376'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596376'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13517519'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14295608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14295608> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14295608> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14295608>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14295608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14295608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581002" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14295608'^^xsd:integer;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581002'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581002'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14295608'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14260995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14260995> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14260995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14260995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14260995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14260995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578732" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14260995'^^xsd:integer;
  dwc:scientificName 'Perophora listeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578732'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578732'^^xsd:string;
  dwc:aphiaid '103759'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14260995'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '103759'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13487637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13487637> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13487637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13487637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13487637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13487637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578354" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13487637'^^xsd:integer;
  dwc:scientificName 'Archidoris pseudoargus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578354'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578354'^^xsd:string;
  dwc:aphiaid '138763'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13487637'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '138763'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13487636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13487636> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13487636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13487636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13487636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13487636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581352" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13487636'^^xsd:integer;
  dwc:scientificName 'Archidoris pseudoargus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581352'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581352'^^xsd:string;
  dwc:aphiaid '138763'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13487636'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '138763'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329698> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14329698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596241" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14329698'^^xsd:integer;
  dwc:scientificName 'Polysiphonia fibrillosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596241'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596241'^^xsd:string;
  dwc:aphiaid '144634'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14329698'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '1339221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224980> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14224980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578739" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14224980'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578739'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578739'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14224980'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599777> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13599777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732969" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13599777'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732969'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732969'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13599777'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599780> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13599780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733396" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13599780'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733396'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733396'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13599780'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599776> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13599776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733086" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13599776'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733086'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733086'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13599776'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599773> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13599773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733704" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13599773'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733704'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733704'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13599773'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599774> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13599774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13599774'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733825'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733825'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13599774'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599779> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13599779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733728" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13599779'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733728'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733728'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13599779'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777774> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13777774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597567" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13777774'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597567'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597567'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13777774'^^xsd:string;
  dwc:observationDate '1999-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145858> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14145858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14145858'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733816'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733816'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14145858'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145841> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14145841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733547" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14145841'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733547'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733547'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14145841'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145851> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14145851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733986" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14145851'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733986'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733986'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14145851'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145852> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14145852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733968" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14145852'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733968'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733968'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14145852'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145838> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14145838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733738" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14145838'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733738'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733738'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14145838'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145844> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14145844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733425" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14145844'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733425'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733425'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14145844'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145843> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14145843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14145843'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733871'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733871'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14145843'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547641> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732970" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547641'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732970'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732970'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547641'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490075> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14490075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732966" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14490075'^^xsd:integer;
  dwc:scientificName 'Tetrastemma candidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732966'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732966'^^xsd:string;
  dwc:aphiaid '122764'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14490075'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '122764'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547640> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733088" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547640'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733088'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733088'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547640'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13685180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13685180> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13685180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13685180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13685180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13685180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733885" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13685180'^^xsd:integer;
  dwc:scientificName 'Clitellio arenarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733885'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733885'^^xsd:string;
  dwc:aphiaid '137553'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13685180'^^xsd:string;
  dwc:observationDate '1999-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '137553'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13431520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13431520> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13431520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13431520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13431520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13431520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733990" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13431520'^^xsd:integer;
  dwc:scientificName 'Ammodytes tobianus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733990'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733990'^^xsd:string;
  dwc:aphiaid '126752'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13431520'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '126752'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13431519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13431519> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13431519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13431519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13431519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13431519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597694" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13431519'^^xsd:integer;
  dwc:scientificName 'Ammodytes tobianus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597694'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597694'^^xsd:string;
  dwc:aphiaid '126752'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13431519'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '126752'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14098128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14098128> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14098128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14098128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14098128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14098128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733788" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14098128'^^xsd:integer;
  dwc:scientificName 'Mya arenaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733788'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733788'^^xsd:string;
  dwc:aphiaid '140430'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14098128'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '140430'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798770> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13798770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733082" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13798770'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733082'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733082'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13798770'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798778> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13798778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732839" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13798778'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732839'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732839'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13798778'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798771> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13798771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732967" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13798771'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732967'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732967'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13798771'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490073> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14490073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733424" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14490073'^^xsd:integer;
  dwc:scientificName 'Tetrastemma candidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733424'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733424'^^xsd:string;
  dwc:aphiaid '122764'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14490073'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '122764'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547653> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733429" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547653'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733429'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733429'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547653'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14020848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14020848> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14020848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14020848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14020848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14020848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597570" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14020848'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597570'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597570'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14020848'^^xsd:string;
  dwc:observationDate '1999-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547649> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733233" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547649'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733233'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733233'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547649'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547642> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733272" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547642'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733272'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733272'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547642'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547654> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732842" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547654'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732842'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732842'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547654'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490069> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14490069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733322" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14490069'^^xsd:integer;
  dwc:scientificName 'Tetrastemma candidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733322'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733322'^^xsd:string;
  dwc:aphiaid '122764'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14490069'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '122764'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547643> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734019" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547643'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734019'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734019'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547643'^^xsd:string;
  dwc:observationDate '1999-09-23'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490078> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14490078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733991" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14490078'^^xsd:integer;
  dwc:scientificName 'Tetrastemma candidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733991'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733991'^^xsd:string;
  dwc:aphiaid '122764'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14490078'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '122764'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490070> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14490070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733699" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14490070'^^xsd:integer;
  dwc:scientificName 'Tetrastemma candidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733699'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733699'^^xsd:string;
  dwc:aphiaid '122764'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14490070'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '122764'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490076> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14490076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733267" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14490076'^^xsd:integer;
  dwc:scientificName 'Tetrastemma candidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733267'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733267'^^xsd:string;
  dwc:aphiaid '122764'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14490076'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '122764'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490071> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14490071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733819" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14490071'^^xsd:integer;
  dwc:scientificName 'Tetrastemma candidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733819'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733819'^^xsd:string;
  dwc:aphiaid '122764'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14490071'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '122764'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490079> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14490079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733392" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14490079'^^xsd:integer;
  dwc:scientificName 'Tetrastemma candidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733392'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733392'^^xsd:string;
  dwc:aphiaid '122764'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14490079'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '122764'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13848350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13848350> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13848350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13848350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13848350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13848350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733503" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13848350'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus spinifer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733503'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733503'^^xsd:string;
  dwc:aphiaid '120020'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13848350'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '120020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547681> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733971" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547681'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733971'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733971'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547681'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547652> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733648" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547652'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733648'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733648'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547652'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547648> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732944" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547648'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732944'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732944'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547648'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13617176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13617176> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13617176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13617176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13617176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13617176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597573" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13617176'^^xsd:integer;
  dwc:scientificName 'Catenella caespitosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597573'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597573'^^xsd:string;
  dwc:aphiaid '145605'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13617176'^^xsd:string;
  dwc:observationDate '1999-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '145605'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14517365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14517365> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14517365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14517365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14517365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14517365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733722" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14517365'^^xsd:integer;
  dwc:scientificName 'Tubificoides benedii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733722'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733722'^^xsd:string;
  dwc:aphiaid '137571'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14517365'^^xsd:string;
  dwc:observationDate '1999-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '137571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12399176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12399176> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12399176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12399176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12399176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:12399176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597576" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '12399176'^^xsd:integer;
  dwc:scientificName 'Verrucaria maura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597576'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597576'^^xsd:string;
  dwc:aphiaid '147758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:12399176'^^xsd:string;
  dwc:observationDate '1999-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '1609738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547673> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547673'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732820'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732820'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547673'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12397209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12397209> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12397209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12397209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12397209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:12397209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597672" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '12397209'^^xsd:integer;
  dwc:scientificName 'Caloplaca marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597672'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597672'^^xsd:string;
  dwc:aphiaid '147724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:12397209'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '147724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547636> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733826" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547636'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733826'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733826'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547636'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547638> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733312" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547638'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733312'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733312'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547638'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710153> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733982" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710153'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733982'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733982'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710153'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710168> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732949" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710168'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732949'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732949'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710168'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710154> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733479" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710154'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733479'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733479'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710154'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710181> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733401" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710181'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733401'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733401'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710181'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710175> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597620" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710175'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597620'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597620'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710175'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517665> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607692" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517665'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607692'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607692'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517665'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14216841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14216841> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14216841> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14216841>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14216841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14216841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605097" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14216841'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605097'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605097'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14216841'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710192> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597646" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710192'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597646'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597646'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710192'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710180> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733591" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710180'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733591'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733591'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710180'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710176> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733024" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710176'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733024'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733024'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710176'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710170> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597953" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710170'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597953'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597953'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710170'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710156> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598018" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710156'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598018'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598018'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710156'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13965882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13965882> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13965882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13965882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13965882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13965882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596378" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13965882'^^xsd:integer;
  dwc:scientificName 'Labidoplax digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596378'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596378'^^xsd:string;
  dwc:aphiaid '124456'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13965882'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '152547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13594126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13594126> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13594126> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13594126>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13594126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:13594126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605100" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '13594126'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605100'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605100'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:13594126'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517661> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607133" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517661'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607133'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607133'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517661'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517652> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607316" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517652'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607316'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607316'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517652'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517622> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614379" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517622'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614379'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614379'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517622'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517682> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517682> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517682>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13517682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614619" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13517682'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614619'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614619'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13517682'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517666> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517666> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517666>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613860" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517666'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613860'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613860'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517666'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517673> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614351" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517673'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614351'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614351'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517673'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517674> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613943" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517674'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613943'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613943'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517674'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517629> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517629> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517629>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614163" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517629'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614163'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614163'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517629'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14372653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14372653> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14372653> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14372653>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14372653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14372653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607702" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14372653'^^xsd:integer;
  dwc:scientificName 'Raspailia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607702'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607702'^^xsd:string;
  dwc:aphiaid '181150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14372653'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '133150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517679> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607455" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517679'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607455'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607455'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517679'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517618> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517618> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517618>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607211" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517618'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607211'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607211'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517618'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517635> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607257" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517635'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607257'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607257'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517635'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517642> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614285" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517642'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614285'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614285'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517642'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517619> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607477" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517619'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607477'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607477'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517619'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517643> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517643> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517643>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607591" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517643'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607591'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40607591'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517643'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564563> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13564563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596171" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13564563'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596171'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596171'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13564563'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517651> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607683" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517651'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607683'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607683'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517651'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517645> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517645> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517645>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607272" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517645'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607272'^^xsd:string;
  dwc:yearCollected '1997'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607272'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517645'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13580670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13580670> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13580670> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13580670>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13580670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:13580670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '13580670'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605064'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40605064'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:13580670'^^xsd:string;
  dwc:observationDate '1998-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297541> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14297541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596873" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14297541'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596873'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596873'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14297541'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707940> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13707940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13707940'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596866'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596866'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13707940'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13527934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13527934> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13527934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13527934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13527934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13527934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596981" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13527934'^^xsd:integer;
  dwc:scientificName 'Astropecten irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596981'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596981'^^xsd:string;
  dwc:aphiaid '123867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13527934'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '123867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987214> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13987214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578347" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13987214'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578347'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578347'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13987214'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13527921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13527921> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13527921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13527921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13527921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13527921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578361" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13527921'^^xsd:integer;
  dwc:scientificName 'Astropecten irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578361'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578361'^^xsd:string;
  dwc:aphiaid '123867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13527921'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '123867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683252> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683252> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683252>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13683252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578515" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13683252'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578515'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578515'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13683252'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987220> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13987220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581513" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13987220'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581513'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581513'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13987220'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987224> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13987224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580899" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13987224'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580899'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580899'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13987224'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987238> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13987238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13987238'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596194'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596194'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13987238'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297546> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14297546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14297546'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596225'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596225'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14297546'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297531> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14297531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580934" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14297531'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580934'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580934'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14297531'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13570511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13570511> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13570511> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13570511>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13570511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13570511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579422" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13570511'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579422'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579422'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13570511'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297517> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14297517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578749" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14297517'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578749'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578749'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14297517'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13570519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13570519> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13570519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13570519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13570519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13570519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578353" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13570519'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578353'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578353'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13570519'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707938> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13707938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596157" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13707938'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596157'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596157'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13707938'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297538> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14297538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596164" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14297538'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596164'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596164'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14297538'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13570560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13570560> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13570560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13570560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13570560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13570560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607242" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13570560'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607242'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607242'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13570560'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564574> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13564574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596239" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13564574'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596239'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596239'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13564574'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893791> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13893791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578773" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13893791'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578773'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578773'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13893791'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580694> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13580694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578368" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13580694'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578368'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578368'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13580694'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707943> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13707943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596214" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13707943'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596214'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596214'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13707943'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662507> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662507> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662507>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13662507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578532" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13662507'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578532'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578532'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13662507'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13517614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13517614> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13517614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13517614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13517614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13517614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611290" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13517614'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611290'^^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 '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611290'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13517614'^^xsd:string;
  dwc:observationDate '2000-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517675> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517675> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517675>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614046" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517675'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614046'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614046'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517675'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517623> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517623> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517623>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517623'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607497'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607497'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517623'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517669> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614071" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517669'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614071'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614071'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517669'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517680> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613947" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517680'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613947'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613947'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517680'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14224998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14224998> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14224998> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14224998>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14224998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14224998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614211" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14224998'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614211'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614211'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14224998'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517633> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614010" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517633'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614010'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614010'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517633'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517676> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613928" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517676'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613928'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613928'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517676'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13517612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13517612> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13517612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13517612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13517612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13517612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611252" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13517612'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611252'^^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 '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611252'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13517612'^^xsd:string;
  dwc:observationDate '2000-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517625> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517625> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517625>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607281" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517625'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607281'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607281'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517625'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517630> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.740528 -4.964139)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.740528"^^xsd:decimal ;
  dwc:decimalLongitude "-4.964139"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.740528 -4.964139)"^^geo:wktLiteral ;
  geo-pos:lat "52.740528"^^xsd:decimal ;
  geo-pos:long "-4.964139"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607376" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517630'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607376'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.964139'^^xsd:double;
  dwc:latitude '52.740528'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607376'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517630'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517637> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614179" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517637'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614179'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614179'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517637'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517648> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607306" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517648'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607306'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607306'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517648'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517667> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517667> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517667>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607668" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517667'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607668'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607668'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517667'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517626> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517626> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517626>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614133" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517626'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614133'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614133'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517626'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517628> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607404" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517628'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607404'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607404'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517628'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517640> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614346" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517640'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614346'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614346'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517640'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13517613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13517613> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13517613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13517613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13517613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13517613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611395" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13517613'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611395'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611395'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13517613'^^xsd:string;
  dwc:observationDate '2000-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517616> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607650" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517616'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607650'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607650'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517616'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517647> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607552" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517647'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607552'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607552'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517647'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517660> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517660'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614072'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614072'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517660'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517658> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517658> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517658>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614028" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517658'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614028'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614028'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517658'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517659> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517659> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517659>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607363" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517659'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607363'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607363'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517659'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14372654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14372654> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14372654> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14372654>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14372654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14372654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614334" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14372654'^^xsd:integer;
  dwc:scientificName 'Raspailia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614334'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614334'^^xsd:string;
  dwc:aphiaid '181150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14372654'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '133150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517615> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607391" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517615'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607391'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607391'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517615'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517638> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607324" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517638'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607324'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607324'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517638'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517617> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613967" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517617'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613967'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613967'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517617'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517655> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65776 -4.662763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.65776"^^xsd:decimal ;
  dwc:decimalLongitude "-4.662763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65776 -4.662763)"^^geo:wktLiteral ;
  geo-pos:lat "52.65776"^^xsd:decimal ;
  geo-pos:long "-4.662763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607187" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517655'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607187'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.662763'^^xsd:double;
  dwc:latitude '52.65776'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607187'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517655'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517656> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65776 -4.662763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.65776"^^xsd:decimal ;
  dwc:decimalLongitude "-4.662763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65776 -4.662763)"^^geo:wktLiteral ;
  geo-pos:lat "52.65776"^^xsd:decimal ;
  geo-pos:long "-4.662763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614058" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517656'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614058'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.662763'^^xsd:double;
  dwc:latitude '52.65776'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614058'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517656'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517662> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517662'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613871'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613871'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517662'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517528> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13517528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596983" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13517528'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596983'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596983'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13517528'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713178> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13713178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580705" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13713178'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580705'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580705'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13713178'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336204> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14336204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596858" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14336204'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596858'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596858'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14336204'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14120716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14120716> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14120716> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14120716>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14120716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14120716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605056" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14120716'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605056'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40605056'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14120716'^^xsd:string;
  dwc:observationDate '1998-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915264> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13915264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580712" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13915264'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580712'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580712'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13915264'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392984> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392984> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392984>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14392984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581643" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14392984'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581643'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581643'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14392984'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14171441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14171441> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14171441> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14171441>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14171441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14171441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14171441'^^xsd:integer;
  dwc:scientificName 'Obelia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605072'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605072'^^xsd:string;
  dwc:aphiaid '117034'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14171441'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '117034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14135868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14135868> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14135868> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14135868>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14135868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14135868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605045" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14135868'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605045'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40605045'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14135868'^^xsd:string;
  dwc:observationDate '1998-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216892> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14216892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579681" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14216892'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579681'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579681'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14216892'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594159> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13594159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580702" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13594159'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580702'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580702'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13594159'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14469349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14469349> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14469349> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14469349>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14469349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14469349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578514" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14469349'^^xsd:integer;
  dwc:scientificName 'Suberites carnosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578514'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578514'^^xsd:string;
  dwc:aphiaid '134275'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14469349'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13747469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13747469> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13747469> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13747469>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13747469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:13747469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605060" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '13747469'^^xsd:integer;
  dwc:scientificName 'Didemnidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605060'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40605060'^^xsd:string;
  dwc:aphiaid '103439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:13747469'^^xsd:string;
  dwc:observationDate '1998-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '103439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13630895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13630895> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13630895> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13630895>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13630895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13630895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580992" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13630895'^^xsd:integer;
  dwc:scientificName 'Cereus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580992'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580992'^^xsd:string;
  dwc:aphiaid '100987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13630895'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '100987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893075> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13893075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581337" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13893075'^^xsd:integer;
  dwc:scientificName 'Haliclona viscosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581337'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581337'^^xsd:string;
  dwc:aphiaid '132881'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13893075'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '235864'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14524840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14524840> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14524840> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14524840>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14524840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14524840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605067" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14524840'^^xsd:integer;
  dwc:scientificName 'Tubularia larynx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605067'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605067'^^xsd:string;
  dwc:aphiaid '117995'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14524840'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '157933'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638357> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13638357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581343" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13638357'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581343'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581343'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13638357'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795536> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13795536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607311" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13795536'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607311'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607311'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13795536'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13630898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13630898> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13630898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13630898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13630898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13630898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581342" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13630898'^^xsd:integer;
  dwc:scientificName 'Cereus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581342'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581342'^^xsd:string;
  dwc:aphiaid '100987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13630898'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '100987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638371> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13638371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580898" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13638371'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580898'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580898'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13638371'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795510> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13795510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596190" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13795510'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596190'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596190'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13795510'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562168> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13562168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581355" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13562168'^^xsd:integer;
  dwc:scientificName 'Bowerbankia citrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581355'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581355'^^xsd:string;
  dwc:aphiaid '111664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13562168'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '851584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562182> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13562182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580909" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13562182'^^xsd:integer;
  dwc:scientificName 'Bowerbankia citrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580909'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580909'^^xsd:string;
  dwc:aphiaid '111664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13562182'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '851584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414559> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14414559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14414559'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria reptans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580912'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580912'^^xsd:string;
  dwc:aphiaid '111247'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14414559'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '738997'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216965> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14216965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607239" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14216965'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607239'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607239'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14216965'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539187> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539187> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539187>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13539187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579416" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13539187'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579416'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579416'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13539187'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539230> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539230> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539230>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13539230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607615" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13539230'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607615'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607615'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13539230'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562175> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13562175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581524" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13562175'^^xsd:integer;
  dwc:scientificName 'Bowerbankia citrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581524'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581524'^^xsd:string;
  dwc:aphiaid '111664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13562175'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '851584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414556> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14414556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581527" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14414556'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria reptans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581527'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581527'^^xsd:string;
  dwc:aphiaid '111247'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14414556'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '738997'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539199> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539199> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539199>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13539199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581646" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13539199'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581646'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581646'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13539199'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13747474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13747474> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13747474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13747474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13747474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13747474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596155" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13747474'^^xsd:integer;
  dwc:scientificName 'Didemnidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596155'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596155'^^xsd:string;
  dwc:aphiaid '103439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13747474'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '103439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14470168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14470168> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14470168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14470168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14470168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14470168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579673" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14470168'^^xsd:integer;
  dwc:scientificName 'Suberites ficus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579673'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579673'^^xsd:string;
  dwc:aphiaid '134285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14470168'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '134285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14175189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14175189> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14175189> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14175189>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14175189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14175189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581652" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14175189'^^xsd:integer;
  dwc:scientificName 'Ocenebra erinacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581652'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581652'^^xsd:string;
  dwc:aphiaid '140405'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14175189'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '140405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13825155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13825155> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13825155> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13825155>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13825155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13825155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581654" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13825155'^^xsd:integer;
  dwc:scientificName 'Facelina bostoniensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581654'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581654'^^xsd:string;
  dwc:aphiaid '139908'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13825155'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '139908'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14223503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14223503> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14223503> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14223503>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14223503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14223503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605076" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14223503'^^xsd:integer;
  dwc:scientificName 'Palaemon serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605076'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605076'^^xsd:string;
  dwc:aphiaid '107616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14223503'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '107616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14223504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14223504> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14223504> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14223504>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14223504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14223504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605095" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14223504'^^xsd:integer;
  dwc:scientificName 'Palaemon serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605095'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605095'^^xsd:string;
  dwc:aphiaid '107616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14223504'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '107616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14290894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14290894> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14290894> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14290894>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14290894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14290894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579418" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14290894'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579418'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579418'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14290894'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882498> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13882498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596226" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13882498'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596226'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596226'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13882498'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269698> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14269698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580723" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14269698'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580723'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580723'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14269698'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14269685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14269685> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14269685> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14269685>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14269685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14269685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605087" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14269685'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605087'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605087'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14269685'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092252> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092252> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092252>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14092252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581672" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14092252'^^xsd:integer;
  dwc:scientificName 'Molgula manhattensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581672'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581672'^^xsd:string;
  dwc:aphiaid '103788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14092252'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649248> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13649248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596987" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13649248'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596987'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596987'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13649248'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977164> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13977164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578771" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13977164'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578771'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578771'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13977164'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13594125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13594125> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13594125> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13594125>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13594125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:13594125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605080" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '13594125'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605080'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605080'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:13594125'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269697> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14269697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580925" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14269697'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580925'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580925'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14269697'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882488> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13882488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580935" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13882488'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580935'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580935'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13882488'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14290886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14290886> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14290886> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14290886>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14290886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14290886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605052" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14290886'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605052'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40605052'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14290886'^^xsd:string;
  dwc:observationDate '1998-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092257> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092257> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092257>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14092257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578536" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14092257'^^xsd:integer;
  dwc:scientificName 'Molgula manhattensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578536'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578536'^^xsd:string;
  dwc:aphiaid '103788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14092257'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257977> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257977> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257977>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14257977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578527" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14257977'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578527'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578527'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14257977'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185284> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185284> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185284>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14185284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578531" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14185284'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578531'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578531'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14185284'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13469699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13469699> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13469699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13469699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13469699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13469699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578360" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13469699'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578360'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578360'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13469699'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14269686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14269686> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14269686> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14269686>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14269686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14269686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605063" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14269686'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605063'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40605063'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14269686'^^xsd:string;
  dwc:observationDate '1998-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13622604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13622604> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13622604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13622604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13622604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13622604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581525" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13622604'^^xsd:integer;
  dwc:scientificName 'Cellepora pumicosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581525'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581525'^^xsd:string;
  dwc:aphiaid '111268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13622604'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '111268'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419558> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13419558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581523" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13419558'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581523'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581523'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13419558'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269694> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14269694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581535" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14269694'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581535'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581535'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14269694'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882479> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13882479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581371" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13882479'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581371'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581371'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13882479'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14414563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14414563> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14414563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14414563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14414563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14414563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596861" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14414563'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria reptans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596861'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596861'^^xsd:string;
  dwc:aphiaid '111247'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14414563'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '738997'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14474701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14474701> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14474701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14474701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14474701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14474701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580923" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14474701'^^xsd:integer;
  dwc:scientificName 'Syngnathus acus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580923'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580923'^^xsd:string;
  dwc:aphiaid '127387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14474701'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '127387'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119171> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14119171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596867" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14119171'^^xsd:integer;
  dwc:scientificName 'Naccaria wiggii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596867'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596867'^^xsd:string;
  dwc:aphiaid '145769'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14119171'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145769'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459657> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14459657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580940" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14459657'^^xsd:integer;
  dwc:scientificName 'Spyridia filamentosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580940'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580940'^^xsd:string;
  dwc:aphiaid '144706'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14459657'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594165> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13594165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596202" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13594165'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596202'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596202'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13594165'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459668> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14459668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596234" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14459668'^^xsd:integer;
  dwc:scientificName 'Spyridia filamentosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596234'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596234'^^xsd:string;
  dwc:aphiaid '144706'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14459668'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14223509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14223509> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14223509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14223509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14223509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14223509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596198" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14223509'^^xsd:integer;
  dwc:scientificName 'Palaemon serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596198'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596198'^^xsd:string;
  dwc:aphiaid '107616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14223509'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '107616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13981638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13981638> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13981638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13981638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13981638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13981638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613877" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13981638'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613877'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613877'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13981638'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638367> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13638367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579680" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13638367'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579680'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579680'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13638367'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649223> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13649223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580739" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13649223'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580739'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580739'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13649223'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14474695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14474695> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14474695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14474695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14474695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14474695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581366" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14474695'^^xsd:integer;
  dwc:scientificName 'Syngnathus acus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581366'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581366'^^xsd:string;
  dwc:aphiaid '127387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14474695'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '127387'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14695816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14695816> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14695816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14695816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14695816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14695816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581369" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14695816'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581369'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581369'^^xsd:string;
  dwc:aphiaid '125999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14695816'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '125999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13774299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13774299> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13774299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13774299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13774299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13774299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596243" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13774299'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596243'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596243'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13774299'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695005> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13695005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596228" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13695005'^^xsd:integer;
  dwc:scientificName 'Cordylecladia erecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596228'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596228'^^xsd:string;
  dwc:aphiaid '145847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13695005'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145847'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14474698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14474698> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14474698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14474698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14474698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14474698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579686" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14474698'^^xsd:integer;
  dwc:scientificName 'Syngnathus acus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579686'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579686'^^xsd:string;
  dwc:aphiaid '127387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14474698'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '127387'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14474702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14474702> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14474702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14474702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14474702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14474702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580721" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14474702'^^xsd:integer;
  dwc:scientificName 'Syngnathus acus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580721'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580721'^^xsd:string;
  dwc:aphiaid '127387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14474702'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '127387'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419545> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419545> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419545>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13419545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580744" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13419545'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580744'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40580744'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13419545'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419559> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13419559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579683" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13419559'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579683'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579683'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13419559'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419562> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13419562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580706" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13419562'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580706'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580706'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13419562'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744593> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13744593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580742" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13744593'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580742'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580742'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13744593'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13942309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13942309> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13942309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13942309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13942309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13942309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579675" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13942309'^^xsd:integer;
  dwc:scientificName 'Hydractinia echinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579675'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579675'^^xsd:string;
  dwc:aphiaid '117644'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13942309'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117644'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755855> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13755855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581361" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13755855'^^xsd:integer;
  dwc:scientificName 'Diplosoma spongiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581361'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581361'^^xsd:string;
  dwc:aphiaid '103582'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13755855'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13851959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13851959> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13851959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13851959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13851959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13851959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596859" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13851959'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596859'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596859'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13851959'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286802> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14286802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580931" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14286802'^^xsd:integer;
  dwc:scientificName 'Phyllophora crispa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580931'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580931'^^xsd:string;
  dwc:aphiaid '145660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14286802'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13385403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13385403> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13385403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13385403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13385403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13385403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580892" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13385403'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580892'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580892'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13385403'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13554686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13554686> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13554686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13554686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13554686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13554686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596218" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13554686'^^xsd:integer;
  dwc:scientificName 'Bonnemaisonia asparagoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596218'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596218'^^xsd:string;
  dwc:aphiaid '144440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13554686'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13792584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13792584> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13792584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13792584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13792584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13792584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596223" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13792584'^^xsd:integer;
  dwc:scientificName 'Erythrodermis traillii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596223'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596223'^^xsd:string;
  dwc:aphiaid '145655'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13792584'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145655'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14307887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14307887> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14307887> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14307887>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14307887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14307887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580997" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14307887'^^xsd:integer;
  dwc:scientificName 'Polinices pulchellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580997'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580997'^^xsd:string;
  dwc:aphiaid '150554'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14307887'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '151894'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286804> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14286804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580727" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14286804'^^xsd:integer;
  dwc:scientificName 'Phyllophora crispa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580727'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580727'^^xsd:string;
  dwc:aphiaid '145660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14286804'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13881563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13881563> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13881563> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13881563>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13881563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13881563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607706" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13881563'^^xsd:integer;
  dwc:scientificName 'Gymnangium montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607706'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607706'^^xsd:string;
  dwc:aphiaid '117299'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13881563'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117299'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14415278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14415278> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14415278> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14415278>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14415278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14415278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581659" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14415278'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria scruposa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581659'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581659'^^xsd:string;
  dwc:aphiaid '111250'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14415278'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744576> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13744576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578767" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13744576'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578767'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578767'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13744576'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13727027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13727027> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13727027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13727027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13727027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13727027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578370" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13727027'^^xsd:integer;
  dwc:scientificName 'Cystoclonium purpureum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578370'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578370'^^xsd:string;
  dwc:aphiaid '145615'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13727027'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419554> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13419554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578356" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13419554'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578356'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578356'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13419554'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13622602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13622602> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13622602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13622602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13622602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13622602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578359" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13622602'^^xsd:integer;
  dwc:scientificName 'Cellepora pumicosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578359'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578359'^^xsd:string;
  dwc:aphiaid '111268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13622602'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '111268'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13727033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13727033> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13727033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13727033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13727033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13727033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596166" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13727033'^^xsd:integer;
  dwc:scientificName 'Cystoclonium purpureum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596166'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596166'^^xsd:string;
  dwc:aphiaid '145615'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13727033'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13955559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13955559> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13955559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13955559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13955559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13955559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580697" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13955559'^^xsd:integer;
  dwc:scientificName 'Isozoanthus sulcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580697'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580697'^^xsd:string;
  dwc:aphiaid '101053'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13955559'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '101053'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13815374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13815374> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13815374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13815374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13815374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13815374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580904" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13815374'^^xsd:integer;
  dwc:scientificName 'Eurynome spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580904'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580904'^^xsd:string;
  dwc:aphiaid '107319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13815374'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '107319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13830321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13830321> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13830321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13830321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13830321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13830321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596207" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13830321'^^xsd:integer;
  dwc:scientificName 'Flustrellidra hispida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596207'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596207'^^xsd:string;
  dwc:aphiaid '111621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13830321'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '111621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744603> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13744603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596248" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13744603'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596248'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596248'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13744603'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13419564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13419564> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13419564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13419564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13419564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13419564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596206" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13419564'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596206'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596206'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13419564'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13942311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13942311> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13942311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13942311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13942311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13942311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580893" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13942311'^^xsd:integer;
  dwc:scientificName 'Hydractinia echinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580893'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580893'^^xsd:string;
  dwc:aphiaid '117644'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13942311'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '117644'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13857790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13857790> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13857790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13857790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13857790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13857790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581349" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13857790'^^xsd:integer;
  dwc:scientificName 'Gibbula magus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581349'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581349'^^xsd:string;
  dwc:aphiaid '141790'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13857790'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '141790'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419547> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419547> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419547>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13419547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578190" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13419547'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578190'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40578190'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13419547'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13512584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13512584> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13512584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13512584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13512584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13512584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581384" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13512584'^^xsd:integer;
  dwc:scientificName 'Asperococcus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581384'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581384'^^xsd:string;
  dwc:aphiaid '144062'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13512584'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144062'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13892190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13892190> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13892190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13892190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13892190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13892190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578718" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13892190'^^xsd:integer;
  dwc:scientificName 'Haliclona simulans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578718'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578718'^^xsd:string;
  dwc:aphiaid '236331'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13892190'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '132858'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13963192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13963192> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13963192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13963192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13963192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13963192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581340" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13963192'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria pinnata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581340'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581340'^^xsd:string;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13963192'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419583> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13419583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607243" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13419583'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607243'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607243'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13419583'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737320> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13737320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578768" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13737320'^^xsd:integer;
  dwc:scientificName 'Desmarestia ligulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578768'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578768'^^xsd:string;
  dwc:aphiaid '145309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13737320'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477091> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14477091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596888" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14477091'^^xsd:integer;
  dwc:scientificName 'Taonia atomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596888'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596888'^^xsd:string;
  dwc:aphiaid '145393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14477091'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675079> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13675079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578766" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13675079'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578766'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578766'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13675079'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924076> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13924076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596881" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13924076'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596881'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596881'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13924076'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675092> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13675092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580741" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13675092'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580741'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580741'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13675092'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675090> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13675090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580945" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13675090'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580945'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580945'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13675090'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675105> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13675105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596247" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13675105'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596247'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596247'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13675105'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675100> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13675100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596886" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13675100'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596886'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596886'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13675100'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423738> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423738> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423738>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14423738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579411" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14423738'^^xsd:integer;
  dwc:scientificName 'Sertularella gayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579411'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579411'^^xsd:string;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14423738'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423749> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423749> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423749>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14423749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578518" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14423749'^^xsd:integer;
  dwc:scientificName 'Sertularella gayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578518'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578518'^^xsd:string;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14423749'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423744> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423744> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423744>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14423744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581641" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14423744'^^xsd:integer;
  dwc:scientificName 'Sertularella gayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581641'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581641'^^xsd:string;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14423744'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770257> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13770257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596377" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13770257'^^xsd:integer;
  dwc:scientificName 'Echinocardium cordatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596377'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596377'^^xsd:string;
  dwc:aphiaid '124392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13770257'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '124392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924073> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13924073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596170" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13924073'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596170'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596170'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13924073'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649221> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13649221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580944" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13649221'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580944'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580944'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13649221'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13551080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13551080> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13551080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13551080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13551080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13551080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580913" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13551080'^^xsd:integer;
  dwc:scientificName 'Bicellariella ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580913'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580913'^^xsd:string;
  dwc:aphiaid '111147'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13551080'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '111147'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517502> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13517502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596154" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13517502'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596154'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596154'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13517502'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517671> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614063" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517671'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614063'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614063'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517671'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396846> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396846> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396846>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14396846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579415" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14396846'^^xsd:integer;
  dwc:scientificName 'Salmacina dysteri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579415'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579415'^^xsd:string;
  dwc:aphiaid '131038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14396846'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '131038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517458> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13517458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578363" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13517458'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578363'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578363'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13517458'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924048> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13924048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578760" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13924048'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578760'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578760'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13924048'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924066> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13924066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580942" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13924066'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580942'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580942'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13924066'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924081> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13924081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596238" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13924081'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596238'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596238'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13924081'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13942308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13942308> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13942308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13942308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13942308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13942308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581504" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13942308'^^xsd:integer;
  dwc:scientificName 'Hydractinia echinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581504'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581504'^^xsd:string;
  dwc:aphiaid '117644'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13942308'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117644'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14290912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14290912> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14290912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14290912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14290912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14290912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596200" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14290912'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596200'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596200'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14290912'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770258> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13770258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596984" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13770258'^^xsd:integer;
  dwc:scientificName 'Echinocardium cordatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596984'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596984'^^xsd:string;
  dwc:aphiaid '124392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13770258'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '124392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13670681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13670681> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13670681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13670681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13670681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13670681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581387" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13670681'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581387'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581387'^^xsd:string;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13670681'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477095> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14477095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596249" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14477095'^^xsd:integer;
  dwc:scientificName 'Taonia atomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596249'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596249'^^xsd:string;
  dwc:aphiaid '145393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14477095'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13501051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13501051> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13501051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13501051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13501051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13501051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580948" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13501051'^^xsd:integer;
  dwc:scientificName 'Arthrocladia villosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580948'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580948'^^xsd:string;
  dwc:aphiaid '145306'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13501051'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145306'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517509> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13517509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596863" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13517509'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596863'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596863'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13517509'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517621> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607246" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517621'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607246'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607246'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517621'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517454> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13517454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581357" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13517454'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581357'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581357'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13517454'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517433> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517433> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517433>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13517433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578192" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13517433'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578192'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40578192'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13517433'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517471> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13517471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579685" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13517471'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579685'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579685'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13517471'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744599> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13744599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596887" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13744599'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596887'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596887'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13744599'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13937260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13937260> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13937260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13937260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13937260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13937260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607247" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13937260'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607247'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607247'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13937260'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622590> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622590> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622590>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13622590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579424" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13622590'^^xsd:integer;
  dwc:scientificName 'Cellepora pumicosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579424'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579424'^^xsd:string;
  dwc:aphiaid '111268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13622590'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '111268'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649234> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13649234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596883" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13649234'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596883'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596883'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13649234'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13517405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13517405> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13517405> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13517405>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13517405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:13517405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605084" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '13517405'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605084'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605084'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:13517405'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13517406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13517406> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13517406> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13517406>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13517406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:13517406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605107" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '13517406'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605107'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605107'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:13517406'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372643> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372643> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372643>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14372643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578516" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14372643'^^xsd:integer;
  dwc:scientificName 'Raspailia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578516'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578516'^^xsd:string;
  dwc:aphiaid '181150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14372643'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '133150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517515> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13517515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596211" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13517515'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596211'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596211'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13517515'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14295607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14295607> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14295607> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14295607>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14295607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14295607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605065" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14295607'^^xsd:integer;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605065'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40605065'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14295607'^^xsd:string;
  dwc:observationDate '1998-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322769> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14322769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580729" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14322769'^^xsd:integer;
  dwc:scientificName 'Polyides rotundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580729'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580729'^^xsd:string;
  dwc:aphiaid '145668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14322769'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145668'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322767> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14322767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580933" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14322767'^^xsd:integer;
  dwc:scientificName 'Polyides rotundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580933'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580933'^^xsd:string;
  dwc:aphiaid '145668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14322767'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145668'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14093180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14093180> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14093180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14093180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14093180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14093180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581375" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14093180'^^xsd:integer;
  dwc:scientificName 'Monosporus pedicellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581375'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581375'^^xsd:string;
  dwc:aphiaid '144599'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14093180'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144599'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376217> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14376217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596884" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14376217'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596884'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596884'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14376217'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483499> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14483499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581344" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14483499'^^xsd:integer;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581344'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581344'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14483499'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288205> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14288205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580932" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14288205'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580932'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580932'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14288205'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564539> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13564539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581377" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13564539'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581377'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581377'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13564539'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14189990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14189990> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14189990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14189990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14189990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14189990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581358" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14189990'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581358'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581358'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14189990'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14132851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14132851> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14132851> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14132851>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14132851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14132851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605068" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14132851'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605068'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605068'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14132851'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828616> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13828616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580709" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13828616'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580709'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580709'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13828616'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508255> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13508255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580718" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13508255'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580718'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580718'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13508255'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627194> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13627194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580937" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13627194'^^xsd:integer;
  dwc:scientificName 'Ceramium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580937'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580937'^^xsd:string;
  dwc:aphiaid '144546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13627194'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649932> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13649932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596872" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13649932'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596872'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596872'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13649932'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828688> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607244" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828688'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607244'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607244'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828688'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14395897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14395897> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14395897> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14395897>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14395897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14395897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605094" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14395897'^^xsd:integer;
  dwc:scientificName 'Sagartiogeton'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605094'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605094'^^xsd:string;
  dwc:aphiaid '100777'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14395897'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '100777'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13777075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13777075> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13777075> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13777075>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13777075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13777075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580998" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13777075'^^xsd:integer;
  dwc:scientificName 'Eledone cirrhosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580998'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580998'^^xsd:string;
  dwc:aphiaid '140600'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13777075'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '140600'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915251> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13915251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581356" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13915251'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581356'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581356'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13915251'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14439448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14439448> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14439448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14439448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14439448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14439448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596233" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14439448'^^xsd:integer;
  dwc:scientificName 'Sphondylothamnion multifidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596233'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596233'^^xsd:string;
  dwc:aphiaid '144705'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14439448'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144705'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413652> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13413652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596192" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13413652'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596192'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596192'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13413652'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413646> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14413646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580710" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14413646'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580710'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580710'^^xsd:string;
  dwc:aphiaid '110866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14413646'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '110866'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655352> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13655352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578770" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13655352'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578770'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578770'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13655352'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485230> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13485230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578755" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13485230'^^xsd:integer;
  dwc:scientificName 'Apoglossum ruscifolium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578755'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578755'^^xsd:string;
  dwc:aphiaid '144737'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13485230'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '144737'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413636> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14413636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578728" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14413636'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578728'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578728'^^xsd:string;
  dwc:aphiaid '110866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14413636'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '110866'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012698> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14012698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596978" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14012698'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596978'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596978'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14012698'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012681> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14012681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578351" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14012681'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578351'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578351'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14012681'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483501> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14483501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578346" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14483501'^^xsd:integer;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578346'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578346'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14483501'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388172> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388172> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388172>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14388172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579414" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14388172'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579414'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579414'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14388172'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607444> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607444> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607444>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14607444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579428" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14607444'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579428'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579428'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14607444'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012684> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14012684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581519" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14012684'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581519'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581519'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14012684'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388175> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388175> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388175>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14388175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578187" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14388175'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578187'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40578187'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14388175'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14108746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14108746> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14108746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14108746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14108746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14108746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581353" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14108746'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581353'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581353'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14108746'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14207753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14207753> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14207753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14207753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14207753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14207753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581379" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14207753'^^xsd:integer;
  dwc:scientificName 'Osmundea truncata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581379'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581379'^^xsd:string;
  dwc:aphiaid '156279'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14207753'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '156279'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288214> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14288214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14288214'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596871'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596871'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14288214'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743740> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13743740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596890" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13743740'^^xsd:integer;
  dwc:scientificName 'Dictyosiphon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596890'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596890'^^xsd:string;
  dwc:aphiaid '144067'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13743740'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144067'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13637864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13637864> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13637864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13637864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13637864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13637864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607238" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13637864'^^xsd:integer;
  dwc:scientificName 'Chaetopterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607238'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607238'^^xsd:string;
  dwc:aphiaid '129229'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13637864'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '129229'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838574> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13838574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596874" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13838574'^^xsd:integer;
  dwc:scientificName 'Furcellaria lumbricalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596874'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596874'^^xsd:string;
  dwc:aphiaid '145620'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13838574'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145620'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485238> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13485238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580735" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13485238'^^xsd:integer;
  dwc:scientificName 'Apoglossum ruscifolium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580735'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580735'^^xsd:string;
  dwc:aphiaid '144737'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13485238'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144737'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828583> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828583> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828583>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13828583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580745" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13828583'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580745'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40580745'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13828583'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649926> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13649926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580728" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13649926'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580728'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580728'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13649926'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316684> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14316684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580715" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14316684'^^xsd:integer;
  dwc:scientificName 'Polyclinum aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580715'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580715'^^xsd:string;
  dwc:aphiaid '103674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14316684'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655405> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13655405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613876" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13655405'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613876'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613876'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13655405'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915262> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13915262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13915262'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580914'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580914'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13915262'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012685> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14012685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579682" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14012685'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579682'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579682'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14012685'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828585> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828585> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828585>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13828585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578191" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13828585'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578191'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40578191'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13828585'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14386490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14386490> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14386490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14386490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14386490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14386490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581345" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14386490'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581345'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581345'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14386490'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508235> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13508235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581363" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13508235'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581363'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581363'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13508235'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508262> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13508262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596864" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13508262'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596864'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596864'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13508262'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621418> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621418> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621418>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13621418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578528" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13621418'^^xsd:integer;
  dwc:scientificName 'Cellaria fistulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578528'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578528'^^xsd:string;
  dwc:aphiaid '111257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13621418'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543361> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543361> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543361>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14543361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578526" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14543361'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578526'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578526'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14543361'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627203> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13627203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596877" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13627203'^^xsd:integer;
  dwc:scientificName 'Ceramium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596877'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596877'^^xsd:string;
  dwc:aphiaid '144546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13627203'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13413626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13413626> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13413626> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13413626>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13413626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13413626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579406" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13413626'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579406'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579406'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13413626'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413634> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13413634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581506" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13413634'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581506'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581506'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13413634'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505600> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13505600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581532" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13505600'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581532'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581532'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13505600'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655369> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13655369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596892" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13655369'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596892'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596892'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13655369'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359659> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13359659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596220" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13359659'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596220'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596220'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13359659'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535401> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14535401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578341" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14535401'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578341'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578341'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14535401'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14543370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14543370> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14543370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14543370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14543370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14543370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580907" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14543370'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580907'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580907'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14543370'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413639> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13413639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580894" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13413639'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580894'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580894'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13413639'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14543367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14543367> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14543367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14543367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14543367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14543367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578357" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14543367'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578357'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578357'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14543367'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505597> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13505597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578364" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13505597'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578364'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578364'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13505597'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956032> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13956032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596161" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13956032'^^xsd:integer;
  dwc:scientificName 'Jania'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596161'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596161'^^xsd:string;
  dwc:aphiaid '144012'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13956032'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144012'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359651> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13359651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596159" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13359651'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596159'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596159'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13359651'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413645> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13413645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596146" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13413645'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596146'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596146'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13413645'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951762> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13951762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578350" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13951762'^^xsd:integer;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578350'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578350'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13951762'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359634> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13359634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578741" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13359634'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578741'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578741'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13359634'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197574> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197574> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197574>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14197574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581664" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14197574'^^xsd:integer;
  dwc:scientificName 'Ophiura albida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581664'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581664'^^xsd:string;
  dwc:aphiaid '124913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14197574'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276804> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276804> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276804>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14276804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581638" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14276804'^^xsd:integer;
  dwc:scientificName 'Phorbas fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581638'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581638'^^xsd:string;
  dwc:aphiaid '133679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14276804'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13346522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13346522> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13346522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13346522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13346522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13346522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596974" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13346522'^^xsd:integer;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596974'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596974'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13346522'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359648> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13359648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580928" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13359648'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580928'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580928'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13359648'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535391> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535391> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535391>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14535391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578520" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14535391'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578520'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578520'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14535391'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956033> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13956033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596870" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13956033'^^xsd:integer;
  dwc:scientificName 'Jania'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596870'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596870'^^xsd:string;
  dwc:aphiaid '144012'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13956033'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144012'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359654> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13359654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596869" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13359654'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596869'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596869'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13359654'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535496> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535496> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535496>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14535496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607613" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14535496'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607613'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607613'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14535496'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416133> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416133> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416133>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14416133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579435" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14416133'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579435'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579435'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14416133'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535379> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535379> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535379>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14535379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579412" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14535379'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579412'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579412'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14535379'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535399> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14535399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578720" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14535399'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578720'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578720'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14535399'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416143> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14416143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578735" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14416143'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578735'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578735'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14416143'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413641> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13413641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580694" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13413641'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580694'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580694'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13413641'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328974> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14328974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596988" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14328974'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596988'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596988'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14328974'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13756601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13756601> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13756601> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13756601>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13756601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13756601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581670" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13756601'^^xsd:integer;
  dwc:scientificName 'Distomus variolosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581670'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581670'^^xsd:string;
  dwc:aphiaid '103890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13756601'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424611> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13424611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613920" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13424611'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613920'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613920'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13424611'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392979> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392979> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392979>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14392979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579413" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14392979'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579413'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579413'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14392979'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14393011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14393011> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14393011> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14393011>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14393011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14393011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607614" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14393011'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607614'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607614'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14393011'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424469> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13424469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581511" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13424469'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581511'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581511'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13424469'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14425461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14425461> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14425461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14425461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14425461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14425461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581510" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14425461'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581510'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581510'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14425461'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737956> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13737956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578769" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13737956'^^xsd:integer;
  dwc:scientificName 'Desmarestia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578769'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578769'^^xsd:string;
  dwc:aphiaid '145310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13737956'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120732> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14120732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578723" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14120732'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578723'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578723'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14120732'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120727> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120727> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120727>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14120727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581649" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14120727'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581649'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581649'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14120727'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748919> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748919> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748919>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13748919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581666" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13748919'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581666'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581666'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13748919'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336174> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14336174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581515" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14336174'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581515'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581515'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14336174'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120741> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14120741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581520" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14120741'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581520'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581520'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14120741'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13891653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13891653> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13891653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13891653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13891653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13891653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581502" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13891653'^^xsd:integer;
  dwc:scientificName 'Haliclona oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581502'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581502'^^xsd:string;
  dwc:aphiaid '236327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13891653'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '132833'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14283063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14283063> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14283063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14283063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14283063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14283063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578759" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14283063'^^xsd:integer;
  dwc:scientificName 'Phycodrys rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578759'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578759'^^xsd:string;
  dwc:aphiaid '144773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14283063'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '144773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424462> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13424462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578340" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13424462'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578340'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578340'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13424462'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14425467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14425467> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14425467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14425467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14425467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14425467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14425467'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596147'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596147'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14425467'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424511> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13424511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596148" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13424511'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596148'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596148'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13424511'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365484> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14365484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596177" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14365484'^^xsd:integer;
  dwc:scientificName 'Punctaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596177'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596177'^^xsd:string;
  dwc:aphiaid '144079'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14365484'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144079'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424454> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424454> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424454>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13424454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581642" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13424454'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581642'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581642'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13424454'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403070> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14403070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578747" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14403070'^^xsd:integer;
  dwc:scientificName 'Schottera nicaeënsis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578747'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578747'^^xsd:string;
  dwc:aphiaid '494793'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14403070'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145666'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535422> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14535422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596149" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14535422'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596149'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596149'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14535422'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505595> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13505595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581362" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13505595'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581362'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581362'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13505595'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655364> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13655364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596179" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13655364'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596179'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596179'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13655364'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535409> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14535409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579679" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14535409'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579679'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579679'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14535409'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424456> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424456> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424456>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13424456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578519" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13424456'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578519'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578519'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13424456'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392985> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392985> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392985>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14392985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578521" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14392985'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578521'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578521'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14392985'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336202> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14336202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596150" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14336202'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596150'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596150'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14336202'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14425450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14425450> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14425450> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14425450>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14425450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14425450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605046" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14425450'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605046'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40605046'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14425450'^^xsd:string;
  dwc:observationDate '1998-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13827863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13827863> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13827863> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13827863>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13827863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:13827863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605058" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '13827863'^^xsd:integer;
  dwc:scientificName 'Flabellina pedata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605058'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40605058'^^xsd:string;
  dwc:aphiaid '139993'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:13827863'^^xsd:string;
  dwc:observationDate '1998-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '1047602'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13951742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13951742> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13951742> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13951742>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13951742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:13951742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605098" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '13951742'^^xsd:integer;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605098'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605098'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:13951742'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14392960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14392960> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14392960> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14392960>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14392960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14392960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605050" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14392960'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605050'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40605050'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14392960'^^xsd:string;
  dwc:observationDate '1998-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455438> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:12455438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578726" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '12455438'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578726'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578726'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:12455438'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055223> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14055223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581518" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14055223'^^xsd:integer;
  dwc:scientificName 'Macropodia rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581518'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581518'^^xsd:string;
  dwc:aphiaid '107345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14055223'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14523602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14523602> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14523602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14523602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14523602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14523602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581503" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14523602'^^xsd:integer;
  dwc:scientificName 'Tubularia indivisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581503'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581503'^^xsd:string;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14523602'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13701384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13701384> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13701384> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13701384>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13701384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13701384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581644" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13701384'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581644'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581644'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13701384'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14512176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14512176> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14512176> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14512176>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14512176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14512176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581651" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14512176'^^xsd:integer;
  dwc:scientificName 'Trivia arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581651'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581651'^^xsd:string;
  dwc:aphiaid '141741'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14512176'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '141741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13570517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13570517> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13570517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13570517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13570517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13570517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581351" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13570517'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581351'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581351'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13570517'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14370301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14370301> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14370301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14370301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14370301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14370301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578367" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14370301'^^xsd:integer;
  dwc:scientificName 'Pyura microcosmus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578367'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578367'^^xsd:string;
  dwc:aphiaid '103851'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14370301'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103851'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893812> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13893812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596180" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13893812'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596180'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596180'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13893812'^^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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13580669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13580669> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13580669> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13580669>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13580669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:13580669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605109" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '13580669'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605109'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605109'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:13580669'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580705> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13580705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579687" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13580705'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579687'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579687'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13580705'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297533> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14297533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580730" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14297533'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580730'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580730'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14297533'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297526> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14297526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579689" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14297526'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579689'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579689'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14297526'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14426451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14426451> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14426451> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14426451>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14426451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14426451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605047" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14426451'^^xsd:integer;
  dwc:scientificName 'Sertularia cupressina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605047'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40605047'^^xsd:string;
  dwc:aphiaid '117913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14426451'^^xsd:string;
  dwc:observationDate '1998-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '117913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893823> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13893823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596386" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13893823'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596386'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596386'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13893823'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580693> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13580693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578737" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13580693'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578737'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578737'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13580693'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14468587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14468587> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14468587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14468587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14468587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14468587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578765" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14468587'^^xsd:integer;
  dwc:scientificName 'Stypocaulon scoparium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578765'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578765'^^xsd:string;
  dwc:aphiaid '145907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14468587'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '182742'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580703> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13580703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581536" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13580703'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581536'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581536'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13580703'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580704> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13580704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580988" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13580704'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580988'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580988'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13580704'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13580684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13580684> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13580684> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13580684>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13580684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13580684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581000" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13580684'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581000'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581000'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13580684'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14132852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14132852> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14132852> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14132852>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14132852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14132852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605044" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14132852'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605044'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40605044'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14132852'^^xsd:string;
  dwc:observationDate '1998-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13886918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13886918> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13886918> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13886918>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13886918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:13886918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605042" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '13886918'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605042'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40605042'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:13886918'^^xsd:string;
  dwc:observationDate '1998-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312067> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312067> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312067>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14312067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578535" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14312067'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578535'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578535'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14312067'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893820> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13893820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596250" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13893820'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596250'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596250'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13893820'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580713> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13580713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580724" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13580713'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580724'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580724'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13580713'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893807> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13893807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580743" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13893807'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580743'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580743'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13893807'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893805> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13893805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580949" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13893805'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580949'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580949'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13893805'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580711> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13580711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580926" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13580711'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580926'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580926'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13580711'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13886934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13886934> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13886934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13886934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13886934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13886934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581500" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13886934'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581500'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581500'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13886934'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564548> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13564548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579690" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13564548'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579690'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579690'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13564548'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132861> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132861> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132861>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14132861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579407" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14132861'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579407'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579407'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14132861'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828580> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828580> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828580>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13828580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579425" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13828580'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579425'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579425'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13828580'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132887> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14132887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581507" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14132887'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581507'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581507'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14132887'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14386492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14386492> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14386492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14386492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14386492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14386492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581514" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14386492'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581514'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581514'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14386492'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189981> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189981> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189981>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14189981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581663" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14189981'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581663'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581663'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14189981'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14426450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14426450> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14426450> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14426450>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14426450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14426450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605071" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14426450'^^xsd:integer;
  dwc:scientificName 'Sertularia cupressina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605071'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605071'^^xsd:string;
  dwc:aphiaid '117913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14426450'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '117913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893790> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13893790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581386" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13893790'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581386'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581386'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13893790'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580691> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13580691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581367" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13580691'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581367'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581367'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13580691'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580197> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13580197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580732" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13580197'^^xsd:integer;
  dwc:scientificName 'Calliblepharis jubata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580732'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580732'^^xsd:string;
  dwc:aphiaid '145614'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13580197'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145614'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627111> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13627111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578751" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13627111'^^xsd:integer;
  dwc:scientificName 'Ceramium cimbricum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578751'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578751'^^xsd:string;
  dwc:aphiaid '144538'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13627111'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '144538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564541> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13564541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578761" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13564541'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578761'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578761'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13564541'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14189991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14189991> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14189991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14189991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14189991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14189991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581531" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14189991'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581531'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581531'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14189991'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14510258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14510258> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14510258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14510258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14510258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14510258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581533" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14510258'^^xsd:integer;
  dwc:scientificName 'Trisopterus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581533'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581533'^^xsd:string;
  dwc:aphiaid '126446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14510258'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126446'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14017519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14017519> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14017519> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14017519>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14017519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14017519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581667" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14017519'^^xsd:integer;
  dwc:scientificName 'Lissoclinum perforatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581667'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581667'^^xsd:string;
  dwc:aphiaid '103585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14017519'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931479> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931479> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931479>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13931479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581653" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13931479'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581653'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581653'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13931479'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871037> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13871037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578738" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13871037'^^xsd:integer;
  dwc:scientificName 'Gobiusculus flavescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578738'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578738'^^xsd:string;
  dwc:aphiaid '126898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13871037'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '1526389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14303288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14303288> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14303288> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14303288>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14303288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14303288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581655" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14303288'^^xsd:integer;
  dwc:scientificName 'Pododesmus patelliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581655'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581655'^^xsd:string;
  dwc:aphiaid '138751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14303288'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '138751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987226> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13987226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580700" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13987226'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580700'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580700'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13987226'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14531178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14531178> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14531178> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14531178>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14531178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14531178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580994" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14531178'^^xsd:integer;
  dwc:scientificName 'Upogebia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580994'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580994'^^xsd:string;
  dwc:aphiaid '107079'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14531178'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '107079'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13527922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13527922> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13527922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13527922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13527922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13527922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579684" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13527922'^^xsd:integer;
  dwc:scientificName 'Astropecten irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579684'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579684'^^xsd:string;
  dwc:aphiaid '123867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13527922'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '123867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564556> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13564556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580943" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13564556'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580943'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580943'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13564556'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13841506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13841506> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13841506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13841506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13841506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13841506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13841506'^^xsd:integer;
  dwc:scientificName 'Galathea squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580902'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580902'^^xsd:string;
  dwc:aphiaid '107154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13841506'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '107154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649937> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13649937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596224" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13649937'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596224'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596224'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13649937'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13625072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13625072> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13625072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13625072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13625072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13625072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596230" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13625072'^^xsd:integer;
  dwc:scientificName 'Ceramium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596230'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596230'^^xsd:string;
  dwc:aphiaid '143834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13625072'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '143834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766488> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13766488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578335" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13766488'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578335'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578335'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13766488'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288219> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14288219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596222" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14288219'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596222'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596222'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14288219'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14228960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14228960> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14228960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14228960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14228960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14228960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596215" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14228960'^^xsd:integer;
  dwc:scientificName 'Parablennius gattorugine'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596215'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596215'^^xsd:string;
  dwc:aphiaid '126770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14228960'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '126770'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376221> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14376221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596242" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14376221'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596242'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596242'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14376221'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13575256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13575256> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13575256> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13575256>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13575256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:13575256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605106" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '13575256'^^xsd:integer;
  dwc:scientificName 'Bugula flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605106'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605106'^^xsd:string;
  dwc:aphiaid '111152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:13575256'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '834002'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915276> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13915276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596210" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13915276'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596210'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596210'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13915276'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828615> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13828615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580911" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13828615'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580911'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580911'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13828615'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508253> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13508253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580920" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13508253'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580920'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580920'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13508253'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316682> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14316682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580917" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14316682'^^xsd:integer;
  dwc:scientificName 'Polyclinum aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580917'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580917'^^xsd:string;
  dwc:aphiaid '103674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14316682'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13712738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13712738> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13712738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13712738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13712738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13712738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580906" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13712738'^^xsd:integer;
  dwc:scientificName 'Crisidia cornuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580906'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580906'^^xsd:string;
  dwc:aphiaid '111706'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13712738'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '111706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388182> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388182> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388182>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14388182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578522" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14388182'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578522'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578522'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14388182'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828623> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13828623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596209" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13828623'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596209'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596209'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13828623'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13729117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13729117> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13729117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13729117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13729117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13729117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596236" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13729117'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596236'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596236'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13729117'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416163> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13416163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596221" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13416163'^^xsd:integer;
  dwc:scientificName 'Ahnfeltia plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596221'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596221'^^xsd:string;
  dwc:aphiaid '144422'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13416163'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13777076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13777076> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13777076> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13777076>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13777076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13777076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579423" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13777076'^^xsd:integer;
  dwc:scientificName 'Eledone cirrhosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579423'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579423'^^xsd:string;
  dwc:aphiaid '140600'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13777076'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '140600'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460105> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460105> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460105>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14460105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579404" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14460105'^^xsd:integer;
  dwc:scientificName 'Stelligera rigida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579404'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579404'^^xsd:string;
  dwc:aphiaid '134174'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14460105'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '1424275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915257> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13915257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581529" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13915257'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581529'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581529'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13915257'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14228958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14228958> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14228958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14228958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14228958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14228958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580987" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14228958'^^xsd:integer;
  dwc:scientificName 'Parablennius gattorugine'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580987'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580987'^^xsd:string;
  dwc:aphiaid '126770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14228958'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126770'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828712> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828712> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828712>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607713" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828712'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607713'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607713'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828712'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871036> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13871036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581368" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13871036'^^xsd:integer;
  dwc:scientificName 'Gobiusculus flavescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581368'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581368'^^xsd:string;
  dwc:aphiaid '126898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13871036'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1526389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376208> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14376208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580740" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14376208'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580740'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580740'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14376208'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13871048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13871048> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13871048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13871048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13871048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13871048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596217" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13871048'^^xsd:integer;
  dwc:scientificName 'Gobiusculus flavescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596217'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596217'^^xsd:string;
  dwc:aphiaid '126898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13871048'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '1526389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915253> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13915253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578729" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13915253'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578729'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578729'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13915253'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743748> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13743748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596989" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13743748'^^xsd:integer;
  dwc:scientificName 'Dictyosiphon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596989'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596989'^^xsd:string;
  dwc:aphiaid '144067'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13743748'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144067'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288192> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14288192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578746" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14288192'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578746'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578746'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14288192'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376196> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14376196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578763" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14376196'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578763'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578763'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14376196'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13838564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13838564> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13838564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13838564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13838564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13838564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578750" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13838564'^^xsd:integer;
  dwc:scientificName 'Furcellaria lumbricalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578750'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578750'^^xsd:string;
  dwc:aphiaid '145620'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13838564'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145620'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915281> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13915281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596982" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13915281'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596982'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596982'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13915281'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915254> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13915254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578362" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13915254'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578362'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578362'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13915254'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288211> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14288211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596163" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14288211'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596163'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596163'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14288211'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743737> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13743737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596178" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13743737'^^xsd:integer;
  dwc:scientificName 'Dictyosiphon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596178'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596178'^^xsd:string;
  dwc:aphiaid '144067'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13743737'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144067'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376212> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14376212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596173" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14376212'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596173'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596173'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14376212'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13556592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13556592> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13556592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13556592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13556592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13556592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596213" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13556592'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596213'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596213'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13556592'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14303304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14303304> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14303304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14303304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14303304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14303304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596204" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14303304'^^xsd:integer;
  dwc:scientificName 'Pododesmus patelliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596204'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596204'^^xsd:string;
  dwc:aphiaid '138751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14303304'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '138751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556587> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13556587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580922" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13556587'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580922'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580922'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13556587'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14434022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14434022> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14434022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14434022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14434022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14434022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581381" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14434022'^^xsd:integer;
  dwc:scientificName 'Sphacelaria plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581381'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581381'^^xsd:string;
  dwc:aphiaid '145897'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14434022'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '497297'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13993989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13993989> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13993989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13993989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13993989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13993989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581378" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13993989'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581378'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581378'^^xsd:string;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13993989'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564569> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13564569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596882" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13564569'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596882'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596882'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13564569'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14211749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14211749> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14211749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65776 -4.662763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.65776"^^xsd:decimal ;
  dwc:decimalLongitude "-4.662763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14211749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65776 -4.662763)"^^geo:wktLiteral ;
  geo-pos:lat "52.65776"^^xsd:decimal ;
  geo-pos:long "-4.662763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14211749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14211749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614052" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14211749'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614052'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.662763'^^xsd:double;
  dwc:latitude '52.65776'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614052'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14211749'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14325289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14325289> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14325289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14325289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14325289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14325289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579674" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14325289'^^xsd:integer;
  dwc:scientificName 'Polymastia mammillaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579674'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579674'^^xsd:string;
  dwc:aphiaid '150221'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14325289'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '134204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132872> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132872> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132872>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14132872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581640" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14132872'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581640'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581640'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14132872'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649910> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13649910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578748" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13649910'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578748'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578748'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13649910'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416150> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13416150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578744" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13416150'^^xsd:integer;
  dwc:scientificName 'Ahnfeltia plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578744'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578744'^^xsd:string;
  dwc:aphiaid '144422'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13416150'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '144422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729103> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13729103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578757" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13729103'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578757'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578757'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13729103'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508237> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13508237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578733" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13508237'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578733'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578733'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13508237'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14421856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14421856> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14421856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14421856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14421856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14421856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596980" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14421856'^^xsd:integer;
  dwc:scientificName 'Sepiola atlantica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596980'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596980'^^xsd:string;
  dwc:aphiaid '141454'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14421856'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '141454'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132880> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14132880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578337" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14132880'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578337'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578337'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14132880'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14386491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14386491> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14386491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14386491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14386491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14386491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578348" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14386491'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578348'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578348'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14386491'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13625070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13625070> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13625070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13625070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13625070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13625070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596168" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13625070'^^xsd:integer;
  dwc:scientificName 'Ceramium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596168'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596168'^^xsd:string;
  dwc:aphiaid '143834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13625070'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '143834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416158> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13416158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596162" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13416158'^^xsd:integer;
  dwc:scientificName 'Ahnfeltia plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596162'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596162'^^xsd:string;
  dwc:aphiaid '144422'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13416158'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13606605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13606605> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13606605> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13606605>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13606605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:13606605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605082" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '13606605'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605082'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605082'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:13606605'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13606606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13606606> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13606606> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13606606>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13606606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:13606606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605102" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '13606606'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605102'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605102'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:13606606'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120745> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14120745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580703" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14120745'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580703'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580703'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14120745'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14120715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14120715> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14120715> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14120715>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14120715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14120715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605101" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14120715'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605101'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605101'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14120715'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336181> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14336181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14336181'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580900'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580900'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14336181'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748929> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13748929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580918" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13748929'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580918'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580918'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13748929'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460024> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13460024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580897" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13460024'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580897'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580897'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13460024'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424478> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13424478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580896" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13424478'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580896'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580896'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13424478'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424520> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13424520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596193" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13424520'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596193'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596193'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13424520'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414924> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13414924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596245" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13414924'^^xsd:integer;
  dwc:scientificName 'Aglaozonia (asexual cutleria)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596245'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596245'^^xsd:string;
  dwc:aphiaid '182809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13414924'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483272> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13483272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580716" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13483272'^^xsd:integer;
  dwc:scientificName 'Aplidium punctum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580716'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580716'^^xsd:string;
  dwc:aphiaid '103662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13483272'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424470> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13424470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579678" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13424470'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579678'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579678'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13424470'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14526715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14526715> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14526715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14526715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14526715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14526715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578352" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14526715'^^xsd:integer;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578352'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578352'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14526715'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13504163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13504163> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13504163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13504163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13504163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13504163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13504163'^^xsd:integer;
  dwc:scientificName 'Ascidia virginea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578365'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578365'^^xsd:string;
  dwc:aphiaid '103717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13504163'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424601> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13424601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613867" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13424601'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613867'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613867'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13424601'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535376> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535376> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535376>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14535376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580991" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14535376'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580991'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580991'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14535376'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424459> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13424459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581341" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13424459'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581341'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581341'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13424459'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424515> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13424515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596857" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13424515'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596857'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596857'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13424515'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951760> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13951760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581347" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13951760'^^xsd:integer;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581347'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581347'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13951760'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13606607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13606607> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13606607> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13606607>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13606607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:13606607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605057" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '13606607'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605057'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40605057'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:13606607'^^xsd:string;
  dwc:observationDate '1998-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489395> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489395> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489395>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14489395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578513" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14489395'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578513'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578513'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14489395'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414911> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13414911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578764" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13414911'^^xsd:integer;
  dwc:scientificName 'Aglaozonia (asexual cutleria)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578764'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578764'^^xsd:string;
  dwc:aphiaid '182809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13414911'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '144054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424605> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424605> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424605>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13424605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607663" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13424605'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607663'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607663'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13424605'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416151> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14416151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580720" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14416151'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580720'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580720'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14416151'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535416> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14535416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580699" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14535416'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580699'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580699'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14535416'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13951772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13951772> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13951772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13951772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13951772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13951772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607240" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13951772'^^xsd:integer;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607240'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607240'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13951772'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14416154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14416154> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14416154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14416154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14416154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14416154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14416154'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596865'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596865'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14416154'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14425462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14425462> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14425462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14425462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14425462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14425462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579677" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14425462'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579677'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579677'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14425462'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460026> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13460026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580698" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13460026'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580698'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580698'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13460026'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336157> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336157> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336157>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14336157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578188" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14336157'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578188'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40578188'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14336157'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055217> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14055217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581348" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14055217'^^xsd:integer;
  dwc:scientificName 'Macropodia rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581348'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581348'^^xsd:string;
  dwc:aphiaid '107345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14055217'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766480> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766480> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766480>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13766480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581639" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13766480'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581639'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581639'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13766480'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13895600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13895600> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13895600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13895600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13895600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13895600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578719" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13895600'^^xsd:integer;
  dwc:scientificName 'Halisarca dujardini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578719'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578719'^^xsd:string;
  dwc:aphiaid '184523'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13895600'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884216> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13884216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578336" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13884216'^^xsd:integer;
  dwc:scientificName 'Halecium halecinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578336'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578336'^^xsd:string;
  dwc:aphiaid '231751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13884216'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956065> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13956065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578743" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13956065'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578743'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578743'^^xsd:string;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13956065'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536905> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536905> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536905>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13536905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581645" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13536905'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581645'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581645'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13536905'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917814> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917814> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917814>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13917814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581661" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13917814'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581661'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581661'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13917814'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689736> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13689736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578742" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13689736'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578742'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578742'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13689736'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917807> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917807> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917807>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13917807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579427" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13917807'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579427'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579427'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13917807'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13953204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13953204> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13953204> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13953204>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13953204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13953204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579419" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13953204'^^xsd:integer;
  dwc:scientificName 'Inachus phalangium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579419'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579419'^^xsd:string;
  dwc:aphiaid '107333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13953204'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '107333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478695> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14478695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581534" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14478695'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581534'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581534'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14478695'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689752> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13689752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596160" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13689752'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596160'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596160'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13689752'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14513297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14513297> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14513297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14513297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14513297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14513297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596979" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14513297'^^xsd:integer;
  dwc:scientificName 'Trivia monacha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596979'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596979'^^xsd:string;
  dwc:aphiaid '141744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14513297'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '141744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458373> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:12458373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596153" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '12458373'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596153'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596153'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:12458373'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365486> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14365486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596889" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14365486'^^xsd:integer;
  dwc:scientificName 'Punctaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596889'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596889'^^xsd:string;
  dwc:aphiaid '144079'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14365486'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144079'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583932> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583932> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583932>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13583932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579421" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13583932'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579421'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579421'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13583932'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884221> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13884221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581505" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13884221'^^xsd:integer;
  dwc:scientificName 'Halecium halecinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581505'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581505'^^xsd:string;
  dwc:aphiaid '231751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13884221'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826544> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13826544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607407" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13826544'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607407'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607407'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13826544'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120754> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14120754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14120754'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596203'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596203'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14120754'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14424182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14424182> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14424182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14424182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14424182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14424182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578339" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14424182'^^xsd:integer;
  dwc:scientificName 'Sertularella polyzonias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578339'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578339'^^xsd:string;
  dwc:aphiaid '117906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14424182'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '117906'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558630> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13558630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578366" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13558630'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578366'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578366'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13558630'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468540> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14468540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596145" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14468540'^^xsd:integer;
  dwc:scientificName 'Stylostichon plumosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596145'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596145'^^xsd:string;
  dwc:aphiaid '150212'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14468540'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '133688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558654> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13558654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596156" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13558654'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596156'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596156'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13558654'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14478682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14478682> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14478682> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14478682>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14478682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14478682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14478682'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605062'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40605062'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14478682'^^xsd:string;
  dwc:observationDate '1998-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558628> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13558628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578734" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13558628'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578734'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578734'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13558628'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573568> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14573568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578754" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14573568'^^xsd:integer;
  dwc:scientificName 'Pterothamnion crispum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578754'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578754'^^xsd:string;
  dwc:aphiaid '144682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14573568'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '144682'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558639> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13558639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580986" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13558639'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580986'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580986'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13558639'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13536930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13536930> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13536930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13536930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13536930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13536930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596197" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13536930'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596197'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596197'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13536930'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718209> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13718209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596235" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13718209'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596235'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596235'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13718209'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943550> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13943550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578338" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13943550'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578338'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578338'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13943550'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502398> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502398> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502398>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13502398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578533" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13502398'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578533'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578533'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13502398'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336209> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14336209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596195" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14336209'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596195'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596195'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14336209'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558612> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558612> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558612>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13558612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579434" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13558612'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579434'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579434'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13558612'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558618> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558618> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558618>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13558618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581671" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13558618'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581671'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581671'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13558618'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13831238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13831238> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13831238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13831238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13831238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13831238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607448" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13831238'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607448'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607448'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13831238'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573589> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14573589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596232" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14573589'^^xsd:integer;
  dwc:scientificName 'Pterothamnion crispum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596232'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596232'^^xsd:string;
  dwc:aphiaid '144682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14573589'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144682'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468543> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14468543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596191" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14468543'^^xsd:integer;
  dwc:scientificName 'Stylostichon plumosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596191'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596191'^^xsd:string;
  dwc:aphiaid '150212'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14468543'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '133688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678877> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13678877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581360" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13678877'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581360'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581360'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13678877'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583942> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583942> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583942>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13583942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578524" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13583942'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578524'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578524'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13583942'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13729115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13729115> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13729115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13729115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13729115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13729115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596169" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13729115'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596169'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596169'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13729115'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380356> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14380356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596167" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14380356'^^xsd:integer;
  dwc:scientificName 'Rhodophyllis divaricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596167'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596167'^^xsd:string;
  dwc:aphiaid '145617'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14380356'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458374> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:12458374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596860" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '12458374'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596860'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596860'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:12458374'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749798> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13749798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13749798'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596868'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596868'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13749798'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417977> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417977> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417977>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14417977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578512" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14417977'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578512'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578512'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14417977'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14392959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14392959> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14392959> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14392959>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14392959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14392959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605093" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14392959'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605093'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605093'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14392959'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13567933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13567933> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13567933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13567933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13567933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13567933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580711" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13567933'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580711'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580711'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13567933'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949178> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13949178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580737" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13949178'^^xsd:integer;
  dwc:scientificName 'Hypoglossum hypoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580737'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580737'^^xsd:string;
  dwc:aphiaid '144756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13949178'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943569> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13943569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580695" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13943569'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580695'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580695'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13943569'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896813> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13896813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580734" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13896813'^^xsd:integer;
  dwc:scientificName 'Halurus equisetifolius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580734'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580734'^^xsd:string;
  dwc:aphiaid '146345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13896813'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '146345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662121> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662121> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662121>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13662121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580990" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13662121'^^xsd:integer;
  dwc:scientificName 'Ciocalypta penicillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580990'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580990'^^xsd:string;
  dwc:aphiaid '132575'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13662121'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '132575'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583960> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13583960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607241" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13583960'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607241'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607241'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13583960'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14216842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14216842> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14216842> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14216842>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14216842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14216842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605051" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14216842'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605051'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40605051'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14216842'^^xsd:string;
  dwc:observationDate '1998-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14524841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14524841> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14524841> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14524841>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14524841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14524841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605043" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14524841'^^xsd:integer;
  dwc:scientificName 'Tubularia larynx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605043'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40605043'^^xsd:string;
  dwc:aphiaid '117995'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14524841'^^xsd:string;
  dwc:observationDate '1998-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '157933'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14083563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14083563> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14083563> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14083563>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14083563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14083563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605092" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14083563'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605092'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605092'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14083563'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13943519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13943519> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13943519> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13943519>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13943519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:13943519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605070" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '13943519'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605070'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605070'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:13943519'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678889> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13678889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580714" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13678889'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580714'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580714'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13678889'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458368> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:12458368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580708" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '12458368'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580708'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580708'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:12458368'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458753> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458753> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458753>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13458753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580995" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13458753'^^xsd:integer;
  dwc:scientificName 'Anapagurus hyndmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580995'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580995'^^xsd:string;
  dwc:aphiaid '107217'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13458753'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '107217'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558661> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13558661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596212" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13558661'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596212'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596212'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13558661'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749802> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13749802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596219" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13749802'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596219'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596219'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13749802'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458378> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:12458378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596208" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '12458378'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596208'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596208'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:12458378'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13949183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13949183> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13949183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13949183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13949183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13949183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596237" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13949183'^^xsd:integer;
  dwc:scientificName 'Hypoglossum hypoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596237'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596237'^^xsd:string;
  dwc:aphiaid '144756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13949183'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359632> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13359632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581370" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13359632'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581370'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581370'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13359632'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458354> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:12458354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578727" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '12458354'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578727'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578727'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:12458354'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458366> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:12458366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '12458366'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580910'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580910'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:12458366'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956069> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13956069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580930" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13956069'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580930'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580930'^^xsd:string;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13956069'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13724194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13724194> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13724194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13724194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13724194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13724194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596244" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13724194'^^xsd:integer;
  dwc:scientificName 'Cutleria multifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596244'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596244'^^xsd:string;
  dwc:aphiaid '145297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13724194'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145297'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956071> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13956071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580726" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13956071'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580726'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580726'^^xsd:string;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13956071'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14592419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14592419> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14592419> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14592419>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14592419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14592419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605096" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14592419'^^xsd:integer;
  dwc:scientificName 'Homarus gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605096'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605096'^^xsd:string;
  dwc:aphiaid '107253'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14592419'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '107253'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478699> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14478699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580722" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14478699'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580722'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580722'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14478699'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896806> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13896806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578753" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13896806'^^xsd:integer;
  dwc:scientificName 'Halurus equisetifolius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578753'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578753'^^xsd:string;
  dwc:aphiaid '146345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13896806'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '146345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949163> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13949163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578758" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13949163'^^xsd:integer;
  dwc:scientificName 'Hypoglossum hypoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578758'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578758'^^xsd:string;
  dwc:aphiaid '144756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13949163'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '144756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689745> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13689745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580929" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13689745'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580929'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580929'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13689745'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14083586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14083586> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14083586> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14083586>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14083586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14083586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607267" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14083586'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607267'^^xsd:string;
  dwc:yearCollected '1997'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607267'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14083586'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755101> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755101> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755101>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13755101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579431" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13755101'^^xsd:integer;
  dwc:scientificName 'Diplosoma listerianum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579431'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579431'^^xsd:string;
  dwc:aphiaid '103579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13755101'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502389> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502389> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502389>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13502389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579432" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13502389'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579432'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579432'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13502389'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943531> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943531> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943531>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13943531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579410" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13943531'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579410'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579410'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13943531'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943567> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13943567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580895" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13943567'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580895'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580895'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13943567'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678887> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13678887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580916" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13678887'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580916'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580916'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13678887'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14116306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14116306> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14116306> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14116306>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14116306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14116306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580993" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14116306'^^xsd:integer;
  dwc:scientificName 'Myxicola infundibulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580993'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580993'^^xsd:string;
  dwc:aphiaid '130932'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14116306'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '130932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14478681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14478681> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14478681> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14478681>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14478681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14478681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605108" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14478681'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605108'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605108'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14478681'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689747> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13689747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580725" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13689747'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580725'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580725'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13689747'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766487> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13766487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581338" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13766487'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581338'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581338'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13766487'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312066> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312066> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312066>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14312066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581669" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14312066'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581669'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581669'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14312066'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828594> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828594> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828594>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13828594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581657" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13828594'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581657'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581657'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13828594'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13842261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13842261> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13842261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13842261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13842261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13842261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581517" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13842261'^^xsd:integer;
  dwc:scientificName 'Galathea strigosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581517'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581517'^^xsd:string;
  dwc:aphiaid '107155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13842261'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107155'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943559> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13943559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581509" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13943559'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581509'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581509'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13943559'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949173> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13949173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581538" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13949173'^^xsd:integer;
  dwc:scientificName 'Hypoglossum hypoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581538'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581538'^^xsd:string;
  dwc:aphiaid '144756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13949173'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678870> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678870> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678870>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13678870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581665" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13678870'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581665'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581665'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13678870'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718206> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13718206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596880" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13718206'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596880'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596880'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13718206'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478698> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14478698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580924" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14478698'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580924'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580924'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14478698'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718197> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13718197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580941" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13718197'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580941'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580941'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13718197'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638359> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13638359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578344" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13638359'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578344'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578344'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13638359'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13630899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13630899> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13630899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13630899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13630899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13630899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578342" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13630899'^^xsd:integer;
  dwc:scientificName 'Cereus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578342'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578342'^^xsd:string;
  dwc:aphiaid '100987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13630899'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '100987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795505> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13795505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596144" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13795505'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596144'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596144'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13795505'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594145> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13594145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578722" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13594145'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578722'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578722'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13594145'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13594142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13594142> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13594142> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13594142>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13594142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13594142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581648" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13594142'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581648'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581648'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13594142'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13594127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13594127> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13594127> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13594127>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13594127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:13594127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605054" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '13594127'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605054'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40605054'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:13594127'^^xsd:string;
  dwc:observationDate '1998-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13594139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13594139> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13594139> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13594139>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13594139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13594139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579420" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13594139'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579420'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579420'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13594139'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216891> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14216891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581516" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14216891'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581516'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581516'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14216891'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558626> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13558626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581364" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13558626'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581364'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581364'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13558626'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558649> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13558649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580719" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13558649'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580719'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580719'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13558649'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795488> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13795488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578717" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13795488'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578717'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578717'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13795488'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981591> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13981591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578772" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13981591'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578772'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578772'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13981591'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795482> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795482> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795482>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13795482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581637" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13795482'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581637'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581637'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13795482'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311381> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311381> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311381>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14311381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579433" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14311381'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579433'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579433'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14311381'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696952> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14696952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580989" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14696952'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580989'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580989'^^xsd:string;
  dwc:aphiaid '126928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14696952'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126928'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713188> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13713188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596205" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13713188'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596205'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596205'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13713188'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14135867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14135867> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14135867> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14135867>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14135867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14135867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605069" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14135867'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605069'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605069'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14135867'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696953> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14696953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579688" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14696953'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579688'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579688'^^xsd:string;
  dwc:aphiaid '126928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14696953'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126928'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13389454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13389454> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13389454> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13389454>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13389454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13389454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578517" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13389454'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578517'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578517'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13389454'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713157> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713157> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713157>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13713157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578525" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13713157'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578525'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578525'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13713157'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311397> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311397> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311397>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14311397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578534" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14311397'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578534'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578534'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14311397'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621956> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621956> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621956>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13621956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578529" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13621956'^^xsd:integer;
  dwc:scientificName 'Cellaria sinuosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578529'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578529'^^xsd:string;
  dwc:aphiaid '111260'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13621956'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713153> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713153> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713153>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13713153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581656" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13713153'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581656'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581656'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13713153'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311393> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311393> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311393>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14311393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581668" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14311393'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581668'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581668'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14311393'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713162> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13713162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578725" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13713162'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578725'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578725'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13713162'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14696945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14696945> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14696945> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14696945>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14696945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14696945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581001" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14696945'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581001'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581001'^^xsd:string;
  dwc:aphiaid '126928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14696945'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126928'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13345898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13345898> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13345898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13345898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13345898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13345898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607447" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13345898'^^xsd:integer;
  dwc:scientificName 'Pleuronectidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607447'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607447'^^xsd:string;
  dwc:aphiaid '125579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13345898'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '125579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13897186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13897186> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13897186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13897186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13897186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13897186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578371" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13897186'^^xsd:integer;
  dwc:scientificName 'Halurus flosculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578371'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578371'^^xsd:string;
  dwc:aphiaid '144595'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13897186'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144595'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696948> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14696948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578369" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14696948'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578369'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578369'^^xsd:string;
  dwc:aphiaid '126928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14696948'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '126928'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14396371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14396371> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14396371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14396371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14396371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14396371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578343" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14396371'^^xsd:integer;
  dwc:scientificName 'Sagartiogeton undatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578343'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578343'^^xsd:string;
  dwc:aphiaid '101002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14396371'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '855675'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713181> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13713181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596152" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13713181'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596152'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596152'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13713181'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14396376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14396376> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14396376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14396376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14396376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14396376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607400" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14396376'^^xsd:integer;
  dwc:scientificName 'Sagartiogeton undatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607400'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607400'^^xsd:string;
  dwc:aphiaid '101002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14396376'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '855675'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14135879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14135879> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14135879> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14135879>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14135879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14135879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579408" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14135879'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579408'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579408'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14135879'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851942> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13851942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578724" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13851942'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578724'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578724'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13851942'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851939> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851939> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851939>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13851939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581650" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13851939'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581650'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581650'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13851939'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216886> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14216886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578349" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14216886'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578349'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578349'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14216886'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389503> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13389503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614061" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13389503'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614061'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614061'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13389503'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216932> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14216932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596975" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14216932'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596975'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596975'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14216932'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216898> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14216898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580901" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14216898'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580901'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580901'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14216898'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14003747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14003747> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14003747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14003747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14003747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14003747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596188" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14003747'^^xsd:integer;
  dwc:scientificName 'Leucosolenia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596188'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596188'^^xsd:string;
  dwc:aphiaid '131715'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14003747'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '131715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13840054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13840054> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13840054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13840054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13840054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13840054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596199" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13840054'^^xsd:integer;
  dwc:scientificName 'Galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596199'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596199'^^xsd:string;
  dwc:aphiaid '106834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13840054'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '106834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459654> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14459654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581376" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14459654'^^xsd:integer;
  dwc:scientificName 'Spyridia filamentosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581376'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581376'^^xsd:string;
  dwc:aphiaid '144706'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14459654'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13780947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13780947> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13780947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13780947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13780947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13780947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581354" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13780947'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581354'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581354'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13780947'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216860> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216860> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216860>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14216860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580996" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14216860'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580996'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580996'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14216860'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216867> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216867> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216867>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14216867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578189" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14216867'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578189'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40578189'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14216867'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13661120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13661120> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13661120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13661120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13661120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13661120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581373" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13661120'^^xsd:integer;
  dwc:scientificName 'Chylocladia verticillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581373'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581373'^^xsd:string;
  dwc:aphiaid '145808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13661120'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216883> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14216883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581346" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14216883'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581346'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581346'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14216883'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896528> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13896528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596246" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13896528'^^xsd:integer;
  dwc:scientificName 'Halopteris filicina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596246'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596246'^^xsd:string;
  dwc:aphiaid '145906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13896528'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145906'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14695824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14695824> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14695824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14695824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14695824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14695824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596158" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14695824'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596158'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596158'^^xsd:string;
  dwc:aphiaid '125999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14695824'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '125999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13774296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13774296> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13774296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13774296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13774296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13774296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596174" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13774296'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596174'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596174'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13774296'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13747468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13747468> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13747468> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13747468>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13747468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:13747468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605085" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '13747468'^^xsd:integer;
  dwc:scientificName 'Didemnidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605085'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605085'^^xsd:string;
  dwc:aphiaid '103439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:13747468'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '103439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13747472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13747472> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13747472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13747472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13747472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13747472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580717" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13747472'^^xsd:integer;
  dwc:scientificName 'Didemnidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580717'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580717'^^xsd:string;
  dwc:aphiaid '103439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13747472'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562184> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13562184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580707" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13562184'^^xsd:integer;
  dwc:scientificName 'Bowerbankia citrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580707'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580707'^^xsd:string;
  dwc:aphiaid '111664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13562184'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '851584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13505592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13505592> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13505592> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13505592>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13505592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13505592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579122" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13505592'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579122'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579122'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13505592'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13345899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13345899> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13345899> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13345899>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13345899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13345899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607113" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13345899'^^xsd:integer;
  dwc:scientificName 'Pleuronectidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607113'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40607113'^^xsd:string;
  dwc:aphiaid '125579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13345899'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '125579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13345896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13345896> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13345896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13345896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13345896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13345896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614012" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13345896'^^xsd:integer;
  dwc:scientificName 'Pleuronectidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614012'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614012'^^xsd:string;
  dwc:aphiaid '125579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13345896'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '125579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13765610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13765610> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13765610> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13765610>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13765610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13765610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613901" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13765610'^^xsd:integer;
  dwc:scientificName 'Dyopedos porrectus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613901'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613901'^^xsd:string;
  dwc:aphiaid '103044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13765610'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '103044'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12458391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12458391> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12458391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12458391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12458391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:12458391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607417" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '12458391'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607417'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607417'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:12458391'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128064> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14128064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14128064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732993" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14128064'^^xsd:integer;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732993'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732993'^^xsd:string;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14128064'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14525759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14525759> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14525759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14525759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14525759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14525759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752545" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14525759'^^xsd:integer;
  dwc:scientificName 'Tunicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752545'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752545'^^xsd:string;
  dwc:aphiaid '146420'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14525759'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '146420'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416165> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14416165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557096" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14416165'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557096'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557096'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14416165'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13900742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13900742> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13900742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13900742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13900742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13900742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13900742'^^xsd:integer;
  dwc:scientificName 'Harmothoe extenuata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752072'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752072'^^xsd:string;
  dwc:aphiaid '130762'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13900742'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '130762'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492228> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598042" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492228'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598042'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598042'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492228'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492231> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492231'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597815'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597815'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492231'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924029> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924029> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924029>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13924029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578870" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13924029'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578870'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578870'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13924029'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924027> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924027> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924027>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13924027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581627" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13924027'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581627'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581627'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13924027'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14327405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14327405> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14327405> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14327405>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14327405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14327405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581629" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14327405'^^xsd:integer;
  dwc:scientificName 'Polysiphonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581629'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581629'^^xsd:string;
  dwc:aphiaid '143853'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14327405'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '143853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13675073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13675073> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13675073> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13675073>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13675073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13675073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581718" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13675073'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581718'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581718'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13675073'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13718162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13718162> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13718162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13718162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13718162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13718162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401750" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13718162'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401750'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401750'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13718162'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621989> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621989> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621989>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:10621989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735359" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '10621989'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735359'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40735359'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:10621989'^^xsd:string;
  dwc:observationDate '1998-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13737980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13737980> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13737980> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13737980>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13737980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13737980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614219" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13737980'^^xsd:integer;
  dwc:scientificName 'Desmarestia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614219'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614219'^^xsd:string;
  dwc:aphiaid '145310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13737980'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '145310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558674> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558674> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558674>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13558674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614138" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13558674'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614138'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614138'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13558674'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14156341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14156341> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14156341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14156341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14156341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14156341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752446" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14156341'^^xsd:integer;
  dwc:scientificName 'Nereididae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752446'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752446'^^xsd:string;
  dwc:aphiaid '22496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14156341'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '22496'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915294> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915294> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915294>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13915294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609485" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13915294'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609485'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609485'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13915294'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13536901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13536901> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13536901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13536901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13536901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13536901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13536901'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401914'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401914'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13536901'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13434411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13434411> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13434411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13434411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13434411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13434411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752137" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13434411'^^xsd:integer;
  dwc:scientificName 'Ampelisca spinipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752137'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752137'^^xsd:string;
  dwc:aphiaid '101928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13434411'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '101928'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13434410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13434410> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13434410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13434410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13434410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13434410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752325" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13434410'^^xsd:integer;
  dwc:scientificName 'Ampelisca spinipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752325'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752325'^^xsd:string;
  dwc:aphiaid '101928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13434410'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '101928'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700754> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13700754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752977" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13700754'^^xsd:integer;
  dwc:scientificName 'Corymorpha nutans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752977'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752977'^^xsd:string;
  dwc:aphiaid '117452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13700754'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '117452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13773587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13773587> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13773587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13773587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13773587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13773587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752088" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13773587'^^xsd:integer;
  dwc:scientificName 'Echinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752088'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752088'^^xsd:string;
  dwc:aphiaid '123386'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13773587'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '123386'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13881009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13881009> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13881009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13881009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13881009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13881009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597872" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13881009'^^xsd:integer;
  dwc:scientificName 'Griffithsia corallinoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597872'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597872'^^xsd:string;
  dwc:aphiaid '144582'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13881009'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828696> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614177" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828696'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614177'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614177'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828696'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14316690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14316690> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14316690> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14316690>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14316690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14316690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613909" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14316690'^^xsd:integer;
  dwc:scientificName 'Polyclinum aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613909'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613909'^^xsd:string;
  dwc:aphiaid '103674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14316690'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '103674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132931> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132931> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132931>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14132931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613898" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14132931'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613898'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613898'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14132931'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828697> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828697> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828697>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613905" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828697'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613905'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613905'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828697'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535515> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535515> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535515>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14535515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614327" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14535515'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614327'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614327'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14535515'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13891658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13891658> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13891658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13891658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13891658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13891658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614073" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13891658'^^xsd:integer;
  dwc:scientificName 'Haliclona oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614073'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614073'^^xsd:string;
  dwc:aphiaid '236327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13891658'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '132833'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336288> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336288> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336288>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614113" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336288'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614113'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614113'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336288'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336300> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607460" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336300'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607460'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607460'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336300'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13891659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13891659> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13891659> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13891659>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13891659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13891659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614335" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13891659'^^xsd:integer;
  dwc:scientificName 'Haliclona oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614335'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614335'^^xsd:string;
  dwc:aphiaid '236327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13891659'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '132833'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710203> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597693" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710203'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597693'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597693'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710203'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13748942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13748942> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13748942> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13748942>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13748942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13748942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607212" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13748942'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607212'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607212'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13748942'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535488> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535488> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535488>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14535488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607200" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14535488'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607200'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607200'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14535488'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13951771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13951771> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13951771> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13951771>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13951771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13951771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13951771'^^xsd:integer;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607203'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607203'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13951771'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756616> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756616> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756616>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13756616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607215" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13756616'^^xsd:integer;
  dwc:scientificName 'Distomus variolosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607215'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607215'^^xsd:string;
  dwc:aphiaid '103890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13756616'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '103890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13637867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13637867> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13637867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13637867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13637867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13637867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13637867'^^xsd:integer;
  dwc:scientificName 'Chaetopterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613868'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613868'^^xsd:string;
  dwc:aphiaid '129229'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13637867'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '129229'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924067> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13924067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578120" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13924067'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578120'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578120'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13924067'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683230> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683230> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683230>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13683230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578139" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13683230'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578139'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578139'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13683230'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14531182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14531182> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14531182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14531182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14531182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14531182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581800" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14531182'^^xsd:integer;
  dwc:scientificName 'Upogebia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581800'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581800'^^xsd:string;
  dwc:aphiaid '107079'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14531182'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107079'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297597> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14297597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614381" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14297597'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614381'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614381'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14297597'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683275> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683275> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683275>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13683275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614120" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13683275'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614120'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614120'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13683275'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13797280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13797280> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13797280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13797280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13797280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13797280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752684" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13797280'^^xsd:integer;
  dwc:scientificName 'Eteone'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752684'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752684'^^xsd:string;
  dwc:aphiaid '129443'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13797280'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129443'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13996911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13996911> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13996911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13996911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13996911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13996911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752776" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13996911'^^xsd:integer;
  dwc:scientificName 'Lepidonotus squamatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752776'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752776'^^xsd:string;
  dwc:aphiaid '130801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13996911'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '130801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13996910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13996910> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13996910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13996910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13996910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13996910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752073" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13996910'^^xsd:integer;
  dwc:scientificName 'Lepidonotus squamatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752073'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752073'^^xsd:string;
  dwc:aphiaid '130801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13996910'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '130801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14141223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14141223> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14141223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14141223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14141223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14141223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752711" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14141223'^^xsd:integer;
  dwc:scientificName 'Nephtys'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752711'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752711'^^xsd:string;
  dwc:aphiaid '129370'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14141223'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '129370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700743> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13700743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752960" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13700743'^^xsd:integer;
  dwc:scientificName 'Corymorpha nutans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752960'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752960'^^xsd:string;
  dwc:aphiaid '117452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13700743'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '117452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621988> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621988> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621988>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:10621988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608841" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '10621988'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608841'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40608841'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:10621988'^^xsd:string;
  dwc:observationDate '1998-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866061> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13866061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752610" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13866061'^^xsd:integer;
  dwc:scientificName 'Glycera lapidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752610'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752610'^^xsd:string;
  dwc:aphiaid '155036'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13866061'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14280677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14280677> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14280677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14280677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14280677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14280677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752627" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14280677'^^xsd:integer;
  dwc:scientificName 'Photis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752627'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752627'^^xsd:string;
  dwc:aphiaid '102383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14280677'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '102383'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683279> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683279> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683279>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13683279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607661" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13683279'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607661'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607661'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13683279'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917832> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917832> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917832>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13917832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607180" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13917832'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607180'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607180'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13917832'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13884236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13884236> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13884236> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13884236>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13884236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13884236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611434" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13884236'^^xsd:integer;
  dwc:scientificName 'Halecium halecinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611434'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40611434'^^xsd:string;
  dwc:aphiaid '231751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13884236'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13884237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13884237> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13884237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13884237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13884237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13884237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611339" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13884237'^^xsd:integer;
  dwc:scientificName 'Halecium halecinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611339'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611339'^^xsd:string;
  dwc:aphiaid '231751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13884237'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14393009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14393009> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14393009> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14393009>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14393009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14393009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607201" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14393009'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607201'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607201'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14393009'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424578> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424578> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424578>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13424578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607199" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13424578'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607199'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607199'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13424578'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412311> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14412311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597563" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14412311'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597563'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597563'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14412311'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13490245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13490245> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13490245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13490245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13490245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13490245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577714" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13490245'^^xsd:integer;
  dwc:scientificName 'Arctica islandica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577714'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577714'^^xsd:string;
  dwc:aphiaid '138802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13490245'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '138802'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13407855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13407855> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13407855> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13407855>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13407855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13407855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614038" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13407855'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614038'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614038'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13407855'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13977216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13977216> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13977216> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13977216>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13977216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13977216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614221" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13977216'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614221'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614221'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13977216'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412310> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14412310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597955" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14412310'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597955'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597955'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14412310'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046660> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14046660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752253" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14046660'^^xsd:integer;
  dwc:scientificName 'Lumbrineris gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752253'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752253'^^xsd:string;
  dwc:aphiaid '130244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14046660'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '607402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14483509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14483509> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14483509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14483509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14483509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14483509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752315" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14483509'^^xsd:integer;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752315'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752315'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14483509'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14483508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14483508> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14483508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14483508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14483508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14483508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752949" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14483508'^^xsd:integer;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752949'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752949'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14483508'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320516> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.588826 -4.166647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.588826"^^xsd:decimal ;
  dwc:decimalLongitude "-4.166647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.588826 -4.166647)"^^geo:wktLiteral ;
  geo-pos:lat "51.588826"^^xsd:decimal ;
  geo-pos:long "-4.166647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14320516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610319" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14320516'^^xsd:integer;
  dwc:scientificName 'Polydora ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610319'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.166647'^^xsd:double;
  dwc:latitude '51.588826'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610319'^^xsd:string;
  dwc:aphiaid '131141'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14320516'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '131141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320517> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.588826 -4.166647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.588826"^^xsd:decimal ;
  dwc:decimalLongitude "-4.166647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.588826 -4.166647)"^^geo:wktLiteral ;
  geo-pos:lat "51.588826"^^xsd:decimal ;
  geo-pos:long "-4.166647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14320517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735398" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14320517'^^xsd:integer;
  dwc:scientificName 'Polydora ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735398'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.166647'^^xsd:double;
  dwc:latitude '51.588826'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735398'^^xsd:string;
  dwc:aphiaid '131141'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14320517'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '131141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14580871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14580871> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14580871> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14580871>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14580871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14580871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735344" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14580871'^^xsd:integer;
  dwc:scientificName 'Tubificoides diazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735344'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40735344'^^xsd:string;
  dwc:aphiaid '137574'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14580871'^^xsd:string;
  dwc:observationDate '1998-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '137574'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700744> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13700744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40751995" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13700744'^^xsd:integer;
  dwc:scientificName 'Corymorpha nutans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40751995'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40751995'^^xsd:string;
  dwc:aphiaid '117452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13700744'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '117452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091082> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14091082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752083" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14091082'^^xsd:integer;
  dwc:scientificName 'Modiolus barbatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752083'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752083'^^xsd:string;
  dwc:aphiaid '140464'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14091082'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '140464'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700745> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13700745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40753004" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13700745'^^xsd:integer;
  dwc:scientificName 'Corymorpha nutans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40753004'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40753004'^^xsd:string;
  dwc:aphiaid '117452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13700745'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '117452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700746> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13700746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752544" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13700746'^^xsd:integer;
  dwc:scientificName 'Corymorpha nutans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752544'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752544'^^xsd:string;
  dwc:aphiaid '117452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13700746'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '117452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14293490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14293490> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14293490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14293490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14293490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14293490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752316" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14293490'^^xsd:integer;
  dwc:scientificName 'Pista cristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752316'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752316'^^xsd:string;
  dwc:aphiaid '131516'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14293490'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '131516'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14463840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14463840> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14463840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14463840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14463840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14463840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752989" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14463840'^^xsd:integer;
  dwc:scientificName 'Sthenelais zetlandica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752989'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752989'^^xsd:string;
  dwc:aphiaid '152364'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14463840'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '131066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145871> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14145871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752965" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14145871'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752965'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752965'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14145871'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145872> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14145872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40751999" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14145872'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40751999'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40751999'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14145872'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13864422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13864422> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13864422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13864422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13864422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13864422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752395" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13864422'^^xsd:integer;
  dwc:scientificName 'Glycera gigantea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752395'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752395'^^xsd:string;
  dwc:aphiaid '130122'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13864422'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '336908'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13864421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13864421> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13864421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13864421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13864421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13864421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752897" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13864421'^^xsd:integer;
  dwc:scientificName 'Glycera gigantea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752897'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752897'^^xsd:string;
  dwc:aphiaid '130122'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13864421'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '336908'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13864424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13864424> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13864424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13864424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13864424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13864424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752710" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13864424'^^xsd:integer;
  dwc:scientificName 'Glycera gigantea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752710'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752710'^^xsd:string;
  dwc:aphiaid '130122'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13864424'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '336908'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145873> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14145873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752252" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14145873'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752252'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752252'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14145873'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145868> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14145868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752596" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14145868'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752596'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752596'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14145868'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145869> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14145869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752764" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14145869'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752764'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752764'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14145869'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145865> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14145865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40751986" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14145865'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40751986'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40751986'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14145865'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13769635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13769635> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13769635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13769635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13769635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13769635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611423" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13769635'^^xsd:integer;
  dwc:scientificName 'Echinocardium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611423'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611423'^^xsd:string;
  dwc:aphiaid '123426'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13769635'^^xsd:string;
  dwc:observationDate '2000-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '123426'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13761920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13761920> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13761920> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13761920>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13761920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13761920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613892" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13761920'^^xsd:integer;
  dwc:scientificName 'Drachiella spectabilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613892'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613892'^^xsd:string;
  dwc:aphiaid '144747'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13761920'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '144747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13343696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13343696> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13343696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13343696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13343696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13343696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611291" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13343696'^^xsd:integer;
  dwc:scientificName 'Ophiuroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611291'^^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 '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611291'^^xsd:string;
  dwc:aphiaid '123084'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13343696'^^xsd:string;
  dwc:observationDate '2000-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '123084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A2914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A2914> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A2914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A2914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A2914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:2914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577756" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '2914'^^xsd:integer;
  dwc:scientificName 'Polysiphonia sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577756'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577756'^^xsd:string;
  dwc:aphiaid '144663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:2914'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14211735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14211735> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14211735> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14211735>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14211735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14211735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14211735'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578194'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578194'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14211735'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13915298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13915298> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13915298> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13915298>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13915298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13915298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607210" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13915298'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607210'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607210'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13915298'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350351> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13350351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597595" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13350351'^^xsd:integer;
  dwc:scientificName 'Spionida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597595'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597595'^^xsd:string;
  dwc:aphiaid '889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13350351'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '889'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744663> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13744663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607422" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13744663'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607422'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607422'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13744663'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14132917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14132917> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14132917> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14132917>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14132917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14132917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611450" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14132917'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611450'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611450'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14132917'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13625081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13625081> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13625081> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13625081>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13625081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13625081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40764031" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13625081'^^xsd:integer;
  dwc:scientificName 'Ceramium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40764031'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40764031'^^xsd:string;
  dwc:aphiaid '143834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13625081'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '143834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14390944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14390944> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14390944> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14390944>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14390944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14390944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580056" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14390944'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580056'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580056'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14390944'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417968> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417968> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417968>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14417968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578599" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14417968'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578599'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578599'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14417968'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417969> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417969> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417969>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14417969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579828" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14417969'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579828'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579828'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14417969'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460788> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460788> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460788>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14460788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578603" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14460788'^^xsd:integer;
  dwc:scientificName 'Stelligera stuposa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578603'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578603'^^xsd:string;
  dwc:aphiaid '134175'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14460788'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134175'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460789> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460789> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460789>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14460789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579829" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14460789'^^xsd:integer;
  dwc:scientificName 'Stelligera stuposa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579829'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579829'^^xsd:string;
  dwc:aphiaid '134175'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14460789'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134175'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795497> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13795497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585541" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13795497'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585541'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585541'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13795497'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13589755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13589755> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13589755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13589755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13589755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13589755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585563" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13589755'^^xsd:integer;
  dwc:scientificName 'Callophyllis laciniata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585563'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585563'^^xsd:string;
  dwc:aphiaid '145262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13589755'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1311357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981597> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13981597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585591" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13981597'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585591'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585591'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13981597'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795502> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13795502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580452" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13795502'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580452'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580452'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13795502'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13517611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13517611> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13517611> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13517611>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13517611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13517611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611379" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13517611'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611379'^^xsd:string;
  dwc:yearCollected '1999'^^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.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611379'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13517611'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424457> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424457> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424457>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13424457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580762" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13424457'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580762'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580762'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13424457'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13721366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13721366> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13721366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13721366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13721366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13721366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580414" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13721366'^^xsd:integer;
  dwc:scientificName 'Ctenolabrus rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580414'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580414'^^xsd:string;
  dwc:aphiaid '126964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13721366'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126964'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393014> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14393014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614452" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14393014'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614452'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614452'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14393014'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14561151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14561151> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14561151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14561151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14561151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14561151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615611" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14561151'^^xsd:integer;
  dwc:scientificName 'Grantiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615611'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615611'^^xsd:string;
  dwc:aphiaid '131614'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14561151'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '131614'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655374> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13655374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596434" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13655374'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596434'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596434'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13655374'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14172407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14172407> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14172407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14172407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14172407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14172407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596390" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14172407'^^xsd:integer;
  dwc:scientificName 'Obelia dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596390'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596390'^^xsd:string;
  dwc:aphiaid '117386'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14172407'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '117386'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649220> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13649220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579399" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13649220'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579399'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579399'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13649220'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744584> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13744584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580447" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13744584'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580447'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580447'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13744584'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13727030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13727030> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13727030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13727030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13727030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13727030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580428" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13727030'^^xsd:integer;
  dwc:scientificName 'Cystoclonium purpureum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580428'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580428'^^xsd:string;
  dwc:aphiaid '145615'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13727030'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224985> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14224985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577933" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14224985'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577933'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577933'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14224985'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224981> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14224981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580100" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14224981'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580100'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580100'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14224981'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14224976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14224976> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14224976> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14224976>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14224976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14224976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579618" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14224976'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579618'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579618'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14224976'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14498081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14498081> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14498081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14498081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14498081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14498081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40298362" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14498081'^^xsd:integer;
  dwc:scientificName 'Thymosia guernei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40298362'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40298362'^^xsd:string;
  dwc:aphiaid '134113'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14498081'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '134113'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14381580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14381580> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14381580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14381580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14381580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14381580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580430" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14381580'^^xsd:integer;
  dwc:scientificName 'Rhodymenia ardissonei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580430'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580430'^^xsd:string;
  dwc:aphiaid '145850'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14381580'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120735> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14120735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579317" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14120735'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579317'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579317'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14120735'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336162> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14336162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579695" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14336162'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579695'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579695'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14336162'^^xsd:string;
  dwc:observationDate '1998-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13564519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13564519> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13564519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13564519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13564519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13564519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598091" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13564519'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598091'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598091'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13564519'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14332638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14332638> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14332638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14332638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14332638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14332638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579501" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14332638'^^xsd:integer;
  dwc:scientificName 'Polysyncraton lacazei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579501'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579501'^^xsd:string;
  dwc:aphiaid '103593'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14332638'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '103593'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13893785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13893785> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13893785> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13893785>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13893785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13893785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577662" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13893785'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577662'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577662'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13893785'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393026> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393026> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393026>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14393026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615420" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14393026'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615420'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615420'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14393026'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13502378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13502378> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13502378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13502378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13502378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13502378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401698" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13502378'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401698'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401698'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13502378'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13943517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13943517> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13943517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13943517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13943517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13943517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401663" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13943517'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401663'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401663'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13943517'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627209> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13627209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596417" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13627209'^^xsd:integer;
  dwc:scientificName 'Ceramium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596417'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596417'^^xsd:string;
  dwc:aphiaid '144546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13627209'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14370297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14370297> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14370297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14370297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14370297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14370297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597975" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14370297'^^xsd:integer;
  dwc:scientificName 'Pyura microcosmus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597975'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597975'^^xsd:string;
  dwc:aphiaid '103851'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14370297'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103851'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414915> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13414915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580685" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13414915'^^xsd:integer;
  dwc:scientificName 'Aglaozonia (asexual cutleria)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580685'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580685'^^xsd:string;
  dwc:aphiaid '182809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13414915'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629438> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13629438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577750" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13629438'^^xsd:integer;
  dwc:scientificName 'Ceramium secundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577750'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577750'^^xsd:string;
  dwc:aphiaid '144562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13629438'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144562'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13963194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13963194> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13963194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13963194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13963194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13963194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580640" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13963194'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria pinnata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580640'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580640'^^xsd:string;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13963194'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13580676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13580676> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13580676> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13580676>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13580676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13580676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579532" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13580676'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579532'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40579532'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13580676'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493290> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14493290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752771" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14493290'^^xsd:integer;
  dwc:scientificName 'Thracia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752771'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752771'^^xsd:string;
  dwc:aphiaid '138549'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14493290'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '138549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866054> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13866054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752595" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13866054'^^xsd:integer;
  dwc:scientificName 'Glycera lapidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752595'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752595'^^xsd:string;
  dwc:aphiaid '155036'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13866054'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13062214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13062214> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13062214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13062214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13062214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13062214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752238" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13062214'^^xsd:integer;
  dwc:scientificName 'Isopoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752238'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752238'^^xsd:string;
  dwc:aphiaid '1131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13062214'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '1131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13688804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13688804> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13688804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13688804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13688804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13688804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752239" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13688804'^^xsd:integer;
  dwc:scientificName 'Conilera cylindracea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752239'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752239'^^xsd:string;
  dwc:aphiaid '118842'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13688804'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '118842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13062213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13062213> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13062213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13062213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13062213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13062213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752913" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13062213'^^xsd:integer;
  dwc:scientificName 'Isopoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752913'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752913'^^xsd:string;
  dwc:aphiaid '1131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13062213'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '1131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445088> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14445088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752904" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14445088'^^xsd:integer;
  dwc:scientificName 'Spionidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752904'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752904'^^xsd:string;
  dwc:aphiaid '913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14445088'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445089> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14445089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752272" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14445089'^^xsd:integer;
  dwc:scientificName 'Spionidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752272'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752272'^^xsd:string;
  dwc:aphiaid '913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14445089'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091194> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14091194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752896" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14091194'^^xsd:integer;
  dwc:scientificName 'Moerella donacina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752896'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752896'^^xsd:string;
  dwc:aphiaid '147021'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14091194'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '147021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14314217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14314217> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14314217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14314217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14314217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14314217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752227" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14314217'^^xsd:integer;
  dwc:scientificName 'Polycirrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752227'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752227'^^xsd:string;
  dwc:aphiaid '129710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14314217'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14389482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14389482> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14389482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14389482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14389482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14389482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752277" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14389482'^^xsd:integer;
  dwc:scientificName 'Sabellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752277'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752277'^^xsd:string;
  dwc:aphiaid '985'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14389482'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13392061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13392061> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13392061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13392061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13392061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13392061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752085" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13392061'^^xsd:integer;
  dwc:scientificName 'Abra alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752085'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752085'^^xsd:string;
  dwc:aphiaid '141433'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13392061'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '141433'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13899022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13899022> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13899022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13899022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13899022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13899022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752212" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13899022'^^xsd:integer;
  dwc:scientificName 'Harmothoe'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752212'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752212'^^xsd:string;
  dwc:aphiaid '129491'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13899022'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129491'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14560828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14560828> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14560828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14560828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14560828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14560828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752139" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14560828'^^xsd:integer;
  dwc:scientificName 'Galeommatidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752139'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752139'^^xsd:string;
  dwc:aphiaid '226'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14560828'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '226'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13872376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13872376> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13872376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13872376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13872376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13872376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40751996" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13872376'^^xsd:integer;
  dwc:scientificName 'Golfingia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40751996'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40751996'^^xsd:string;
  dwc:aphiaid '136021'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13872376'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '136021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492213> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597635" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492213'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597635'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597635'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492213'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492214> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597648" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492214'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597648'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597648'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492214'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492215> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597616" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492215'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597616'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597616'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492215'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14513283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14513283> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14513283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14513283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14513283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14513283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401920" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14513283'^^xsd:integer;
  dwc:scientificName 'Trivia monacha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401920'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401920'^^xsd:string;
  dwc:aphiaid '141744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14513283'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '141744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13689726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13689726> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13689726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13689726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13689726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13689726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401741" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13689726'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401741'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401741'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13689726'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13712312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13712312> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13712312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13712312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13712312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13712312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401628" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13712312'^^xsd:integer;
  dwc:scientificName 'Crisia eburnea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401628'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401628'^^xsd:string;
  dwc:aphiaid '111696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13712312'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '111696'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050970> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14050970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733003" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14050970'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733003'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733003'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14050970'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14325294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14325294> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14325294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14325294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14325294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14325294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613951" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14325294'^^xsd:integer;
  dwc:scientificName 'Polymastia mammillaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613951'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613951'^^xsd:string;
  dwc:aphiaid '150221'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14325294'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '134204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13409377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13409377> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13409377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13409377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13409377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13409377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614224" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13409377'^^xsd:integer;
  dwc:scientificName 'Adamsia carciniopados'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614224'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614224'^^xsd:string;
  dwc:aphiaid '100931'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13409377'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '445590'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14116816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14116816> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14116816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14116816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14116816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14116816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595922" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14116816'^^xsd:integer;
  dwc:scientificName 'Myxilla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595922'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595922'^^xsd:string;
  dwc:aphiaid '131970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14116816'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '131970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13727035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13727035> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13727035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13727035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13727035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13727035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595903" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13727035'^^xsd:integer;
  dwc:scientificName 'Cystoclonium purpureum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595903'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595903'^^xsd:string;
  dwc:aphiaid '145615'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13727035'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14434024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14434024> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14434024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14434024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14434024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14434024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596801" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14434024'^^xsd:integer;
  dwc:scientificName 'Sphacelaria plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596801'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596801'^^xsd:string;
  dwc:aphiaid '145897'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14434024'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '497297'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729154> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729154> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729154>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13729154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13729154'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613914'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613914'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13729154'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492178> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13492178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597954" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13492178'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597954'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597954'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13492178'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216875> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216875> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216875>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14216875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578327" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14216875'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578327'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578327'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14216875'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655407> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13655407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614260" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13655407'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614260'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614260'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13655407'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13431028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13431028> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13431028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13431028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13431028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13431028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596517" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13431028'^^xsd:integer;
  dwc:scientificName 'Amathia lendigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596517'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596517'^^xsd:string;
  dwc:aphiaid '111659'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13431028'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '111659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896527> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13896527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596560" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13896527'^^xsd:integer;
  dwc:scientificName 'Halopteris filicina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596560'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596560'^^xsd:string;
  dwc:aphiaid '145906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13896527'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145906'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539189> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539189> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539189>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13539189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579153" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13539189'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579153'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579153'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13539189'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917806> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917806> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917806>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13917806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581251" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13917806'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581251'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581251'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13917806'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14312054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14312054> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14312054> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14312054>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14312054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14312054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581125" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14312054'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581125'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581125'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14312054'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956074> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13956074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596078" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13956074'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596078'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596078'^^xsd:string;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13956074'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324311> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324311> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324311>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14324311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581228" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14324311'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581228'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581228'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14324311'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404283> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13404283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615529" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13404283'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615529'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615529'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13404283'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A12455452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A12455452> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A12455452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A12455452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A12455452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:12455452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609787" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '12455452'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609787'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609787'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:12455452'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729147> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729147> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729147>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13729147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557182" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13729147'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557182'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557182'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13729147'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13729119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13729119> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13729119> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13729119>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13729119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13729119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609142" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13729119'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609142'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609142'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13729119'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14475255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14475255> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14475255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14475255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14475255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14475255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615271" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14475255'^^xsd:integer;
  dwc:scientificName 'Synoicum pulmonaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615271'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615271'^^xsd:string;
  dwc:aphiaid '103692'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14475255'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '103692'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893839> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13893839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609718" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13893839'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609718'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609718'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13893839'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14331904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14331904> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14331904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14331904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14331904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14331904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596556" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14331904'^^xsd:integer;
  dwc:scientificName 'Polysiphonia stricta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596556'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596556'^^xsd:string;
  dwc:aphiaid '144672'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14331904'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144672'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13415596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13415596> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13415596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13415596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13415596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13415596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596530" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13415596'^^xsd:integer;
  dwc:scientificName 'Agonus cataphractus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596530'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596530'^^xsd:string;
  dwc:aphiaid '127190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13415596'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '127190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946644> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13946644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615020" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13946644'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615020'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615020'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13946644'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946640> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13946640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615393" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13946640'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615393'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615393'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13946640'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424602> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424602> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424602>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13424602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607709" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13424602'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607709'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607709'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13424602'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14290889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14290889> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14290889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14290889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14290889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14290889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579929" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14290889'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579929'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579929'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14290889'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14290893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14290893> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14290893> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14290893>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14290893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14290893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596261" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14290893'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596261'^^xsd:string;
  dwc:yearCollected '1998'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596261'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14290893'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14269411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14269411> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14269411> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14269411>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14269411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14269411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611378" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14269411'^^xsd:integer;
  dwc:scientificName 'Pholadidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611378'^^xsd:string;
  dwc:yearCollected '1999'^^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.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611378'^^xsd:string;
  dwc:aphiaid '252'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14269411'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '252'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14185292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14185292> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14185292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14185292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14185292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14185292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607232" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14185292'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607232'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607232'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14185292'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795532> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795532> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795532>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13795532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614121" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13795532'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614121'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614121'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13795532'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A2370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A2370> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A2370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A2370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A2370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:2370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607408" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '2370'^^xsd:integer;
  dwc:scientificName 'Diatoms - film'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607408'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607408'^^xsd:string;
  dwc:aphiaid '148898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:2370'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '148898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13765615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13765615> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13765615> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13765615>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13765615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13765615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614040" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13765615'^^xsd:integer;
  dwc:scientificName 'Dyopedos porrectus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614040'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614040'^^xsd:string;
  dwc:aphiaid '103044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13765615'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '103044'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713199> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713199> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713199>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13713199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614835" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13713199'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614835'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614835'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13713199'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14258000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14258000> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14258000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14258000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14258000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:14258000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611432" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '14258000'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611432'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611432'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:14258000'^^xsd:string;
  dwc:observationDate '2000-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359686> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13359686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607318" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13359686'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607318'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607318'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13359686'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14083562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14083562> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14083562> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14083562>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14083562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14083562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605074" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14083562'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605074'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605074'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14083562'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14356512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14356512> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14356512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14356512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14356512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14356512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607611" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14356512'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607611'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607611'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14356512'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13407853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13407853> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13407853> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13407853>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13407853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13407853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13407853'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613900'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613900'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13407853'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683277> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13683277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607287" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13683277'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607287'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607287'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13683277'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13458761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13458761> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13458761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13458761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13458761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13458761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579860" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13458761'^^xsd:integer;
  dwc:scientificName 'Anapagurus hyndmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579860'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579860'^^xsd:string;
  dwc:aphiaid '107217'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13458761'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '107217'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724186> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13724186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13724186'^^xsd:integer;
  dwc:scientificName 'Cutleria multifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579910'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579910'^^xsd:string;
  dwc:aphiaid '145297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13724186'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145297'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766490> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13766490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580281" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13766490'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580281'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580281'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13766490'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13567930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13567930> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13567930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13567930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13567930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13567930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580300" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13567930'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580300'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580300'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13567930'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896819> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13896819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596787" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13896819'^^xsd:integer;
  dwc:scientificName 'Halurus equisetifolius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596787'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596787'^^xsd:string;
  dwc:aphiaid '146345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13896819'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '146345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458379> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:12458379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596760" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '12458379'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596760'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596760'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:12458379'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403466> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14403466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580323" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14403466'^^xsd:integer;
  dwc:scientificName 'Scinaia furcellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580323'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580323'^^xsd:string;
  dwc:aphiaid '145743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14403466'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458356> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:12458356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580298" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '12458356'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580298'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580298'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:12458356'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755102> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13755102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580307" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13755102'^^xsd:integer;
  dwc:scientificName 'Diplosoma listerianum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580307'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580307'^^xsd:string;
  dwc:aphiaid '103579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13755102'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949166> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13949166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580349" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13949166'^^xsd:integer;
  dwc:scientificName 'Hypoglossum hypoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580349'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580349'^^xsd:string;
  dwc:aphiaid '144756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13949166'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795491> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13795491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580279" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13795491'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580279'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580279'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13795491'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543380> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14543380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596714" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14543380'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596714'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596714'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14543380'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13782427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13782427> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13782427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13782427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13782427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13782427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596708" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13782427'^^xsd:integer;
  dwc:scientificName 'Ensis arcuatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596708'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596708'^^xsd:string;
  dwc:aphiaid '140731'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13782427'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '160539'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380348> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14380348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580337" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14380348'^^xsd:integer;
  dwc:scientificName 'Rhodophyllis divaricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580337'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580337'^^xsd:string;
  dwc:aphiaid '145617'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14380348'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871039> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13871039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580320" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13871039'^^xsd:integer;
  dwc:scientificName 'Gobiusculus flavescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580320'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580320'^^xsd:string;
  dwc:aphiaid '126898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13871039'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1526389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556577> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13556577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580311" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13556577'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580311'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580311'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13556577'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564566> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13564566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596931" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13564566'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596931'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596931'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13564566'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627113> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13627113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596927" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13627113'^^xsd:integer;
  dwc:scientificName 'Ceramium cimbricum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596927'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596927'^^xsd:string;
  dwc:aphiaid '144538'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13627113'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564579> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13564579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595958" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13564579'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595958'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595958'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13564579'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564582> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13564582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596730" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13564582'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596730'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596730'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13564582'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627115> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13627115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596728" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13627115'^^xsd:integer;
  dwc:scientificName 'Ceramium cimbricum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596728'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596728'^^xsd:string;
  dwc:aphiaid '144538'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13627115'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564577> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13564577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596846" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13564577'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596846'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596846'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13564577'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987219> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13987219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580982" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13987219'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580982'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580982'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13987219'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707944> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13707944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596768" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13707944'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596768'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596768'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13707944'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297549> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14297549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14297549'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596834'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596834'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14297549'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707946> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13707946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596824" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13707946'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596824'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596824'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13707946'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297547> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14297547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596777" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14297547'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596777'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596777'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14297547'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987243> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13987243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596701" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13987243'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596701'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596701'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13987243'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14531186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14531186> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14531186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14531186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14531186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14531186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596703" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14531186'^^xsd:integer;
  dwc:scientificName 'Upogebia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596703'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596703'^^xsd:string;
  dwc:aphiaid '107079'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14531186'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '107079'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14160005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14160005> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14160005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14160005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14160005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14160005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596344" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14160005'^^xsd:integer;
  dwc:scientificName 'Nitophyllum punctatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596344'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596344'^^xsd:string;
  dwc:aphiaid '144770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14160005'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144770'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13729089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13729089> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13729089> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13729089>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13729089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13729089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581057" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13729089'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581057'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581057'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13729089'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14386072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14386072> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14386072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14386072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14386072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14386072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596599" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14386072'^^xsd:integer;
  dwc:scientificName 'Sabella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596599'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596599'^^xsd:string;
  dwc:aphiaid '129549'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14386072'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '129549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13508232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13508232> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13508232> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13508232>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13508232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13508232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581052" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13508232'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581052'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581052'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13508232'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14316672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14316672> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14316672> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14316672>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14316672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14316672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581046" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14316672'^^xsd:integer;
  dwc:scientificName 'Polyclinum aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581046'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581046'^^xsd:string;
  dwc:aphiaid '103674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14316672'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '103674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459257> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459257> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459257>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14459257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557189" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14459257'^^xsd:integer;
  dwc:scientificName 'Sporochnus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557189'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557189'^^xsd:string;
  dwc:aphiaid '145915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14459257'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828575> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828575> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828575>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13828575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581034" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13828575'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581034'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581034'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13828575'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14366006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14366006> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14366006> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14366006>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14366006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14366006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581044" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14366006'^^xsd:integer;
  dwc:scientificName 'Pycnoclavella aurilucens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581044'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581044'^^xsd:string;
  dwc:aphiaid '103557'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14366006'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '103557'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893841> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13893841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609875" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13893841'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609875'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609875'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13893841'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017528> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017528> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017528>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14017528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614746" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14017528'^^xsd:integer;
  dwc:scientificName 'Lissoclinum perforatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614746'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614746'^^xsd:string;
  dwc:aphiaid '103585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14017528'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580707> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13580707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578510" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13580707'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578510'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578510'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13580707'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14475256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14475256> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14475256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14475256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14475256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14475256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615156" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14475256'^^xsd:integer;
  dwc:scientificName 'Synoicum pulmonaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615156'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615156'^^xsd:string;
  dwc:aphiaid '103692'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14475256'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '103692'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14475252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14475252> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14475252> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14475252>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14475252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14475252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615490" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14475252'^^xsd:integer;
  dwc:scientificName 'Synoicum pulmonaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615490'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615490'^^xsd:string;
  dwc:aphiaid '103692'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14475252'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103692'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696956> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14696956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580863" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14696956'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580863'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580863'^^xsd:string;
  dwc:aphiaid '126928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14696956'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '126928'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713179> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13713179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13713179'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580838'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580838'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13713179'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311419> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14311419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557214" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14311419'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557214'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557214'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14311419'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14396369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14396369> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14396369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14396369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14396369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14396369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598172" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14396369'^^xsd:integer;
  dwc:scientificName 'Sagartiogeton undatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598172'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598172'^^xsd:string;
  dwc:aphiaid '101002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14396369'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '855675'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13645211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13645211> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13645211> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13645211>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13645211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13645211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615486" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13645211'^^xsd:integer;
  dwc:scientificName 'Chartella papyracea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615486'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615486'^^xsd:string;
  dwc:aphiaid '111365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13645211'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111365'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13385419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13385419> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13385419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13385419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13385419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13385419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615562" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13385419'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615562'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615562'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13385419'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13513612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13513612> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13513612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13513612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13513612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13513612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609505" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13513612'^^xsd:integer;
  dwc:scientificName 'Aspitrigla cuculus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609505'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609505'^^xsd:string;
  dwc:aphiaid '150662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13513612'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '127259'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713180> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13713180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597032" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13713180'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597032'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597032'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13713180'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311413> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14311413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609840" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14311413'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609840'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609840'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14311413'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311415> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311415> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311415>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14311415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610114" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14311415'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610114'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610114'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14311415'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13646992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13646992> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13646992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13646992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13646992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13646992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615584" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13646992'^^xsd:integer;
  dwc:scientificName 'Chlamys distorta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615584'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615584'^^xsd:string;
  dwc:aphiaid '146807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13646992'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '236715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13630907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13630907> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13630907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13630907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13630907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13630907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615576" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13630907'^^xsd:integer;
  dwc:scientificName 'Cereus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615576'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615576'^^xsd:string;
  dwc:aphiaid '100987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13630907'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '100987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13417133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13417133> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13417133> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13417133>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13417133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13417133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609459" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13417133'^^xsd:integer;
  dwc:scientificName 'Alaria esculenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609459'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609459'^^xsd:string;
  dwc:aphiaid '145716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13417133'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547655> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732880" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547655'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732880'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732880'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547655'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744651> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744651> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744651>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13744651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609708" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13744651'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609708'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609708'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13744651'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419567> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419567> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419567>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13419567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609379" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13419567'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609379'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609379'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13419567'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13649205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13649205> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13649205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13649205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13649205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13649205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598224" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13649205'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598224'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598224'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13649205'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981620> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981620> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981620>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13981620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557156" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13981620'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557156'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40557156'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13981620'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13589759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13589759> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13589759> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13589759>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13589759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13589759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557145" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13589759'^^xsd:integer;
  dwc:scientificName 'Callophyllis laciniata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557145'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40557145'^^xsd:string;
  dwc:aphiaid '145262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13589759'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1311357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981579> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981579> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981579>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13981579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579054" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13981579'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579054'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579054'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13981579'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13732607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13732607> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13732607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13732607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13732607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13732607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13732607'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580818'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580818'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13732607'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13943586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13943586> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13943586> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13943586>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13943586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13943586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13943586'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608912'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608912'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13943586'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13678896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13678896> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13678896> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13678896>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13678896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13678896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609463" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13678896'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609463'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609463'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13678896'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689768> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13689768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615498" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13689768'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615498'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615498'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13689768'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13943587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13943587> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13943587> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13943587>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13943587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13943587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609671" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13943587'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609671'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609671'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13943587'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567967> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615269" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567967'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615269'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615269'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567967'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458382> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:12458382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596452" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '12458382'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596452'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596452'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:12458382'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567949> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567949> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567949>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614742" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567949'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614742'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614742'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567949'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766520> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13766520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615076" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13766520'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615076'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615076'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13766520'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13766516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13766516> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13766516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13766516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13766516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13766516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614074" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13766516'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614074'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614074'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13766516'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13891465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13891465> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13891465> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13891465>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13891465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13891465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578990" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13891465'^^xsd:integer;
  dwc:scientificName 'Haliclona fistulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578990'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578990'^^xsd:string;
  dwc:aphiaid '181160'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13891465'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '1423860'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583918> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583918> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583918>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13583918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579003" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13583918'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579003'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40579003'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13583918'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621880> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732883" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621880'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732883'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732883'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621880'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13850127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13850127> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13850127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13850127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13850127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13850127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615602" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13850127'^^xsd:integer;
  dwc:scientificName 'Gelidium pusillum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615602'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615602'^^xsd:string;
  dwc:aphiaid '145590'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13850127'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '145590'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14468714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14468714> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14468714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14468714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14468714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14468714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615351" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14468714'^^xsd:integer;
  dwc:scientificName 'Suberites'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615351'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615351'^^xsd:string;
  dwc:aphiaid '132072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14468714'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '132072'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14324337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14324337> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14324337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14324337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14324337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14324337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614303" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14324337'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614303'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614303'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14324337'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14573532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14573532> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14573532> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14573532>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14573532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14573532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580601" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14573532'^^xsd:integer;
  dwc:scientificName 'Pseudosuberites'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580601'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580601'^^xsd:string;
  dwc:aphiaid '132069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14573532'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132069'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324318> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324318> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324318>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14324318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580602" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14324318'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580602'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580602'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14324318'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14530059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14530059> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14530059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14530059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14530059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14530059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615154" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14530059'^^xsd:integer;
  dwc:scientificName 'Umbonula littoralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615154'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615154'^^xsd:string;
  dwc:aphiaid '111586'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14530059'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '146830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536949> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13536949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615531" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13536949'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615531'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615531'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13536949'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718214> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13718214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596467" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13718214'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596467'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596467'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13718214'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689762> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13689762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596460" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13689762'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596460'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596460'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13689762'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13718233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13718233> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13718233> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13718233>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13718233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13718233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609178" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13718233'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609178'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609178'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13718233'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14171447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14171447> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14171447> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14171447>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14171447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14171447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608953" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14171447'^^xsd:integer;
  dwc:scientificName 'Obelia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608953'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608953'^^xsd:string;
  dwc:aphiaid '117034'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14171447'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '117034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535476> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14535476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609480" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14535476'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609480'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609480'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14535476'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535509> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535509> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535509>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14535509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607150" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14535509'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607150'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607150'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14535509'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14005064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14005064> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14005064> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14005064>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14005064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14005064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577764" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14005064'^^xsd:integer;
  dwc:scientificName 'Leucosolenia complicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577764'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577764'^^xsd:string;
  dwc:aphiaid '132219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14005064'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '132219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336318> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14336318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615357" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14336318'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615357'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615357'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14336318'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567946> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567946> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567946>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615096" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567946'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615096'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615096'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567946'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567947> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567947> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567947>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615861" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567947'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615861'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615861'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567947'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567948> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567948> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567948>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615794" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567948'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615794'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615794'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567948'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13953205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13953205> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13953205> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13953205>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13953205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13953205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581687" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13953205'^^xsd:integer;
  dwc:scientificName 'Inachus phalangium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581687'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581687'^^xsd:string;
  dwc:aphiaid '107333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13953205'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718180> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718180> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718180>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13718180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581701" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13718180'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581701'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581701'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13718180'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14561144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14561144> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14561144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14561144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14561144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14561144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581318" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14561144'^^xsd:integer;
  dwc:scientificName 'Gracilariopsis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581318'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581318'^^xsd:string;
  dwc:aphiaid '146959'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14561144'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '146959'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359684> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13359684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614288" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13359684'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614288'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614288'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13359684'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13583958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13583958> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13583958> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13583958>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13583958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13583958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609222" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13583958'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609222'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609222'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13583958'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388170> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388170> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388170>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14388170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579759" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14388170'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579759'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579759'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14388170'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627210> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13627210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596466" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13627210'^^xsd:integer;
  dwc:scientificName 'Ceramium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596466'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596466'^^xsd:string;
  dwc:aphiaid '144546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13627210'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288224> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14288224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596461" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14288224'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596461'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596461'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14288224'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575287> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575287> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575287>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13575287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614837" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13575287'^^xsd:integer;
  dwc:scientificName 'Bugula flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614837'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614837'^^xsd:string;
  dwc:aphiaid '111152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13575287'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '834002'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14353692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14353692> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14353692> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14353692>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14353692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14353692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614832" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14353692'^^xsd:integer;
  dwc:scientificName 'Prostheceraeus vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614832'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614832'^^xsd:string;
  dwc:aphiaid '142820'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14353692'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '142820'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13729165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13729165> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13729165> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13729165>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13729165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13729165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614695" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13729165'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614695'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614695'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13729165'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312090> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312090> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312090>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14312090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615494" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14312090'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615494'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615494'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14312090'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380365> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14380365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596465" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14380365'^^xsd:integer;
  dwc:scientificName 'Rhodophyllis divaricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596465'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596465'^^xsd:string;
  dwc:aphiaid '145617'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14380365'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508269> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13508269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596455" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13508269'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596455'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596455'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13508269'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050958> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733917" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050958'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733917'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733917'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050958'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564572> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13564572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596346" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13564572'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596346'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596346'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13564572'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392981> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392981> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392981>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14392981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579232" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14392981'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579232'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579232'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14392981'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576551> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576551> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576551>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13576551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577797" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13576551'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577797'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577797'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13576551'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576572> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576572> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576572>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13576572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580624" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13576572'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580624'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580624'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13576572'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13576593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13576593> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13576593> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13576593>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13576593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13576593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13576593'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609225'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609225'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13576593'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576565> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576565> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576565>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13576565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581691" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13576565'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581691'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581691'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13576565'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13576589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13576589> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13576589> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13576589>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13576589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13576589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610113" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13576589'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610113'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610113'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13576589'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13576590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13576590> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13576590> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13576590>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13576590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13576590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610288" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13576590'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610288'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610288'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13576590'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13576603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13576603> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13576603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13576603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13576603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13576603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614659" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13576603'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614659'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614659'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13576603'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286787> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286787> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286787>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14286787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581711" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14286787'^^xsd:integer;
  dwc:scientificName 'Phyllophora crispa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581711'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581711'^^xsd:string;
  dwc:aphiaid '145660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14286787'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286790> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286790> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286790>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14286790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578306" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14286790'^^xsd:integer;
  dwc:scientificName 'Phyllophora crispa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578306'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578306'^^xsd:string;
  dwc:aphiaid '145660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14286790'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596441> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14596441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614599" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14596441'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614599'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614599'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14596441'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13532848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13532848> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13532848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13532848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13532848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13532848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614592" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13532848'^^xsd:integer;
  dwc:scientificName 'Aulactinia verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614592'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614592'^^xsd:string;
  dwc:aphiaid '100815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13532848'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '100819'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050924> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733775" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050924'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733775'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733775'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050924'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119172> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14119172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596532" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14119172'^^xsd:integer;
  dwc:scientificName 'Naccaria wiggii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596532'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596532'^^xsd:string;
  dwc:aphiaid '145769'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14119172'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145769'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14558502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14558502> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14558502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14558502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14558502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14558502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596569" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14558502'^^xsd:integer;
  dwc:scientificName 'Endoclonium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596569'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596569'^^xsd:string;
  dwc:aphiaid '416168'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14558502'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655371> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13655371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596567" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13655371'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596567'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596567'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13655371'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627205> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13627205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596545" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13627205'^^xsd:integer;
  dwc:scientificName 'Ceramium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596545'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596545'^^xsd:string;
  dwc:aphiaid '144546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13627205'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13933280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13933280> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13933280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13933280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13933280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13933280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581212" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13933280'^^xsd:integer;
  dwc:scientificName 'Hinia reticulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581212'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581212'^^xsd:string;
  dwc:aphiaid '416627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13933280'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '140513'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710189> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597822" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710189'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597822'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597822'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710189'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977160> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977160> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977160>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13977160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581272" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13977160'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581272'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581272'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13977160'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946628> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13946628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615650" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13946628'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615650'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615650'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13946628'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417976> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417976> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417976>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14417976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578317" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14417976'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578317'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578317'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14417976'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132863> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132863> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132863>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14132863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14132863'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579147'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579147'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14132863'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14465439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14465439> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14465439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14465439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14465439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14465439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733386" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14465439'^^xsd:integer;
  dwc:scientificName 'Streblospio shrubsolii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733386'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733386'^^xsd:string;
  dwc:aphiaid '131193'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14465439'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '131193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13570564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13570564> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13570564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13570564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13570564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13570564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607339" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13570564'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607339'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607339'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13570564'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13770267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13770267> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13770267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13770267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13770267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13770267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609511" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13770267'^^xsd:integer;
  dwc:scientificName 'Echinocardium cordatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609511'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609511'^^xsd:string;
  dwc:aphiaid '124392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13770267'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '124392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14529084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14529084> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14529084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14529084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14529084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14529084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607335" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14529084'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607335'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607335'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14529084'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14185275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14185275> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14185275> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14185275>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14185275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14185275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579020" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14185275'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579020'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40579020'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14185275'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14175185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14175185> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14175185> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14175185>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14175185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14175185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579005" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14175185'^^xsd:integer;
  dwc:scientificName 'Ocenebra erinacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579005'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40579005'^^xsd:string;
  dwc:aphiaid '140405'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14175185'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '140405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14117460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14117460> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14117460> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14117460>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14117460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14117460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578986" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14117460'^^xsd:integer;
  dwc:scientificName 'Myxilla incrustans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578986'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578986'^^xsd:string;
  dwc:aphiaid '133882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14117460'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '169466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851975> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851975> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851975>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13851975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609106" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13851975'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609106'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609106'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13851975'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13622585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13622585> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13622585> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13622585>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13622585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13622585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577794" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13622585'^^xsd:integer;
  dwc:scientificName 'Cellepora pumicosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577794'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577794'^^xsd:string;
  dwc:aphiaid '111268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13622585'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '111268'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13630889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13630889> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13630889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13630889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13630889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13630889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598171" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13630889'^^xsd:integer;
  dwc:scientificName 'Cereus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598171'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598171'^^xsd:string;
  dwc:aphiaid '100987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13630889'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '100987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13638348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13638348> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13638348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13638348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13638348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13638348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598174" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13638348'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598174'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598174'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13638348'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743202> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743202> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743202>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13743202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609522" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13743202'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609522'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609522'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13743202'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13981605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13981605> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13981605> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13981605>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13981605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13981605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609527" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13981605'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609527'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609527'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13981605'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14525761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14525761> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14525761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14525761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14525761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:14525761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611433" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '14525761'^^xsd:integer;
  dwc:scientificName 'Tunicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611433'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611433'^^xsd:string;
  dwc:aphiaid '146420'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:14525761'^^xsd:string;
  dwc:observationDate '2000-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '146420'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893813> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13893813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595880" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13893813'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595880'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595880'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13893813'^^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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14083585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14083585> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14083585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14083585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14083585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14083585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607249" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14083585'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607249'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607249'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14083585'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108761> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14108761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615583" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14108761'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615583'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615583'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14108761'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828619> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13828619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595819" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13828619'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595819'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595819'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13828619'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13385414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13385414> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13385414> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13385414>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13385414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13385414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607274" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13385414'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607274'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607274'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13385414'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14019645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14019645> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14019645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14019645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14019645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14019645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607569" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14019645'^^xsd:integer;
  dwc:scientificName 'Lithothamnion glaciale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607569'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607569'^^xsd:string;
  dwc:aphiaid '145170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14019645'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '1736213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554695> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13554695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607566" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13554695'^^xsd:integer;
  dwc:scientificName 'Bonnemaisonia asparagoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607566'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607566'^^xsd:string;
  dwc:aphiaid '144440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13554695'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '144440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517578> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517578> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517578>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609580" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517578'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609580'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609580'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517578'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517500> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13517500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597039" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13517500'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597039'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597039'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13517500'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14316698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14316698> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14316698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14316698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14316698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14316698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615155" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14316698'^^xsd:integer;
  dwc:scientificName 'Polyclinum aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615155'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615155'^^xsd:string;
  dwc:aphiaid '103674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14316698'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '103674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590695> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733661" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590695'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733661'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733661'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590695'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14601111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14601111> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14601111> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14601111>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14601111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14601111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14601111'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607225'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607225'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14601111'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425490> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425490> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425490>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14425490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607219" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14425490'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607219'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607219'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14425490'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583961> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583961> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583961>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13583961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607492" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13583961'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607492'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607492'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13583961'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558680> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13558680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613959" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13558680'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613959'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613959'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13558680'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13505609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13505609> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13505609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13505609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13505609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13505609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611486" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13505609'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611486'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611486'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13505609'^^xsd:string;
  dwc:observationDate '2000-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13970075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13970075> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13970075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13970075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13970075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13970075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580294" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13970075'^^xsd:integer;
  dwc:scientificName 'Lacuna vincta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580294'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580294'^^xsd:string;
  dwc:aphiaid '140170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13970075'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '140170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13912031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13912031> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13912031> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13912031>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13912031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13912031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607525" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13912031'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607525'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607525'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13912031'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13886945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13886945> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13886945> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13886945>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13886945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13886945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607521" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13886945'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607521'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607521'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13886945'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132933> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14132933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607289" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14132933'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607289'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607289'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14132933'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828703> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607299" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828703'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607299'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607299'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828703'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828705> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607681" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828705'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607681'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607681'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828705'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132934> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14132934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607673" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14132934'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607673'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607673'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14132934'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729158> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729158> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729158>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13729158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614031" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13729158'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614031'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614031'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13729158'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828710> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828710> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828710>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614027" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828710'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614027'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614027'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828710'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14377180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14377180> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14377180> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14377180>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14377180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14377180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614029" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14377180'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614029'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614029'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14377180'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13625085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13625085> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13625085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13625085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13625085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13625085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614256" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13625085'^^xsd:integer;
  dwc:scientificName 'Ceramium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614256'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614256'^^xsd:string;
  dwc:aphiaid '143834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13625085'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '143834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14378391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14378391> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14378391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14378391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14378391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14378391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614258" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14378391'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614258'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614258'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14378391'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14211752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14211752> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14211752> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14211752>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14211752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14211752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613880" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14211752'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613880'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613880'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14211752'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13912030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13912030> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13912030> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13912030>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13912030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13912030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614184" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13912030'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614184'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614184'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13912030'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492255> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597819" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492255'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597819'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597819'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492255'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13459738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13459738> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13459738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13459738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13459738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13459738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752979" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13459738'^^xsd:integer;
  dwc:scientificName 'Anemonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752979'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752979'^^xsd:string;
  dwc:aphiaid '100695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13459738'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '100695'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13698917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13698917> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13698917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.577065"^^xsd:decimal ;
  dwc:decimalLongitude "-4.215065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13698917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  geo-pos:lat "52.577065"^^xsd:decimal ;
  geo-pos:long "-4.215065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13698917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13698917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40751804" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13698917'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40751804'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.215065'^^xsd:double;
  dwc:latitude '52.577065'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40751804'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13698917'^^xsd:string;
  dwc:observationDate '1998-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13698914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13698914> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13698914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.577065"^^xsd:decimal ;
  dwc:decimalLongitude "-4.215065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13698914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  geo-pos:lat "52.577065"^^xsd:decimal ;
  geo-pos:long "-4.215065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13698914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13698914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609034" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13698914'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609034'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.215065'^^xsd:double;
  dwc:latitude '52.577065'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609034'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13698914'^^xsd:string;
  dwc:observationDate '1998-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13698915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13698915> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13698915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.577065"^^xsd:decimal ;
  dwc:decimalLongitude "-4.215065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13698915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  geo-pos:lat "52.577065"^^xsd:decimal ;
  geo-pos:long "-4.215065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13698915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13698915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735367" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13698915'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735367'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.215065'^^xsd:double;
  dwc:latitude '52.577065'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735367'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13698915'^^xsd:string;
  dwc:observationDate '1998-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13698916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13698916> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13698916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.577065"^^xsd:decimal ;
  dwc:decimalLongitude "-4.215065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13698916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  geo-pos:lat "52.577065"^^xsd:decimal ;
  geo-pos:long "-4.215065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13698916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13698916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611475" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13698916'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611475'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.215065'^^xsd:double;
  dwc:latitude '52.577065'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611475'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13698916'^^xsd:string;
  dwc:observationDate '1998-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412328> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14412328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597613" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14412328'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597613'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597613'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14412328'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14377179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14377179> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14377179> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14377179>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14377179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14377179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614188" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14377179'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614188'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614188'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14377179'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447890> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14447890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752254" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14447890'^^xsd:integer;
  dwc:scientificName 'Spiophanes bombyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752254'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752254'^^xsd:string;
  dwc:aphiaid '131187'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14447890'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '131187'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13943594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13943594> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13943594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13943594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13943594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13943594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557089" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13943594'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557089'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557089'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13943594'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13958908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13958908> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13958908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13958908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13958908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13958908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752453" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13958908'^^xsd:integer;
  dwc:scientificName 'Jasmineira elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752453'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752453'^^xsd:string;
  dwc:aphiaid '130921'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13958908'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '130921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921233> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.33027"^^xsd:decimal ;
  dwc:decimalLongitude "-3.436709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  geo-pos:lat "51.33027"^^xsd:decimal ;
  geo-pos:long "-3.436709"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13921233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735387" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13921233'^^xsd:integer;
  dwc:scientificName 'Heterochaeta costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735387'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.436709'^^xsd:double;
  dwc:latitude '51.33027'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735387'^^xsd:string;
  dwc:aphiaid '137554'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13921233'^^xsd:string;
  dwc:observationDate '1998-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '743898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14227907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14227907> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14227907> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14227907>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14227907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14227907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613992" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14227907'^^xsd:integer;
  dwc:scientificName 'Pandalus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613992'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613992'^^xsd:string;
  dwc:aphiaid '107044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14227907'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '107044'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13810353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13810353> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13810353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13810353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13810353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13810353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615101" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13810353'^^xsd:integer;
  dwc:scientificName 'Eulalia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615101'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615101'^^xsd:string;
  dwc:aphiaid '130639'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13810353'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '130639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13933283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13933283> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13933283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13933283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13933283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13933283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580149" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13933283'^^xsd:integer;
  dwc:scientificName 'Hinia reticulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580149'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580149'^^xsd:string;
  dwc:aphiaid '416627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13933283'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '140513'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882504> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13882504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596117" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13882504'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596117'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596117'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13882504'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14356478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14356478> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14356478> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14356478>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14356478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14356478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596273" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14356478'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596273'^^xsd:string;
  dwc:yearCollected '1998'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596273'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14356478'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13953656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13953656> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13953656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13953656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13953656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13953656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733414" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13953656'^^xsd:integer;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733414'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733414'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13953656'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828578> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828578> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828578>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13828578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581246" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13828578'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581246'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581246'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13828578'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424594> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13424594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607337" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13424594'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607337'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607337'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13424594'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424440> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424440> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424440>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13424440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581099" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13424440'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581099'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581099'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13424440'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393015> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393015> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393015>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14393015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615520" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14393015'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615520'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615520'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14393015'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13424614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13424614> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13424614> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13424614>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13424614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13424614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615518" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13424614'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615518'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615518'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13424614'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478715> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14478715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615177" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14478715'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615177'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615177'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14478715'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14403068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14403068> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14403068> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14403068>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14403068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14403068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14403068'^^xsd:integer;
  dwc:scientificName 'Schottera nicaeënsis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581263'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581263'^^xsd:string;
  dwc:aphiaid '494793'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14403068'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145666'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14172411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14172411> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14172411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14172411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14172411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14172411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615165" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14172411'^^xsd:integer;
  dwc:scientificName 'Obelia dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615165'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615165'^^xsd:string;
  dwc:aphiaid '117386'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14172411'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '117386'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13777077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13777077> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13777077> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13777077>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13777077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13777077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577869" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13777077'^^xsd:integer;
  dwc:scientificName 'Eledone cirrhosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577869'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577869'^^xsd:string;
  dwc:aphiaid '140600'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13777077'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '140600'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589757> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14589757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733186" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14589757'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733186'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733186'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14589757'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018456> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13018456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615015" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13018456'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615015'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615015'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13018456'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388171> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388171> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388171>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14388171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581234" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14388171'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581234'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581234'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14388171'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288210> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14288210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596079" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14288210'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596079'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596079'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14288210'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018449> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13018449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615643" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13018449'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615643'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615643'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13018449'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517438> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517438> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517438>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13517438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579980" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13517438'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579980'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579980'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13517438'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13574468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13574468> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13574468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13574468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13574468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13574468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613942" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13574468'^^xsd:integer;
  dwc:scientificName 'Bugula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613942'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613942'^^xsd:string;
  dwc:aphiaid '110839'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13574468'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '110839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13884238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13884238> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13884238> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13884238>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13884238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13884238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614153" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13884238'^^xsd:integer;
  dwc:scientificName 'Halecium halecinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614153'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614153'^^xsd:string;
  dwc:aphiaid '231751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13884238'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257973> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257973> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257973>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14257973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578286" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14257973'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578286'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578286'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14257973'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092249> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092249> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092249>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14092249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578304" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14092249'^^xsd:integer;
  dwc:scientificName 'Molgula manhattensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578304'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578304'^^xsd:string;
  dwc:aphiaid '103788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14092249'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018467> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13018467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615399" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13018467'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615399'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615399'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13018467'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018468> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13018468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615024" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13018468'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615024'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615024'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13018468'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359715> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13359715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615408" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13359715'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615408'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615408'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13359715'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359716> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13359716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615028" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13359716'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615028'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615028'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13359716'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359696> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13359696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614719" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13359696'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614719'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614719'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13359696'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359697> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13359697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615603" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13359697'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615603'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615603'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13359697'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018442> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13018442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614712" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13018442'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614712'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614712'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13018442'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946627> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13946627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614706" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13946627'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614706'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614706'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13946627'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14260937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14260937> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14260937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14260937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14260937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14260937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595826" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14260937'^^xsd:integer;
  dwc:scientificName 'Perophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595826'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595826'^^xsd:string;
  dwc:aphiaid '103504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14260937'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '103504'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695001> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13695001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595855" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13695001'^^xsd:integer;
  dwc:scientificName 'Cordylecladia erecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595855'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595855'^^xsd:string;
  dwc:aphiaid '145847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13695001'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145847'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13953658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13953658> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13953658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13953658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13953658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13953658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732884" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13953658'^^xsd:integer;
  dwc:scientificName 'Insecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732884'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732884'^^xsd:string;
  dwc:aphiaid '1307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13953658'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '1307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297594> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14297594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607395" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14297594'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607395'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607395'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14297594'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452586> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14452586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14452586'^^xsd:integer;
  dwc:scientificName 'Spirorbidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615262'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615262'^^xsd:string;
  dwc:aphiaid '1021266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14452586'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12458346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12458346> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12458346> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12458346>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12458346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:12458346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579034" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '12458346'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579034'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579034'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:12458346'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732623> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13732623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614441" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13732623'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614441'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614441'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13732623'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732624> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13732624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614682" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13732624'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614682'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614682'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13732624'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216853> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216853> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216853>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14216853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577785" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14216853'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577785'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577785'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14216853'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216856> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14216856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596955" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14216856'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596955'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596955'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14216856'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749824> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749824> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749824>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13749824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609422" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13749824'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609422'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609422'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13749824'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14424188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14424188> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14424188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14424188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14424188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14424188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615080" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14424188'^^xsd:integer;
  dwc:scientificName 'Sertularella polyzonias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615080'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615080'^^xsd:string;
  dwc:aphiaid '117906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14424188'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '117906'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13558683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13558683> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13558683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13558683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13558683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13558683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615094" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13558683'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615094'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615094'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13558683'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697131> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13697131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13697131'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733865'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733865'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13697131'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13632835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13632835> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13632835> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13632835>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13632835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13632835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609188" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13632835'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609188'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609188'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13632835'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13558670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13558670> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13558670> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13558670>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13558670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13558670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610127" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13558670'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610127'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610127'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13558670'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13632844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13632844> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13632844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13632844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13632844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13632844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607458" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13632844'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607458'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607458'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13632844'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749792> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13749792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13749792'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580865'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580865'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13749792'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13749807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13749807> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13749807> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13749807>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13749807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13749807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610257" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13749807'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610257'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610257'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13749807'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459662> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14459662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597065" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14459662'^^xsd:integer;
  dwc:scientificName 'Spyridia filamentosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597065'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597065'^^xsd:string;
  dwc:aphiaid '144706'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14459662'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13594176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13594176> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13594176> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13594176>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13594176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13594176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609611" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13594176'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609611'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609611'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13594176'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389504> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13389504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613934" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13389504'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613934'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613934'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13389504'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13558604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13558604> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13558604> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13558604>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13558604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13558604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581055" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13558604'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581055'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581055'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13558604'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743215> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743215> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743215>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13743215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609960" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13743215'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609960'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609960'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13743215'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13949189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13949189> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13949189> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13949189>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13949189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13949189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614696" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13949189'^^xsd:integer;
  dwc:scientificName 'Hypoglossum hypoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614696'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614696'^^xsd:string;
  dwc:aphiaid '144756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13949189'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '144756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13678901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13678901> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13678901> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13678901>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13678901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13678901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614841" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13678901'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614841'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614841'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13678901'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13678902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13678902> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13678902> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13678902>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13678902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13678902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615489" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13678902'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615489'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615489'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13678902'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13943592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13943592> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13943592> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13943592>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13943592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13943592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609805" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13943592'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609805'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609805'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13943592'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743203> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743203> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743203>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13743203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609145" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13743203'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609145'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609145'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13743203'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925987> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13925987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615090" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13925987'^^xsd:integer;
  dwc:scientificName 'Hiatella arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615090'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615090'^^xsd:string;
  dwc:aphiaid '140103'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13925987'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '140103'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747488> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13747488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609575" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13747488'^^xsd:integer;
  dwc:scientificName 'Didemnidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609575'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609575'^^xsd:string;
  dwc:aphiaid '103439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13747488'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13620731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13620731> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13620731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13620731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13620731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13620731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609569" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13620731'^^xsd:integer;
  dwc:scientificName 'Cellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609569'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609569'^^xsd:string;
  dwc:aphiaid '110869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13620731'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '110869'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389486> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13389486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607634" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13389486'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607634'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607634'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13389486'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14135902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14135902> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14135902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14135902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14135902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14135902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607633" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14135902'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607633'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607633'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14135902'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311377> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14311377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596972" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14311377'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596972'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596972'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14311377'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13389448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13389448> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13389448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13389448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13389448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13389448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596947" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13389448'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596947'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596947'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13389448'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489991> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489991> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489991>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14489991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610196" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14489991'^^xsd:integer;
  dwc:scientificName 'Tethyspira spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610196'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610196'^^xsd:string;
  dwc:aphiaid '132558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14489991'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '132558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346964> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346964> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346964>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14346964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615782" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14346964'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615782'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615782'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14346964'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14286815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14286815> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14286815> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14286815>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14286815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14286815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610216" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14286815'^^xsd:integer;
  dwc:scientificName 'Phyllophora crispa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610216'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610216'^^xsd:string;
  dwc:aphiaid '145660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14286815'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '145660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14038144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14038144> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14038144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14038144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14038144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14038144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596335" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14038144'^^xsd:integer;
  dwc:scientificName 'Lomentaria clavellosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596335'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596335'^^xsd:string;
  dwc:aphiaid '145825'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14038144'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13661122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13661122> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13661122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13661122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13661122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13661122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596334" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13661122'^^xsd:integer;
  dwc:scientificName 'Chylocladia verticillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596334'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596334'^^xsd:string;
  dwc:aphiaid '145808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13661122'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459659> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14459659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580879" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14459659'^^xsd:integer;
  dwc:scientificName 'Spyridia filamentosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580879'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580879'^^xsd:string;
  dwc:aphiaid '144706'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14459659'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216896> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14216896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577595" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14216896'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577595'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577595'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14216896'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346962> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14346962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615077" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14346962'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615077'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615077'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14346962'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13770268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13770268> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13770268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13770268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13770268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13770268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609349" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13770268'^^xsd:integer;
  dwc:scientificName 'Echinocardium cordatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609349'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609349'^^xsd:string;
  dwc:aphiaid '124392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13770268'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '124392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14474704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14474704> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14474704> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14474704>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14474704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14474704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609135" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14474704'^^xsd:integer;
  dwc:scientificName 'Syngnathus acus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609135'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609135'^^xsd:string;
  dwc:aphiaid '127387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14474704'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '127387'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13851984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13851984> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13851984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13851984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13851984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13851984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615534" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13851984'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615534'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615534'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13851984'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14362245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14362245> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14362245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14362245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14362245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14362245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615260" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14362245'^^xsd:integer;
  dwc:scientificName 'Pseudopotamilla reniformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615260'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615260'^^xsd:string;
  dwc:aphiaid '130963'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14362245'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '130963'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14362246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14362246> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14362246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14362246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14362246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14362246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615530" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14362246'^^xsd:integer;
  dwc:scientificName 'Pseudopotamilla reniformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615530'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615530'^^xsd:string;
  dwc:aphiaid '130963'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14362246'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '130963'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13759051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13759051> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13759051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13759051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13759051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13759051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596451" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13759051'^^xsd:integer;
  dwc:scientificName 'Dosinia exoleta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596451'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596451'^^xsd:string;
  dwc:aphiaid '141911'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13759051'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '141911'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119175> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14119175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596458" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14119175'^^xsd:integer;
  dwc:scientificName 'Naccaria wiggii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596458'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596458'^^xsd:string;
  dwc:aphiaid '145769'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14119175'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145769'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851934> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851934> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851934>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13851934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579768" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13851934'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579768'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579768'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13851934'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13774300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13774300> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13774300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13774300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13774300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13774300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596473" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13774300'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596473'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596473'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13774300'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851977> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851977> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851977>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13851977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557176" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13851977'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557176'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557176'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13851977'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851973> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851973> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851973>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13851973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557140" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13851973'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557140'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40557140'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13851973'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132911> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14132911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609821" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14132911'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609821'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609821'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14132911'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492205> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13492205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598054" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13492205'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598054'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598054'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13492205'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13460014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13460014> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13460014> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13460014>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13460014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13460014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581232" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13460014'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581232'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581232'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13460014'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13409378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13409378> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13409378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13409378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13409378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13409378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607507" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13409378'^^xsd:integer;
  dwc:scientificName 'Adamsia carciniopados'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607507'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607507'^^xsd:string;
  dwc:aphiaid '100931'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13409378'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '445590'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13664529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13664529> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13664529> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13664529>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13664529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13664529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578594" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13664529'^^xsd:integer;
  dwc:scientificName 'Circomphalus casina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578594'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40578594'^^xsd:string;
  dwc:aphiaid '152412'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13664529'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '141934'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908336> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.577065"^^xsd:decimal ;
  dwc:decimalLongitude "-4.215065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  geo-pos:lat "52.577065"^^xsd:decimal ;
  geo-pos:long "-4.215065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13908336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611469" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13908336'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611469'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.215065'^^xsd:double;
  dwc:latitude '52.577065'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611469'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13908336'^^xsd:string;
  dwc:observationDate '1998-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117476> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117476> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117476>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14117476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615779" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14117476'^^xsd:integer;
  dwc:scientificName 'Myxilla incrustans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615779'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615779'^^xsd:string;
  dwc:aphiaid '133882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14117476'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '169466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13770248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13770248> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13770248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13770248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13770248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13770248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13770248'^^xsd:integer;
  dwc:scientificName 'Echinocardium cordatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579225'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579225'^^xsd:string;
  dwc:aphiaid '124392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13770248'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '124392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13755112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13755112> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13755112> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13755112>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13755112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13755112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615492" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13755112'^^xsd:integer;
  dwc:scientificName 'Diplosoma listerianum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615492'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615492'^^xsd:string;
  dwc:aphiaid '103579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13755112'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13558597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13558597> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13558597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13558597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13558597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13558597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598208" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13558597'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598208'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598208'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13558597'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713196> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13713196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615586" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13713196'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615586'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615586'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13713196'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13502405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13502405> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13502405> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13502405>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13502405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13502405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610212" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13502405'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610212'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610212'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13502405'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13766513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13766513> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13766513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13766513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13766513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13766513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614308" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13766513'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614308'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614308'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13766513'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583941> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583941> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583941>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13583941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580616" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13583941'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580616'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580616'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13583941'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718215> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13718215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596642" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13718215'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596642'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596642'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13718215'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13943585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13943585> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13943585> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13943585>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13943585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13943585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609375" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13943585'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609375'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609375'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13943585'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14478707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14478707> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14478707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14478707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14478707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14478707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596623" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14478707'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596623'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596623'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14478707'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953200> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953200> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953200>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13953200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581021" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13953200'^^xsd:integer;
  dwc:scientificName 'Inachus phalangium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581021'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581021'^^xsd:string;
  dwc:aphiaid '107333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13953200'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '107333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13917798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13917798> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13917798> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13917798>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13917798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13917798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581040" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13917798'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581040'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581040'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13917798'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404274> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404274> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404274>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13404274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614722" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13404274'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614722'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614722'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13404274'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621901> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733962" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621901'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733962'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733962'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621901'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502395> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502395> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502395>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13502395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580630" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13502395'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580630'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580630'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13502395'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324327> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324327> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324327>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14324327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610190" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14324327'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610190'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610190'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14324327'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718202> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13718202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597066" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13718202'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597066'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597066'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13718202'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689750> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13689750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597051" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13689750'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597051'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597051'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13689750'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13917823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13917823> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13917823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13917823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13917823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13917823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597038" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13917823'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597038'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597038'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13917823'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718224> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718224> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718224>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13718224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609620" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13718224'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609620'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609620'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13718224'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13718235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13718235> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13718235> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13718235>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13718235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13718235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13718235'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609900'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609900'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13718235'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424585> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424585> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424585>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13424585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614157" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13424585'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614157'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614157'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13424585'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424608> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13424608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613935" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13424608'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613935'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613935'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13424608'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766482> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766482> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766482>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13766482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580609" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13766482'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580609'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580609'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13766482'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908337> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.577065"^^xsd:decimal ;
  dwc:decimalLongitude "-4.215065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  geo-pos:lat "52.577065"^^xsd:decimal ;
  geo-pos:long "-4.215065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13908337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40751799" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13908337'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40751799'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.215065'^^xsd:double;
  dwc:latitude '52.577065'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40751799'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13908337'^^xsd:string;
  dwc:observationDate '1998-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14063417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14063417> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14063417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14063417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14063417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14063417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735370" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14063417'^^xsd:integer;
  dwc:scientificName 'Manayunkia aestuarina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735370'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735370'^^xsd:string;
  dwc:aphiaid '130926'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14063417'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '130926'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908338> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13908338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735369" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13908338'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735369'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735369'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13908338'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14354465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14354465> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14354465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.115583 -4.776391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.115583"^^xsd:decimal ;
  dwc:decimalLongitude "-4.776391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14354465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.115583 -4.776391)"^^geo:wktLiteral ;
  geo-pos:lat "52.115583"^^xsd:decimal ;
  geo-pos:long "-4.776391"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14354465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14354465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752465" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14354465'^^xsd:integer;
  dwc:scientificName 'Protodorvillea kefersteini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752465'^^xsd:string;
  dwc:yearCollected '1998'^^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.776391'^^xsd:double;
  dwc:latitude '52.115583'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752465'^^xsd:string;
  dwc:aphiaid '130041'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14354465'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '130041'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046654> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14046654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752780" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14046654'^^xsd:integer;
  dwc:scientificName 'Lumbrineris gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752780'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752780'^^xsd:string;
  dwc:aphiaid '130244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14046654'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '607402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132903> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14132903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557088" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14132903'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557088'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557088'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14132903'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13625061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13625061> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13625061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13625061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13625061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13625061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401646" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13625061'^^xsd:integer;
  dwc:scientificName 'Ceramium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401646'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401646'^^xsd:string;
  dwc:aphiaid '143834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13625061'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '143834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14523593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14523593> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14523593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14523593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14523593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14523593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401610" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14523593'^^xsd:integer;
  dwc:scientificName 'Tubularia indivisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401610'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401610'^^xsd:string;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14523593'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13574464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13574464> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13574464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13574464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13574464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13574464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13574464'^^xsd:integer;
  dwc:scientificName 'Bugula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607255'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607255'^^xsd:string;
  dwc:aphiaid '110839'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13574464'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '110839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14592418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14592418> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14592418> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14592418>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14592418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14592418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605078" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14592418'^^xsd:integer;
  dwc:scientificName 'Homarus gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605078'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605078'^^xsd:string;
  dwc:aphiaid '107253'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14592418'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '107253'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956080> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13956080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596631" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13956080'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596631'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596631'^^xsd:string;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13956080'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14290882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14290882> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14290882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14290882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14290882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14290882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401917" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14290882'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401917'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401917'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14290882'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554696> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13554696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614253" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13554696'^^xsd:integer;
  dwc:scientificName 'Bonnemaisonia asparagoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614253'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614253'^^xsd:string;
  dwc:aphiaid '144440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13554696'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '144440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13792573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13792573> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13792573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13792573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13792573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13792573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401743" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13792573'^^xsd:integer;
  dwc:scientificName 'Erythrodermis traillii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401743'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401743'^^xsd:string;
  dwc:aphiaid '145655'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13792573'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145655'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13385396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13385396> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13385396> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13385396>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13385396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13385396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578597" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13385396'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578597'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578597'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13385396'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14417280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14417280> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14417280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14417280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14417280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14417280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401702" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14417280'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus stellaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401702'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401702'^^xsd:string;
  dwc:aphiaid '105815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14417280'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '105815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216974> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14216974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614282" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14216974'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614282'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614282'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14216974'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13594192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13594192> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13594192> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13594192>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13594192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13594192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607357" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13594192'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607357'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607357'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13594192'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13765612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13765612> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13765612> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13765612>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13765612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13765612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607356" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13765612'^^xsd:integer;
  dwc:scientificName 'Dyopedos porrectus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607356'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607356'^^xsd:string;
  dwc:aphiaid '103044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13765612'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '103044'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13840056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13840056> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13840056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13840056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13840056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13840056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607313" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13840056'^^xsd:integer;
  dwc:scientificName 'Galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607313'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607313'^^xsd:string;
  dwc:aphiaid '106834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13840056'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '106834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13939971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13939971> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13939971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13939971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13939971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13939971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614377" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13939971'^^xsd:integer;
  dwc:scientificName 'Hyas araneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614377'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614377'^^xsd:string;
  dwc:aphiaid '107322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13939971'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '107322'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14285801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14285801> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14285801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14285801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14285801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14285801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752298" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14285801'^^xsd:integer;
  dwc:scientificName 'Phyllodocidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752298'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752298'^^xsd:string;
  dwc:aphiaid '931'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14285801'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '931'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14182794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14182794> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14182794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14182794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14182794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14182794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752314" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14182794'^^xsd:integer;
  dwc:scientificName 'Ophelina acuminata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752314'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752314'^^xsd:string;
  dwc:aphiaid '130500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14182794'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '130500'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13958906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13958906> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13958906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13958906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13958906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13958906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752951" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13958906'^^xsd:integer;
  dwc:scientificName 'Jasmineira elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752951'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752951'^^xsd:string;
  dwc:aphiaid '130921'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13958906'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '130921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14285805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14285805> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14285805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14285805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14285805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14285805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752392" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14285805'^^xsd:integer;
  dwc:scientificName 'Phyllodocidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752392'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752392'^^xsd:string;
  dwc:aphiaid '931'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14285805'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '931'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14159086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14159086> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14159086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14159086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14159086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14159086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752401" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14159086'^^xsd:integer;
  dwc:scientificName 'Nereis zonata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752401'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752401'^^xsd:string;
  dwc:aphiaid '130407'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14159086'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '130407'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14098133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14098133> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14098133> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14098133>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14098133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14098133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611420" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14098133'^^xsd:integer;
  dwc:scientificName 'Mya arenaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611420'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40611420'^^xsd:string;
  dwc:aphiaid '140430'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14098133'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '140430'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14098134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14098134> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14098134> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14098134>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14098134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14098134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40751792" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14098134'^^xsd:integer;
  dwc:scientificName 'Mya arenaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40751792'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40751792'^^xsd:string;
  dwc:aphiaid '140430'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14098134'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '140430'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14098131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14098131> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14098131> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14098131>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14098131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14098131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557044" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14098131'^^xsd:integer;
  dwc:scientificName 'Mya arenaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557044'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40557044'^^xsd:string;
  dwc:aphiaid '140430'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14098131'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '140430'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14098132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14098132> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14098132> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14098132>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14098132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14098132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729073" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14098132'^^xsd:integer;
  dwc:scientificName 'Mya arenaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729073'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40729073'^^xsd:string;
  dwc:aphiaid '140430'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14098132'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '140430'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14098135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14098135> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14098135> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14098135>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14098135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14098135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608845" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14098135'^^xsd:integer;
  dwc:scientificName 'Mya arenaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608845'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40608845'^^xsd:string;
  dwc:aphiaid '140430'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14098135'^^xsd:string;
  dwc:observationDate '1998-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '140430'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14098136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14098136> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14098136> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14098136>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14098136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14098136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735351" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14098136'^^xsd:integer;
  dwc:scientificName 'Mya arenaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735351'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40735351'^^xsd:string;
  dwc:aphiaid '140430'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14098136'^^xsd:string;
  dwc:observationDate '1998-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '140430'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14533483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14533483> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14533483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14533483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14533483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14533483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752696" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14533483'^^xsd:integer;
  dwc:scientificName 'Urothoe marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752696'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752696'^^xsd:string;
  dwc:aphiaid '103233'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14533483'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '103233'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14377174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14377174> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14377174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14377174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14377174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:14377174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611404" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '14377174'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611404'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611404'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:14377174'^^xsd:string;
  dwc:observationDate '2000-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132930> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14132930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614167" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14132930'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614167'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614167'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14132930'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13966401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13966401> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13966401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.740528 -4.964139)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.740528"^^xsd:decimal ;
  dwc:decimalLongitude "-4.964139"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13966401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.740528 -4.964139)"^^geo:wktLiteral ;
  geo-pos:lat "52.740528"^^xsd:decimal ;
  geo-pos:long "-4.964139"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13966401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13966401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607377" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13966401'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607377'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.964139'^^xsd:double;
  dwc:latitude '52.740528'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607377'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13966401'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13556593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13556593> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13556593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13556593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13556593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13556593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596380" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13556593'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596380'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596380'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13556593'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14211747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14211747> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14211747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.740528 -4.964139)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.740528"^^xsd:decimal ;
  dwc:decimalLongitude "-4.964139"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14211747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.740528 -4.964139)"^^geo:wktLiteral ;
  geo-pos:lat "52.740528"^^xsd:decimal ;
  geo-pos:long "-4.964139"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14211747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14211747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607366" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14211747'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607366'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.964139'^^xsd:double;
  dwc:latitude '52.740528'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607366'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14211747'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13637865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13637865> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13637865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13637865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13637865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13637865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614280" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13637865'^^xsd:integer;
  dwc:scientificName 'Chaetopterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614280'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614280'^^xsd:string;
  dwc:aphiaid '129229'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13637865'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '129229'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729153> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729153> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729153>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13729153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614193" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13729153'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614193'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614193'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13729153'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13505608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13505608> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13505608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13505608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13505608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13505608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611301" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13505608'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611301'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611301'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13505608'^^xsd:string;
  dwc:observationDate '2000-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14057888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14057888> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14057888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14057888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14057888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:14057888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611303" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '14057888'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611303'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611303'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:14057888'^^xsd:string;
  dwc:observationDate '2000-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424610> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13424610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614360" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13424610'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614360'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614360'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13424610'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14016990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14016990> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14016990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14016990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14016990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14016990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614459" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14016990'^^xsd:integer;
  dwc:scientificName 'Lipophrys pholis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614459'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614459'^^xsd:string;
  dwc:aphiaid '126768'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14016990'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '126768'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13943608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13943608> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13943608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13943608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13943608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13943608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614077" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13943608'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614077'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614077'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13943608'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621886> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733056" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621886'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733056'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733056'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621886'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018443> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13018443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615596" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13018443'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615596'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615596'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13018443'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539243> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13539243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615086" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13539243'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615086'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615086'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13539243'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13417131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13417131> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13417131> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13417131>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13417131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13417131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579056" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13417131'^^xsd:integer;
  dwc:scientificName 'Alaria esculenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579056'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579056'^^xsd:string;
  dwc:aphiaid '145716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13417131'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365489> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14365489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596363" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14365489'^^xsd:integer;
  dwc:scientificName 'Punctaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596363'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596363'^^xsd:string;
  dwc:aphiaid '144079'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14365489'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144079'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14324335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14324335> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14324335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14324335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14324335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14324335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14324335'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557203'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557203'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14324335'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13527931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13527931> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13527931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13527931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13527931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13527931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596136" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13527931'^^xsd:integer;
  dwc:scientificName 'Astropecten irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596136'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596136'^^xsd:string;
  dwc:aphiaid '123867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13527931'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '123867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419606> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13419606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614490" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13419606'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614490'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614490'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13419606'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915293> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915293> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915293>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13915293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609107" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13915293'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609107'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609107'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13915293'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828657> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828657> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828657>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13828657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610180" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13828657'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610180'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610180'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13828657'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13886044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13886044> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13886044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13886044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13886044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13886044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579852" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13886044'^^xsd:integer;
  dwc:scientificName 'Halichondria bowerbanki'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579852'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579852'^^xsd:string;
  dwc:aphiaid '132588'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13886044'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '165801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366776> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733376" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366776'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733376'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733376'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366776'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13754852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13754852> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13754852> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13754852>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13754852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:13754852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605061" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '13754852'^^xsd:integer;
  dwc:scientificName 'Diplosoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605061'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40605061'^^xsd:string;
  dwc:aphiaid '103457'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:13754852'^^xsd:string;
  dwc:observationDate '1998-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '103457'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423740> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423740> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423740>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14423740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578268" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14423740'^^xsd:integer;
  dwc:scientificName 'Sertularella gayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578268'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578268'^^xsd:string;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14423740'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050950> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733391" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050950'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733391'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733391'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050950'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798781> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13798781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733753" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13798781'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733753'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733753'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13798781'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393017> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14393017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615657" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14393017'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615657'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615657'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14393017'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649231> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13649231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595863" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13649231'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595863'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595863'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13649231'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14005077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14005077> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14005077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14005077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14005077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14005077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595776" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14005077'^^xsd:integer;
  dwc:scientificName 'Leucosolenia complicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595776'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595776'^^xsd:string;
  dwc:aphiaid '132219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14005077'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '132219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924115> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924115> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924115>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13924115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609181" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13924115'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609181'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609181'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13924115'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419556> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13419556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580811" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13419556'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580811'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580811'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13419556'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649244> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13649244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596470" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13649244'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596470'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596470'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13649244'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594164> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13594164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596290" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13594164'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596290'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596290'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13594164'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14311421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14311421> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14311421> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14311421>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14311421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14311421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614844" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14311421'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614844'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614844'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14311421'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713200> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713200> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713200>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13713200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615485" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13713200'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615485'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615485'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13713200'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713201> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713201> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713201>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13713201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614740" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13713201'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614740'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614740'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13713201'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13513609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13513609> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13513609> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13513609>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13513609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13513609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609811" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13513609'^^xsd:integer;
  dwc:scientificName 'Aspitrigla cuculus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609811'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609811'^^xsd:string;
  dwc:aphiaid '150662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13513609'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '127259'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14175187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14175187> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14175187> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14175187>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14175187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14175187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577791" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14175187'^^xsd:integer;
  dwc:scientificName 'Ocenebra erinacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577791'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577791'^^xsd:string;
  dwc:aphiaid '140405'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14175187'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '140405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14117461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14117461> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14117461> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14117461>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14117461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14117461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577772" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14117461'^^xsd:integer;
  dwc:scientificName 'Myxilla incrustans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577772'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577772'^^xsd:string;
  dwc:aphiaid '133882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14117461'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '169466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13884234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13884234> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13884234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13884234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13884234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13884234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609946" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13884234'^^xsd:integer;
  dwc:scientificName 'Halecium halecinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609946'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609946'^^xsd:string;
  dwc:aphiaid '231751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13884234'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594179> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594179> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594179>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13594179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609951" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13594179'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609951'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609951'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13594179'^^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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13620718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13620718> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13620718> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13620718>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13620718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13620718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579777" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13620718'^^xsd:integer;
  dwc:scientificName 'Cellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579777'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579777'^^xsd:string;
  dwc:aphiaid '110869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13620718'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '110869'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539181> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539181> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539181>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13539181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579763" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13539181'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579763'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579763'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13539181'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13562198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13562198> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13562198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13562198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13562198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13562198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610273" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13562198'^^xsd:integer;
  dwc:scientificName 'Bowerbankia citrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610273'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610273'^^xsd:string;
  dwc:aphiaid '111664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13562198'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '851584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13649250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13649250> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13649250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13649250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13649250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13649250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610099" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13649250'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610099'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610099'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13649250'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419569> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419569> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419569>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13419569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610144" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13419569'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610144'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610144'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13419569'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13727041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13727041> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13727041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13727041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13727041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13727041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609791" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13727041'^^xsd:integer;
  dwc:scientificName 'Cystoclonium purpureum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609791'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609791'^^xsd:string;
  dwc:aphiaid '145615'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13727041'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13744619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13744619> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13744619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13744619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13744619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13744619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556963" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13744619'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556963'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556963'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13744619'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13744620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13744620> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13744620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13744620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13744620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13744620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609919" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13744620'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609919'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609919'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13744620'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13419577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13419577> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13419577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13419577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13419577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13419577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609566" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13419577'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609566'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609566'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13419577'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13891295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13891295> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13891295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13891295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13891295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13891295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615352" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13891295'^^xsd:integer;
  dwc:scientificName 'Haliclona cinerea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615352'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615352'^^xsd:string;
  dwc:aphiaid '231816'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13891295'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '166605'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13914476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13914476> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13914476> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13914476>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13914476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13914476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614823" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13914476'^^xsd:integer;
  dwc:scientificName 'Hemimycale columella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614823'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614823'^^xsd:string;
  dwc:aphiaid '133543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13914476'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '133543'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536903> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536903> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536903>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13536903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579762" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13536903'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579762'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579762'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13536903'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14477099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14477099> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14477099> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14477099>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14477099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14477099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609524" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14477099'^^xsd:integer;
  dwc:scientificName 'Taonia atomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609524'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609524'^^xsd:string;
  dwc:aphiaid '145393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14477099'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13924023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13924023> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13924023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13924023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13924023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13924023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598222" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13924023'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598222'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598222'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13924023'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13924088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13924088> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13924088> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13924088>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13924088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13924088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609520" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13924088'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609520'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609520'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13924088'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14477101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14477101> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14477101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14477101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14477101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14477101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610102" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14477101'^^xsd:integer;
  dwc:scientificName 'Taonia atomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610102'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610102'^^xsd:string;
  dwc:aphiaid '145393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14477101'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14477102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14477102> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14477102> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14477102>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14477102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14477102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556990" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14477102'^^xsd:integer;
  dwc:scientificName 'Taonia atomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556990'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556990'^^xsd:string;
  dwc:aphiaid '145393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14477102'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477093> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14477093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596360" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14477093'^^xsd:integer;
  dwc:scientificName 'Taonia atomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596360'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596360'^^xsd:string;
  dwc:aphiaid '145393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14477093'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14477104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14477104> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14477104> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14477104>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14477104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14477104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610304" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14477104'^^xsd:integer;
  dwc:scientificName 'Taonia atomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610304'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610304'^^xsd:string;
  dwc:aphiaid '145393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14477104'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14477105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14477105> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14477105> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14477105>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14477105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14477105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609024" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14477105'^^xsd:integer;
  dwc:scientificName 'Taonia atomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609024'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609024'^^xsd:string;
  dwc:aphiaid '145393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14477105'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924112> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924112> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924112>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13924112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609426" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13924112'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609426'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609426'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13924112'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13512592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13512592> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13512592> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13512592>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13512592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13512592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609441" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13512592'^^xsd:integer;
  dwc:scientificName 'Asperococcus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609441'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609441'^^xsd:string;
  dwc:aphiaid '144062'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13512592'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '144062'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744610> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744610> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744610>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13744610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609146" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13744610'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609146'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609146'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13744610'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419566> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419566> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419566>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13419566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609436" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13419566'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609436'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609436'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13419566'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13414309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13414309> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13414309> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13414309>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13414309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13414309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607425" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13414309'^^xsd:integer;
  dwc:scientificName 'Aglaophenia tubulifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607425'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607425'^^xsd:string;
  dwc:aphiaid '117285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13414309'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419581> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419581> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419581>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13419581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607435" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13419581'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607435'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607435'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13419581'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13622605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13622605> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13622605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13622605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13622605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13622605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596610" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13622605'^^xsd:integer;
  dwc:scientificName 'Cellepora pumicosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596610'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596610'^^xsd:string;
  dwc:aphiaid '111268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13622605'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '111268'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744639> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744639> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744639>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13744639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609185" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13744639'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609185'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609185'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13744639'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744648> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744648> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744648>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13744648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610039" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13744648'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610039'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610039'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13744648'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710219> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710219'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733868'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733868'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710219'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419536> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419536> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419536>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13419536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581033" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13419536'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581033'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581033'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13419536'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13924098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13924098> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13924098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13924098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13924098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13924098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609385" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13924098'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609385'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609385'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13924098'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13577633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13577633> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13577633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13577633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13577633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13577633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13577633'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595820'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595820'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13577633'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13827874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13827874> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13827874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13827874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13827874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13827874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13827874'^^xsd:integer;
  dwc:scientificName 'Flabellina pedata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595816'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595816'^^xsd:string;
  dwc:aphiaid '139993'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13827874'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1047602'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14363920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14363920> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14363920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14363920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14363920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14363920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595858" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14363920'^^xsd:integer;
  dwc:scientificName 'Pterothamnion plumula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595858'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595858'^^xsd:string;
  dwc:aphiaid '144683'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14363920'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144683'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689754> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13689754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595842" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13689754'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595842'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595842'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13689754'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13606621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13606621> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13606621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13606621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13606621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13606621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595810" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13606621'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595810'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595810'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13606621'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108772> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14108772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614796" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14108772'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614796'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614796'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14108772'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828675> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828675> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828675>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13828675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557024" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13828675'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557024'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40557024'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13828675'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828661> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828661> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828661>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13828661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609953" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13828661'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609953'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609953'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13828661'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13851958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13851958> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13851958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13851958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13851958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13851958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595812" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13851958'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595812'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595812'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13851958'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119170> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14119170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595839" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14119170'^^xsd:integer;
  dwc:scientificName 'Naccaria wiggii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595839'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595839'^^xsd:string;
  dwc:aphiaid '145769'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14119170'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145769'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297601> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297601> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297601>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14297601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607528" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14297601'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607528'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607528'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14297601'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046661> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14046661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752712" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14046661'^^xsd:integer;
  dwc:scientificName 'Lumbrineris gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752712'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752712'^^xsd:string;
  dwc:aphiaid '130244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14046661'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '607402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046662> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14046662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752676" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14046662'^^xsd:integer;
  dwc:scientificName 'Lumbrineris gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752676'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752676'^^xsd:string;
  dwc:aphiaid '130244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14046662'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '607402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12976002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12976002> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12976002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.663092 -4.893244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.663092"^^xsd:decimal ;
  dwc:decimalLongitude "-4.893244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12976002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.663092 -4.893244)"^^geo:wktLiteral ;
  geo-pos:lat "51.663092"^^xsd:decimal ;
  geo-pos:long "-4.893244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12976002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:12976002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735385" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '12976002'^^xsd:integer;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735385'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.893244'^^xsd:double;
  dwc:latitude '51.663092'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735385'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:12976002'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590720> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14590720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733000" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14590720'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733000'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733000'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14590720'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14336136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14336136> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14336136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14336136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14336136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14336136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401620" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14336136'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401620'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401620'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14336136'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866053> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13866053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752991" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13866053'^^xsd:integer;
  dwc:scientificName 'Glycera lapidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752991'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752991'^^xsd:string;
  dwc:aphiaid '155036'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13866053'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14408679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14408679> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14408679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14408679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14408679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14408679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752687" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14408679'^^xsd:integer;
  dwc:scientificName 'Scoloplos armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752687'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752687'^^xsd:string;
  dwc:aphiaid '130537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14408679'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '130537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13457608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13457608> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13457608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13457608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13457608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13457608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752299" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13457608'^^xsd:integer;
  dwc:scientificName 'Anaitides rosea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752299'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752299'^^xsd:string;
  dwc:aphiaid '152435'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13457608'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '334514'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13768944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13768944> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13768944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13768944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13768944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13768944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752707" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13768944'^^xsd:integer;
  dwc:scientificName 'Ebalia tumefacta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752707'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752707'^^xsd:string;
  dwc:aphiaid '107302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13768944'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '107302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14293492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14293492> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14293492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14293492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14293492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14293492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752618" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14293492'^^xsd:integer;
  dwc:scientificName 'Pista cristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752618'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752618'^^xsd:string;
  dwc:aphiaid '131516'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14293492'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '131516'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755862> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13755862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579877" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13755862'^^xsd:integer;
  dwc:scientificName 'Diplosoma spongiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579877'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579877'^^xsd:string;
  dwc:aphiaid '103582'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13755862'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13683257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13683257> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13683257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13683257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13683257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13683257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580798" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13683257'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580798'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580798'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13683257'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14531181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14531181> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14531181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14531181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14531181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14531181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580809" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14531181'^^xsd:integer;
  dwc:scientificName 'Upogebia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580809'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580809'^^xsd:string;
  dwc:aphiaid '107079'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14531181'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107079'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13577638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13577638> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13577638> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13577638>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13577638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13577638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609514" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13577638'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609514'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609514'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13577638'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14221757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14221757> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14221757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14221757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14221757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14221757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598181" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14221757'^^xsd:integer;
  dwc:scientificName 'Pagurus cuanensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598181'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598181'^^xsd:string;
  dwc:aphiaid '107235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14221757'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '107235'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14171445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14171445> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14171445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14171445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14171445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14171445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596283" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14171445'^^xsd:integer;
  dwc:scientificName 'Obelia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596283'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596283'^^xsd:string;
  dwc:aphiaid '117034'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14171445'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '117034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828626> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13828626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596613" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13828626'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596613'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596613'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13828626'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508270> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13508270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596621" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13508270'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596621'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596621'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13508270'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14377169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14377169> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14377169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14377169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14377169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14377169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596627" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14377169'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596627'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596627'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14377169'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380366> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14380366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596639" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14380366'^^xsd:integer;
  dwc:scientificName 'Rhodophyllis divaricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596639'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596639'^^xsd:string;
  dwc:aphiaid '145617'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14380366'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14386476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14386476> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14386476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14386476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14386476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14386476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598175" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14386476'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598175'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598175'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14386476'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828676> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13828676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557207" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13828676'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557207'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557207'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13828676'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14312078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14312078> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14312078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14312078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14312078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14312078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557215" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14312078'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557215'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557215'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14312078'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14316689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14316689> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14316689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14316689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14316689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14316689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557212" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14316689'^^xsd:integer;
  dwc:scientificName 'Polyclinum aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557212'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557212'^^xsd:string;
  dwc:aphiaid '103674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14316689'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975988> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:12975988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733958" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '12975988'^^xsd:integer;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733958'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733958'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:12975988'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13625068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13625068> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13625068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13625068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13625068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13625068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580878" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13625068'^^xsd:integer;
  dwc:scientificName 'Ceramium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580878'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580878'^^xsd:string;
  dwc:aphiaid '143834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13625068'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '143834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459240> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14459240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580888" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14459240'^^xsd:integer;
  dwc:scientificName 'Sporochnus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580888'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580888'^^xsd:string;
  dwc:aphiaid '145915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14459240'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828715> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614086" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828715'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614086'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614086'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828715'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14386509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14386509> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14386509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14386509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14386509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14386509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614082" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14386509'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614082'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614082'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14386509'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13637868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13637868> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13637868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13637868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13637868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13637868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614080" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13637868'^^xsd:integer;
  dwc:scientificName 'Chaetopterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614080'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614080'^^xsd:string;
  dwc:aphiaid '129229'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13637868'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '129229'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13575261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13575261> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13575261> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13575261>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13575261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13575261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581036" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13575261'^^xsd:integer;
  dwc:scientificName 'Bugula flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581036'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581036'^^xsd:string;
  dwc:aphiaid '111152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13575261'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '834002'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13832098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13832098> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13832098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13832098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13832098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13832098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597632" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13832098'^^xsd:integer;
  dwc:scientificName 'Fucus ceranoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597632'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597632'^^xsd:string;
  dwc:aphiaid '145542'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13832098'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '145542'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607470> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14607470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613958" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14607470'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613958'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613958'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14607470'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388200> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14388200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609231" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14388200'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609231'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609231'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14388200'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459666> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14459666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596342" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14459666'^^xsd:integer;
  dwc:scientificName 'Spyridia filamentosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596342'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596342'^^xsd:string;
  dwc:aphiaid '144706'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14459666'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981630> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981630> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981630>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13981630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609712" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13981630'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609712'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609712'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13981630'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743228> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743228> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743228>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13743228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609707" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13743228'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609707'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609707'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13743228'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583925> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583925> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583925>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13583925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581026" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13583925'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581026'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581026'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13583925'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13766453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13766453> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13766453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13766453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13766453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13766453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598166" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13766453'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598166'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598166'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13766453'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943570> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13943570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580829" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13943570'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580829'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580829'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13943570'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949179> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13949179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580882" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13949179'^^xsd:integer;
  dwc:scientificName 'Hypoglossum hypoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580882'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580882'^^xsd:string;
  dwc:aphiaid '144756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13949179'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14083584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14083584> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14083584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14083584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14083584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14083584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613964" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14083584'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613964'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613964'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14083584'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13943588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13943588> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13943588> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13943588>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13943588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13943588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609040" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13943588'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609040'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609040'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13943588'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452580> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452580> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452580>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14452580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614723" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14452580'^^xsd:integer;
  dwc:scientificName 'Spirorbidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614723'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614723'^^xsd:string;
  dwc:aphiaid '1021266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14452580'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13953221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13953221> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13953221> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13953221>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13953221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13953221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13953221'^^xsd:integer;
  dwc:scientificName 'Inachus phalangium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610203'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610203'^^xsd:string;
  dwc:aphiaid '107333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13953221'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '107333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718221> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718221> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718221>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13718221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610218" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13718221'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610218'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610218'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13718221'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13424617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13424617> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13424617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13424617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13424617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13424617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615256" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13424617'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615256'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615256'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13424617'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621903> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621903'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733914'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733914'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621903'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13732609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13732609> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13732609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13732609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13732609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13732609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607644" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13732609'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607644'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607644'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13732609'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414572> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13414572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581320" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13414572'^^xsd:integer;
  dwc:scientificName 'Aglaothamnion byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581320'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581320'^^xsd:string;
  dwc:aphiaid '144490'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13414572'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621882> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733662" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621882'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733662'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733662'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621882'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223525> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14223525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615264" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14223525'^^xsd:integer;
  dwc:scientificName 'Palaemon serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615264'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615264'^^xsd:string;
  dwc:aphiaid '107616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14223525'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '107616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13332770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13332770> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13332770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13332770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13332770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13332770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596626" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13332770'^^xsd:integer;
  dwc:scientificName 'Gobiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596626'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596626'^^xsd:string;
  dwc:aphiaid '125537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13332770'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '125537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14479527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14479527> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14479527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14479527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14479527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14479527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598188" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14479527'^^xsd:integer;
  dwc:scientificName 'Tectura testudinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598188'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598188'^^xsd:string;
  dwc:aphiaid '140276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14479527'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '234208'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13893086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13893086> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13893086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13893086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13893086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13893086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609628" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13893086'^^xsd:integer;
  dwc:scientificName 'Haliclona viscosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609628'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609628'^^xsd:string;
  dwc:aphiaid '132881'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13893086'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '235864'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13981614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13981614> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13981614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13981614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13981614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13981614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610107" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13981614'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610107'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610107'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13981614'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13594138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13594138> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13594138> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13594138>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13594138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13594138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579766" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13594138'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579766'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579766'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13594138'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14223505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14223505> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14223505> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14223505>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14223505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14223505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579764" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14223505'^^xsd:integer;
  dwc:scientificName 'Palaemon serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579764'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579764'^^xsd:string;
  dwc:aphiaid '107616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14223505'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '107616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13770260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13770260> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13770260> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13770260>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13770260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13770260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610028" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13770260'^^xsd:integer;
  dwc:scientificName 'Echinocardium cordatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610028'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610028'^^xsd:string;
  dwc:aphiaid '124392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13770260'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '124392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649216> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13649216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577612" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13649216'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577612'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577612'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13649216'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092248> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092248> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092248>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14092248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578023" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14092248'^^xsd:integer;
  dwc:scientificName 'Molgula manhattensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578023'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40578023'^^xsd:string;
  dwc:aphiaid '103788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14092248'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649226> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13649226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581327" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13649226'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581327'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581327'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13649226'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942320> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13942320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596439" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13942320'^^xsd:integer;
  dwc:scientificName 'Hydractinia echinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596439'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596439'^^xsd:string;
  dwc:aphiaid '117644'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13942320'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '117644'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257990> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14257990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609637" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14257990'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609637'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609637'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14257990'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744636> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744636> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744636>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13744636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610303" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13744636'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610303'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610303'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13744636'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744647> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744647> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744647>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13744647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609023" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13744647'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609023'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609023'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13744647'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490080> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14490080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733454" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14490080'^^xsd:integer;
  dwc:scientificName 'Tetrastemma candidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733454'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733454'^^xsd:string;
  dwc:aphiaid '122764'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14490080'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '122764'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681929> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681929> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681929>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13681929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615488" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13681929'^^xsd:integer;
  dwc:scientificName 'Clavelinidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615488'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615488'^^xsd:string;
  dwc:aphiaid '103438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13681929'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103438'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547677> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733289" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547677'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733289'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733289'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547677'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13830324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13830324> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13830324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13830324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13830324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13830324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614491" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13830324'^^xsd:integer;
  dwc:scientificName 'Flustrellidra hispida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614491'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614491'^^xsd:string;
  dwc:aphiaid '111621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13830324'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '111621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13784781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13784781> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13784781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13784781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13784781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13784781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615202" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13784781'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615202'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615202'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13784781'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14257966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14257966> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14257966> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14257966>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14257966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14257966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579010" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14257966'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579010'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40579010'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14257966'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681927> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681927> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681927>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13681927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614840" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13681927'^^xsd:integer;
  dwc:scientificName 'Clavelinidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614840'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614840'^^xsd:string;
  dwc:aphiaid '103438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13681927'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103438'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13881565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13881565> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13881565> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13881565>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13881565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13881565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614828" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13881565'^^xsd:integer;
  dwc:scientificName 'Gymnangium montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614828'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614828'^^xsd:string;
  dwc:aphiaid '117299'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13881565'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117299'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13770264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13770264> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13770264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13770264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13770264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13770264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557023" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13770264'^^xsd:integer;
  dwc:scientificName 'Echinocardium cordatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557023'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557023'^^xsd:string;
  dwc:aphiaid '124392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13770264'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '124392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13774288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13774288> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13774288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13774288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13774288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13774288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598226" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13774288'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598226'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598226'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13774288'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13851922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13851922> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13851922> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13851922>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13851922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13851922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579002" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13851922'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579002'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40579002'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13851922'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14068911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14068911> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14068911> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14068911>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14068911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14068911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579044" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14068911'^^xsd:integer;
  dwc:scientificName 'Mastocarpus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579044'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579044'^^xsd:string;
  dwc:aphiaid '145650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14068911'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145650'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517460> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13517460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579264" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13517460'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579264'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579264'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13517460'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517583> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517583> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517583>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610122" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517583'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610122'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610122'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517583'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517558> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13517558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609870" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13517558'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609870'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609870'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13517558'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14704964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14704964> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14704964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14704964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14704964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14704964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581319" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14704964'^^xsd:integer;
  dwc:scientificName 'Anotrichium barbatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581319'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581319'^^xsd:string;
  dwc:aphiaid '144504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14704964'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144504'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14704962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14704962> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14704962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14704962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14704962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14704962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598218" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14704962'^^xsd:integer;
  dwc:scientificName 'Anotrichium barbatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598218'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598218'^^xsd:string;
  dwc:aphiaid '144504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14704962'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '144504'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737330> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737330> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737330>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13737330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557154" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13737330'^^xsd:integer;
  dwc:scientificName 'Desmarestia ligulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557154'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40557154'^^xsd:string;
  dwc:aphiaid '145309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13737330'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737333> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737333> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737333>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13737333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610041" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13737333'^^xsd:integer;
  dwc:scientificName 'Desmarestia ligulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610041'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610041'^^xsd:string;
  dwc:aphiaid '145309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13737333'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924120> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924120> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924120>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13924120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557183" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13924120'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557183'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557183'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13924120'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14477103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14477103> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14477103> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14477103>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14477103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14477103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609360" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14477103'^^xsd:integer;
  dwc:scientificName 'Taonia atomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609360'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609360'^^xsd:string;
  dwc:aphiaid '145393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14477103'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924035> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924035> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924035>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13924035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579796" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13924035'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579796'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579796'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13924035'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924087> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13924087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596468" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13924087'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596468'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596468'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13924087'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14477106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14477106> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14477106> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14477106>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14477106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14477106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609709" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14477106'^^xsd:integer;
  dwc:scientificName 'Taonia atomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609709'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609709'^^xsd:string;
  dwc:aphiaid '145393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14477106'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924105> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924105> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924105>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13924105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610185" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13924105'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610185'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610185'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13924105'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987235> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13987235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596130" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13987235'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596130'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596130'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13987235'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13527932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13527932> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13527932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13527932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13527932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13527932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596488" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13527932'^^xsd:integer;
  dwc:scientificName 'Astropecten irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596488'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596488'^^xsd:string;
  dwc:aphiaid '123867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13527932'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '123867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987236> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13987236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596572" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13987236'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596572'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596572'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13987236'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14594645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14594645> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14594645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14594645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14594645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14594645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595805" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14594645'^^xsd:integer;
  dwc:scientificName 'Macropodia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595805'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595805'^^xsd:string;
  dwc:aphiaid '205077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14594645'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '205077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987232> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13987232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595796" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13987232'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595796'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595796'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13987232'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14531185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14531185> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14531185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14531185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14531185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14531185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595802" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14531185'^^xsd:integer;
  dwc:scientificName 'Upogebia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595802'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595802'^^xsd:string;
  dwc:aphiaid '107079'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14531185'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '107079'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13857792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13857792> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13857792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13857792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13857792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13857792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596576" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13857792'^^xsd:integer;
  dwc:scientificName 'Gibbula magus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596576'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596576'^^xsd:string;
  dwc:aphiaid '141790'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13857792'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '141790'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924043> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924043> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924043>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13924043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579993" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13924043'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579993'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579993'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13924043'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13675071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13675071> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13675071> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13675071>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13675071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13675071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578873" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13675071'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578873'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578873'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13675071'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14222282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14222282> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14222282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14222282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14222282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14222282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607510" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14222282'^^xsd:integer;
  dwc:scientificName 'Pagurus prideaux'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607510'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607510'^^xsd:string;
  dwc:aphiaid '107239'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14222282'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '107239'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828713> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607690" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828713'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607690'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607690'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828713'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376219> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14376219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596557" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14376219'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596557'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596557'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14376219'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13836567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13836567> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13836567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13836567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13836567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13836567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598033" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13836567'^^xsd:integer;
  dwc:scientificName 'Fucus spiralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598033'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598033'^^xsd:string;
  dwc:aphiaid '145547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13836567'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '145547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14269704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14269704> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14269704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14269704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14269704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14269704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596074" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14269704'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596074'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596074'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14269704'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953202> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953202> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953202>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13953202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13953202'^^xsd:integer;
  dwc:scientificName 'Inachus phalangium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596262'^^xsd:string;
  dwc:yearCollected '1998'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596262'^^xsd:string;
  dwc:aphiaid '107333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13953202'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '107333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365483> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14365483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596095" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14365483'^^xsd:integer;
  dwc:scientificName 'Punctaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596095'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596095'^^xsd:string;
  dwc:aphiaid '144079'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14365483'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144079'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424510> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13424510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13424510'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596062'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596062'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13424510'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050946> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732852" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050946'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732852'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732852'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050946'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575283> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13575283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615666" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13575283'^^xsd:integer;
  dwc:scientificName 'Bugula flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615666'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615666'^^xsd:string;
  dwc:aphiaid '111152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13575283'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '834002'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14228962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14228962> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14228962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14228962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14228962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14228962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615668" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14228962'^^xsd:integer;
  dwc:scientificName 'Parablennius gattorugine'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615668'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615668'^^xsd:string;
  dwc:aphiaid '126770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14228962'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '126770'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13810351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13810351> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13810351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13810351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13810351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13810351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614708" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13810351'^^xsd:integer;
  dwc:scientificName 'Eulalia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614708'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614708'^^xsd:string;
  dwc:aphiaid '130639'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13810351'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '130639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517426> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517426> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517426>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13517426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581596" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13517426'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581596'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581596'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13517426'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683246> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683246> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683246>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13683246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579951" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13683246'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579951'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579951'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13683246'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943538> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943538> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943538>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13943538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579811" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13943538'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579811'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579811'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13943538'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583940> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583940> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583940>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13583940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581281" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13583940'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581281'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581281'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13583940'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13933284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13933284> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13933284> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13933284>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13933284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13933284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581111" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13933284'^^xsd:integer;
  dwc:scientificName 'Hinia reticulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581111'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581111'^^xsd:string;
  dwc:aphiaid '416627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13933284'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '140513'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405145> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14405145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732848" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14405145'^^xsd:integer;
  dwc:scientificName 'Scolelepis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732848'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732848'^^xsd:string;
  dwc:aphiaid '131177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14405145'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '157566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13594141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13594141> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13594141> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13594141>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13594141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13594141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579968" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13594141'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579968'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579968'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13594141'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539190> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539190> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539190>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13539190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579235" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13539190'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579235'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579235'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13539190'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539196> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539196> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539196>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13539196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579966" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13539196'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579966'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579966'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13539196'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14469347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14469347> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14469347> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14469347>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14469347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14469347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579948" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14469347'^^xsd:integer;
  dwc:scientificName 'Suberites carnosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579948'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579948'^^xsd:string;
  dwc:aphiaid '134275'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14469347'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392986> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392986> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392986>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14392986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579539" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14392986'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579539'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579539'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14392986'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14425457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14425457> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14425457> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14425457>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14425457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14425457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579537" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14425457'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579537'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579537'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14425457'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413648> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13413648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596895" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13413648'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596895'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596895'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13413648'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328954> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14328954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578582" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14328954'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578582'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578582'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14328954'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951766> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13951766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578546" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13951766'^^xsd:integer;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578546'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578546'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13951766'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535410> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14535410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578541" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14535410'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578541'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578541'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14535410'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328964> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14328964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14328964'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595910'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595910'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14328964'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649922> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13649922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579887" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13649922'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579887'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579887'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13649922'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828624> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13828624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596761" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13828624'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596761'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596761'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13828624'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380361> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14380361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596781" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14380361'^^xsd:integer;
  dwc:scientificName 'Rhodophyllis divaricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596781'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596781'^^xsd:string;
  dwc:aphiaid '145617'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14380361'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288221> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14288221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596831" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14288221'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596831'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596831'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14288221'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915279> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13915279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13915279'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596820'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596820'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13915279'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838577> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13838577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596835" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13838577'^^xsd:integer;
  dwc:scientificName 'Furcellaria lumbricalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596835'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596835'^^xsd:string;
  dwc:aphiaid '145620'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13838577'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145620'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627208> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13627208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596840" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13627208'^^xsd:integer;
  dwc:scientificName 'Ceramium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596840'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596840'^^xsd:string;
  dwc:aphiaid '144546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13627208'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558677> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558677> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558677>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13558677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607185" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13558677'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607185'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607185'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13558677'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638382> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13638382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596811" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13638382'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596811'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596811'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13638382'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329640> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14329640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580354" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14329640'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580354'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580354'^^xsd:string;
  dwc:aphiaid '144629'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14329640'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1346682'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851950> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13851950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579864" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13851950'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579864'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579864'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13851950'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694994> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13694994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579894" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13694994'^^xsd:integer;
  dwc:scientificName 'Cordylecladia erecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579894'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579894'^^xsd:string;
  dwc:aphiaid '145847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13694994'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145847'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14434099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14434099> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14434099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14434099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14434099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14434099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578127" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14434099'^^xsd:integer;
  dwc:scientificName 'Sphacelaria rigidula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578127'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578127'^^xsd:string;
  dwc:aphiaid '145902'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14434099'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675091> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13675091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578128" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13675091'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578128'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578128'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13675091'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14477086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14477086> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14477086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14477086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14477086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14477086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578130" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14477086'^^xsd:integer;
  dwc:scientificName 'Taonia atomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578130'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578130'^^xsd:string;
  dwc:aphiaid '145393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14477086'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924057> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13924057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579216" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13924057'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579216'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579216'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13924057'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655399> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655399> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655399>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13655399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614220" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13655399'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614220'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614220'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13655399'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13473565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13473565> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13473565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13473565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13473565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13473565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596690" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13473565'^^xsd:integer;
  dwc:scientificName 'Antithamnionella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596690'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596690'^^xsd:string;
  dwc:aphiaid '143828'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13473565'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '143828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477097> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14477097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596007" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14477097'^^xsd:integer;
  dwc:scientificName 'Taonia atomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596007'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596007'^^xsd:string;
  dwc:aphiaid '145393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14477097'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477094> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14477094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596052" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14477094'^^xsd:integer;
  dwc:scientificName 'Taonia atomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596052'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596052'^^xsd:string;
  dwc:aphiaid '145393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14477094'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13505615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13505615> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13505615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13505615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13505615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13505615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613929" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13505615'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613929'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613929'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13505615'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359687> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13359687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607568" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13359687'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607568'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607568'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13359687'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359690> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13359690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613930" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13359690'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613930'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613930'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13359690'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13413020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13413020> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13413020> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13413020>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13413020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13413020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607705" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13413020'^^xsd:integer;
  dwc:scientificName 'Aglaophenia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607705'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607705'^^xsd:string;
  dwc:aphiaid '116999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13413020'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '116999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14040366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14040366> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14040366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14040366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14040366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14040366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595781" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14040366'^^xsd:integer;
  dwc:scientificName 'Lucernariopsis campanulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595781'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595781'^^xsd:string;
  dwc:aphiaid '135318'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14040366'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '886183'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535517> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535517> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535517>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14535517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614037" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14535517'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614037'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614037'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14535517'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13827027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13827027> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13827027> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13827027>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13827027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13827027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614039" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13827027'^^xsd:integer;
  dwc:scientificName 'Filograna implexa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614039'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614039'^^xsd:string;
  dwc:aphiaid '130989'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13827027'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '130989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756622> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756622> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756622>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13756622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614048" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13756622'^^xsd:integer;
  dwc:scientificName 'Distomus variolosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614048'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614048'^^xsd:string;
  dwc:aphiaid '103890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13756622'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '103890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13469704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13469704> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13469704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13469704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13469704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13469704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607475" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13469704'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607475'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607475'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13469704'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13469705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13469705> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13469705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13469705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13469705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13469705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607304" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13469705'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607304'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607304'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13469705'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13469706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13469706> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13469706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13469706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13469706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13469706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607682" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13469706'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607682'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607682'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13469706'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14346951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14346951> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14346951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65776 -4.662763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.65776"^^xsd:decimal ;
  dwc:decimalLongitude "-4.662763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14346951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65776 -4.662763)"^^geo:wktLiteral ;
  geo-pos:lat "52.65776"^^xsd:decimal ;
  geo-pos:long "-4.662763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14346951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14346951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614053" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14346951'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614053'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.662763'^^xsd:double;
  dwc:latitude '52.65776'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614053'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14346951'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710169> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598039" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710169'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598039'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598039'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710169'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13774323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13774323> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13774323> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13774323>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13774323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13774323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614216" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13774323'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614216'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614216'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13774323'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13385411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13385411> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13385411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13385411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13385411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13385411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611250" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13385411'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611250'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611250'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13385411'^^xsd:string;
  dwc:observationDate '2000-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678867> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678867> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678867>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13678867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579984" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13678867'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579984'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579984'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13678867'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502393> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502393> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502393>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13502393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579986" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13502393'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579986'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579986'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13502393'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324314> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324314> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324314>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14324314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579949" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14324314'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579949'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579949'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14324314'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489389> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489389> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489389>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14489389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579802" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14489389'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579802'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579802'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14489389'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460792> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460792> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460792>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14460792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581276" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14460792'^^xsd:integer;
  dwc:scientificName 'Stelligera stuposa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581276'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581276'^^xsd:string;
  dwc:aphiaid '134175'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14460792'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134175'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798813> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13798813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733861" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13798813'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733861'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733861'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13798813'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798794> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13798794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733954" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13798794'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733954'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733954'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13798794'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132860> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132860> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132860>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14132860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581230" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14132860'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581230'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581230'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14132860'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729097> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729097> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729097>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13729097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581267" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13729097'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581267'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581267'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13729097'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312061> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312061> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312061>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14312061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581259" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14312061'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581259'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581259'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14312061'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915268> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13915268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596070" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13915268'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596070'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596070'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13915268'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14433742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14433742> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14433742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14433742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14433742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14433742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596092" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14433742'^^xsd:integer;
  dwc:scientificName 'Sphacelaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596092'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596092'^^xsd:string;
  dwc:aphiaid '144272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14433742'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13657942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13657942> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13657942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13657942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13657942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13657942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615606" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13657942'^^xsd:integer;
  dwc:scientificName 'Chromophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615606'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615606'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13657942'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108771> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14108771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615107" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14108771'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615107'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615107'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14108771'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388185> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388185> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388185>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14388185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580220" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14388185'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580220'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580220'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14388185'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607450> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607450> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607450>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14607450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580226" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14607450'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580226'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580226'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14607450'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655377> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13655377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596126" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13655377'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596126'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596126'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13655377'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120776> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14120776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615662" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14120776'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615662'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615662'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14120776'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336311> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14336311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615658" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14336311'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615658'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615658'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14336311'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120778> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14120778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614501" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14120778'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614501'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614501'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14120778'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946637> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13946637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615292" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13946637'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615292'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615292'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13946637'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257972> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257972> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257972>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14257972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579158" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14257972'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579158'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579158'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14257972'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257979> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257979> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257979>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14257979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580222" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14257979'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580222'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580222'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14257979'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14342447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14342447> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14342447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14342447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14342447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14342447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596114" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14342447'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus pictus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596114'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596114'^^xsd:string;
  dwc:aphiaid '126930'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14342447'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '126930'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649245> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13649245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596122" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13649245'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596122'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596122'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13649245'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185283> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185283> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185283>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14185283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578332" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14185283'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578332'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578332'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14185283'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14465440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14465440> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14465440> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14465440>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14465440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14465440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40751791" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14465440'^^xsd:integer;
  dwc:scientificName 'Streblospio shrubsolii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40751791'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40751791'^^xsd:string;
  dwc:aphiaid '131193'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14465440'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '131193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14549482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14549482> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14549482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14549482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14549482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14549482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752542" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14549482'^^xsd:integer;
  dwc:scientificName 'Antalis vulgaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752542'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752542'^^xsd:string;
  dwc:aphiaid '196380'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14549482'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '196380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14132850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14132850> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14132850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14132850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14132850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14132850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401612" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14132850'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401612'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401612'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14132850'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13828559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13828559> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13828559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13828559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13828559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13828559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401632" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13828559'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401632'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401632'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13828559'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492238> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597591" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492238'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597591'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597591'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492238'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492239> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597707" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492239'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597707'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597707'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492239'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14093938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14093938> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14093938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14093938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14093938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14093938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401734" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14093938'^^xsd:integer;
  dwc:scientificName 'Morchellium argus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401734'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401734'^^xsd:string;
  dwc:aphiaid '148714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14093938'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '148714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13900955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13900955> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13900955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13900955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13900955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13900955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752975" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13900955'^^xsd:integer;
  dwc:scientificName 'Harmothoe furcosetosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752975'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752975'^^xsd:string;
  dwc:aphiaid '152227'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13900955'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '236678'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13392064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13392064> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13392064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.304741"^^xsd:decimal ;
  dwc:decimalLongitude "-4.34813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13392064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  geo-pos:lat "52.304741"^^xsd:decimal ;
  geo-pos:long "-4.34813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13392064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13392064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752291" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13392064'^^xsd:integer;
  dwc:scientificName 'Abra alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752291'^^xsd:string;
  dwc:yearCollected '1998'^^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.34813'^^xsd:double;
  dwc:latitude '52.304741'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752291'^^xsd:string;
  dwc:aphiaid '141433'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13392064'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '141433'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13759046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13759046> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13759046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13759046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13759046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13759046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752807" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13759046'^^xsd:integer;
  dwc:scientificName 'Dosinia exoleta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752807'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752807'^^xsd:string;
  dwc:aphiaid '141911'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13759046'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '141911'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13759047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13759047> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13759047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13759047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13759047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13759047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752457" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13759047'^^xsd:integer;
  dwc:scientificName 'Dosinia exoleta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752457'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752457'^^xsd:string;
  dwc:aphiaid '141911'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13759047'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '141911'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13899021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13899021> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13899021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13899021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13899021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13899021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752266" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13899021'^^xsd:integer;
  dwc:scientificName 'Harmothoe'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752266'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752266'^^xsd:string;
  dwc:aphiaid '129491'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13899021'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129491'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14182795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14182795> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14182795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14182795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14182795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14182795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752135" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14182795'^^xsd:integer;
  dwc:scientificName 'Ophelina acuminata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752135'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752135'^^xsd:string;
  dwc:aphiaid '130500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14182795'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '130500'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13958907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13958907> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13958907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13958907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13958907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13958907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752317" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13958907'^^xsd:integer;
  dwc:scientificName 'Jasmineira elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752317'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752317'^^xsd:string;
  dwc:aphiaid '130921'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13958907'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '130921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14428438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14428438> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14428438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14428438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14428438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14428438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752609" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14428438'^^xsd:integer;
  dwc:scientificName 'Sige fusigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752609'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752609'^^xsd:string;
  dwc:aphiaid '130690'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14428438'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '130690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13435275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13435275> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13435275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13435275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13435275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13435275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752626" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13435275'^^xsd:integer;
  dwc:scientificName 'Ampelisca tenuicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752626'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752626'^^xsd:string;
  dwc:aphiaid '101930'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13435275'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '101930'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14290905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14290905> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14290905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14290905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14290905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14290905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752630" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14290905'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752630'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752630'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14290905'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14011687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14011687> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14011687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14011687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14011687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14011687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614249" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14011687'^^xsd:integer;
  dwc:scientificName 'Liocarcinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614249'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614249'^^xsd:string;
  dwc:aphiaid '106925'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14011687'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '106925'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580746> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13580746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614347" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13580746'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614347'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614347'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13580746'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13782423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13782423> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13782423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13782423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13782423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13782423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596911" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13782423'^^xsd:integer;
  dwc:scientificName 'Ensis arcuatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596911'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596911'^^xsd:string;
  dwc:aphiaid '140731'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13782423'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '160539'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580726> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13580726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596381" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13580726'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596381'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596381'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13580726'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14510261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14510261> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14510261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14510261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14510261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14510261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611286" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14510261'^^xsd:integer;
  dwc:scientificName 'Trisopterus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611286'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611286'^^xsd:string;
  dwc:aphiaid '126446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14510261'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '126446'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190058> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190058> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190058>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14190058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614164" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14190058'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614164'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614164'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14190058'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13451156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13451156> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13451156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13451156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13451156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13451156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401605" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13451156'^^xsd:integer;
  dwc:scientificName 'Amphiura filiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401605'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401605'^^xsd:string;
  dwc:aphiaid '125080'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13451156'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '125080'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13422806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13422806> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13422806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13422806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13422806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13422806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401599" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13422806'^^xsd:integer;
  dwc:scientificName 'Alcyonidium mytili'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401599'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401599'^^xsd:string;
  dwc:aphiaid '111603'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13422806'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '468026'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13998858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13998858> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13998858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13998858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13998858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13998858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401596" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13998858'^^xsd:integer;
  dwc:scientificName 'Leptochiton asellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401596'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401596'^^xsd:string;
  dwc:aphiaid '140199'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13998858'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '140199'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13780656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13780656> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13780656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13780656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13780656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13780656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614963" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13780656'^^xsd:integer;
  dwc:scientificName 'Chlorophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614963'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614963'^^xsd:string;
  dwc:aphiaid '801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13780656'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14402406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14402406> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14402406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14402406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14402406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14402406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401688" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14402406'^^xsd:integer;
  dwc:scientificName 'Schizomavella linearis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401688'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401688'^^xsd:string;
  dwc:aphiaid '111099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14402406'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '862795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14336135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14336135> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14336135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14336135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14336135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14336135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401671" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14336135'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401671'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401671'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14336135'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14120711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14120711> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14120711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14120711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14120711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14120711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401679" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14120711'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401679'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401679'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14120711'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13483252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13483252> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13483252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13483252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13483252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13483252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401695" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13483252'^^xsd:integer;
  dwc:scientificName 'Aplidium punctum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401695'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401695'^^xsd:string;
  dwc:aphiaid '103662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13483252'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '103662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13577616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13577616> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13577616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13577616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13577616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13577616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401692" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13577616'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401692'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401692'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13577616'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13987247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13987247> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13987247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13987247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13987247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13987247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611269" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13987247'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611269'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611269'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13987247'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13851915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13851915> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13851915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13851915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13851915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13851915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401680" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13851915'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401680'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401680'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13851915'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14093955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14093955> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14093955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14093955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14093955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14093955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580405" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14093955'^^xsd:integer;
  dwc:scientificName 'Morchellium argus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580405'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580405'^^xsd:string;
  dwc:aphiaid '148714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14093955'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '148714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851946> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13851946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580391" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13851946'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580391'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580391'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13851946'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13711064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13711064> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13711064> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13711064>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13711064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13711064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607711" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13711064'^^xsd:integer;
  dwc:scientificName 'Crisia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607711'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607711'^^xsd:string;
  dwc:aphiaid '111032'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13711064'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '111032'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13711063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13711063> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13711063> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13711063>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13711063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13711063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13711063'^^xsd:integer;
  dwc:scientificName 'Crisia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613902'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613902'^^xsd:string;
  dwc:aphiaid '111032'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13711063'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '111032'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13555833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13555833> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13555833> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13555833>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13555833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13555833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580021" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13555833'^^xsd:integer;
  dwc:scientificName 'Bonnemaisonia hamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580021'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580021'^^xsd:string;
  dwc:aphiaid '144442'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13555833'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576552> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576552> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576552>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13576552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580561" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13576552'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580561'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580561'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13576552'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576559> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576559> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576559>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13576559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581467" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13576559'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581467'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581467'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13576559'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13561657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13561657> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13561657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13561657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13561657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13561657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578942" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13561657'^^xsd:integer;
  dwc:scientificName 'Bougainvillia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578942'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578942'^^xsd:string;
  dwc:aphiaid '117331'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13561657'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '117328'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576550> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576550> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576550>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13576550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580185" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13576550'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580185'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580185'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13576550'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372108> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372108> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372108>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14372108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580160" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14372108'^^xsd:integer;
  dwc:scientificName 'Raspailia hispida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580160'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580160'^^xsd:string;
  dwc:aphiaid '133147'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14372108'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '133147'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14092240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14092240> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14092240> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14092240>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14092240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14092240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580199" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14092240'^^xsd:integer;
  dwc:scientificName 'Molgula manhattensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580199'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580199'^^xsd:string;
  dwc:aphiaid '103788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14092240'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '103788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13744542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13744542> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13744542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13744542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13744542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13744542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598096" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13744542'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598096'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598096'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13744542'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13744544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13744544> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13744544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13744544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13744544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13744544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598008" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13744544'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598008'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598008'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13744544'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13857788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13857788> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13857788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13857788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13857788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13857788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597968" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13857788'^^xsd:integer;
  dwc:scientificName 'Gibbula magus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597968'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597968'^^xsd:string;
  dwc:aphiaid '141790'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13857788'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '141790'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13893784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13893784> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13893784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13893784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13893784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13893784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598012" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13893784'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598012'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598012'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13893784'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13385393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13385393> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13385393> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13385393>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13385393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13385393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580517" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13385393'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580517'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580517'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13385393'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13851917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13851917> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13851917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13851917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13851917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13851917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401813" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13851917'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401813'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401813'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13851917'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14474694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14474694> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14474694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14474694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14474694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14474694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579134" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14474694'^^xsd:integer;
  dwc:scientificName 'Syngnathus acus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579134'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579134'^^xsd:string;
  dwc:aphiaid '127387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14474694'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '127387'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13683228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13683228> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13683228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13683228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13683228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13683228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598056" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13683228'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598056'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598056'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13683228'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13527919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13527919> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13527919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13527919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13527919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13527919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598074" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13527919'^^xsd:integer;
  dwc:scientificName 'Astropecten irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598074'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598074'^^xsd:string;
  dwc:aphiaid '123867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13527919'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '123867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987227> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13987227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577584" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13987227'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577584'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577584'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13987227'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13625063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13625063> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13625063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13625063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13625063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13625063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597916" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13625063'^^xsd:integer;
  dwc:scientificName 'Ceramium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597916'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597916'^^xsd:string;
  dwc:aphiaid '143834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13625063'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '143834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14459229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14459229> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14459229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14459229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14459229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14459229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597926" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14459229'^^xsd:integer;
  dwc:scientificName 'Sporochnus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597926'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597926'^^xsd:string;
  dwc:aphiaid '145915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14459229'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '145915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13661119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13661119> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13661119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13661119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13661119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13661119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598087" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13661119'^^xsd:integer;
  dwc:scientificName 'Chylocladia verticillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598087'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598087'^^xsd:string;
  dwc:aphiaid '145808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13661119'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13870819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13870819> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13870819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13870819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13870819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13870819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598082" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13870819'^^xsd:integer;
  dwc:scientificName 'Gobius paganellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598082'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598082'^^xsd:string;
  dwc:aphiaid '126893'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13870819'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126893'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452570> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14452570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614633" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14452570'^^xsd:integer;
  dwc:scientificName 'Spirorbidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614633'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614633'^^xsd:string;
  dwc:aphiaid '1021266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14452570'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13949159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13949159> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13949159> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13949159>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13949159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13949159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580039" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13949159'^^xsd:integer;
  dwc:scientificName 'Hypoglossum hypoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580039'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580039'^^xsd:string;
  dwc:aphiaid '144756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13949159'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755100> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755100> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755100>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13755100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580011" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13755100'^^xsd:integer;
  dwc:scientificName 'Diplosoma listerianum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580011'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580011'^^xsd:string;
  dwc:aphiaid '103579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13755100'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13877940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13877940> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13877940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13877940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13877940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13877940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579137" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13877940'^^xsd:integer;
  dwc:scientificName 'Gracilaria gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579137'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579137'^^xsd:string;
  dwc:aphiaid '145700'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13877940'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '145700'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14038132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14038132> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14038132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14038132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14038132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14038132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579139" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14038132'^^xsd:integer;
  dwc:scientificName 'Lomentaria clavellosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579139'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579139'^^xsd:string;
  dwc:aphiaid '145825'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14038132'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '145825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795499> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13795499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579348" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13795499'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579348'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579348'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13795499'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951752> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951752> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951752>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13951752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578618" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13951752'^^xsd:integer;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578618'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578618'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13951752'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724185> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13724185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580446" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13724185'^^xsd:integer;
  dwc:scientificName 'Cutleria multifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580446'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580446'^^xsd:string;
  dwc:aphiaid '145297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13724185'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145297'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567951> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615631" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567951'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615631'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615631'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567951'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567956> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615701" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567956'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615701'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615701'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567956'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556580> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13556580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577925" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13556580'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577925'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577925'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13556580'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871041> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13871041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577930" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13871041'^^xsd:integer;
  dwc:scientificName 'Gobiusculus flavescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577930'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577930'^^xsd:string;
  dwc:aphiaid '126898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13871041'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1526389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13729163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13729163> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13729163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13729163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13729163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13729163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615755" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13729163'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615755'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615755'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13729163'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13627183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13627183> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13627183> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13627183>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13627183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13627183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580033" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13627183'^^xsd:integer;
  dwc:scientificName 'Ceramium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580033'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580033'^^xsd:string;
  dwc:aphiaid '144546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13627183'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13485229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13485229> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13485229> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13485229>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13485229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13485229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580037" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13485229'^^xsd:integer;
  dwc:scientificName 'Apoglossum ruscifolium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580037'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580037'^^xsd:string;
  dwc:aphiaid '144737'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13485229'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144737'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13736045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13736045> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13736045> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13736045>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13736045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13736045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579634" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13736045'^^xsd:integer;
  dwc:scientificName 'Desmarestia aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579634'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579634'^^xsd:string;
  dwc:aphiaid '145307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13736045'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879182> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879182> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879182>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13879182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614768" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13879182'^^xsd:integer;
  dwc:scientificName 'Grantia compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614768'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614768'^^xsd:string;
  dwc:aphiaid '132181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13879182'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '132181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14017508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14017508> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14017508> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14017508>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14017508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14017508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14017508'^^xsd:integer;
  dwc:scientificName 'Lissoclinum perforatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580194'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580194'^^xsd:string;
  dwc:aphiaid '103585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14017508'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '103585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13931467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13931467> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13931467> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13931467>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13931467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13931467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580175" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13931467'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580175'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580175'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13931467'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211756> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211756> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211756>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14211756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614769" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14211756'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614769'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614769'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14211756'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413641> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14413641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580399" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14413641'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580399'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580399'^^xsd:string;
  dwc:aphiaid '110866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14413641'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '110866'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13915240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13915240> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13915240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13915240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13915240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13915240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401821" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13915240'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401821'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401821'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13915240'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13987196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13987196> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13987196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13987196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13987196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13987196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401669" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13987196'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401669'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401669'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13987196'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14166365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14166365> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14166365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14166365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14166365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14166365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579934" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14166365'^^xsd:integer;
  dwc:scientificName 'Nucula nitidosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579934'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579934'^^xsd:string;
  dwc:aphiaid '140589'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14166365'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '140589'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14003465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14003465> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14003465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14003465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14003465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14003465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615390" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14003465'^^xsd:integer;
  dwc:scientificName 'Leuconia nivea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615390'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615390'^^xsd:string;
  dwc:aphiaid '132201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14003465'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '132201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13512591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13512591> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13512591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13512591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13512591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13512591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596651" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13512591'^^xsd:integer;
  dwc:scientificName 'Asperococcus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596651'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596651'^^xsd:string;
  dwc:aphiaid '144062'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13512591'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144062'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925985> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13925985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615585" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13925985'^^xsd:integer;
  dwc:scientificName 'Hiatella arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615585'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615585'^^xsd:string;
  dwc:aphiaid '140103'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13925985'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140103'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14523600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14523600> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14523600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14523600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14523600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14523600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580801" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14523600'^^xsd:integer;
  dwc:scientificName 'Tubularia indivisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580801'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580801'^^xsd:string;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14523600'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14135890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14135890> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14135890> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14135890>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14135890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14135890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609670" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14135890'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609670'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609670'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14135890'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14266539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14266539> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14266539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14266539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14266539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:14266539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611294" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '14266539'^^xsd:integer;
  dwc:scientificName 'Philine aperta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611294'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611294'^^xsd:string;
  dwc:aphiaid '140744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:14266539'^^xsd:string;
  dwc:observationDate '2000-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '140744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190062> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14190062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607608" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14190062'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607608'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607608'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14190062'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13407852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13407852> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13407852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13407852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13407852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13407852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609562" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13407852'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609562'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609562'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13407852'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14332643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14332643> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14332643> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14332643>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14332643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14332643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580628" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14332643'^^xsd:integer;
  dwc:scientificName 'Polysyncraton lacazei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580628'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580628'^^xsd:string;
  dwc:aphiaid '103593'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14332643'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103593'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543374> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14543374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596913" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14543374'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596913'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596913'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14543374'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508266> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13508266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596766" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13508266'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596766'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596766'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13508266'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517444> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517444> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517444>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13517444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577574" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13517444'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577574'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577574'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13517444'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13991525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13991525> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13991525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13991525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13991525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13991525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579468" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13991525'^^xsd:integer;
  dwc:scientificName 'Laomedea flexuosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579468'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579468'^^xsd:string;
  dwc:aphiaid '117382'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13991525'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '117382'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189965> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14189965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579940" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14189965'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579940'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579940'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14189965'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14426452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14426452> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14426452> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14426452>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14426452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14426452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579516" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14426452'^^xsd:integer;
  dwc:scientificName 'Sertularia cupressina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579516'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40579516'^^xsd:string;
  dwc:aphiaid '117913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14426452'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '117913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13945906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13945906> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13945906> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13945906>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13945906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13945906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615055" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13945906'^^xsd:integer;
  dwc:scientificName 'Hymedesmia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615055'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615055'^^xsd:string;
  dwc:aphiaid '131950'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13945906'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '131950'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13688500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13688500> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13688500> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13688500>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13688500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13688500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578183" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13688500'^^xsd:integer;
  dwc:scientificName 'Conger conger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578183'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578183'^^xsd:string;
  dwc:aphiaid '126285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13688500'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '126285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13712313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13712313> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13712313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13712313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13712313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13712313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13712313'^^xsd:integer;
  dwc:scientificName 'Crisia eburnea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401815'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401815'^^xsd:string;
  dwc:aphiaid '111696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13712313'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '111696'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567957> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615144" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567957'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615144'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615144'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567957'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13343697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13343697> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13343697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13343697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13343697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13343697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614059" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13343697'^^xsd:integer;
  dwc:scientificName 'Ophiuroidea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614059'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614059'^^xsd:string;
  dwc:aphiaid '123084'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13343697'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '123084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14390945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14390945> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14390945> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14390945>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14390945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14390945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581722" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14390945'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581722'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581722'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14390945'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328957> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14328957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579906" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14328957'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579906'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579906'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14328957'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12455448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12455448> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12455448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12455448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12455448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:12455448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596715" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '12455448'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596715'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596715'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:12455448'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13488744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13488744> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13488744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13488744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13488744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13488744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596709" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13488744'^^xsd:integer;
  dwc:scientificName 'Arcopagia crassa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596709'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596709'^^xsd:string;
  dwc:aphiaid '141577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13488744'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '141577'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13846262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13846262> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13846262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13846262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13846262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13846262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596710" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13846262'^^xsd:integer;
  dwc:scientificName 'Gari depressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596710'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596710'^^xsd:string;
  dwc:aphiaid '140869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13846262'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '140869'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359663> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13359663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595944" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13359663'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595944'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595944'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13359663'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543379> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14543379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595936" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14543379'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595936'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595936'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14543379'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14197578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14197578> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14197578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14197578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14197578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14197578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579873" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14197578'^^xsd:integer;
  dwc:scientificName 'Ophiura albida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579873'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579873'^^xsd:string;
  dwc:aphiaid '124913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14197578'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '124913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505603> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13505603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579878" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13505603'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579878'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579878'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13505603'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413654> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13413654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596808" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13413654'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596808'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596808'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13413654'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956037> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13956037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596828" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13956037'^^xsd:integer;
  dwc:scientificName 'Jania'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596828'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596828'^^xsd:string;
  dwc:aphiaid '144012'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13956037'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144012'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543378> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14543378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14543378'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596815'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596815'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14543378'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359661> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13359661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596826" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13359661'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596826'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596826'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13359661'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413631> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13413631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580282" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13413631'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580282'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580282'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13413631'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696951> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14696951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580984" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14696951'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580984'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580984'^^xsd:string;
  dwc:aphiaid '126928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14696951'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126928'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713175> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13713175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13713175'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579865'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579865'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13713175'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713171> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13713171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578549" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13713171'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578549'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578549'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13713171'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638365> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13638365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580981" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13638365'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580981'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580981'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13638365'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14331905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14331905> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14331905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14331905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14331905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14331905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596798" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14331905'^^xsd:integer;
  dwc:scientificName 'Polysiphonia stricta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596798'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596798'^^xsd:string;
  dwc:aphiaid '144672'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14331905'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144672'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14331906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14331906> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14331906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14331906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14331906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14331906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596799" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14331906'^^xsd:integer;
  dwc:scientificName 'Polysiphonia stricta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596799'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596799'^^xsd:string;
  dwc:aphiaid '144672'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14331906'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144672'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376215> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14376215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596935" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14376215'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596935'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596935'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14376215'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416164> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13416164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596773" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13416164'^^xsd:integer;
  dwc:scientificName 'Ahnfeltia plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596773'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596773'^^xsd:string;
  dwc:aphiaid '144422'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13416164'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649938> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13649938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596776" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13649938'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596776'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596776'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13649938'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13912027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13912027> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13912027> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13912027>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13912027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13912027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578897" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13912027'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578897'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578897'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13912027'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A4001656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A4001656> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A4001656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A4001656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A4001656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:4001656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597678" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '4001656'^^xsd:integer;
  dwc:scientificName 'Salicornia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597678'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597678'^^xsd:string;
  dwc:aphiaid '403903'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:4001656'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '403903'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350329> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13350329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597637" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13350329'^^xsd:integer;
  dwc:scientificName 'Spionida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597637'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597637'^^xsd:string;
  dwc:aphiaid '889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13350329'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '889'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492223> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597638" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492223'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597638'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597638'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492223'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13685181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13685181> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13685181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13685181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13685181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13685181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732747" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13685181'^^xsd:integer;
  dwc:scientificName 'Clitellio arenarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732747'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732747'^^xsd:string;
  dwc:aphiaid '137553'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13685181'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '137553'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14408676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14408676> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14408676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14408676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14408676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14408676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733253" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14408676'^^xsd:integer;
  dwc:scientificName 'Scoloplos armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733253'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733253'^^xsd:string;
  dwc:aphiaid '130537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14408676'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '130537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14098129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14098129> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14098129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14098129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14098129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14098129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733685" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14098129'^^xsd:integer;
  dwc:scientificName 'Mya arenaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733685'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733685'^^xsd:string;
  dwc:aphiaid '140430'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14098129'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '140430'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798782> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13798782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733437" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13798782'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733437'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733437'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13798782'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798767> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13798767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733668" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13798767'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733668'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733668'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13798767'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907443> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13907443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734063" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13907443'^^xsd:integer;
  dwc:scientificName 'Haustorius arenarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734063'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734063'^^xsd:string;
  dwc:aphiaid '102317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13907443'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '102317'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607467> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14607467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614150" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14607467'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614150'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614150'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14607467'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492186> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13492186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597952" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13492186'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597952'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597952'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13492186'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288194> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14288194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580330" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14288194'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580330'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580330'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14288194'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012691> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14012691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596908" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14012691'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596908'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596908'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14012691'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376198> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14376198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580355" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14376198'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580355'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580355'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14376198'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655367> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13655367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596936" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13655367'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596936'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596936'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13655367'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627201> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13627201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596926" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13627201'^^xsd:integer;
  dwc:scientificName 'Ceramium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596926'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596926'^^xsd:string;
  dwc:aphiaid '144546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13627201'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627188> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13627188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580339" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13627188'^^xsd:integer;
  dwc:scientificName 'Ceramium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580339'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580339'^^xsd:string;
  dwc:aphiaid '144546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13627188'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413639> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14413639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580299" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14413639'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580299'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580299'^^xsd:string;
  dwc:aphiaid '110866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14413639'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '110866'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380362> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14380362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596837" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14380362'^^xsd:integer;
  dwc:scientificName 'Rhodophyllis divaricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596837'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596837'^^xsd:string;
  dwc:aphiaid '145617'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14380362'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416165> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13416165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596829" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13416165'^^xsd:integer;
  dwc:scientificName 'Ahnfeltia plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596829'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596829'^^xsd:string;
  dwc:aphiaid '144422'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13416165'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13736047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13736047> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13736047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13736047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13736047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13736047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580362" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13736047'^^xsd:integer;
  dwc:scientificName 'Desmarestia aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580362'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580362'^^xsd:string;
  dwc:aphiaid '145307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13736047'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14189992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14189992> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14189992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14189992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14189992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14189992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579872" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14189992'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579872'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579872'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14189992'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564553> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13564553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579904" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13564553'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579904'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579904'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13564553'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13761470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13761470> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13761470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13761470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13761470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13761470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595935" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13761470'^^xsd:integer;
  dwc:scientificName 'Doto koenneckeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595935'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595935'^^xsd:string;
  dwc:aphiaid '139644'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13761470'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '139644'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13570542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13570542> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13570542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13570542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13570542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13570542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596909" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13570542'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596909'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596909'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13570542'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297551> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14297551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595948" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14297551'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595948'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595948'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14297551'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707929> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13707929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580316" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13707929'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580316'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580316'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13707929'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297520> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14297520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580333" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14297520'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580333'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580333'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14297520'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707941> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13707941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595892" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13707941'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595892'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595892'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13707941'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297542> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14297542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595901" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14297542'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595901'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595901'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14297542'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13515294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13515294> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13515294> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13515294>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13515294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13515294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578666" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13515294'^^xsd:integer;
  dwc:scientificName 'Astarte sulcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578666'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578666'^^xsd:string;
  dwc:aphiaid '138824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13515294'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '138824'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977166> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13977166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13977166'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580365'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580365'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13977166'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13946622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13946622> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13946622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13946622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13946622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13946622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580278" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13946622'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580278'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580278'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13946622'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269690> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14269690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580318" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14269690'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580318'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580318'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14269690'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675087> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13675087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13675087'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579914'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579914'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13675087'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675106> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13675106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596802" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13675106'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596802'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596802'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13675106'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675107> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13675107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596851" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13675107'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596851'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596851'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13675107'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517479> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13517479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13517479'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579871'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579871'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13517479'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975985> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:12975985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733658" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '12975985'^^xsd:integer;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733658'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733658'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:12975985'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211766> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14211766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614505" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14211766'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614505'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614505'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14211766'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705478> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13705478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733459" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13705478'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733459'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733459'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13705478'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14197579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14197579> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14197579> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14197579>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14197579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14197579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609133" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14197579'^^xsd:integer;
  dwc:scientificName 'Ophiura albida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609133'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609133'^^xsd:string;
  dwc:aphiaid '124913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14197579'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '124913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535474> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14535474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557205" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14535474'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557205'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557205'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14535474'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756613> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13756613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557216" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13756613'^^xsd:integer;
  dwc:scientificName 'Distomus variolosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557216'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557216'^^xsd:string;
  dwc:aphiaid '103890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13756613'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535436> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535436> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535436>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14535436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609863" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14535436'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609863'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609863'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14535436'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328955> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14328955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577613" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14328955'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577613'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577613'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14328955'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535411> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14535411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577593" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14535411'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577593'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577593'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14535411'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416148> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14416148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578508" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14416148'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578508'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578508'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14416148'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13951774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13951774> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13951774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13951774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13951774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13951774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607452" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13951774'^^xsd:integer;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607452'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607452'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13951774'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13951744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13951744> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13951744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13951744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13951744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13951744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598185" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13951744'^^xsd:integer;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598185'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598185'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13951744'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535492> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14535492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614223" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14535492'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614223'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614223'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14535492'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535468> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14535468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609823" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14535468'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609823'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609823'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14535468'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489433> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489433> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489433>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14489433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607581" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14489433'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607581'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40607581'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14489433'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416161> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14416161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609288" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14416161'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609288'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609288'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14416161'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13424530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13424530> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13424530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13424530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13424530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13424530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609751" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13424530'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609751'^^xsd:string;
  dwc:yearCollected '1999'^^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.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609751'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13424530'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424545> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424545> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424545>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13424545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609950" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13424545'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609950'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609950'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13424545'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14601108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14601108> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14601108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14601108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14601108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14601108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610054" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14601108'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610054'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610054'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14601108'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13482475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13482475> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13482475> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13482475>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13482475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13482475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579023" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13482475'^^xsd:integer;
  dwc:scientificName 'Aplidium nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579023'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40579023'^^xsd:string;
  dwc:aphiaid '103656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13482475'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '103656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13483256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13483256> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13483256> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13483256>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13483256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13483256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579036" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13483256'^^xsd:integer;
  dwc:scientificName 'Aplidium punctum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579036'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579036'^^xsd:string;
  dwc:aphiaid '103662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13483256'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756608> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756608> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756608>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13756608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557142" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13756608'^^xsd:integer;
  dwc:scientificName 'Distomus variolosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557142'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40557142'^^xsd:string;
  dwc:aphiaid '103890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13756608'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915292> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13915292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609572" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13915292'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609572'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609572'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13915292'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14172410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14172410> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14172410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14172410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14172410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14172410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614788" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14172410'^^xsd:integer;
  dwc:scientificName 'Obelia dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614788'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614788'^^xsd:string;
  dwc:aphiaid '117386'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14172410'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '117386'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14190020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14190020> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14190020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14190020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14190020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14190020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596308" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14190020'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596308'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596308'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14190020'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13701383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13701383> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13701383> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13701383>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13701383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13701383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578882" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13701383'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578882'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578882'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13701383'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580723> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13580723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596316" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13580723'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596316'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596316'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13580723'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893818> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13893818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596367" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13893818'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596367'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596367'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13893818'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893838> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13893838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609765" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13893838'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609765'^^xsd:string;
  dwc:yearCollected '1999'^^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.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609765'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13893838'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459254> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459254> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459254>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14459254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556991" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14459254'^^xsd:integer;
  dwc:scientificName 'Sporochnus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556991'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556991'^^xsd:string;
  dwc:aphiaid '145915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14459254'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132871> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132871> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132871>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14132871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578878" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14132871'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578878'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578878'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14132871'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13973471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13973471> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13973471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13973471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13973471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13973471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596293" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13973471'^^xsd:integer;
  dwc:scientificName 'Lamellaria perspicua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596293'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596293'^^xsd:string;
  dwc:aphiaid '140173'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13973471'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '1505994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744608> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13744608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596648" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13744608'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596648'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596648'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13744608'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13913626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13913626> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13913626> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13913626>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13913626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13913626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579039" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13913626'^^xsd:integer;
  dwc:scientificName 'Helminthocladia calvadosii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579039'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579039'^^xsd:string;
  dwc:aphiaid '145752'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13913626'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145752'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924069> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13924069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580883" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13924069'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580883'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580883'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13924069'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13737327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13737327> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13737327> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13737327>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13737327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13737327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609526" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13737327'^^xsd:integer;
  dwc:scientificName 'Desmarestia ligulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609526'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609526'^^xsd:string;
  dwc:aphiaid '145309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13737327'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13924089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13924089> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13924089> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13924089>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13924089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13924089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609143" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13924089'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609143'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609143'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13924089'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14327409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14327409> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14327409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14327409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14327409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14327409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596348" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14327409'^^xsd:integer;
  dwc:scientificName 'Polysiphonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596348'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596348'^^xsd:string;
  dwc:aphiaid '143853'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14327409'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '143853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13727039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13727039> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13727039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13727039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13727039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13727039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596638" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13727039'^^xsd:integer;
  dwc:scientificName 'Cystoclonium purpureum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596638'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596638'^^xsd:string;
  dwc:aphiaid '145615'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13727039'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223526> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14223526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615533" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14223526'^^xsd:integer;
  dwc:scientificName 'Palaemon serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615533'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615533'^^xsd:string;
  dwc:aphiaid '107616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14223526'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '107616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13981639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13981639> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13981639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13981639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13981639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13981639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607334" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13981639'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607334'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607334'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13981639'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14096800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14096800> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14096800> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14096800>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14096800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14096800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614342" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14096800'^^xsd:integer;
  dwc:scientificName 'Musculus discors'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614342'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614342'^^xsd:string;
  dwc:aphiaid '140472'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14096800'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '140472'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539242> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13539242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615580" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13539242'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615580'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615580'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13539242'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539247> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539247> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539247>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13539247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615860" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13539247'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615860'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615860'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13539247'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13620739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13620739> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13620739> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13620739>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13620739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13620739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615790" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13620739'^^xsd:integer;
  dwc:scientificName 'Cellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615790'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615790'^^xsd:string;
  dwc:aphiaid '110869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13620739'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '110869'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13539217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13539217> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13539217> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13539217>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13539217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13539217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609124" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13539217'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609124'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609124'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13539217'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13620724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13620724> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13620724> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13620724>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13620724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13620724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609128" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13620724'^^xsd:integer;
  dwc:scientificName 'Cellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609128'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609128'^^xsd:string;
  dwc:aphiaid '110869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13620724'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '110869'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093968> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14093968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614662" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14093968'^^xsd:integer;
  dwc:scientificName 'Morchellium argus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614662'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614662'^^xsd:string;
  dwc:aphiaid '148714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14093968'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '148714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14068913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14068913> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14068913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14068913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14068913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14068913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615195" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14068913'^^xsd:integer;
  dwc:scientificName 'Mastocarpus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615195'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615195'^^xsd:string;
  dwc:aphiaid '145650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14068913'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145650'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13674734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13674734> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13674734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13674734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13674734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13674734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596483" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13674734'^^xsd:integer;
  dwc:scientificName 'Cladophora sericea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596483'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596483'^^xsd:string;
  dwc:aphiaid '145065'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13674734'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145065'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458371> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:12458371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597036" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '12458371'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597036'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597036'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:12458371'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13805455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13805455> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13805455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13805455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13805455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13805455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597073" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13805455'^^xsd:integer;
  dwc:scientificName 'Eudesme virescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597073'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597073'^^xsd:string;
  dwc:aphiaid '144918'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13805455'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144918'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732617> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13732617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615592" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13732617'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615592'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615592'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13732617'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083590> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14083590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615575" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14083590'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615575'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615575'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14083590'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749823> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749823> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749823>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13749823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608959" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13749823'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608959'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608959'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13749823'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13558669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13558669> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13558669> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13558669>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13558669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13558669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608957" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13558669'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608957'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608957'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13558669'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393038> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14393038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615258" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14393038'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615258'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615258'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14393038'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393039> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14393039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615150" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14393039'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615150'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615150'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14393039'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13424531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13424531> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13424531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13424531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13424531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13424531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609714" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13424531'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609714'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609714'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13424531'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460020> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13460020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577592" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13460020'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577592'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577592'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13460020'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424473> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13424473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577591" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13424473'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577591'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577591'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13424473'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718216> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718216> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718216>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13718216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609141" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13718216'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609141'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609141'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13718216'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458377> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:12458377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596300" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '12458377'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596300'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596300'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:12458377'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13805457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13805457> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13805457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13805457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13805457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13805457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596353" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13805457'^^xsd:integer;
  dwc:scientificName 'Eudesme virescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596353'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596353'^^xsd:string;
  dwc:aphiaid '144918'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13805457'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144918'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896816> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13896816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596339" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13896816'^^xsd:integer;
  dwc:scientificName 'Halurus equisetifolius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596339'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596339'^^xsd:string;
  dwc:aphiaid '146345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13896816'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '146345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943579> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13943579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596282" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13943579'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596282'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596282'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13943579'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14513285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14513285> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14513285> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14513285>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14513285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14513285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579770" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14513285'^^xsd:integer;
  dwc:scientificName 'Trivia monacha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579770'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579770'^^xsd:string;
  dwc:aphiaid '141744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14513285'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '141744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724190> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13724190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581330" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13724190'^^xsd:integer;
  dwc:scientificName 'Cutleria multifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581330'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581330'^^xsd:string;
  dwc:aphiaid '145297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13724190'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145297'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523616> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523616> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523616>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14523616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615481" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14523616'^^xsd:integer;
  dwc:scientificName 'Tubularia indivisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615481'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615481'^^xsd:string;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14523616'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523617> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523617> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523617>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14523617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614735" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14523617'^^xsd:integer;
  dwc:scientificName 'Tubularia indivisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614735'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614735'^^xsd:string;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14523617'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14543390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14543390> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14543390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14543390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14543390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14543390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609715" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14543390'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609715'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609715'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14543390'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359613> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359613> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359613>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13359613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579792" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13359613'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579792'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579792'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13359613'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276798> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276798> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276798>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14276798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579752" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14276798'^^xsd:integer;
  dwc:scientificName 'Phorbas fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579752'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579752'^^xsd:string;
  dwc:aphiaid '133679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14276798'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13580683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13580683> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13580683> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13580683>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13580683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13580683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581163" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13580683'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581163'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581163'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13580683'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14017512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14017512> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14017512> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14017512>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14017512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14017512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581601" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14017512'^^xsd:integer;
  dwc:scientificName 'Lissoclinum perforatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581601'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581601'^^xsd:string;
  dwc:aphiaid '103585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14017512'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13966382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13966382> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13966382> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13966382>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13966382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13966382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581608" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13966382'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581608'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581608'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13966382'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13711758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13711758> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13711758> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13711758>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13711758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13711758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581592" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13711758'^^xsd:integer;
  dwc:scientificName 'Crisia denticulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581592'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581592'^^xsd:string;
  dwc:aphiaid '111695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13711758'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '111695'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14211732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14211732> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14211732> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14211732>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14211732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14211732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581582" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14211732'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581582'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581582'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14211732'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729150> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729150> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729150>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13729150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609901" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13729150'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609901'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609901'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13729150'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14388195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14388195> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14388195> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14388195>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14388195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14388195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609879" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14388195'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609879'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609879'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14388195'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517567> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609509" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517567'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609509'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609509'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517567'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517436> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517436> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517436>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13517436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581693" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13517436'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581693'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581693'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13517436'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517593> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610058" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517593'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610058'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610058'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517593'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14290472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14290472> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14290472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14290472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14290472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14290472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595806" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14290472'^^xsd:integer;
  dwc:scientificName 'Pirimela denticulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595806'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595806'^^xsd:string;
  dwc:aphiaid '107278'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14290472'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '107278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297540> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14297540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595850" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14297540'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595850'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595850'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14297540'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13570541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13570541> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13570541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13570541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13570541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13570541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595813" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13570541'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595813'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595813'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13570541'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13488739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13488739> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13488739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13488739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13488739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13488739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752059" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13488739'^^xsd:integer;
  dwc:scientificName 'Arcopagia crassa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752059'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752059'^^xsd:string;
  dwc:aphiaid '141577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13488739'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '141577'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649935> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13649935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13649935'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596329'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596329'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13649935'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14509209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14509209> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14509209> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14509209>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14509209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14509209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610292" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14509209'^^xsd:integer;
  dwc:scientificName 'Trisopterus luscus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610292'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610292'^^xsd:string;
  dwc:aphiaid '126445'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14509209'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '126445'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621855> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733139" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621855'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733139'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733139'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621855'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13482048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13482048> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13482048> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13482048>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13482048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13482048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579784" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13482048'^^xsd:integer;
  dwc:scientificName 'Aplidium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579784'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579784'^^xsd:string;
  dwc:aphiaid '103471'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13482048'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288217> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14288217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596327" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14288217'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596327'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596327'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14288217'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535437> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535437> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535437>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14535437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609041" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14535437'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609041'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609041'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14535437'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13606647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13606647> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13606647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13606647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13606647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13606647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614795" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13606647'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614795'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614795'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13606647'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189969> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189969> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189969>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14189969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581187" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14189969'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581187'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581187'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14189969'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14332642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14332642> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14332642> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14332642>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14332642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14332642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579430" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14332642'^^xsd:integer;
  dwc:scientificName 'Polysyncraton lacazei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579430'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579430'^^xsd:string;
  dwc:aphiaid '103593'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14332642'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103593'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14011690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14011690> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14011690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14011690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14011690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14011690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613946" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14011690'^^xsd:integer;
  dwc:scientificName 'Liocarcinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613946'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613946'^^xsd:string;
  dwc:aphiaid '106925'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14011690'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '106925'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14092274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14092274> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14092274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14092274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14092274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14092274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615407" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14092274'^^xsd:integer;
  dwc:scientificName 'Molgula manhattensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615407'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615407'^^xsd:string;
  dwc:aphiaid '103788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14092274'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '103788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14092276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14092276> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14092276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14092276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14092276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14092276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615027" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14092276'^^xsd:integer;
  dwc:scientificName 'Molgula manhattensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615027'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615027'^^xsd:string;
  dwc:aphiaid '103788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14092276'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '103788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13791240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13791240> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13791240> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13791240>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13791240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13791240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13791240'^^xsd:integer;
  dwc:scientificName 'Epizoanthus couchii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578270'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578270'^^xsd:string;
  dwc:aphiaid '101025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13791240'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '101025'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13660253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13660253> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13660253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13660253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13660253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13660253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614711" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13660253'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614711'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614711'^^xsd:string;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13660253'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614183> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614183> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614183>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13614183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615035" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13614183'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615035'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615035'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13614183'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14185277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14185277> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14185277> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14185277>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14185277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14185277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596272" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14185277'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596272'^^xsd:string;
  dwc:yearCollected '1998'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596272'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14185277'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508258> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13508258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13508258'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596072'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596072'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13508258'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828704> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607341" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828704'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607341'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607341'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828704'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492177> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13492177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597605" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13492177'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597605'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597605'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13492177'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14386483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14386483> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14386483> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14386483>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14386483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14386483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578663" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14386483'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578663'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578663'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14386483'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14132854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14132854> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14132854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14132854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14132854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14132854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581193" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14132854'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581193'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581193'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14132854'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828565> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13828565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581215" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13828565'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581215'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581215'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13828565'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14386478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14386478> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14386478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14386478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14386478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14386478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581201" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14386478'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581201'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581201'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14386478'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828598> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828598> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828598>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13828598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577872" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13828598'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577872'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577872'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13828598'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748910> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748910> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748910>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13748910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13748910'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581255'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581255'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13748910'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13483257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13483257> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13483257> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13483257>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13483257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13483257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581254" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13483257'^^xsd:integer;
  dwc:scientificName 'Aplidium punctum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581254'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581254'^^xsd:string;
  dwc:aphiaid '103662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13483257'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795504> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13795504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596059" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13795504'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596059'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596059'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13795504'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539266> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13539266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614595" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13539266'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614595'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614595'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13539266'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590697> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732849" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590697'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732849'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732849'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590697'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336293> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614205" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336293'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614205'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614205'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336293'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336271> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614146" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336271'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614146'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614146'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336271'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590669> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733016" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590669'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733016'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733016'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590669'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14222273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14222273> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14222273> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14222273>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14222273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14222273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581105" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14222273'^^xsd:integer;
  dwc:scientificName 'Pagurus prideaux'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581105'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581105'^^xsd:string;
  dwc:aphiaid '107239'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14222273'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '107239'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14584174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14584174> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14584174> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14584174>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14584174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14584174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615522" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14584174'^^xsd:integer;
  dwc:scientificName 'Balanophyllia regia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615522'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615522'^^xsd:string;
  dwc:aphiaid '135181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14584174'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '135181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12975999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12975999> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12975999> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12975999>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12975999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:12975999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735357" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '12975999'^^xsd:integer;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735357'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40735357'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:12975999'^^xsd:string;
  dwc:observationDate '1998-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14483513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14483513> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14483513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14483513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14483513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14483513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752452" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14483513'^^xsd:integer;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752452'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752452'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14483513'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621994> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.588826 -4.166647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.588826"^^xsd:decimal ;
  dwc:decimalLongitude "-4.166647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.588826 -4.166647)"^^geo:wktLiteral ;
  geo-pos:lat "51.588826"^^xsd:decimal ;
  geo-pos:long "-4.166647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:10621994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735401" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '10621994'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735401'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.166647'^^xsd:double;
  dwc:latitude '51.588826'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735401'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:10621994'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13618914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13618914> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13618914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13618914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13618914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13618914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752703" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13618914'^^xsd:integer;
  dwc:scientificName 'Caulleriella alata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752703'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752703'^^xsd:string;
  dwc:aphiaid '129943'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13618914'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129943'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700751> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13700751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752974" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13700751'^^xsd:integer;
  dwc:scientificName 'Corymorpha nutans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752974'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752974'^^xsd:string;
  dwc:aphiaid '117452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13700751'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '117452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14083570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14083570> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14083570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14083570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14083570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14083570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752006" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14083570'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752006'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752006'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14083570'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13847259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13847259> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13847259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13847259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13847259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13847259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752061" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13847259'^^xsd:integer;
  dwc:scientificName 'Gari tellinella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752061'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752061'^^xsd:string;
  dwc:aphiaid '140873'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13847259'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '140873'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14525758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14525758> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14525758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14525758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14525758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14525758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752067" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14525758'^^xsd:integer;
  dwc:scientificName 'Tunicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752067'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752067'^^xsd:string;
  dwc:aphiaid '146420'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14525758'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '146420'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13766448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13766448> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13766448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13766448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13766448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13766448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401722" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13766448'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401722'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401722'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13766448'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13891464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13891464> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13891464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13891464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13891464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13891464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401721" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13891464'^^xsd:integer;
  dwc:scientificName 'Haliclona fistulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401721'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401721'^^xsd:string;
  dwc:aphiaid '181160'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13891464'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '1423860'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13488738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13488738> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13488738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13488738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13488738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13488738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752053" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13488738'^^xsd:integer;
  dwc:scientificName 'Arcopagia crassa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752053'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752053'^^xsd:string;
  dwc:aphiaid '141577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13488738'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '141577'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14541382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14541382> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14541382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.33027"^^xsd:decimal ;
  dwc:decimalLongitude "-3.436709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14541382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  geo-pos:lat "51.33027"^^xsd:decimal ;
  geo-pos:long "-3.436709"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14541382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14541382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610311" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14541382'^^xsd:integer;
  dwc:scientificName 'Ventrosia ventrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610311'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.436709'^^xsd:double;
  dwc:latitude '51.33027'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610311'^^xsd:string;
  dwc:aphiaid '147197'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14541382'^^xsd:string;
  dwc:observationDate '1998-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '238104'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14541383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14541383> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14541383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.33027"^^xsd:decimal ;
  dwc:decimalLongitude "-3.436709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14541383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  geo-pos:lat "51.33027"^^xsd:decimal ;
  geo-pos:long "-3.436709"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14541383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14541383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735391" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14541383'^^xsd:integer;
  dwc:scientificName 'Ventrosia ventrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735391'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.436709'^^xsd:double;
  dwc:latitude '51.33027'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735391'^^xsd:string;
  dwc:aphiaid '147197'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14541383'^^xsd:string;
  dwc:observationDate '1998-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '238104'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13415595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13415595> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13415595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13415595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13415595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13415595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596923" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13415595'^^xsd:integer;
  dwc:scientificName 'Agonus cataphractus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596923'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596923'^^xsd:string;
  dwc:aphiaid '127190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13415595'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '127190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558657> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13558657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596921" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13558657'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596921'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596921'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13558657'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13632829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13632829> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13632829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13632829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13632829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13632829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596899" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13632829'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596899'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596899'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13632829'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718186> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13718186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580347" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13718186'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580347'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580347'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13718186'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478690> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14478690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580314" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14478690'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580314'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580314'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14478690'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14201838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14201838> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14201838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14201838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14201838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14201838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580280" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14201838'^^xsd:integer;
  dwc:scientificName 'Ophlitaspongia seriata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580280'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580280'^^xsd:string;
  dwc:aphiaid '150219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14201838'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '184428'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424522> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13424522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596810" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13424522'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596810'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596810'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13424522'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678880> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13678880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580303" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13678880'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580303'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580303'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13678880'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13678893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13678893> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13678893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13678893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13678893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13678893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596718" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13678893'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596718'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596718'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13678893'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943561> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13943561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578539" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13943561'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578539'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578539'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13943561'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458375> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:12458375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595888" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '12458375'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595888'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595888'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:12458375'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689759> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13689759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596827" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13689759'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596827'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596827'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13689759'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638381> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13638381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596750" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13638381'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596750'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596750'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13638381'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896524> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13896524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578584" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13896524'^^xsd:integer;
  dwc:scientificName 'Halopteris filicina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578584'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578584'^^xsd:string;
  dwc:aphiaid '145906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13896524'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145906'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14313085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14313085> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14313085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14313085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14313085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14313085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14313085'^^xsd:integer;
  dwc:scientificName 'Polycera quadrilineata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596910'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596910'^^xsd:string;
  dwc:aphiaid '140838'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14313085'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '140838'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562190> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13562190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13562190'^^xsd:integer;
  dwc:scientificName 'Bowerbankia citrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596914'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596914'^^xsd:string;
  dwc:aphiaid '111664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13562190'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '851584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896530> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13896530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595964" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13896530'^^xsd:integer;
  dwc:scientificName 'Halopteris filicina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595964'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595964'^^xsd:string;
  dwc:aphiaid '145906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13896530'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145906'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13791038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13791038> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13791038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13791038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13791038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13791038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596706" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13791038'^^xsd:integer;
  dwc:scientificName 'Epitonium clathrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596706'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596706'^^xsd:string;
  dwc:aphiaid '146905'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13791038'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '146905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13977176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13977176> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13977176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13977176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13977176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13977176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596741" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13977176'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596741'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596741'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13977176'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744579> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13744579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580359" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13744579'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580359'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580359'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13744579'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13727028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13727028> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13727028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13727028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13727028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13727028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580336" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13727028'^^xsd:integer;
  dwc:scientificName 'Cystoclonium purpureum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580336'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580336'^^xsd:string;
  dwc:aphiaid '145615'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13727028'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13851963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13851963> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13851963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13851963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13851963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13851963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596754" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13851963'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596754'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596754'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13851963'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675081> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13675081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580358" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13675081'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580358'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580358'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13675081'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675101> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13675101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13675101'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595914'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595914'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13675101'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675108> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13675108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595965" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13675108'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595965'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595965'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13675108'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737322> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13737322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580363" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13737322'^^xsd:integer;
  dwc:scientificName 'Desmarestia ligulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580363'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580363'^^xsd:string;
  dwc:aphiaid '145309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13737322'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477098> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14477098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596853" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14477098'^^xsd:integer;
  dwc:scientificName 'Taonia atomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596853'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596853'^^xsd:string;
  dwc:aphiaid '145393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14477098'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13780946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13780946> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13780946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13780946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13780946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13780946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598196" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13780946'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598196'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598196'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13780946'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14470169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14470169> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14470169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14470169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14470169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14470169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581290" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14470169'^^xsd:integer;
  dwc:scientificName 'Suberites ficus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581290'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581290'^^xsd:string;
  dwc:aphiaid '134285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14470169'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '134285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459661> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14459661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581325" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14459661'^^xsd:integer;
  dwc:scientificName 'Spyridia filamentosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581325'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581325'^^xsd:string;
  dwc:aphiaid '144706'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14459661'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795509> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13795509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596278" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13795509'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596278'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596278'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13795509'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539163> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539163> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539163>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13539163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579000" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13539163'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579000'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40579000'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13539163'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539164> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539164> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539164>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13539164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581181" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13539164'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581181'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581181'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13539164'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539257> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13539257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614925" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13539257'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614925'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614925'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13539257'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539258> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13539258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13539258'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615816'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615816'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13539258'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539260> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13539260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615234" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13539260'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615234'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615234'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13539260'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747484> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13747484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609641" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13747484'^^xsd:integer;
  dwc:scientificName 'Didemnidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609641'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609641'^^xsd:string;
  dwc:aphiaid '103439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13747484'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311395> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311395> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311395>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14311395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580631" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14311395'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580631'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580631'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14311395'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311369> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311369> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311369>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14311369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577807" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14311369'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577807'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577807'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14311369'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14135888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14135888> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14135888> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14135888>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14135888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14135888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609374" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14135888'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609374'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609374'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14135888'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13897195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13897195> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13897195> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13897195>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13897195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13897195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13897195'^^xsd:integer;
  dwc:scientificName 'Halurus flosculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557147'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40557147'^^xsd:string;
  dwc:aphiaid '144595'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13897195'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144595'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713147> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713147> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713147>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13713147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579774" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13713147'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579774'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579774'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13713147'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311414> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14311414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609642" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14311414'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609642'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609642'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14311414'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13646994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13646994> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13646994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13646994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13646994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13646994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615360" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13646994'^^xsd:integer;
  dwc:scientificName 'Chlamys distorta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615360'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615360'^^xsd:string;
  dwc:aphiaid '146807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13646994'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '236715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13513608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13513608> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13513608> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13513608>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13513608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13513608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609372" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13513608'^^xsd:integer;
  dwc:scientificName 'Aspitrigla cuculus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609372'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609372'^^xsd:string;
  dwc:aphiaid '150662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13513608'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '127259'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713203> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13713203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614509" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13713203'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614509'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614509'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13713203'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13389476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13389476> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13389476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13389476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13389476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13389476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609947" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13389476'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609947'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609947'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13389476'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14135881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14135881> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14135881> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14135881>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14135881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14135881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578020" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14135881'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578020'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40578020'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14135881'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392974> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392974> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392974>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14392974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579757" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14392974'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579757'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579757'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14392974'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324323> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324323> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324323>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14324323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609118" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14324323'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609118'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609118'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14324323'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350331> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13350331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597698" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13350331'^^xsd:integer;
  dwc:scientificName 'Spionida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597698'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597698'^^xsd:string;
  dwc:aphiaid '889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13350331'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '889'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14182194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14182194> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14182194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14182194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14182194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14182194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733134" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14182194'^^xsd:integer;
  dwc:scientificName 'Ophelia rathkei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733134'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733134'^^xsd:string;
  dwc:aphiaid '130496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14182194'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '130496'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573587> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14573587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596341" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14573587'^^xsd:integer;
  dwc:scientificName 'Pterothamnion crispum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596341'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596341'^^xsd:string;
  dwc:aphiaid '144682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14573587'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144682'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13749810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13749810> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13749810> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13749810>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13749810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13749810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609465" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13749810'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609465'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609465'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13749810'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749821> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749821> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749821>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13749821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609955" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13749821'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609955'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609955'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13749821'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404273> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13404273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614780" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13404273'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614780'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614780'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13404273'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13718243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13718243> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13718243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13718243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13718243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13718243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614514" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13718243'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614514'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614514'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13718243'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689770> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13689770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614511" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13689770'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614511'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614511'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13689770'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13662123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13662123> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13662123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13662123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13662123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13662123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580799" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13662123'^^xsd:integer;
  dwc:scientificName 'Ciocalypta penicillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580799'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580799'^^xsd:string;
  dwc:aphiaid '132575'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13662123'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '132575'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884219> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13884219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580802" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13884219'^^xsd:integer;
  dwc:scientificName 'Halecium halecinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580802'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580802'^^xsd:string;
  dwc:aphiaid '231751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13884219'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13574462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13574462> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13574462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13574462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13574462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13574462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609570" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13574462'^^xsd:integer;
  dwc:scientificName 'Bugula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609570'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609570'^^xsd:string;
  dwc:aphiaid '110839'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13574462'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '110839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452575> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14452575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615358" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14452575'^^xsd:integer;
  dwc:scientificName 'Spirorbidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615358'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615358'^^xsd:string;
  dwc:aphiaid '1021266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14452575'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766523> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13766523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614507" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13766523'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614507'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614507'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13766523'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535457> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14535457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609500" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14535457'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609500'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609500'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14535457'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535368> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535368> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535368>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14535368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581011" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14535368'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581011'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581011'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14535368'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756597> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756597> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756597>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13756597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581054" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13756597'^^xsd:integer;
  dwc:scientificName 'Distomus variolosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581054'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581054'^^xsd:string;
  dwc:aphiaid '103890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13756597'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '103890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328973> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14328973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596645" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14328973'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596645'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596645'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14328973'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13359674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13359674> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13359674> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13359674>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13359674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13359674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609457" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13359674'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609457'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609457'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13359674'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14197560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14197560> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14197560> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14197560>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14197560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14197560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577802" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14197560'^^xsd:integer;
  dwc:scientificName 'Ophiura albida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577802'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577802'^^xsd:string;
  dwc:aphiaid '124913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14197560'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '124913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14197561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14197561> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14197561> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14197561>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14197561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14197561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578658" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14197561'^^xsd:integer;
  dwc:scientificName 'Ophiura albida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578658'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40578658'^^xsd:string;
  dwc:aphiaid '124913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14197561'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '124913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621416> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621416> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621416>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13621416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580623" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13621416'^^xsd:integer;
  dwc:scientificName 'Cellaria fistulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580623'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580623'^^xsd:string;
  dwc:aphiaid '111257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13621416'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14459250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14459250> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14459250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14459250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14459250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14459250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609920" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14459250'^^xsd:integer;
  dwc:scientificName 'Sporochnus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609920'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609920'^^xsd:string;
  dwc:aphiaid '145915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14459250'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '145915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701390> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701390> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701390>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13701390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615484" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13701390'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615484'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615484'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13701390'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13580733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13580733> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13580733> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13580733>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13580733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13580733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609812" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13580733'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609812'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609812'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13580733'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132883> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14132883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580803" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14132883'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580803'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580803'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14132883'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828609> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13828609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580813" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13828609'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580813'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580813'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13828609'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14332641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14332641> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14332641> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14332641>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14332641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14332641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579786" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14332641'^^xsd:integer;
  dwc:scientificName 'Polysyncraton lacazei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579786'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579786'^^xsd:string;
  dwc:aphiaid '103593'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14332641'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103593'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893827> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13893827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596482" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13893827'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596482'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596482'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13893827'^^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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13893844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13893844> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13893844> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13893844>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13893844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13893844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609431" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13893844'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609431'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609431'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13893844'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828635> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828635> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828635>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13828635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610145" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13828635'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610145'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610145'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13828635'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13625075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13625075> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13625075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13625075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13625075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13625075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609792" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13625075'^^xsd:integer;
  dwc:scientificName 'Ceramium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609792'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609792'^^xsd:string;
  dwc:aphiaid '143834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13625075'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '143834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297584> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297584> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297584>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14297584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609109" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14297584'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609109'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609109'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14297584'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987229> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13987229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597025" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13987229'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597025'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597025'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13987229'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13683265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13683265> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13683265> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13683265>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13683265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13683265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609607" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13683265'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609607'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609607'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13683265'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886958> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13886958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614436" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13886958'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614436'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614436'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13886958'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886959> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13886959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614675" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13886959'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614675'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614675'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13886959'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13416146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13416146> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13416146> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13416146>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13416146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13416146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579043" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13416146'^^xsd:integer;
  dwc:scientificName 'Ahnfeltia plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579043'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579043'^^xsd:string;
  dwc:aphiaid '144422'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13416146'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655361> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13655361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581336" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13655361'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581336'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581336'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13655361'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13915243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13915243> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13915243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13915243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13915243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13915243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598197" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13915243'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598197'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598197'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13915243'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108776> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14108776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615190" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14108776'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615190'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615190'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14108776'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132928> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132928> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132928>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14132928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607123" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14132928'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607123'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607123'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14132928'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828627> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828627> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828627>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13828627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609127" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13828627'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609127'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609127'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13828627'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828669> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13828669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13828669'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609825'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609825'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13828669'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366799> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733863" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366799'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733863'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733863'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366799'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13748945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13748945> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13748945> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13748945>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13748945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13748945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615798" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13748945'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615798'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615798'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13748945'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482490> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482490> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482490>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13482490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615797" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13482490'^^xsd:integer;
  dwc:scientificName 'Aplidium nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615797'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615797'^^xsd:string;
  dwc:aphiaid '103656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13482490'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '103656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577654> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577654> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577654>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13577654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615793" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13577654'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615793'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615793'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13577654'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14005084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14005084> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14005084> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14005084>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14005084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14005084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615772" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14005084'^^xsd:integer;
  dwc:scientificName 'Leucosolenia complicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615772'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615772'^^xsd:string;
  dwc:aphiaid '132219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14005084'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '132219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575266> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575266> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575266>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13575266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581248" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13575266'^^xsd:integer;
  dwc:scientificName 'Bugula flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581248'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581248'^^xsd:string;
  dwc:aphiaid '111152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13575266'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '834002'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14097724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14097724> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14097724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14097724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14097724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14097724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596068" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14097724'^^xsd:integer;
  dwc:scientificName 'Mya'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596068'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596068'^^xsd:string;
  dwc:aphiaid '138211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14097724'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '138211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714753> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13714753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607305" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13714753'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607305'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607305'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13714753'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714723> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714723> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714723>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13714723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610073" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13714723'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610073'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610073'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13714723'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714722> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714722> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714722>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13714722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610289" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13714722'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610289'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610289'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13714722'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714725> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13714725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609571" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13714725'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609571'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609571'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13714725'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777775> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13777775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597600" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13777775'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597600'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597600'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13777775'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417963> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417963> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417963>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14417963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581227" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14417963'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581227'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581227'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14417963'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743195> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743195> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743195>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13743195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13743195'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581270'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581270'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13743195'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13815037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13815037> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13815037> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13815037>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13815037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13815037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13815037'^^xsd:integer;
  dwc:scientificName 'Eurynome'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577862'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577862'^^xsd:string;
  dwc:aphiaid '106901'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13815037'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '106901'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14425456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14425456> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14425456> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14425456>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14425456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14425456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577852" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14425456'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577852'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577852'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14425456'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14322761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14322761> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14322761> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14322761>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14322761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14322761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581712" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14322761'^^xsd:integer;
  dwc:scientificName 'Polyides rotundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581712'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581712'^^xsd:string;
  dwc:aphiaid '145668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14322761'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145668'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517604> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608990" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517604'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608990'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608990'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517604'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13576592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13576592> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13576592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13576592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13576592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13576592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557209" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13576592'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557209'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557209'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13576592'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13492267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13492267> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13492267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13492267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13492267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13492267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607131" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13492267'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607131'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607131'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13492267'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535392> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535392> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535392>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14535392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579538" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14535392'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579538'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579538'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14535392'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535387> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535387> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535387>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14535387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581278" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14535387'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581278'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581278'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14535387'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416139> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416139> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416139>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14416139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581289" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14416139'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581289'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581289'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14416139'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14322778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14322778> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14322778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14322778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14322778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14322778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610091" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14322778'^^xsd:integer;
  dwc:scientificName 'Polyides rotundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610091'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610091'^^xsd:string;
  dwc:aphiaid '145668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14322778'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145668'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322770> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14322770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580873" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14322770'^^xsd:integer;
  dwc:scientificName 'Polyides rotundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580873'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580873'^^xsd:string;
  dwc:aphiaid '145668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14322770'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145668'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729101> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729101> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729101>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13729101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579992" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13729101'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579992'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579992'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13729101'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14386482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14386482> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14386482> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14386482>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14386482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14386482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579964" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14386482'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579964'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579964'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14386482'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14322760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14322760> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14322760> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14322760>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14322760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14322760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579046" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14322760'^^xsd:integer;
  dwc:scientificName 'Polyides rotundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579046'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579046'^^xsd:string;
  dwc:aphiaid '145668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14322760'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145668'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132868> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132868> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132868>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14132868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579959" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14132868'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579959'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579959'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14132868'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564524> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564524> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564524>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13564524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581628" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13564524'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581628'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581628'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13564524'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13551906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13551906> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13551906> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13551906>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13551906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13551906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581588" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13551906'^^xsd:integer;
  dwc:scientificName 'Bispira volutacornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581588'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581588'^^xsd:string;
  dwc:aphiaid '130875'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13551906'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '130875'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14424718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14424718> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14424718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14424718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14424718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14424718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596570" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14424718'^^xsd:integer;
  dwc:scientificName 'Sertularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596570'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596570'^^xsd:string;
  dwc:aphiaid '117234'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14424718'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '117234'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297553> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297553> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297553>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14297553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609138" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14297553'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609138'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609138'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14297553'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14424717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14424717> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14424717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14424717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14424717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14424717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595785" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14424717'^^xsd:integer;
  dwc:scientificName 'Sertularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595785'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595785'^^xsd:string;
  dwc:aphiaid '117234'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14424717'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '117234'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13935117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13935117> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13935117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13935117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13935117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13935117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595801" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13935117'^^xsd:integer;
  dwc:scientificName 'Hippolyte'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595801'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595801'^^xsd:string;
  dwc:aphiaid '106987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13935117'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '106987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649931> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13649931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595848" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13649931'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595848'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595848'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13649931'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14132888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14132888> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14132888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14132888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14132888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14132888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752773" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14132888'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752773'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752773'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14132888'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447882> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14447882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40751989" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14447882'^^xsd:integer;
  dwc:scientificName 'Spiophanes bombyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40751989'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40751989'^^xsd:string;
  dwc:aphiaid '131187'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14447882'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '131187'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447888> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14447888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752449" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14447888'^^xsd:integer;
  dwc:scientificName 'Spiophanes bombyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752449'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752449'^^xsd:string;
  dwc:aphiaid '131187'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14447888'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '131187'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14354467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14354467> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14354467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14354467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14354467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14354467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752447" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14354467'^^xsd:integer;
  dwc:scientificName 'Protodorvillea kefersteini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752447'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752447'^^xsd:string;
  dwc:aphiaid '130041'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14354467'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '130041'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13900743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13900743> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13900743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.304741"^^xsd:decimal ;
  dwc:decimalLongitude "-4.34813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13900743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  geo-pos:lat "52.304741"^^xsd:decimal ;
  geo-pos:long "-4.34813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13900743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13900743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13900743'^^xsd:integer;
  dwc:scientificName 'Harmothoe extenuata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752838'^^xsd:string;
  dwc:yearCollected '1998'^^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.34813'^^xsd:double;
  dwc:latitude '52.304741'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752838'^^xsd:string;
  dwc:aphiaid '130762'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13900743'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '130762'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700752> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.304741"^^xsd:decimal ;
  dwc:decimalLongitude "-4.34813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  geo-pos:lat "52.304741"^^xsd:decimal ;
  geo-pos:long "-4.34813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13700752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752856" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13700752'^^xsd:integer;
  dwc:scientificName 'Corymorpha nutans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752856'^^xsd:string;
  dwc:yearCollected '1998'^^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.34813'^^xsd:double;
  dwc:latitude '52.304741'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752856'^^xsd:string;
  dwc:aphiaid '117452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13700752'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '117452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700753> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.304741"^^xsd:decimal ;
  dwc:decimalLongitude "-4.34813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  geo-pos:lat "52.304741"^^xsd:decimal ;
  geo-pos:long "-4.34813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13700753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752293" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13700753'^^xsd:integer;
  dwc:scientificName 'Corymorpha nutans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752293'^^xsd:string;
  dwc:yearCollected '1998'^^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.34813'^^xsd:double;
  dwc:latitude '52.304741'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752293'^^xsd:string;
  dwc:aphiaid '117452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13700753'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '117452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700756> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13700756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752723" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13700756'^^xsd:integer;
  dwc:scientificName 'Corymorpha nutans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752723'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752723'^^xsd:string;
  dwc:aphiaid '117452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13700756'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '117452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700757> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13700757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752682" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13700757'^^xsd:integer;
  dwc:scientificName 'Corymorpha nutans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752682'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752682'^^xsd:string;
  dwc:aphiaid '117452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13700757'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '117452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091197> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14091197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752721" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14091197'^^xsd:integer;
  dwc:scientificName 'Moerella donacina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752721'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752721'^^xsd:string;
  dwc:aphiaid '147021'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14091197'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '147021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14456770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14456770> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14456770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14456770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14456770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14456770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752320" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14456770'^^xsd:integer;
  dwc:scientificName 'Spisula elliptica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752320'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752320'^^xsd:string;
  dwc:aphiaid '140300'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14456770'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '140300'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14011682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14011682> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14011682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14011682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14011682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14011682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40753001" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14011682'^^xsd:integer;
  dwc:scientificName 'Liocarcinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40753001'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40753001'^^xsd:string;
  dwc:aphiaid '106925'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14011682'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '106925'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14456771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14456771> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14456771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14456771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14456771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14456771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752278" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14456771'^^xsd:integer;
  dwc:scientificName 'Spisula elliptica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752278'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752278'^^xsd:string;
  dwc:aphiaid '140300'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14456771'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '140300'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13876384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13876384> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13876384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13876384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13876384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13876384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752899" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13876384'^^xsd:integer;
  dwc:scientificName 'Goniadella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752899'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752899'^^xsd:string;
  dwc:aphiaid '129301'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13876384'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13876385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13876385> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13876385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13876385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13876385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13876385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752269" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13876385'^^xsd:integer;
  dwc:scientificName 'Goniadella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752269'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752269'^^xsd:string;
  dwc:aphiaid '129301'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13876385'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164333> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14164333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752948" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14164333'^^xsd:integer;
  dwc:scientificName 'Notomastus latericeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752948'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752948'^^xsd:string;
  dwc:aphiaid '129898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14164333'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '129898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776167> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13776167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752961" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13776167'^^xsd:integer;
  dwc:scientificName 'Edwardsia claparedii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752961'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752961'^^xsd:string;
  dwc:aphiaid '100880'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13776167'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '100880'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14293488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14293488> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14293488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.115583 -4.776391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.115583"^^xsd:decimal ;
  dwc:decimalLongitude "-4.776391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14293488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.115583 -4.776391)"^^geo:wktLiteral ;
  geo-pos:lat "52.115583"^^xsd:decimal ;
  geo-pos:long "-4.776391"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14293488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14293488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752205" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14293488'^^xsd:integer;
  dwc:scientificName 'Pista cristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752205'^^xsd:string;
  dwc:yearCollected '1998'^^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.776391'^^xsd:double;
  dwc:latitude '52.115583'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752205'^^xsd:string;
  dwc:aphiaid '131516'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14293488'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '131516'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301861> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14301861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615114" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14301861'^^xsd:integer;
  dwc:scientificName 'Plumularia setacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615114'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615114'^^xsd:string;
  dwc:aphiaid '117824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14301861'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '117824'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14413649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14413649> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14413649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14413649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14413649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14413649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596819" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14413649'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596819'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596819'^^xsd:string;
  dwc:aphiaid '110866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14413649'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '110866'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655373> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13655373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596854" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13655373'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596854'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596854'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13655373'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13515295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13515295> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13515295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13515295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13515295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13515295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596707" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13515295'^^xsd:integer;
  dwc:scientificName 'Astarte sulcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596707'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596707'^^xsd:string;
  dwc:aphiaid '138824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13515295'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '138824'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508267> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13508267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596822" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13508267'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596822'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596822'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13508267'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893814> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13893814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596937" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13893814'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596937'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596937'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13893814'^^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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729105> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13729105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580348" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13729105'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580348'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580348'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13729105'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459232> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14459232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580361" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14459232'^^xsd:integer;
  dwc:scientificName 'Sporochnus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580361'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580361'^^xsd:string;
  dwc:aphiaid '145915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14459232'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893828> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13893828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596742" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13893828'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596742'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596742'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13893828'^^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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580729> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13580729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595942" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13580729'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595942'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595942'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13580729'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893826> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13893826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595975" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13893826'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595975'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595975'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13893826'^^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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564550> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13564550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578580" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13564550'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578580'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578580'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13564550'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580725> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13580725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596769" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13580725'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596769'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596769'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13580725'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893793> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13893793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580367" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13893793'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580367'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580367'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13893793'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580699> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13580699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580319" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13580699'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580319'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580319'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13580699'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893821> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13893821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596806" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13893821'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596806'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596806'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13893821'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580702> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13580702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580983" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13580702'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580983'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580983'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13580702'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987240> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13987240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595929" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13987240'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595929'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595929'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13987240'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558681> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558681> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558681>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13558681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614050" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13558681'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614050'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614050'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13558681'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13727032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13727032> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13727032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13727032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13727032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13727032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578110" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13727032'^^xsd:integer;
  dwc:scientificName 'Cystoclonium purpureum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578110'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578110'^^xsd:string;
  dwc:aphiaid '145615'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13727032'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851945> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13851945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579180" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13851945'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579180'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579180'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13851945'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132935> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14132935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607504" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14132935'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607504'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607504'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14132935'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826543> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826543> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826543>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13826543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614215" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13826543'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614215'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614215'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13826543'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828625> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13828625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13828625'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596818'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596818'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13828625'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14173356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14173356> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14173356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14173356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14173356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14173356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595925" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14173356'^^xsd:integer;
  dwc:scientificName 'Obelia geniculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595925'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595925'^^xsd:string;
  dwc:aphiaid '117388'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14173356'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '117388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735523> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13735523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615245" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13735523'^^xsd:integer;
  dwc:scientificName 'Dercitus bucklandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615245'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615245'^^xsd:string;
  dwc:aphiaid '134068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13735523'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '555677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13625077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13625077> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13625077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13625077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13625077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13625077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610094" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13625077'^^xsd:integer;
  dwc:scientificName 'Ceramium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610094'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610094'^^xsd:string;
  dwc:aphiaid '143834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13625077'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '143834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13492208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13492208> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13492208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13492208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13492208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13492208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581296" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13492208'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581296'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581296'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13492208'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13413664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13413664> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13413664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13413664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13413664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13413664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13413664'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609868'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609868'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13413664'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120780> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120780> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120780>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14120780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615789" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14120780'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615789'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615789'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14120780'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14535447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14535447> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14535447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14535447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14535447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14535447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609493" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14535447'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609493'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609493'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14535447'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695006> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13695006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596782" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13695006'^^xsd:integer;
  dwc:scientificName 'Cordylecladia erecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596782'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596782'^^xsd:string;
  dwc:aphiaid '145847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13695006'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145847'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13513021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13513021> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13513021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13513021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13513021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13513021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595916" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13513021'^^xsd:integer;
  dwc:scientificName 'Asperococcus fistulosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595916'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595916'^^xsd:string;
  dwc:aphiaid '145313'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13513021'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145313'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795541> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13795541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614357" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13795541'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614357'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614357'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13795541'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638384> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13638384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596444" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13638384'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596444'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596444'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13638384'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713143> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713143> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713143>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13713143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579032" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13713143'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579032'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579032'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13713143'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589782> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14589782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733801" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14589782'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733801'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733801'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14589782'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573586> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14573586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596340" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14573586'^^xsd:integer;
  dwc:scientificName 'Pterothamnion crispum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596340'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596340'^^xsd:string;
  dwc:aphiaid '144682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14573586'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144682'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14322777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14322777> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14322777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14322777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14322777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14322777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596636" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14322777'^^xsd:integer;
  dwc:scientificName 'Polyides rotundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596636'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596636'^^xsd:string;
  dwc:aphiaid '145668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14322777'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145668'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535381> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535381> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535381>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14535381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579231" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14535381'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579231'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579231'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14535381'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576556> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576556> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576556>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13576556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581037" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13576556'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581037'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581037'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13576556'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14092267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14092267> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14092267> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14092267>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14092267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14092267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14092267'^^xsd:integer;
  dwc:scientificName 'Molgula manhattensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613912'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613912'^^xsd:string;
  dwc:aphiaid '103788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14092267'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '103788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14092268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14092268> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14092268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14092268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14092268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14092268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607309" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14092268'^^xsd:integer;
  dwc:scientificName 'Molgula manhattensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607309'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607309'^^xsd:string;
  dwc:aphiaid '103788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14092268'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '103788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13649199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13649199> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13649199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13649199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13649199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13649199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401753" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13649199'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401753'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401753'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13649199'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828686> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828686> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828686>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607436" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828686'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607436'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607436'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828686'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14386511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14386511> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14386511> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14386511>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14386511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14386511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614328" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14386511'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614328'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614328'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14386511'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13782425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13782425> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13782425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13782425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13782425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13782425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596999" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13782425'^^xsd:integer;
  dwc:scientificName 'Ensis arcuatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596999'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596999'^^xsd:string;
  dwc:aphiaid '140731'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13782425'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '160539'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580745> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13580745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614181" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13580745'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614181'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614181'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13580745'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14011686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14011686> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14011686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14011686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14011686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14011686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607678" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14011686'^^xsd:integer;
  dwc:scientificName 'Liocarcinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607678'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607678'^^xsd:string;
  dwc:aphiaid '106925'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14011686'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '106925'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13775718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13775718> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13775718> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13775718>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13775718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13775718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614197" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13775718'^^xsd:integer;
  dwc:scientificName 'Ectocarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614197'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614197'^^xsd:string;
  dwc:aphiaid '144099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13775718'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '144099'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13804604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13804604> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13804604> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13804604>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13804604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13804604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613858" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13804604'^^xsd:integer;
  dwc:scientificName 'Eucratea loricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613858'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613858'^^xsd:string;
  dwc:aphiaid '111361'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13804604'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '111361'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893845> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13893845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607399" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13893845'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607399'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607399'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13893845'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13942312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13942312> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13942312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13942312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13942312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13942312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13942312'^^xsd:integer;
  dwc:scientificName 'Hydractinia echinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578064'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578064'^^xsd:string;
  dwc:aphiaid '117644'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13942312'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '117644'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744592> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13744592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578129" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13744592'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578129'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578129'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13744592'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893836> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13893836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609388" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13893836'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609388'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609388'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13893836'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893800> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13893800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577614" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13893800'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577614'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577614'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13893800'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580192> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13580192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577610" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13580192'^^xsd:integer;
  dwc:scientificName 'Calliblepharis jubata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577610'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577610'^^xsd:string;
  dwc:aphiaid '145614'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13580192'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145614'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13966396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13966396> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13966396> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13966396>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13966396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13966396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610215" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13966396'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610215'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610215'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13966396'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14325291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14325291> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14325291> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14325291>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14325291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14325291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610191" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14325291'^^xsd:integer;
  dwc:scientificName 'Polymastia mammillaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610191'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610191'^^xsd:string;
  dwc:aphiaid '150221'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14325291'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '134204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580717> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13580717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597046" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13580717'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597046'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597046'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13580717'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13966404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13966404> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13966404> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13966404>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13966404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13966404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614689" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13966404'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614689'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614689'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13966404'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886951> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13886951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615074" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13886951'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615074'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615074'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13886951'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462050> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13462050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733584" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13462050'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733584'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733584'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13462050'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414536> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13414536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577611" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13414536'^^xsd:integer;
  dwc:scientificName 'Aglaothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577611'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577611'^^xsd:string;
  dwc:aphiaid '143825'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13414536'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '143825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297580> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297580> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297580>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14297580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557146" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14297580'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557146'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40557146'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14297580'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297502> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297502> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297502>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14297502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579793" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14297502'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579793'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579793'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14297502'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407859> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407859> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407859>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13407859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615483" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13407859'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615483'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615483'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13407859'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407860> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407860> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407860>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13407860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614737" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13407860'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614737'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614737'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13407860'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735515> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735515> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735515>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13735515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615474" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13735515'^^xsd:integer;
  dwc:scientificName 'Dercitus bucklandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615474'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615474'^^xsd:string;
  dwc:aphiaid '134068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13735515'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '555677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987241> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13987241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596445" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13987241'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596445'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596445'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13987241'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13564584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13564584> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13564584> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13564584>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13564584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13564584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609521" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13564584'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609521'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609521'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13564584'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564558> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13564558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580884" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13564558'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580884'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580884'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13564558'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190055> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14190055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613968" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14190055'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613968'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613968'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14190055'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14190022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14190022> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14190022> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14190022>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14190022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14190022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14190022'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609866'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609866'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14190022'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13683288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13683288> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13683288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13683288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13683288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13683288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615250" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13683288'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615250'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615250'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13683288'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517521> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13517521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596821" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13517521'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596821'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596821'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13517521'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462052> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13462052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733916" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13462052'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733916'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733916'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13462052'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297586> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297586> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297586>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14297586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557180" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14297586'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557180'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557180'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14297586'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743742> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13743742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596364" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13743742'^^xsd:integer;
  dwc:scientificName 'Dictyosiphon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596364'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596364'^^xsd:string;
  dwc:aphiaid '144067'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13743742'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144067'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376220> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14376220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596350" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14376220'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596350'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596350'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14376220'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13575277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13575277> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13575277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13575277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13575277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13575277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596303" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13575277'^^xsd:integer;
  dwc:scientificName 'Bugula flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596303'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596303'^^xsd:string;
  dwc:aphiaid '111152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13575277'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '834002'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13828654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13828654> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13828654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13828654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13828654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13828654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609757" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13828654'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609757'^^xsd:string;
  dwc:yearCollected '1999'^^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.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609757'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13828654'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13625078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13625078> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13625078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13625078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13625078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13625078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609760" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13625078'^^xsd:integer;
  dwc:scientificName 'Ceramium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609760'^^xsd:string;
  dwc:yearCollected '1999'^^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.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609760'^^xsd:string;
  dwc:aphiaid '143834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13625078'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '143834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729135> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729135> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729135>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13729135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609958" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13729135'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609958'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609958'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13729135'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13912029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13912029> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13912029> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13912029>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13912029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13912029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610253" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13912029'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610253'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610253'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13912029'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14316670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14316670> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14316670> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14316670>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14316670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14316670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579022" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14316670'^^xsd:integer;
  dwc:scientificName 'Polyclinum aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579022'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40579022'^^xsd:string;
  dwc:aphiaid '103674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14316670'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '103674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13886919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13886919> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13886919> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13886919>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13886919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13886919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578985" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13886919'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578985'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578985'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13886919'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416162> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13416162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596326" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13416162'^^xsd:integer;
  dwc:scientificName 'Ahnfeltia plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596326'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596326'^^xsd:string;
  dwc:aphiaid '144422'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13416162'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508264> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13508264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596310" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13508264'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596310'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596310'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13508264'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828621> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13828621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596301" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13828621'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596301'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596301'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13828621'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14377168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14377168> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14377168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14377168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14377168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14377168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596319" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14377168'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596319'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596319'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14377168'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380360> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14380360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596333" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14380360'^^xsd:integer;
  dwc:scientificName 'Rhodophyllis divaricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596333'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596333'^^xsd:string;
  dwc:aphiaid '145617'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14380360'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459244> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14459244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596361" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14459244'^^xsd:integer;
  dwc:scientificName 'Sporochnus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596361'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596361'^^xsd:string;
  dwc:aphiaid '145915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14459244'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13625071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13625071> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13625071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13625071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13625071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13625071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596337" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13625071'^^xsd:integer;
  dwc:scientificName 'Ceramium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596337'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596337'^^xsd:string;
  dwc:aphiaid '143834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13625071'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '143834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697109> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13697109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733890" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13697109'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733890'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733890'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13697109'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697110> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13697110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733660" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13697110'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733660'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733660'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13697110'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243660> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14243660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615188" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14243660'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615188'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615188'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14243660'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14011185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14011185> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14011185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14011185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14011185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14011185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596286" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14011185'^^xsd:integer;
  dwc:scientificName 'Lineus longissimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596286'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596286'^^xsd:string;
  dwc:aphiaid '122528'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14011185'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '122528'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749800> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13749800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596321" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13749800'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596321'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596321'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13749800'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13513022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13513022> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13513022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13513022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13513022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13513022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596362" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13513022'^^xsd:integer;
  dwc:scientificName 'Asperococcus fistulosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596362'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596362'^^xsd:string;
  dwc:aphiaid '145313'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13513022'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145313'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558659> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13558659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596311" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13558659'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596311'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596311'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13558659'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468542> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14468542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596279" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14468542'^^xsd:integer;
  dwc:scientificName 'Stylostichon plumosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596279'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596279'^^xsd:string;
  dwc:aphiaid '150212'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14468542'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '133688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14543368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14543368> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14543368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14543368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14543368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14543368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577600" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14543368'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577600'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577600'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14543368'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535403> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14535403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580807" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14535403'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580807'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580807'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14535403'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120772> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14120772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615582" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14120772'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615582'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615582'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14120772'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120774> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14120774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615319" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14120774'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615319'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615319'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14120774'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336258> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614098" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336258'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614098'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614098'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336258'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336333> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336333> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336333>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14336333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614525" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14336333'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614525'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614525'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14336333'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120752> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14120752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596291" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14120752'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596291'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596291'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14120752'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336207> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14336207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596288" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14336207'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596288'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596288'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14336207'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13577635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13577635> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13577635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13577635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13577635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13577635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596304" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13577635'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596304'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596304'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13577635'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13577644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13577644> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13577644> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13577644>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13577644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13577644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609462" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13577644'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609462'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609462'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13577644'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523611> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523611> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523611>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14523611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614024" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14523611'^^xsd:integer;
  dwc:scientificName 'Tubularia indivisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614024'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614024'^^xsd:string;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14523611'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14005081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14005081> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14005081> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14005081>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14005081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14005081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609460" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14005081'^^xsd:integer;
  dwc:scientificName 'Leucosolenia complicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609460'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609460'^^xsd:string;
  dwc:aphiaid '132219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14005081'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '132219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13748938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13748938> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13748938> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13748938>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13748938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13748938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609464" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13748938'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609464'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609464'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13748938'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336247> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14336247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608988" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14336247'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608988'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608988'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14336247'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482486> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13482486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615591" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13482486'^^xsd:integer;
  dwc:scientificName 'Aplidium nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615591'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615591'^^xsd:string;
  dwc:aphiaid '103656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13482486'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '103656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14279004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14279004> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14279004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14279004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14279004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14279004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615589" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14279004'^^xsd:integer;
  dwc:scientificName 'Phoronis hippocrepia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615589'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615589'^^xsd:string;
  dwc:aphiaid '128548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14279004'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '128548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336314> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336314> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336314>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14336314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615095" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14336314'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615095'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615095'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14336314'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770250> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13770250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596918" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13770250'^^xsd:integer;
  dwc:scientificName 'Echinocardium cordatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596918'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596918'^^xsd:string;
  dwc:aphiaid '124392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13770250'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '124392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562306> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13562306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596915" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13562306'^^xsd:integer;
  dwc:scientificName 'Bowerbankia imbricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596915'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596915'^^xsd:string;
  dwc:aphiaid '111667'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13562306'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '851593'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942315> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13942315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596894" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13942315'^^xsd:integer;
  dwc:scientificName 'Hydractinia echinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596894'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596894'^^xsd:string;
  dwc:aphiaid '117644'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13942315'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '117644'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649218> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13649218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579905" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13649218'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579905'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579905'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13649218'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562194> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13562194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596758" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13562194'^^xsd:integer;
  dwc:scientificName 'Bowerbankia citrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596758'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596758'^^xsd:string;
  dwc:aphiaid '111664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13562194'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '851584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14260938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14260938> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14260938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14260938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14260938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14260938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596919" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14260938'^^xsd:integer;
  dwc:scientificName 'Perophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596919'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596919'^^xsd:string;
  dwc:aphiaid '103504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14260938'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '103504'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14695825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14695825> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14695825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14695825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14695825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14695825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596925" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14695825'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596925'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596925'^^xsd:string;
  dwc:aphiaid '125999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14695825'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '125999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119174> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14119174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595943" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14119174'^^xsd:integer;
  dwc:scientificName 'Naccaria wiggii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595943'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595943'^^xsd:string;
  dwc:aphiaid '145769'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14119174'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145769'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13851964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13851964> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13851964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13851964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13851964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13851964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595934" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13851964'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595934'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595934'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13851964'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459669> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14459669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596790" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14459669'^^xsd:integer;
  dwc:scientificName 'Spyridia filamentosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596790'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596790'^^xsd:string;
  dwc:aphiaid '144706'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14459669'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14223510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14223510> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14223510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14223510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14223510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14223510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596752" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14223510'^^xsd:integer;
  dwc:scientificName 'Palaemon serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596752'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596752'^^xsd:string;
  dwc:aphiaid '107616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14223510'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '107616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649240> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13649240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596795" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13649240'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596795'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596795'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13649240'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14119164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14119164> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14119164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14119164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14119164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14119164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580324" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14119164'^^xsd:integer;
  dwc:scientificName 'Naccaria wiggii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580324'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580324'^^xsd:string;
  dwc:aphiaid '145769'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14119164'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145769'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14474697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14474697> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14474697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14474697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14474697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14474697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580313" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14474697'^^xsd:integer;
  dwc:scientificName 'Syngnathus acus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580313'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580313'^^xsd:string;
  dwc:aphiaid '127387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14474697'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '127387'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14093953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14093953> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14093953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14093953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14093953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14093953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580304" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14093953'^^xsd:integer;
  dwc:scientificName 'Morchellium argus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580304'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580304'^^xsd:string;
  dwc:aphiaid '148714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14093953'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '148714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417986> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14417986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595921" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14417986'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595921'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595921'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14417986'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13482480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13482480> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13482480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13482480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13482480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13482480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579875" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13482480'^^xsd:integer;
  dwc:scientificName 'Aplidium nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579875'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579875'^^xsd:string;
  dwc:aphiaid '103656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13482480'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336178> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14336178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579858" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14336178'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579858'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579858'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14336178'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120744> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14120744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579863" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14120744'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579863'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579863'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14120744'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414571> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13414571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579896" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13414571'^^xsd:integer;
  dwc:scientificName 'Aglaothamnion byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579896'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579896'^^xsd:string;
  dwc:aphiaid '144490'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13414571'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13688092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13688092> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13688092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13688092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13688092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13688092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580341" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13688092'^^xsd:integer;
  dwc:scientificName 'Compsothamnion gracillimum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580341'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580341'^^xsd:string;
  dwc:aphiaid '144572'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13688092'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144572'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055220> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14055220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580291" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14055220'^^xsd:integer;
  dwc:scientificName 'Macropodia rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580291'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580291'^^xsd:string;
  dwc:aphiaid '107345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14055220'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455440> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:12455440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580297" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '12455440'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580297'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580297'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:12455440'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13483275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13483275> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13483275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13483275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13483275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13483275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596765" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13483275'^^xsd:integer;
  dwc:scientificName 'Aplidium punctum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596765'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596765'^^xsd:string;
  dwc:aphiaid '103662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13483275'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '103662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336210> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14336210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596751" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14336210'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596751'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596751'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14336210'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13577636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13577636> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13577636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13577636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13577636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13577636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596762" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13577636'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596762'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596762'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13577636'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12455447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12455447> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12455447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12455447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12455447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:12455447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595937" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '12455447'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595937'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595937'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:12455447'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718213> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13718213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595954" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13718213'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595954'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595954'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13718213'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14478704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14478704> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14478704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14478704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14478704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14478704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595941" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14478704'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595941'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595941'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14478704'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749784> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13749784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578558" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13749784'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578558'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578558'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13749784'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558640> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13558640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578555" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13558640'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578555'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578555'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13558640'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13749760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13749760> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13749760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13749760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13749760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13749760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401739" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13749760'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401739'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401739'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13749760'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13558591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13558591> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13558591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13558591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13558591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13558591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401925" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13558591'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401925'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401925'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13558591'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13558590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13558590> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13558590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13558590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13558590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13558590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401735" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13558590'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401735'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401735'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13558590'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14468527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14468527> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14468527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14468527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14468527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14468527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401720" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14468527'^^xsd:integer;
  dwc:scientificName 'Stylostichon plumosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401720'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401720'^^xsd:string;
  dwc:aphiaid '150212'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14468527'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '133688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046640> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.115583 -4.776391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.115583"^^xsd:decimal ;
  dwc:decimalLongitude "-4.776391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.115583 -4.776391)"^^geo:wktLiteral ;
  geo-pos:lat "52.115583"^^xsd:decimal ;
  geo-pos:long "-4.776391"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14046640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752200" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14046640'^^xsd:integer;
  dwc:scientificName 'Lumbrineris gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752200'^^xsd:string;
  dwc:yearCollected '1998'^^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.776391'^^xsd:double;
  dwc:latitude '52.115583'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752200'^^xsd:string;
  dwc:aphiaid '130244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14046640'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '607402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13698911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13698911> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13698911> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13698911>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13698911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13698911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729076" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13698911'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729076'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40729076'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13698911'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866048> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13866048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752938" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13866048'^^xsd:integer;
  dwc:scientificName 'Glycera lapidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752938'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752938'^^xsd:string;
  dwc:aphiaid '155036'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13866048'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866049> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13866049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752048" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13866049'^^xsd:integer;
  dwc:scientificName 'Glycera lapidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752048'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752048'^^xsd:string;
  dwc:aphiaid '155036'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13866049'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13961956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13961956> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13961956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13961956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13961956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13961956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752940" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13961956'^^xsd:integer;
  dwc:scientificName 'Kefersteinia cirrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752940'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752940'^^xsd:string;
  dwc:aphiaid '130164'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13961956'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '336123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493288> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14493288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752959" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14493288'^^xsd:integer;
  dwc:scientificName 'Thracia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752959'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752959'^^xsd:string;
  dwc:aphiaid '138549'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14493288'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '138549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493289> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14493289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752063" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14493289'^^xsd:integer;
  dwc:scientificName 'Thracia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752063'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752063'^^xsd:string;
  dwc:aphiaid '138549'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14493289'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '138549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14005826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14005826> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14005826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14005826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14005826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14005826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752055" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14005826'^^xsd:integer;
  dwc:scientificName 'Leucothoe lilljeborgi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752055'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752055'^^xsd:string;
  dwc:aphiaid '102462'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14005826'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '102462'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14280678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14280678> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14280678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14280678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14280678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14280678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752411" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14280678'^^xsd:integer;
  dwc:scientificName 'Photis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752411'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752411'^^xsd:string;
  dwc:aphiaid '102383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14280678'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '102383'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14194807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14194807> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14194807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14194807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14194807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14194807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752419" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14194807'^^xsd:integer;
  dwc:scientificName 'Ophiura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752419'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752419'^^xsd:string;
  dwc:aphiaid '123574'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14194807'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '123574'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866063> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13866063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752247" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13866063'^^xsd:integer;
  dwc:scientificName 'Glycera lapidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752247'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752247'^^xsd:string;
  dwc:aphiaid '155036'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13866063'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866064> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13866064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752396" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13866064'^^xsd:integer;
  dwc:scientificName 'Glycera lapidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752396'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752396'^^xsd:string;
  dwc:aphiaid '155036'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13866064'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13703860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13703860> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13703860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13703860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13703860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13703860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40751994" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13703860'^^xsd:integer;
  dwc:scientificName 'Corystes cassivelaunus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40751994'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40751994'^^xsd:string;
  dwc:aphiaid '107277'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13703860'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '107277'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424546> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13424546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557091" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13424546'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557091'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557091'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13424546'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445092> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14445092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752713" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14445092'^^xsd:integer;
  dwc:scientificName 'Spionidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752713'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752713'^^xsd:string;
  dwc:aphiaid '913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14445092'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445093> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14445093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752677" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14445093'^^xsd:integer;
  dwc:scientificName 'Spionidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752677'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752677'^^xsd:string;
  dwc:aphiaid '913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14445093'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866046> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.115583 -4.776391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.115583"^^xsd:decimal ;
  dwc:decimalLongitude "-4.776391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.115583 -4.776391)"^^geo:wktLiteral ;
  geo-pos:lat "52.115583"^^xsd:decimal ;
  geo-pos:long "-4.776391"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13866046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752198" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13866046'^^xsd:integer;
  dwc:scientificName 'Glycera lapidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752198'^^xsd:string;
  dwc:yearCollected '1998'^^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.776391'^^xsd:double;
  dwc:latitude '52.115583'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752198'^^xsd:string;
  dwc:aphiaid '155036'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13866046'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866047> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.115583 -4.776391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.115583"^^xsd:decimal ;
  dwc:decimalLongitude "-4.776391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.115583 -4.776391)"^^geo:wktLiteral ;
  geo-pos:lat "52.115583"^^xsd:decimal ;
  geo-pos:long "-4.776391"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13866047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752464" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13866047'^^xsd:integer;
  dwc:scientificName 'Glycera lapidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752464'^^xsd:string;
  dwc:yearCollected '1998'^^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.776391'^^xsd:double;
  dwc:latitude '52.115583'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752464'^^xsd:string;
  dwc:aphiaid '155036'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13866047'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14141219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14141219> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14141219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14141219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14141219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14141219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752763" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14141219'^^xsd:integer;
  dwc:scientificName 'Nephtys'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752763'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752763'^^xsd:string;
  dwc:aphiaid '129370'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14141219'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '129370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13827873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13827873> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13827873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13827873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13827873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13827873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596067" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13827873'^^xsd:integer;
  dwc:scientificName 'Flabellina pedata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596067'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596067'^^xsd:string;
  dwc:aphiaid '139993'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13827873'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1047602'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336298> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336298> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336298>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607222" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336298'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607222'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607222'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336298'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336328> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14336328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614593" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14336328'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614593'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614593'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14336328'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120789> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14120789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614597" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14120789'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614597'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614597'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14120789'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14279007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14279007> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14279007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14279007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14279007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14279007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614601" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14279007'^^xsd:integer;
  dwc:scientificName 'Phoronis hippocrepia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614601'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614601'^^xsd:string;
  dwc:aphiaid '128548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14279007'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '128548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13914454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13914454> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13914454> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13914454>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13914454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13914454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581585" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13914454'^^xsd:integer;
  dwc:scientificName 'Hemimycale columella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581585'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581585'^^xsd:string;
  dwc:aphiaid '133543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13914454'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '133543'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382160> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382160> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382160>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14382160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581619" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14382160'^^xsd:integer;
  dwc:scientificName 'Rhodymenia pseudopalmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581619'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581619'^^xsd:string;
  dwc:aphiaid '145855'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14382160'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13575258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13575258> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13575258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13575258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13575258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13575258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581217" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13575258'^^xsd:integer;
  dwc:scientificName 'Bugula flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581217'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581217'^^xsd:string;
  dwc:aphiaid '111152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13575258'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '834002'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655403> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13655403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607330" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13655403'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607330'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607330'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13655403'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13409374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13409374> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13409374> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13409374>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13409374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13409374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581100" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13409374'^^xsd:integer;
  dwc:scientificName 'Adamsia carciniopados'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581100'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581100'^^xsd:string;
  dwc:aphiaid '100931'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13409374'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '445590'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13492265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13492265> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13492265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13492265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13492265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13492265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607322" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13492265'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607322'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607322'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13492265'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13882475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13882475> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13882475> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13882475>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13882475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13882475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581714" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13882475'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581714'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581714'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13882475'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977150> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977150> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977150>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13977150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581634" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13977150'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581634'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581634'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13977150'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346980> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14346980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615164" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14346980'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615164'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615164'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14346980'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14185295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14185295> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14185295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14185295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14185295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14185295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607609" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14185295'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607609'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607609'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14185295'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770252> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13770252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596186" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13770252'^^xsd:integer;
  dwc:scientificName 'Echinocardium cordatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596186'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596186'^^xsd:string;
  dwc:aphiaid '124392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13770252'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '124392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14460802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14460802> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14460802> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14460802>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14460802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14460802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609608" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14460802'^^xsd:integer;
  dwc:scientificName 'Stelligera stuposa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609608'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609608'^^xsd:string;
  dwc:aphiaid '134175'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14460802'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '134175'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743226> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743226> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743226>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13743226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609985" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13743226'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609985'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609985'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13743226'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981627> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981627> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981627>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13981627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609906" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13981627'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609906'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609906'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13981627'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13622606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13622606> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13622606> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13622606>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13622606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13622606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610206" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13622606'^^xsd:integer;
  dwc:scientificName 'Cellepora pumicosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610206'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610206'^^xsd:string;
  dwc:aphiaid '111268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13622606'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '111268'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744613> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744613> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744613>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13744613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610220" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13744613'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610220'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610220'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13744613'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419570> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419570> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419570>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13419570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610204" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13419570'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610204'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610204'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13419570'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744596> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13744596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581331" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13744596'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581331'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581331'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13744596'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14290888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14290888> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14290888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14290888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14290888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14290888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598184" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14290888'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598184'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598184'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14290888'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744649> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744649> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744649>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13744649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609406" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13744649'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609406'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609406'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13744649'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14468539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14468539> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14468539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14468539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14468539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14468539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580827" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14468539'^^xsd:integer;
  dwc:scientificName 'Stylostichon plumosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580827'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580827'^^xsd:string;
  dwc:aphiaid '150212'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14468539'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '133688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558650> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13558650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580854" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13558650'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580854'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580854'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13558650'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13749817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13749817> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13749817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13749817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13749817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13749817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609499" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13749817'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609499'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609499'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13749817'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216852> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216852> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216852>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14216852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581182" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14216852'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581182'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581182'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14216852'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14430237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14430237> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14430237> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14430237>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14430237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14430237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579011" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14430237'^^xsd:integer;
  dwc:scientificName 'Smittina landsborovii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579011'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40579011'^^xsd:string;
  dwc:aphiaid '111558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14430237'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '111558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517620> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517620> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517620>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607439" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517620'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607439'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607439'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517620'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14372650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14372650> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14372650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14372650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14372650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14372650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614306" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14372650'^^xsd:integer;
  dwc:scientificName 'Raspailia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614306'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614306'^^xsd:string;
  dwc:aphiaid '181150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14372650'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '133150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372627> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372627> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372627>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14372627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577770" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14372627'^^xsd:integer;
  dwc:scientificName 'Raspailia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577770'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577770'^^xsd:string;
  dwc:aphiaid '181150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14372627'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '133150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372633> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372633> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372633>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14372633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581678" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14372633'^^xsd:integer;
  dwc:scientificName 'Raspailia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581678'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581678'^^xsd:string;
  dwc:aphiaid '181150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14372633'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '133150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14372651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14372651> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14372651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14372651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14372651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14372651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607629" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14372651'^^xsd:integer;
  dwc:scientificName 'Raspailia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607629'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607629'^^xsd:string;
  dwc:aphiaid '181150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14372651'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '133150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14372652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14372652> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14372652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14372652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14372652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14372652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607288" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14372652'^^xsd:integer;
  dwc:scientificName 'Raspailia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607288'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607288'^^xsd:string;
  dwc:aphiaid '181150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14372652'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '133150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372626> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372626> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372626>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14372626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578984" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14372626'^^xsd:integer;
  dwc:scientificName 'Raspailia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578984'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578984'^^xsd:string;
  dwc:aphiaid '181150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14372626'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '133150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517527> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13517527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596616" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13517527'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596616'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596616'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13517527'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517424> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517424> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517424>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13517424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581041" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13517424'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581041'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581041'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13517424'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517475> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13517475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578505" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13517475'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578505'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578505'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13517475'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517575> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609502" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517575'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609502'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609502'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517575'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517599> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609481" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517599'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609481'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609481'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517599'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13749811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13749811> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13749811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13749811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13749811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13749811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609549" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13749811'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609549'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609549'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13749811'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13749812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13749812> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13749812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13749812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13749812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13749812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609911" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13749812'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609911'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609911'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13749812'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13678853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13678853> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13678853> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13678853>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13678853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13678853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577803" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13678853'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577803'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577803'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13678853'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567952> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614926" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567952'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614926'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614926'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567952'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567953> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615817" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567953'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615817'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615817'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567953'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567955> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615361" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567955'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615361'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615361'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567955'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14324344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14324344> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14324344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14324344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14324344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14324344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614355" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14324344'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614355'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614355'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14324344'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13755114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13755114> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13755114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13755114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13755114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13755114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614928" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13755114'^^xsd:integer;
  dwc:scientificName 'Diplosoma listerianum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614928'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614928'^^xsd:string;
  dwc:aphiaid '103579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13755114'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '103579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547088> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733720" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547088'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pelagica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733720'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733720'^^xsd:string;
  dwc:aphiaid '103066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547088'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '103066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452569> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14452569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614679" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14452569'^^xsd:integer;
  dwc:scientificName 'Spirorbidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614679'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614679'^^xsd:string;
  dwc:aphiaid '1021266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14452569'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13943591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13943591> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13943591> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13943591>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13943591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13943591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13943591'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609365'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609365'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13943591'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14324307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14324307> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14324307> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14324307>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14324307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14324307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577766" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14324307'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577766'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577766'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14324307'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13577646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13577646> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13577646> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13577646>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13577646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13577646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609401" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13577646'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609401'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609401'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13577646'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359618> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359618> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359618>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13359618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581699" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13359618'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581699'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581699'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13359618'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276800> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276800> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276800>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14276800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581680" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14276800'^^xsd:integer;
  dwc:scientificName 'Phorbas fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581680'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581680'^^xsd:string;
  dwc:aphiaid '133679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14276800'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216919> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14216919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597028" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14216919'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597028'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597028'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14216919'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216973> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14216973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607501" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14216973'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607501'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607501'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14216973'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14310660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14310660> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14310660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14310660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14310660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14310660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614324" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14310660'^^xsd:integer;
  dwc:scientificName 'Polycarpa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614324'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614324'^^xsd:string;
  dwc:aphiaid '103538'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14310660'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '103538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489989> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489989> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489989>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14489989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580605" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14489989'^^xsd:integer;
  dwc:scientificName 'Tethyspira spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580605'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580605'^^xsd:string;
  dwc:aphiaid '132558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14489989'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925996> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13925996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614658" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13925996'^^xsd:integer;
  dwc:scientificName 'Hiatella arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614658'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614658'^^xsd:string;
  dwc:aphiaid '140103'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13925996'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '140103'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981586> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981586> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981586>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13981586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579800" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13981586'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579800'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579800'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13981586'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417962> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417962> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417962>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14417962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579744" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14417962'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579744'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579744'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14417962'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795477> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795477> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795477>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13795477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579751" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13795477'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579751'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579751'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13795477'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743192> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743192> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743192>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13743192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579798" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13743192'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579798'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579798'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13743192'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14096787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14096787> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14096787> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14096787>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14096787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14096787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579772" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14096787'^^xsd:integer;
  dwc:scientificName 'Musculus discors'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579772'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579772'^^xsd:string;
  dwc:aphiaid '140472'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14096787'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '140472'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743225> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743225> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743225>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13743225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557187" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13743225'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557187'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557187'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13743225'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416134> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416134> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416134>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14416134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579248" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14416134'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579248'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579248'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14416134'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14322779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14322779> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14322779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14322779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14322779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14322779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609717" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14322779'^^xsd:integer;
  dwc:scientificName 'Polyides rotundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609717'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609717'^^xsd:string;
  dwc:aphiaid '145668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14322779'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '145668'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322764> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14322764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577609" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14322764'^^xsd:integer;
  dwc:scientificName 'Polyides rotundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577609'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577609'^^xsd:string;
  dwc:aphiaid '145668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14322764'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145668'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14322780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14322780> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14322780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14322780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14322780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14322780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14322780'^^xsd:integer;
  dwc:scientificName 'Polyides rotundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609871'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609871'^^xsd:string;
  dwc:aphiaid '145668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14322780'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '145668'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14322781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14322781> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14322781> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14322781>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14322781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14322781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609898" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14322781'^^xsd:integer;
  dwc:scientificName 'Polyides rotundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609898'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609898'^^xsd:string;
  dwc:aphiaid '145668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14322781'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145668'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828592> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828592> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828592>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13828592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13828592'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579816'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579816'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13828592'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893810> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13893810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597080" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13893810'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597080'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597080'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13893810'^^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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943575> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13943575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595784" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13943575'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595784'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595784'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13943575'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14200386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14200386> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14200386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14200386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14200386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14200386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596138" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14200386'^^xsd:integer;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596138'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596138'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14200386'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13805456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13805456> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13805456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13805456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13805456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13805456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13805456'^^xsd:integer;
  dwc:scientificName 'Eudesme virescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595868'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595868'^^xsd:string;
  dwc:aphiaid '144918'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13805456'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144918'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012694> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14012694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596575" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14012694'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596575'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596575'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14012694'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13919168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13919168> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13919168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13919168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13919168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13919168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580301" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13919168'^^xsd:integer;
  dwc:scientificName 'Henricia sanguinolenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580301'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580301'^^xsd:string;
  dwc:aphiaid '381573'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13919168'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13919171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13919171> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13919171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13919171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13919171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13919171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578551" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13919171'^^xsd:integer;
  dwc:scientificName 'Henricia sanguinolenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578551'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578551'^^xsd:string;
  dwc:aphiaid '381573'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13919171'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517505> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13517505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596917" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13517505'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596917'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596917'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13517505'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224982> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14224982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580326" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14224982'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580326'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580326'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14224982'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517510> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13517510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595890" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13517510'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595890'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595890'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13517510'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517473> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13517473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578552" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13517473'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578552'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578552'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13517473'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14216946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14216946> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14216946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14216946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14216946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14216946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609545" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14216946'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609545'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609545'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14216946'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13891467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13891467> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13891467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13891467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13891467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13891467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614506" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13891467'^^xsd:integer;
  dwc:scientificName 'Haliclona fistulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614506'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614506'^^xsd:string;
  dwc:aphiaid '181160'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13891467'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1423860'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452574> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14452574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615233" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14452574'^^xsd:integer;
  dwc:scientificName 'Spirorbidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615233'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615233'^^xsd:string;
  dwc:aphiaid '1021266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14452574'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13766455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13766455> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13766455> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13766455>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13766455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13766455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578992" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13766455'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578992'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578992'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13766455'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13250312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13250312> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13250312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13250312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13250312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13250312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615770" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13250312'^^xsd:integer;
  dwc:scientificName 'Verrucaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615770'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615770'^^xsd:string;
  dwc:aphiaid '147701'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13250312'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '147701'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12458395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12458395> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12458395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12458395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12458395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:12458395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614510" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '12458395'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614510'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614510'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:12458395'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14016993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14016993> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14016993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14016993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14016993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14016993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614785" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14016993'^^xsd:integer;
  dwc:scientificName 'Lipophrys pholis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614785'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614785'^^xsd:string;
  dwc:aphiaid '126768'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14016993'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '126768'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13558685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13558685> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13558685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13558685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13558685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13558685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614929" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13558685'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614929'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614929'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13558685'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14390941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14390941> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14390941> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14390941>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14390941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14390941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579055" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14390941'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579055'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579055'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14390941'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749768> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749768> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749768>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13749768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579040" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13749768'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579040'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579040'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13749768'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536945> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13536945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615085" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13536945'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615085'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615085'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13536945'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621936> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733867" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621936'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733867'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733867'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621936'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14425472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14425472> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14425472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14425472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14425472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14425472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596441" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14425472'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596441'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596441'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14425472'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14468533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14468533> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14468533> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14468533>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14468533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14468533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581681" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14468533'^^xsd:integer;
  dwc:scientificName 'Stylostichon plumosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581681'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581681'^^xsd:string;
  dwc:aphiaid '150212'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14468533'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '133688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749794> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13749794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597049" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13749794'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597049'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597049'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13749794'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14261160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14261160> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14261160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14261160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14261160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14261160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597078" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14261160'^^xsd:integer;
  dwc:scientificName 'Petalonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597078'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597078'^^xsd:string;
  dwc:aphiaid '144257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14261160'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13632827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13632827> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13632827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13632827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13632827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13632827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597021" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13632827'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597021'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597021'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13632827'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13678850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13678850> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13678850> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13678850>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13678850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13678850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579021" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13678850'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579021'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40579021'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13678850'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13678851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13678851> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13678851> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13678851>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13678851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13678851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581188" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13678851'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581188'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581188'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13678851'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547091> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733574" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547091'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pelagica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733574'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733574'^^xsd:string;
  dwc:aphiaid '103066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547091'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '103066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13689731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13689731> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13689731> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13689731>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13689731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13689731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579042" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13689731'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579042'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579042'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13689731'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14132889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14132889> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14132889> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14132889>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14132889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14132889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609669" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14132889'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609669'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609669'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14132889'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414537> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13414537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596336" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13414537'^^xsd:integer;
  dwc:scientificName 'Aglaothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596336'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596336'^^xsd:string;
  dwc:aphiaid '143825'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13414537'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '143825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13570545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13570545> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13570545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13570545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13570545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13570545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596294" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13570545'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596294'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596294'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13570545'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312095> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312095> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312095>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14312095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614534" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14312095'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614534'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614534'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14312095'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946165> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946165> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946165>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13946165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615780" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13946165'^^xsd:integer;
  dwc:scientificName 'Hymedesmia paupertas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615780'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615780'^^xsd:string;
  dwc:aphiaid '133621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13946165'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '133621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13551913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13551913> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13551913> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13551913>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13551913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13551913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609123" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13551913'^^xsd:integer;
  dwc:scientificName 'Bispira volutacornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609123'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609123'^^xsd:string;
  dwc:aphiaid '130875'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13551913'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '130875'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190052> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190052> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190052>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14190052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609421" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14190052'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609421'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609421'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14190052'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190063> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14190063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607456" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14190063'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607456'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607456'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14190063'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564611> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564611> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564611>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13564611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609182" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13564611'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609182'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609182'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13564611'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564600> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564600> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564600>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13564600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610186" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13564600'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610186'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610186'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13564600'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564617> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564617> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564617>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13564617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610037" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13564617'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610037'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610037'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13564617'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14317965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14317965> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14317965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14317965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14317965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14317965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615578" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14317965'^^xsd:integer;
  dwc:scientificName 'Polydora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615578'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615578'^^xsd:string;
  dwc:aphiaid '129619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14317965'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '129619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564602> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564602> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564602>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13564602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609959" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13564602'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609959'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609959'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13564602'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564603> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564603> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564603>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13564603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610024" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13564603'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610024'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610024'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13564603'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190039> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190039> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190039>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14190039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608923" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14190039'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608923'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608923'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14190039'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190047> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14190047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610059" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14190047'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610059'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610059'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14190047'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336322> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14336322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614485" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14336322'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614485'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614485'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14336322'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606628> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13606628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597804" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13606628'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597804'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597804'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13606628'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489408> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489408> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489408>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14489408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609605" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14489408'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609605'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609605'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14489408'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489413> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14489413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609827" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14489413'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609827'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609827'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14489413'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489416> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489416> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489416>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14489416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610109" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14489416'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610109'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610109'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14489416'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393022> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393022> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393022>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14393022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615784" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14393022'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615784'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615784'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14393022'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276806> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276806> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276806>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14276806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580606" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14276806'^^xsd:integer;
  dwc:scientificName 'Phorbas fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580606'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580606'^^xsd:string;
  dwc:aphiaid '133679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14276806'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359624> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359624> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359624>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13359624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580636" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13359624'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580636'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580636'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13359624'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459259> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459259> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459259>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14459259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610040" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14459259'^^xsd:integer;
  dwc:scientificName 'Sporochnus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610040'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610040'^^xsd:string;
  dwc:aphiaid '145915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14459259'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14696944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14696944> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14696944> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14696944>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14696944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14696944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578661" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14696944'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578661'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40578661'^^xsd:string;
  dwc:aphiaid '126928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14696944'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '126928'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696955> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14696955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579227" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14696955'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579227'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579227'^^xsd:string;
  dwc:aphiaid '126928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14696955'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '126928'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135873> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135873> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135873>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14135873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581177" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14135873'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581177'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581177'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14135873'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13645210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13645210> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13645210> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13645210>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13645210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13645210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610208" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13645210'^^xsd:integer;
  dwc:scientificName 'Chartella papyracea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610208'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610208'^^xsd:string;
  dwc:aphiaid '111365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13645210'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '111365'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14135892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14135892> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14135892> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14135892>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14135892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14135892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610200" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14135892'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610200'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610200'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14135892'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14310667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14310667> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14310667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14310667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14310667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14310667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614373" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14310667'^^xsd:integer;
  dwc:scientificName 'Polycarpa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614373'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614373'^^xsd:string;
  dwc:aphiaid '103538'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14310667'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '103538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713173> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13713173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577599" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13713173'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577599'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577599'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13713173'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14396372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14396372> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14396372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14396372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14396372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14396372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581294" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14396372'^^xsd:integer;
  dwc:scientificName 'Sagartiogeton undatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581294'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581294'^^xsd:string;
  dwc:aphiaid '101002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14396372'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '855675'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696958> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14696958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581316" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14696958'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581316'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581316'^^xsd:string;
  dwc:aphiaid '126928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14696958'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '126928'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12457307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12457307> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12457307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12457307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12457307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:12457307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580843" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '12457307'^^xsd:integer;
  dwc:scientificName 'Conopeum reticulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580843'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580843'^^xsd:string;
  dwc:aphiaid '111351'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:12457307'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '111351'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638380> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13638380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596287" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13638380'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596287'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596287'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13638380'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13981603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13981603> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13981603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13981603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13981603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13981603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596366" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13981603'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596366'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596366'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13981603'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13981609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13981609> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13981609> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13981609>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13981609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13981609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609472" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13981609'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609472'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609472'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13981609'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729157> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13729157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607320" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13729157'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607320'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607320'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13729157'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13880211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13880211> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13880211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13880211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13880211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13880211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596322" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13880211'^^xsd:integer;
  dwc:scientificName 'Grateloupia filicina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596322'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596322'^^xsd:string;
  dwc:aphiaid '145248'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13880211'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517591> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609826" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517591'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609826'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609826'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517591'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13886936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13886936> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13886936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13886936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13886936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13886936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595778" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13886936'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595778'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595778'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13886936'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14225003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14225003> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14225003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14225003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14225003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14225003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615192" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14225003'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615192'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615192'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14225003'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13810352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13810352> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13810352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13810352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13810352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13810352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615211" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13810352'^^xsd:integer;
  dwc:scientificName 'Eulalia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615211'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615211'^^xsd:string;
  dwc:aphiaid '130639'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13810352'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '130639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13841227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13841227> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13841227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13841227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13841227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13841227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578786" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13841227'^^xsd:integer;
  dwc:scientificName 'Galathea nexa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578786'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578786'^^xsd:string;
  dwc:aphiaid '107152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13841227'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882478> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13882478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578809" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13882478'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578809'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578809'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13882478'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012693> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14012693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596133" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14012693'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596133'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596133'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14012693'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417984> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14417984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596277" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14417984'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596277'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596277'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14417984'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956072> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13956072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13956072'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580868'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580868'^^xsd:string;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13956072'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365492> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14365492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596478" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14365492'^^xsd:integer;
  dwc:scientificName 'Punctaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596478'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596478'^^xsd:string;
  dwc:aphiaid '144079'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14365492'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144079'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14577090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14577090> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14577090> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14577090>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14577090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14577090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609356" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14577090'^^xsd:integer;
  dwc:scientificName 'Spyridia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609356'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609356'^^xsd:string;
  dwc:aphiaid '143866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14577090'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '143866'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564562> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13564562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596088" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13564562'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596088'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596088'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13564562'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13966397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13966397> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13966397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13966397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13966397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13966397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609548" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13966397'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609548'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609548'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13966397'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886977> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13886977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615251" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13886977'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615251'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615251'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13886977'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676344> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676344> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676344>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13676344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615771" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13676344'^^xsd:integer;
  dwc:scientificName 'Clathrina coriacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615771'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615771'^^xsd:string;
  dwc:aphiaid '132277'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13676344'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '132277'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359681> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13359681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614326" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13359681'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614326'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614326'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13359681'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14141220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14141220> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14141220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14141220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14141220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14141220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752685" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14141220'^^xsd:integer;
  dwc:scientificName 'Nephtys'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752685'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752685'^^xsd:string;
  dwc:aphiaid '129370'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14141220'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14429333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14429333> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14429333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14429333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14429333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14429333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752962" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14429333'^^xsd:integer;
  dwc:scientificName 'Sipunculidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752962'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752962'^^xsd:string;
  dwc:aphiaid '1648'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14429333'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '1648'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828701> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614148" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828701'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614148'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614148'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828701'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13748895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13748895> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13748895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13748895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13748895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13748895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401607" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13748895'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401607'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401607'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13748895'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108773> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14108773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615206" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14108773'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615206'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615206'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14108773'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14258006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14258006> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14258006> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14258006>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14258006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14258006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614115" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14258006'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614115'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614115'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14258006'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13683226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13683226> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13683226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13683226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13683226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13683226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401653" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13683226'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401653'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401653'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13683226'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14336133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14336133> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14336133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14336133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14336133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14336133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401588" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14336133'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401588'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401588'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14336133'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14189964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14189964> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14189964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14189964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14189964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14189964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401604" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14189964'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401604'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401604'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14189964'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13891655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13891655> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13891655> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13891655>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13891655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13891655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611448" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13891655'^^xsd:integer;
  dwc:scientificName 'Haliclona oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611448'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611448'^^xsd:string;
  dwc:aphiaid '236327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13891655'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '132833'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13795522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13795522> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13795522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13795522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13795522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13795522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611260" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13795522'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611260'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611260'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13795522'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14389478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14389478> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14389478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14389478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14389478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14389478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401670" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14389478'^^xsd:integer;
  dwc:scientificName 'Sabellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401670'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401670'^^xsd:string;
  dwc:aphiaid '985'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14389478'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567963> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614583" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567963'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614583'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614583'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567963'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14083580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14083580> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14083580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14083580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14083580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14083580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611267" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14083580'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611267'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611267'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14083580'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13629433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13629433> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13629433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13629433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13629433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13629433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597991" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13629433'^^xsd:integer;
  dwc:scientificName 'Ceramium secundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597991'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597991'^^xsd:string;
  dwc:aphiaid '144562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13629433'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144562'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629443> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13629443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580673" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13629443'^^xsd:integer;
  dwc:scientificName 'Ceramium secundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580673'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580673'^^xsd:string;
  dwc:aphiaid '144562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13629443'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144562'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629434> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13629434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579712" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13629434'^^xsd:integer;
  dwc:scientificName 'Ceramium secundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579712'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579712'^^xsd:string;
  dwc:aphiaid '144562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13629434'^^xsd:string;
  dwc:observationDate '1998-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '144562'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579430> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13579430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579333" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13579430'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579333'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579333'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13579430'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14224977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14224977> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14224977> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14224977>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14224977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14224977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579573" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14224977'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579573'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579573'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14224977'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14117462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14117462> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14117462> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14117462>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14117462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14117462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580527" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14117462'^^xsd:integer;
  dwc:scientificName 'Myxilla incrustans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580527'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580527'^^xsd:string;
  dwc:aphiaid '133882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14117462'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '169466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13793103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13793103> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13793103> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13793103>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13793103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13793103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614878" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13793103'^^xsd:integer;
  dwc:scientificName 'Erythroglossum laciniatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614878'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614878'^^xsd:string;
  dwc:aphiaid '144749'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13793103'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '144749'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851944> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13851944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577903" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13851944'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577903'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577903'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13851944'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460794> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460794> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460794>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14460794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580755" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14460794'^^xsd:integer;
  dwc:scientificName 'Stelligera stuposa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580755'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580755'^^xsd:string;
  dwc:aphiaid '134175'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14460794'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134175'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13502411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13502411> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13502411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13502411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13502411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13502411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615633" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13502411'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615633'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615633'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13502411'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324389> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324389> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324389>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13324389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13324389'^^xsd:integer;
  dwc:scientificName 'Ascidiacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615062'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615062'^^xsd:string;
  dwc:aphiaid '1839'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13324389'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '1839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14489438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14489438> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14489438> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14489438>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14489438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14489438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615411" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14489438'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615411'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615411'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14489438'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886965> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13886965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614895" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13886965'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614895'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614895'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13886965'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886976> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13886976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615118" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13886976'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615118'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615118'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13886976'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132878> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14132878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578945" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14132878'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578945'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578945'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14132878'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380343> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14380343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578977" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14380343'^^xsd:integer;
  dwc:scientificName 'Rhodophyllis divaricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578977'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578977'^^xsd:string;
  dwc:aphiaid '145617'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14380343'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508233> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13508233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578968" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13508233'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578968'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578968'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13508233'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13915306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13915306> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13915306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13915306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13915306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13915306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615702" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13915306'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615702'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615702'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13915306'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132877> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132877> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132877>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14132877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580758" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14132877'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580758'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580758'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14132877'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14353694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14353694> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14353694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14353694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14353694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14353694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615626" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14353694'^^xsd:integer;
  dwc:scientificName 'Prostheceraeus vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615626'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615626'^^xsd:string;
  dwc:aphiaid '142820'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14353694'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '142820'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14012676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14012676> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14012676> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14012676>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14012676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14012676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578159" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14012676'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578159'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578159'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14012676'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316677> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14316677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580404" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14316677'^^xsd:integer;
  dwc:scientificName 'Polyclinum aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580404'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580404'^^xsd:string;
  dwc:aphiaid '103674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14316677'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729110> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13729110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580438" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13729110'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580438'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580438'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13729110'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649917> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13649917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580425" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13649917'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580425'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580425'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13649917'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14288229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14288229> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14288229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14288229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14288229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14288229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614462" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14288229'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614462'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614462'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14288229'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14003233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14003233> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14003233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14003233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14003233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14003233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615222" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14003233'^^xsd:integer;
  dwc:scientificName 'Leuconia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615222'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615222'^^xsd:string;
  dwc:aphiaid '131706'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14003233'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '131706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14547497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14547497> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14547497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14547497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14547497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:14547497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611480" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '14547497'^^xsd:integer;
  dwc:scientificName 'Meiosquilla desmaresti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611480'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611480'^^xsd:string;
  dwc:aphiaid '148537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:14547497'^^xsd:string;
  dwc:observationDate '2000-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '136135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580409> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13580409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607553" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13580409'^^xsd:integer;
  dwc:scientificName 'Callionymus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607553'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607553'^^xsd:string;
  dwc:aphiaid '125930'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13580409'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '125930'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13897196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13897196> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13897196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13897196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13897196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13897196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614290" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13897196'^^xsd:integer;
  dwc:scientificName 'Halurus flosculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614290'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614290'^^xsd:string;
  dwc:aphiaid '144595'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13897196'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '144595'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13718236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13718236> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13718236> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13718236>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13718236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13718236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607529" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13718236'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607529'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607529'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13718236'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13712315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13712315> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13712315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13712315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13712315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13712315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581522" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13712315'^^xsd:integer;
  dwc:scientificName 'Crisia eburnea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581522'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581522'^^xsd:string;
  dwc:aphiaid '111696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13712315'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '111696'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535514> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14535514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614068" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14535514'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614068'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614068'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14535514'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13822992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13822992> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13822992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.577065"^^xsd:decimal ;
  dwc:decimalLongitude "-4.215065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13822992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  geo-pos:lat "52.577065"^^xsd:decimal ;
  geo-pos:long "-4.215065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13822992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13822992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40751801" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13822992'^^xsd:integer;
  dwc:scientificName 'Fabricia sabella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40751801'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.215065'^^xsd:double;
  dwc:latitude '52.577065'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40751801'^^xsd:string;
  dwc:aphiaid '130911'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13822992'^^xsd:string;
  dwc:observationDate '1998-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '130913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14361960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14361960> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14361960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.304741"^^xsd:decimal ;
  dwc:decimalLongitude "-4.34813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14361960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  geo-pos:lat "52.304741"^^xsd:decimal ;
  geo-pos:long "-4.34813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14361960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14361960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752846" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14361960'^^xsd:integer;
  dwc:scientificName 'Pseudopolydora pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752846'^^xsd:string;
  dwc:yearCollected '1998'^^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.34813'^^xsd:double;
  dwc:latitude '52.304741'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752846'^^xsd:string;
  dwc:aphiaid '131169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14361960'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '131169'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13928897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13928897> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13928897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13928897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13928897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13928897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614748" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13928897'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia rubra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614748'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614748'^^xsd:string;
  dwc:aphiaid '145712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13928897'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '145712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13570559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13570559> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13570559> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13570559>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13570559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13570559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607205" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13570559'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607205'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607205'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13570559'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14355727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14355727> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14355727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14355727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14355727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14355727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752393" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14355727'^^xsd:integer;
  dwc:scientificName 'Protomystides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752393'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752393'^^xsd:string;
  dwc:aphiaid '129456'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14355727'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129456'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14355726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14355726> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14355726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14355726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14355726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14355726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752608" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14355726'^^xsd:integer;
  dwc:scientificName 'Protomystides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752608'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752608'^^xsd:string;
  dwc:aphiaid '129456'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14355726'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129456'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14577249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14577249> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14577249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14577249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14577249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14577249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752226" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14577249'^^xsd:integer;
  dwc:scientificName 'Terebella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752226'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752226'^^xsd:string;
  dwc:aphiaid '129713'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14577249'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129713'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13782994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13782994> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13782994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13782994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13782994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13782994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752250" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13782994'^^xsd:integer;
  dwc:scientificName 'Ensis ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752250'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752250'^^xsd:string;
  dwc:aphiaid '140733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13782994'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '140733'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655397> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13655397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607398" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13655397'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607398'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607398'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13655397'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599795> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13599795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732998" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13599795'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732998'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732998'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13599795'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13579420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13579420> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13579420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13579420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13579420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13579420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401746" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13579420'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401746'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401746'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13579420'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14221753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14221753> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14221753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14221753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14221753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14221753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401726" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14221753'^^xsd:integer;
  dwc:scientificName 'Pagurus cuanensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401726'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401726'^^xsd:string;
  dwc:aphiaid '107235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14221753'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '107235'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14240138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14240138> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14240138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.115583 -4.776391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.115583"^^xsd:decimal ;
  dwc:decimalLongitude "-4.776391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14240138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.115583 -4.776391)"^^geo:wktLiteral ;
  geo-pos:lat "52.115583"^^xsd:decimal ;
  geo-pos:long "-4.776391"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14240138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14240138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752207" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14240138'^^xsd:integer;
  dwc:scientificName 'Parvicardium minimum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752207'^^xsd:string;
  dwc:yearCollected '1998'^^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.776391'^^xsd:double;
  dwc:latitude '52.115583'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752207'^^xsd:string;
  dwc:aphiaid '139010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14240138'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '1417307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046650> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14046650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752221" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14046650'^^xsd:integer;
  dwc:scientificName 'Lumbrineris gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752221'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752221'^^xsd:string;
  dwc:aphiaid '130244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14046650'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '607402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046648> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14046648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14046648'^^xsd:integer;
  dwc:scientificName 'Lumbrineris gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752902'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752902'^^xsd:string;
  dwc:aphiaid '130244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14046648'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '607402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046649> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14046649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752271" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14046649'^^xsd:integer;
  dwc:scientificName 'Lumbrineris gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752271'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752271'^^xsd:string;
  dwc:aphiaid '130244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14046649'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '607402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14124736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14124736> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14124736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14124736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14124736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14124736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752220" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14124736'^^xsd:integer;
  dwc:scientificName 'Nematonereis unicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752220'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752220'^^xsd:string;
  dwc:aphiaid '130077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14124736'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '742232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14274073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14274073> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14274073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14274073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14274073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14274073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752191" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14274073'^^xsd:integer;
  dwc:scientificName 'Pholoe inornata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752191'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752191'^^xsd:string;
  dwc:aphiaid '130601'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14274073'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '130601'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190033> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14190033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557095" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14190033'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557095'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557095'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14190033'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14440027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14440027> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14440027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14440027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14440027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14440027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752714" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14440027'^^xsd:integer;
  dwc:scientificName 'Spio'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752714'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752714'^^xsd:string;
  dwc:aphiaid '129625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14440027'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '129625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583970> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13583970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607192" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13583970'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607192'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607192'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13583970'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13777788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13777788> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13777788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13777788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13777788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13777788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615401" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13777788'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615401'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615401'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13777788'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13670693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13670693> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13670693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13670693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13670693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13670693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615607" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13670693'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615607'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615607'^^xsd:string;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13670693'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14224999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14224999> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14224999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14224999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14224999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14224999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614718" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14224999'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614718'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614718'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14224999'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13732611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13732611> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13732611> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13732611>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13732611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13732611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614136" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13732611'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614136'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614136'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13732611'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13567088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13567088> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13567088> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13567088>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13567088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13567088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613886" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13567088'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613886'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613886'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13567088'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443778> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14443778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733369" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14443778'^^xsd:integer;
  dwc:scientificName 'Spio martinensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733369'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733369'^^xsd:string;
  dwc:aphiaid '131185'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14443778'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '131185'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594197> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13594197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614500" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13594197'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614500'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614500'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13594197'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13840041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13840041> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13840041> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13840041>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13840041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13840041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581238" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13840041'^^xsd:integer;
  dwc:scientificName 'Galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581238'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581238'^^xsd:string;
  dwc:aphiaid '106834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13840041'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216851> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14216851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14216851'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581203'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581203'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14216851'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13469707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13469707> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13469707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13469707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13469707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13469707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607691" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13469707'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607691'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607691'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13469707'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13759049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13759049> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13759049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13759049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13759049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13759049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752972" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13759049'^^xsd:integer;
  dwc:scientificName 'Dosinia exoleta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752972'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752972'^^xsd:string;
  dwc:aphiaid '141911'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13759049'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '141911'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14460121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14460121> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14460121> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14460121>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14460121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14460121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607700" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14460121'^^xsd:integer;
  dwc:scientificName 'Stelligera rigida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607700'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607700'^^xsd:string;
  dwc:aphiaid '134174'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14460121'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '1424275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13351312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13351312> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13351312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13351312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13351312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13351312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607258" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13351312'^^xsd:integer;
  dwc:scientificName 'Triglidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607258'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607258'^^xsd:string;
  dwc:aphiaid '125598'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13351312'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '125598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14012703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14012703> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14012703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14012703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14012703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:14012703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611484" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '14012703'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611484'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611484'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:14012703'^^xsd:string;
  dwc:observationDate '2000-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676351> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13676351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615113" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13676351'^^xsd:integer;
  dwc:scientificName 'Clathrina coriacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615113'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615113'^^xsd:string;
  dwc:aphiaid '132277'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13676351'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '132277'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14393010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14393010> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14393010> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14393010>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14393010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14393010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614128" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14393010'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614128'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614128'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14393010'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14363913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14363913> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14363913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14363913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14363913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14363913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597874" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14363913'^^xsd:integer;
  dwc:scientificName 'Pterothamnion plumula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597874'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597874'^^xsd:string;
  dwc:aphiaid '144683'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14363913'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144683'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14120766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14120766> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14120766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14120766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14120766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14120766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607473" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14120766'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607473'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607473'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14120766'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424584> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424584> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424584>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13424584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614126" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13424584'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614126'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614126'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13424584'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425483> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425483> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425483>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14425483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614125" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14425483'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614125'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614125'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14425483'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424609> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424609> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424609>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13424609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613885" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13424609'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613885'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613885'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13424609'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425488> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425488> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425488>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14425488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613884" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14425488'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613884'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613884'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14425488'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866058> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13866058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752634" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13866058'^^xsd:integer;
  dwc:scientificName 'Glycera lapidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752634'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752634'^^xsd:string;
  dwc:aphiaid '155036'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13866058'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493292> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14493292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752645" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14493292'^^xsd:integer;
  dwc:scientificName 'Thracia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752645'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752645'^^xsd:string;
  dwc:aphiaid '138549'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14493292'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '138549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14588302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14588302> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14588302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14588302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14588302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14588302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752998" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14588302'^^xsd:integer;
  dwc:scientificName 'Gnathia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752998'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752998'^^xsd:string;
  dwc:aphiaid '118437'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14588302'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '118437'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14588303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14588303> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14588303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14588303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14588303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14588303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752629" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14588303'^^xsd:integer;
  dwc:scientificName 'Gnathia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752629'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752629'^^xsd:string;
  dwc:aphiaid '118437'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14588303'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '118437'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683281> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13683281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613932" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13683281'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613932'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613932'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13683281'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14285806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14285806> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14285806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14285806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14285806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14285806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752964" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14285806'^^xsd:integer;
  dwc:scientificName 'Phyllodocidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752964'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752964'^^xsd:string;
  dwc:aphiaid '931'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14285806'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '931'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14095082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14095082> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14095082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14095082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14095082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14095082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613939" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14095082'^^xsd:integer;
  dwc:scientificName 'Munida rugosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613939'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613939'^^xsd:string;
  dwc:aphiaid '107160'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14095082'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '107160'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297607> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14297607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613872" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14297607'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613872'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613872'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14297607'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14470164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14470164> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14470164> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14470164>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14470164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14470164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581097" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14470164'^^xsd:integer;
  dwc:scientificName 'Suberites ficus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581097'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581097'^^xsd:string;
  dwc:aphiaid '134285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14470164'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '134285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814990> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13814990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733451" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13814990'^^xsd:integer;
  dwc:scientificName 'Eurydice affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733451'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733451'^^xsd:string;
  dwc:aphiaid '118843'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13814990'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '118843'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119176> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14119176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596115" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14119176'^^xsd:integer;
  dwc:scientificName 'Naccaria wiggii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596115'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596115'^^xsd:string;
  dwc:aphiaid '145769'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14119176'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145769'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13759052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13759052> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13759052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13759052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13759052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13759052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596106" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13759052'^^xsd:integer;
  dwc:scientificName 'Dosinia exoleta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596106'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596106'^^xsd:string;
  dwc:aphiaid '141911'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13759052'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '141911'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13774301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13774301> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13774301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13774301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13774301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13774301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596124" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13774301'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596124'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596124'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13774301'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093967> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14093967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615175" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14093967'^^xsd:integer;
  dwc:scientificName 'Morchellium argus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615175'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615175'^^xsd:string;
  dwc:aphiaid '148714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14093967'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '148714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14362244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14362244> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14362244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14362244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14362244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14362244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615169" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14362244'^^xsd:integer;
  dwc:scientificName 'Pseudopotamilla reniformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615169'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615169'^^xsd:string;
  dwc:aphiaid '130963'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14362244'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '130963'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539173> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539173> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539173>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13539173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596258" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13539173'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596258'^^xsd:string;
  dwc:yearCollected '1998'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596258'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13539173'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141215> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14141215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732764" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14141215'^^xsd:integer;
  dwc:scientificName 'Nephtys'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732764'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732764'^^xsd:string;
  dwc:aphiaid '129370'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14141215'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '129370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547092> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732767" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547092'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pelagica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732767'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732767'^^xsd:string;
  dwc:aphiaid '103066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547092'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '103066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458376> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:12458376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596519" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '12458376'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596519'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596519'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:12458376'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621885> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733187" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621885'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733187'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733187'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621885'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924036> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924036> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924036>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13924036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581173" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13924036'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581173'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581173'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13924036'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13579423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13579423> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13579423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13579423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13579423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13579423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401645" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13579423'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401645'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401645'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13579423'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13828556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13828556> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13828556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13828556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13828556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13828556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401730" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13828556'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401730'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401730'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13828556'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13474825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13474825> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13474825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.304741"^^xsd:decimal ;
  dwc:decimalLongitude "-4.34813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13474825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  geo-pos:lat "52.304741"^^xsd:decimal ;
  geo-pos:long "-4.34813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13474825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13474825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752287" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13474825'^^xsd:integer;
  dwc:scientificName 'Aonides oxycephala'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752287'^^xsd:string;
  dwc:yearCollected '1998'^^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.34813'^^xsd:double;
  dwc:latitude '52.304741'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752287'^^xsd:string;
  dwc:aphiaid '131106'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13474825'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '131106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14589369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14589369> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14589369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14589369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14589369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14589369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752986" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14589369'^^xsd:integer;
  dwc:scientificName 'Gnathia oxyuraea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752986'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752986'^^xsd:string;
  dwc:aphiaid '118995'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14589369'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '118995'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917827> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917827> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917827>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13917827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607438" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13917827'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607438'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607438'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13917827'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468541> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14468541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596495" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14468541'^^xsd:integer;
  dwc:scientificName 'Stylostichon plumosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596495'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596495'^^xsd:string;
  dwc:aphiaid '150212'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14468541'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '133688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558658> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13558658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596528" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13558658'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596528'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596528'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13558658'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13649948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13649948> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13649948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13649948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13649948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13649948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615139" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13649948'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615139'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615139'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13649948'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621986> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621986> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621986>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:10621986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729075" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '10621986'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729075'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40729075'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:10621986'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14556302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14556302> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14556302> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14556302>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14556302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14556302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40751796" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14556302'^^xsd:integer;
  dwc:scientificName 'Cyprideis torosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40751796'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40751796'^^xsd:string;
  dwc:aphiaid '127986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14556302'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '127986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14386484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14386484> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14386484> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14386484>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14386484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14386484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577857" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14386484'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577857'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577857'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14386484'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190060> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14190060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607344" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14190060'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607344'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607344'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14190060'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13474824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13474824> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13474824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13474824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13474824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13474824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752000" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13474824'^^xsd:integer;
  dwc:scientificName 'Aonides oxycephala'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752000'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752000'^^xsd:string;
  dwc:aphiaid '131106'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13474824'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '131106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14116815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14116815> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14116815> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14116815>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14116815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14116815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578841" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14116815'^^xsd:integer;
  dwc:scientificName 'Myxilla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578841'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578841'^^xsd:string;
  dwc:aphiaid '131970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14116815'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '131970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092250> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092250> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092250>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14092250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579988" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14092250'^^xsd:integer;
  dwc:scientificName 'Molgula manhattensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579988'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579988'^^xsd:string;
  dwc:aphiaid '103788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14092250'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744555> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744555> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744555>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13744555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581719" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13744555'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581719'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581719'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13744555'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744568> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744568> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744568>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13744568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579827" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13744568'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579827'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579827'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13744568'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917834> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917834> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917834>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13917834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607362" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13917834'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607362'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607362'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13917834'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14549484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14549484> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14549484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14549484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14549484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14549484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752719" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14549484'^^xsd:integer;
  dwc:scientificName 'Antalis vulgaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752719'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752719'^^xsd:string;
  dwc:aphiaid '196380'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14549484'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '196380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13638343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13638343> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13638343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13638343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13638343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13638343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401619" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13638343'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401619'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401619'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13638343'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13638344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13638344> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13638344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13638344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13638344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13638344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401718" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13638344'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401718'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401718'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13638344'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882495> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13882495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596541" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13882495'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596541'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596541'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13882495'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14269706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14269706> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14269706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14269706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14269706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14269706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596531" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14269706'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596531'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596531'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14269706'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13977219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13977219> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13977219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13977219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13977219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13977219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607122" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13977219'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607122'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607122'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13977219'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946633> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13946633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615131" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13946633'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615131'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615131'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13946633'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13551909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13551909> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13551909> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13551909>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13551909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13551909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581235" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13551909'^^xsd:integer;
  dwc:scientificName 'Bispira volutacornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581235'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581235'^^xsd:string;
  dwc:aphiaid '130875'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13551909'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '130875'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189967> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14189967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581221" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14189967'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581221'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581221'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14189967'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975981> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:12975981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733408" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '12975981'^^xsd:integer;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733408'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733408'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:12975981'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683251> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683251> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683251>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13683251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578319" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13683251'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578319'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578319'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13683251'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13657613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13657613> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13657613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13657613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13657613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13657613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615645" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13657613'^^xsd:integer;
  dwc:scientificName 'Chromophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615645'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615645'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13657613'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13943605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13943605> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13943605> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13943605>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13943605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13943605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614156" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13943605'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614156'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614156'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13943605'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13765614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13765614> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13765614> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13765614>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13765614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13765614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614340" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13765614'^^xsd:integer;
  dwc:scientificName 'Dyopedos porrectus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614340'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614340'^^xsd:string;
  dwc:aphiaid '103044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13765614'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '103044'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795538> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795538> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795538>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13795538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607350" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13795538'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607350'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607350'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13795538'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14460804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14460804> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14460804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14460804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14460804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14460804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614140" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14460804'^^xsd:integer;
  dwc:scientificName 'Stelligera stuposa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614140'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614140'^^xsd:string;
  dwc:aphiaid '134175'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14460804'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '134175'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590689> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733925" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590689'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733925'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733925'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590689'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14470174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14470174> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14470174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14470174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14470174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14470174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607409" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14470174'^^xsd:integer;
  dwc:scientificName 'Suberites ficus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607409'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607409'^^xsd:string;
  dwc:aphiaid '134285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14470174'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '134285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14460805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14460805> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14460805> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14460805>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14460805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14460805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607348" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14460805'^^xsd:integer;
  dwc:scientificName 'Stelligera stuposa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607348'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607348'^^xsd:string;
  dwc:aphiaid '134175'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14460805'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '134175'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13250311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13250311> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13250311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13250311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13250311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13250311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614749" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13250311'^^xsd:integer;
  dwc:scientificName 'Verrucaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614749'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614749'^^xsd:string;
  dwc:aphiaid '147701'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13250311'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '147701'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882518> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882518> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882518>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13882518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610297" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13882518'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610297'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610297'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13882518'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977208> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977208> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977208>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13977208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609026" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13977208'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609026'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609026'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13977208'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694992> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13694992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580824" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13694992'^^xsd:integer;
  dwc:scientificName 'Cordylecladia erecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580824'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580824'^^xsd:string;
  dwc:aphiaid '145847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13694992'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145847'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977204> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977204> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977204>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13977204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609115" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13977204'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609115'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609115'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13977204'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13784763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13784763> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13784763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13784763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13784763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13784763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597633" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13784763'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597633'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597633'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13784763'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744662> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13744662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614293" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13744662'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614293'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614293'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13744662'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419589> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13419589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614284" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13419589'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614284'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614284'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13419589'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13551083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13551083> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13551083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13551083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13551083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13551083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615092" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13551083'^^xsd:integer;
  dwc:scientificName 'Bicellariella ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615092'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615092'^^xsd:string;
  dwc:aphiaid '111147'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13551083'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '111147'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13914469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13914469> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13914469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13914469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13914469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13914469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557204" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13914469'^^xsd:integer;
  dwc:scientificName 'Hemimycale columella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557204'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557204'^^xsd:string;
  dwc:aphiaid '133543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13914469'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '133543'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14517367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14517367> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14517367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14517367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14517367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14517367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733957" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14517367'^^xsd:integer;
  dwc:scientificName 'Tubificoides benedii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733957'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733957'^^xsd:string;
  dwc:aphiaid '137571'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14517367'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '137571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13963195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13963195> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13963195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13963195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13963195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13963195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615079" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13963195'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria pinnata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615079'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615079'^^xsd:string;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13963195'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490074> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14490074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733132" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14490074'^^xsd:integer;
  dwc:scientificName 'Tetrastemma candidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733132'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733132'^^xsd:string;
  dwc:aphiaid '122764'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14490074'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '122764'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547639> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733135" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547639'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733135'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733135'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547639'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13924129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13924129> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13924129> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13924129>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13924129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13924129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614699" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13924129'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614699'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614699'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13924129'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924125> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924125> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924125>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13924125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609704" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13924125'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609704'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609704'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13924125'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13624024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13624024> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13624024> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13624024>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13624024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13624024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614688" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13624024'^^xsd:integer;
  dwc:scientificName 'Centrolabrus exoletus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614688'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614688'^^xsd:string;
  dwc:aphiaid '126961'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13624024'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '126961'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744637> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744637> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744637>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13744637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557153" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13744637'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557153'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40557153'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13744637'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744556> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744556> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744556>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13744556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579799" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13744556'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579799'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579799'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13744556'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13512590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13512590> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13512590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13512590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13512590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13512590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596477" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13512590'^^xsd:integer;
  dwc:scientificName 'Asperococcus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596477'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596477'^^xsd:string;
  dwc:aphiaid '144062'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13512590'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144062'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13857793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13857793> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13857793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13857793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13857793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13857793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596449" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13857793'^^xsd:integer;
  dwc:scientificName 'Gibbula magus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596449'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596449'^^xsd:string;
  dwc:aphiaid '141790'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13857793'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '141790'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744645> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744645> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744645>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13744645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557188" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13744645'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557188'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557188'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13744645'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286801> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14286801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577608" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14286801'^^xsd:integer;
  dwc:scientificName 'Phyllophora crispa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577608'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577608'^^xsd:string;
  dwc:aphiaid '145660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14286801'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389480> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13389480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614311" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13389480'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614311'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614311'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13389480'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710218> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598044" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710218'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598044'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598044'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710218'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372631> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372631> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372631>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14372631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579750" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14372631'^^xsd:integer;
  dwc:scientificName 'Raspailia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579750'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579750'^^xsd:string;
  dwc:aphiaid '181150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14372631'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '133150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893816> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13893816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596583" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13893816'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596583'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596583'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13893816'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580722> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13580722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596579" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13580722'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596579'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596579'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13580722'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580718> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13580718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13580718'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595838'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595838'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13580718'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13349171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13349171> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13349171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13349171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13349171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13349171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595799" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13349171'^^xsd:integer;
  dwc:scientificName 'Pycnogonida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595799'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595799'^^xsd:string;
  dwc:aphiaid '1302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13349171'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946635> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13946635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614676" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13946635'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614676'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614676'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13946635'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13334167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13334167> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13334167> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13334167>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13334167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13334167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615480" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13334167'^^xsd:integer;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615480'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615480'^^xsd:string;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13334167'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14224990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14224990> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14224990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14224990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14224990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14224990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609788" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14224990'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609788'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609788'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14224990'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13555834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13555834> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13555834> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13555834>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13555834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13555834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579791" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13555834'^^xsd:integer;
  dwc:scientificName 'Bonnemaisonia hamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579791'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579791'^^xsd:string;
  dwc:aphiaid '144442'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13555834'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13576599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13576599> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13576599> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13576599>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13576599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13576599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13576599'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614838'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614838'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13576599'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13576600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13576600> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13576600> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13576600>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13576600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13576600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615487" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13576600'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615487'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615487'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13576600'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576561> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576561> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576561>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13576561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579778" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13576561'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579778'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579778'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13576561'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13576591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13576591> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13576591> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13576591>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13576591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13576591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557177" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13576591'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557177'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557177'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13576591'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886925> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886925> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886925>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13886925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578839" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13886925'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578839'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578839'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13886925'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942318> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13942318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596128" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13942318'^^xsd:integer;
  dwc:scientificName 'Hydractinia echinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596128'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596128'^^xsd:string;
  dwc:aphiaid '117644'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13942318'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '117644'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324315> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324315> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324315>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14324315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579803" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14324315'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579803'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579803'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14324315'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14018087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14018087> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14018087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14018087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14018087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14018087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614151" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14018087'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614151'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614151'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14018087'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798789> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13798789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732745" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13798789'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732745'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732745'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13798789'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798785> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13798785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732789" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13798785'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732789'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732789'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13798785'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798796> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13798796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733252" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13798796'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733252'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733252'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13798796'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798775> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13798775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733686" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13798775'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733686'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733686'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13798775'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777781> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13777781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598151" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13777781'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598151'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598151'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13777781'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798793> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13798793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733374" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13798793'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733374'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733374'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13798793'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798797> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13798797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733317" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13798797'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733317'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733317'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13798797'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798795> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13798795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732911" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13798795'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732911'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732911'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13798795'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777779> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13777779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598114" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13777779'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598114'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598114'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13777779'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536946> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13536946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615659" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13536946'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615659'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615659'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13536946'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908287> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13908287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733385" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13908287'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733385'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733385'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13908287'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489378> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489378> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489378>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14489378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581096" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14489378'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581096'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581096'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14489378'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216865> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216865> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216865>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14216865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579236" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14216865'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579236'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579236'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14216865'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649934> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13649934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596539" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13649934'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596539'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596539'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13649934'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336201> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14336201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596065" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14336201'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596065'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596065'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14336201'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14005066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14005066> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14005066> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14005066>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14005066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14005066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581093" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14005066'^^xsd:integer;
  dwc:scientificName 'Leucosolenia complicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581093'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581093'^^xsd:string;
  dwc:aphiaid '132219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14005066'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '132219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951755> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951755> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951755>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13951755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577861" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13951755'^^xsd:integer;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577861'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577861'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13951755'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539253> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13539253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615136" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13539253'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615136'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615136'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13539253'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460034> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13460034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596501" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13460034'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596501'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596501'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13460034'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14402408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14402408> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14402408> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14402408>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14402408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14402408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581114" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14402408'^^xsd:integer;
  dwc:scientificName 'Schizomavella linearis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581114'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581114'^^xsd:string;
  dwc:aphiaid '111099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14402408'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '862795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108759> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14108759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614716" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14108759'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614716'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614716'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14108759'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108760> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14108760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615599" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14108760'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615599'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615599'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14108760'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517649> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607343" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517649'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607343'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607343'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517649'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517430> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517430> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517430>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13517430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581252" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13517430'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581252'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581252'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13517430'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517685> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13517685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615667" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13517685'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615667'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615667'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13517685'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755850> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755850> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755850>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13755850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581157" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13755850'^^xsd:integer;
  dwc:scientificName 'Diplosoma spongiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581157'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581157'^^xsd:string;
  dwc:aphiaid '103582'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13755850'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755852> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755852> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755852>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13755852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579245" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13755852'^^xsd:integer;
  dwc:scientificName 'Diplosoma spongiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579245'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579245'^^xsd:string;
  dwc:aphiaid '103582'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13755852'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14249864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14249864> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14249864> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14249864>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14249864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14249864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579541" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14249864'^^xsd:integer;
  dwc:scientificName 'Peachia cylindrica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579541'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579541'^^xsd:string;
  dwc:aphiaid '100927'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14249864'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14483497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14483497> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14483497> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14483497>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14483497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14483497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578272" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14483497'^^xsd:integer;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578272'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578272'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14483497'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951749> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951749> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951749>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13951749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581142" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13951749'^^xsd:integer;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581142'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581142'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13951749'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14005070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14005070> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14005070> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14005070>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14005070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14005070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581127" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14005070'^^xsd:integer;
  dwc:scientificName 'Leucosolenia complicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581127'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581127'^^xsd:string;
  dwc:aphiaid '132219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14005070'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '132219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13612583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13612583> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13612583> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13612583>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13612583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13612583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578276" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13612583'^^xsd:integer;
  dwc:scientificName 'Caridea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578276'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578276'^^xsd:string;
  dwc:aphiaid '106674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13612583'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '106674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517586> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609573" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517586'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609573'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609573'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517586'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517420> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517420> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517420>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13517420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577800" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13517420'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577800'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577800'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13517420'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14224996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14224996> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14224996> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14224996>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14224996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14224996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557178" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14224996'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557178'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557178'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14224996'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14224994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14224994> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14224994> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14224994>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14224994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14224994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557143" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14224994'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557143'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40557143'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14224994'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517533> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517533> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517533>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13517533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609383" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13517533'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609383'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609383'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13517533'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517601> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517601> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517601>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609403" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517601'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609403'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609403'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517601'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517573> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609232" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517573'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609232'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609232'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517573'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517596> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517596> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517596>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557025" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517596'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557025'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40557025'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517596'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14327416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14327416> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14327416> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14327416>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14327416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14327416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610038" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14327416'^^xsd:integer;
  dwc:scientificName 'Polysiphonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610038'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610038'^^xsd:string;
  dwc:aphiaid '143853'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14327416'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '143853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737332> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737332> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737332>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13737332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609988" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13737332'^^xsd:integer;
  dwc:scientificName 'Desmarestia ligulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609988'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609988'^^xsd:string;
  dwc:aphiaid '145309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13737332'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13675111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13675111> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13675111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13675111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13675111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13675111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609794" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13675111'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609794'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609794'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13675111'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13737314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13737314> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13737314> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13737314>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13737314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13737314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579051" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13737314'^^xsd:integer;
  dwc:scientificName 'Desmarestia ligulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579051'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579051'^^xsd:string;
  dwc:aphiaid '145309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13737314'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744626> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744626> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744626>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13744626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610188" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13744626'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610188'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610188'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13744626'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744609> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744609> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744609>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13744609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609523" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13744609'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609523'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609523'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13744609'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13346520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13346520> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13346520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13346520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13346520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13346520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596129" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13346520'^^xsd:integer;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596129'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596129'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13346520'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14416153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14416153> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14416153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14416153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14416153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14416153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595832" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14416153'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595832'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595832'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14416153'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328962> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14328962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14328962'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595865'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595865'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14328962'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908306> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13908306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597828" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13908306'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597828'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597828'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13908306'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14055204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14055204> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14055204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14055204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14055204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14055204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401621" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14055204'^^xsd:integer;
  dwc:scientificName 'Macropodia rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401621'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401621'^^xsd:string;
  dwc:aphiaid '107345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14055204'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '107345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13424429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13424429> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13424429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13424429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13424429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13424429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401617" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13424429'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401617'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401617'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13424429'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13991834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13991834> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13991834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13991834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13991834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13991834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752785" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13991834'^^xsd:integer;
  dwc:scientificName 'Laonice'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752785'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752785'^^xsd:string;
  dwc:aphiaid '129613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13991834'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559728> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.304741"^^xsd:decimal ;
  dwc:decimalLongitude "-4.34813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  geo-pos:lat "52.304741"^^xsd:decimal ;
  geo-pos:long "-4.34813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14559728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752840" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14559728'^^xsd:integer;
  dwc:scientificName 'Eurydice truncata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752840'^^xsd:string;
  dwc:yearCollected '1998'^^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.34813'^^xsd:double;
  dwc:latitude '52.304741'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752840'^^xsd:string;
  dwc:aphiaid '118855'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14559728'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '118855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14189997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14189997> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14189997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14189997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14189997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14189997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752798" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14189997'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752798'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752798'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14189997'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046643> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14046643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752129" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14046643'^^xsd:integer;
  dwc:scientificName 'Lumbrineris gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752129'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752129'^^xsd:string;
  dwc:aphiaid '130244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14046643'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '607402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046642> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14046642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752304" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14046642'^^xsd:integer;
  dwc:scientificName 'Lumbrineris gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752304'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752304'^^xsd:string;
  dwc:aphiaid '130244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14046642'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '607402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046645> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14046645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752538" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14046645'^^xsd:integer;
  dwc:scientificName 'Lumbrineris gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752538'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752538'^^xsd:string;
  dwc:aphiaid '130244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14046645'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '607402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14336187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14336187> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14336187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14336187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14336187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14336187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752318" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14336187'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752318'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752318'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14336187'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13723302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13723302> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13723302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13723302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13723302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13723302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752680" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13723302'^^xsd:integer;
  dwc:scientificName 'Cumella pygmaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752680'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752680'^^xsd:string;
  dwc:aphiaid '110567'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13723302'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '110567'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700750> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13700750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752792" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13700750'^^xsd:integer;
  dwc:scientificName 'Corymorpha nutans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752792'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752792'^^xsd:string;
  dwc:aphiaid '117452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13700750'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '117452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700755> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13700755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13700755'^^xsd:integer;
  dwc:scientificName 'Corymorpha nutans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752263'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752263'^^xsd:string;
  dwc:aphiaid '117452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13700755'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '117452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447886> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14447886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752688" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14447886'^^xsd:integer;
  dwc:scientificName 'Spiophanes bombyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752688'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752688'^^xsd:string;
  dwc:aphiaid '131187'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14447886'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '131187'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447887> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14447887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752636" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14447887'^^xsd:integer;
  dwc:scientificName 'Spiophanes bombyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752636'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752636'^^xsd:string;
  dwc:aphiaid '131187'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14447887'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '131187'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14108754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14108754> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14108754> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14108754>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14108754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14108754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613864" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14108754'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613864'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613864'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14108754'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492200> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13492200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597580" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13492200'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597580'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597580'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13492200'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166368> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14166368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752954" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14166368'^^xsd:integer;
  dwc:scientificName 'Nucula nitidosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752954'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752954'^^xsd:string;
  dwc:aphiaid '140589'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14166368'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '140589'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12346913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12346913> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12346913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.33027"^^xsd:decimal ;
  dwc:decimalLongitude "-3.436709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12346913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  geo-pos:lat "51.33027"^^xsd:decimal ;
  geo-pos:long "-3.436709"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12346913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:12346913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610309" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '12346913'^^xsd:integer;
  dwc:scientificName 'Corophium insidiosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610309'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.436709'^^xsd:double;
  dwc:latitude '51.33027'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610309'^^xsd:string;
  dwc:aphiaid '102092'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:12346913'^^xsd:string;
  dwc:observationDate '1998-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '148592'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091862> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14091862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752089" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14091862'^^xsd:integer;
  dwc:scientificName 'Molgula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752089'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752089'^^xsd:string;
  dwc:aphiaid '103509'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14091862'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '103509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14182796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14182796> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14182796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14182796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14182796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14182796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40751991" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14182796'^^xsd:integer;
  dwc:scientificName 'Ophelina acuminata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40751991'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40751991'^^xsd:string;
  dwc:aphiaid '130500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14182796'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '130500'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908343> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.588826 -4.166647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.588826"^^xsd:decimal ;
  dwc:decimalLongitude "-4.166647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.588826 -4.166647)"^^geo:wktLiteral ;
  geo-pos:lat "51.588826"^^xsd:decimal ;
  geo-pos:long "-4.166647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13908343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610318" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13908343'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610318'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.166647'^^xsd:double;
  dwc:latitude '51.588826'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610318'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13908343'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908332> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908332> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908332>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13908332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608830" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13908332'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608830'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40608830'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13908332'^^xsd:string;
  dwc:observationDate '1998-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14342442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14342442> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14342442> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14342442>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14342442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14342442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581164" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14342442'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus pictus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581164'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581164'^^xsd:string;
  dwc:aphiaid '126930'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14342442'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126930'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336315> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14336315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615135" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14336315'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615135'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615135'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14336315'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13648596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13648596> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13648596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13648596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13648596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13648596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598035" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13648596'^^xsd:integer;
  dwc:scientificName 'Chlorophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598035'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598035'^^xsd:string;
  dwc:aphiaid '801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13648596'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365488> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14365488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596565" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14365488'^^xsd:integer;
  dwc:scientificName 'Punctaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596565'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596565'^^xsd:string;
  dwc:aphiaid '144079'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14365488'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144079'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535389> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535389> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535389>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14535389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577853" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14535389'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577853'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577853'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14535389'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886962> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13886962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615291" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13886962'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615291'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615291'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13886962'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14234467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14234467> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14234467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14234467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14234467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14234467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732766" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14234467'^^xsd:integer;
  dwc:scientificName 'Paraonis fulgens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732766'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732766'^^xsd:string;
  dwc:aphiaid '146932'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14234467'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '146932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517678> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517678> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517678>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607162" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517678'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607162'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40607162'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517678'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517425> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517425> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517425>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13517425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13517425'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596270'^^xsd:string;
  dwc:yearCollected '1998'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596270'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13517425'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517525> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13517525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596110" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13517525'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596110'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596110'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13517525'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517632> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517632> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517632>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614301" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517632'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614301'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40614301'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517632'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517657> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607607" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517657'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607607'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607607'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517657'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517431> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517431> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517431>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13517431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579160" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13517431'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579160'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579160'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13517431'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517445> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517445> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517445>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13517445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13517445'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580225'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580225'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13517445'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13672839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13672839> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13672839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13672839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13672839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13672839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615018" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13672839'^^xsd:integer;
  dwc:scientificName 'Cladophora rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615018'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615018'^^xsd:string;
  dwc:aphiaid '145064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13672839'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145064'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A11656089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A11656089> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A11656089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.577065"^^xsd:decimal ;
  dwc:decimalLongitude "-4.215065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A11656089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  geo-pos:lat "52.577065"^^xsd:decimal ;
  geo-pos:long "-4.215065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A11656089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:11656089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '11656089'^^xsd:integer;
  dwc:scientificName 'Sphaeroma hookeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735365'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.215065'^^xsd:double;
  dwc:latitude '52.577065'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735365'^^xsd:string;
  dwc:aphiaid '146935'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:11656089'^^xsd:string;
  dwc:observationDate '1998-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '118953'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14695187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14695187> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14695187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14695187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14695187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14695187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613944" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14695187'^^xsd:integer;
  dwc:scientificName 'Syngnathus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613944'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613944'^^xsd:string;
  dwc:aphiaid '126227'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14695187'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '126227'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132923> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132923> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132923>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14132923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607196" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14132923'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607196'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607196'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14132923'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13826195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13826195> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13826195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13826195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13826195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13826195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597666" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13826195'^^xsd:integer;
  dwc:scientificName 'Chlorophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597666'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597666'^^xsd:string;
  dwc:aphiaid '801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13826195'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336275> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607338" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336275'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607338'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607338'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336275'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14120767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14120767> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14120767> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14120767>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14120767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14120767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607433" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14120767'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607433'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607433'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14120767'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336256> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336256> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336256>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607430" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336256'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607430'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607430'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336256'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13757865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13757865> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13757865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13757865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13757865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13757865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597001" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13757865'^^xsd:integer;
  dwc:scientificName 'Donax vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597001'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597001'^^xsd:string;
  dwc:aphiaid '139604'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13757865'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '139604'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13915299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13915299> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13915299> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13915299>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13915299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13915299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607271" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13915299'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607271'^^xsd:string;
  dwc:yearCollected '1997'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607271'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13915299'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132929> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14132929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614088" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14132929'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614088'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614088'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14132929'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13637869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13637869> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13637869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13637869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13637869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13637869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614363" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13637869'^^xsd:integer;
  dwc:scientificName 'Chaetopterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614363'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614363'^^xsd:string;
  dwc:aphiaid '129229'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13637869'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '129229'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A11656090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A11656090> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A11656090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.577065"^^xsd:decimal ;
  dwc:decimalLongitude "-4.215065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A11656090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  geo-pos:lat "52.577065"^^xsd:decimal ;
  geo-pos:long "-4.215065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A11656090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:11656090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611476" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '11656090'^^xsd:integer;
  dwc:scientificName 'Sphaeroma hookeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611476'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.215065'^^xsd:double;
  dwc:latitude '52.577065'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611476'^^xsd:string;
  dwc:aphiaid '146935'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:11656090'^^xsd:string;
  dwc:observationDate '1998-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '118953'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A11656091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A11656091> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A11656091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.577065"^^xsd:decimal ;
  dwc:decimalLongitude "-4.215065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A11656091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  geo-pos:lat "52.577065"^^xsd:decimal ;
  geo-pos:long "-4.215065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A11656091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:11656091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40751803" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '11656091'^^xsd:integer;
  dwc:scientificName 'Sphaeroma hookeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40751803'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.215065'^^xsd:double;
  dwc:latitude '52.577065'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40751803'^^xsd:string;
  dwc:aphiaid '146935'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:11656091'^^xsd:string;
  dwc:observationDate '1998-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '118953'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A11656088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A11656088> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A11656088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.577065"^^xsd:decimal ;
  dwc:decimalLongitude "-4.215065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A11656088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  geo-pos:lat "52.577065"^^xsd:decimal ;
  geo-pos:long "-4.215065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A11656088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:11656088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609035" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '11656088'^^xsd:integer;
  dwc:scientificName 'Sphaeroma hookeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609035'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.215065'^^xsd:double;
  dwc:latitude '52.577065'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609035'^^xsd:string;
  dwc:aphiaid '146935'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:11656088'^^xsd:string;
  dwc:observationDate '1998-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '118953'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14096648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14096648> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14096648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14096648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14096648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14096648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752693" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14096648'^^xsd:integer;
  dwc:scientificName 'Musculus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752693'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752693'^^xsd:string;
  dwc:aphiaid '138225'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14096648'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '138225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655408> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13655408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613950" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13655408'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613950'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613950'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13655408'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13492266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13492266> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13492266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13492266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13492266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13492266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607444" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13492266'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607444'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607444'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13492266'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14012706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14012706> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14012706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14012706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14012706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14012706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607550" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14012706'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607550'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607550'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14012706'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14012709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14012709> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14012709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14012709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14012709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14012709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607563" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14012709'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607563'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607563'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14012709'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14012710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14012710> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14012710> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14012710>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14012710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14012710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607112" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14012710'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607112'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40607112'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14012710'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607465> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607465> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607465>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14607465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614134" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14607465'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614134'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614134'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14607465'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14534207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14534207> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14534207> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14534207>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14534207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14534207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605091" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14534207'^^xsd:integer;
  dwc:scientificName 'Urticina eques'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605091'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605091'^^xsd:string;
  dwc:aphiaid '100833'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14534207'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '100833'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14012704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14012704> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14012704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14012704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14012704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14012704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614009" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14012704'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614009'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614009'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14012704'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607464> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14607464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614105" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14607464'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614105'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614105'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14607464'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14012705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14012705> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14012705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14012705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14012705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14012705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614176" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14012705'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614176'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614176'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14012705'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607468> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14607468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607307" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14607468'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607307'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607307'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14607468'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492197> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13492197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598049" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13492197'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598049'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598049'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13492197'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14413651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14413651> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14413651> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14413651>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14413651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14413651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614237" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14413651'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614237'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614237'^^xsd:string;
  dwc:aphiaid '110866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14413651'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '110866'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14108755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14108755> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14108755> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14108755>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14108755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14108755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607161" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14108755'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607161'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40607161'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14108755'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13492264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13492264> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13492264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13492264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13492264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13492264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607401" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13492264'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607401'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607401'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13492264'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713155> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713155> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713155>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13713155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580622" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13713155'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580622'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580622'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13713155'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13389452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13389452> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13389452> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13389452>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13389452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13389452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580610" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13389452'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580610'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580610'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13389452'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13564520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13564520> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13564520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13564520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13564520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13564520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597883" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13564520'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597883'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597883'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13564520'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13946162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13946162> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13946162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13946162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13946162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13946162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580060" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13946162'^^xsd:integer;
  dwc:scientificName 'Hymedesmia paupertas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580060'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580060'^^xsd:string;
  dwc:aphiaid '133621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13946162'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '133621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14285802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14285802> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14285802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14285802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14285802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14285802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752213" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14285802'^^xsd:integer;
  dwc:scientificName 'Phyllodocidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752213'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752213'^^xsd:string;
  dwc:aphiaid '931'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14285802'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '931'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14159085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14159085> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14159085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14159085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14159085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14159085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752219" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14159085'^^xsd:integer;
  dwc:scientificName 'Nereis zonata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752219'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752219'^^xsd:string;
  dwc:aphiaid '130407'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14159085'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '130407'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14118687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14118687> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14118687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14118687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14118687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14118687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401736" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14118687'^^xsd:integer;
  dwc:scientificName 'Myoxocephalus scorpius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401736'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401736'^^xsd:string;
  dwc:aphiaid '127203'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14118687'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '127203'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13554662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13554662> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13554662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13554662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13554662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13554662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401738" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13554662'^^xsd:integer;
  dwc:scientificName 'Bonnemaisonia asparagoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401738'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401738'^^xsd:string;
  dwc:aphiaid '144440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13554662'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '144440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336284> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607560" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336284'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607560'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607560'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336284'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336297> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613921" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336297'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613921'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613921'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336297'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336299> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336299> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336299>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607159" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336299'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607159'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40607159'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336299'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336250> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607648" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336250'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607648'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607648'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336250'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921228> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.577065"^^xsd:decimal ;
  dwc:decimalLongitude "-4.215065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  geo-pos:lat "52.577065"^^xsd:decimal ;
  geo-pos:long "-4.215065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13921228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40751797" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13921228'^^xsd:integer;
  dwc:scientificName 'Heterochaeta costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40751797'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.215065'^^xsd:double;
  dwc:latitude '52.577065'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40751797'^^xsd:string;
  dwc:aphiaid '137554'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13921228'^^xsd:string;
  dwc:observationDate '1998-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '743898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921225> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.577065"^^xsd:decimal ;
  dwc:decimalLongitude "-4.215065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  geo-pos:lat "52.577065"^^xsd:decimal ;
  geo-pos:long "-4.215065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13921225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609031" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13921225'^^xsd:integer;
  dwc:scientificName 'Heterochaeta costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609031'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.215065'^^xsd:double;
  dwc:latitude '52.577065'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609031'^^xsd:string;
  dwc:aphiaid '137554'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13921225'^^xsd:string;
  dwc:observationDate '1998-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '743898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921226> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.577065"^^xsd:decimal ;
  dwc:decimalLongitude "-4.215065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  geo-pos:lat "52.577065"^^xsd:decimal ;
  geo-pos:long "-4.215065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13921226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735360" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13921226'^^xsd:integer;
  dwc:scientificName 'Heterochaeta costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735360'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.215065'^^xsd:double;
  dwc:latitude '52.577065'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735360'^^xsd:string;
  dwc:aphiaid '137554'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13921226'^^xsd:string;
  dwc:observationDate '1998-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '743898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921227> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.577065"^^xsd:decimal ;
  dwc:decimalLongitude "-4.215065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  geo-pos:lat "52.577065"^^xsd:decimal ;
  geo-pos:long "-4.215065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13921227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611472" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13921227'^^xsd:integer;
  dwc:scientificName 'Heterochaeta costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611472'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.215065'^^xsd:double;
  dwc:latitude '52.577065'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611472'^^xsd:string;
  dwc:aphiaid '137554'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13921227'^^xsd:string;
  dwc:observationDate '1998-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '743898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921229> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13921229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735368" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13921229'^^xsd:integer;
  dwc:scientificName 'Heterochaeta costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735368'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735368'^^xsd:string;
  dwc:aphiaid '137554'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13921229'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '743898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14553571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14553571> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14553571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14553571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14553571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14553571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752418" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14553571'^^xsd:integer;
  dwc:scientificName 'Celleporidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752418'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752418'^^xsd:string;
  dwc:aphiaid '110736'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14553571'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '110736'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14556303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14556303> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14556303> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14556303>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14556303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14556303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735354" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14556303'^^xsd:integer;
  dwc:scientificName 'Cyprideis torosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735354'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40735354'^^xsd:string;
  dwc:aphiaid '127986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14556303'^^xsd:string;
  dwc:observationDate '1998-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '127986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14280675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14280675> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14280675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14280675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14280675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14280675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752640" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14280675'^^xsd:integer;
  dwc:scientificName 'Photis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752640'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752640'^^xsd:string;
  dwc:aphiaid '102383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14280675'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '102383'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14128054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14128054> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14128054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14128054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14128054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14128054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752283" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14128054'^^xsd:integer;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752283'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752283'^^xsd:string;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14128054'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164336> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14164336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752908" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14164336'^^xsd:integer;
  dwc:scientificName 'Notomastus latericeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752908'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752908'^^xsd:string;
  dwc:aphiaid '129898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14164336'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164337> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14164337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752276" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14164337'^^xsd:integer;
  dwc:scientificName 'Notomastus latericeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752276'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752276'^^xsd:string;
  dwc:aphiaid '129898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14164337'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13872377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13872377> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13872377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13872377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13872377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13872377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752233" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13872377'^^xsd:integer;
  dwc:scientificName 'Golfingia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752233'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752233'^^xsd:string;
  dwc:aphiaid '136021'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13872377'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '136021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14605085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14605085> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14605085> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14605085>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14605085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14605085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729074" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14605085'^^xsd:integer;
  dwc:scientificName 'Cerastoderma glaucum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729074'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40729074'^^xsd:string;
  dwc:aphiaid '138999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14605085'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '138999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14605084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14605084> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14605084> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14605084>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14605084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14605084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557043" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14605084'^^xsd:integer;
  dwc:scientificName 'Cerastoderma glaucum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557043'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40557043'^^xsd:string;
  dwc:aphiaid '138999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14605084'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '138999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13575255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13575255> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13575255> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13575255>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13575255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:13575255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605083" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '13575255'^^xsd:integer;
  dwc:scientificName 'Bugula flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605083'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605083'^^xsd:string;
  dwc:aphiaid '111152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:13575255'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '834002'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14011683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14011683> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14011683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14011683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14011683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:14011683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611289" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '14011683'^^xsd:integer;
  dwc:scientificName 'Liocarcinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611289'^^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 '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611289'^^xsd:string;
  dwc:aphiaid '106925'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:14011683'^^xsd:string;
  dwc:observationDate '2000-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '106925'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14547500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14547500> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14547500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14547500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14547500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:14547500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611409" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '14547500'^^xsd:integer;
  dwc:scientificName 'Meiosquilla desmaresti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611409'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611409'^^xsd:string;
  dwc:aphiaid '148537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:14547500'^^xsd:string;
  dwc:observationDate '2000-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '136135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14324342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14324342> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14324342> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14324342>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14324342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14324342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607697" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14324342'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607697'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607697'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14324342'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583963> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583963> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583963>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13583963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614000" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13583963'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614000'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614000'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13583963'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12455463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12455463> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12455463> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12455463>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12455463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:12455463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614185" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '12455463'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614185'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614185'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:12455463'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424606> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424606> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424606>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13424606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614338" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13424606'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614338'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614338'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13424606'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795534> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795534> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795534>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13795534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613994" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13795534'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613994'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613994'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13795534'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14336199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14336199> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14336199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14336199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14336199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14336199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596056" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14336199'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596056'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596056'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14336199'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917838> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917838> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917838>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13917838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614045" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13917838'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614045'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614045'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13917838'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489431> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489431> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489431>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14489431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614152" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14489431'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614152'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614152'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14489431'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13981633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13981633> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13981633> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13981633>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13981633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13981633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614222" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13981633'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614222'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614222'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13981633'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13981637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13981637> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13981637> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13981637>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13981637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13981637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614245" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13981637'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614245'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614245'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13981637'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492201> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13492201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597562" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13492201'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597562'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597562'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13492201'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14203597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14203597> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14203597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14203597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14203597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14203597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752952" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14203597'^^xsd:integer;
  dwc:scientificName 'Orchomene nanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752952'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752952'^^xsd:string;
  dwc:aphiaid '102673'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14203597'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '102691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13876383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13876383> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13876383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13876383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13876383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13876383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752939" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13876383'^^xsd:integer;
  dwc:scientificName 'Goniadella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752939'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752939'^^xsd:string;
  dwc:aphiaid '129301'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13876383'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '129301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13876387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13876387> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13876387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13876387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13876387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13876387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752397" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13876387'^^xsd:integer;
  dwc:scientificName 'Goniadella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752397'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752397'^^xsd:string;
  dwc:aphiaid '129301'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13876387'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046659> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.304741"^^xsd:decimal ;
  dwc:decimalLongitude "-4.34813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  geo-pos:lat "52.304741"^^xsd:decimal ;
  geo-pos:long "-4.34813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14046659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752843" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14046659'^^xsd:integer;
  dwc:scientificName 'Lumbrineris gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752843'^^xsd:string;
  dwc:yearCollected '1998'^^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.34813'^^xsd:double;
  dwc:latitude '52.304741'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752843'^^xsd:string;
  dwc:aphiaid '130244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14046659'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '607402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493296> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.304741"^^xsd:decimal ;
  dwc:decimalLongitude "-4.34813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  geo-pos:lat "52.304741"^^xsd:decimal ;
  geo-pos:long "-4.34813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14493296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752855" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14493296'^^xsd:integer;
  dwc:scientificName 'Thracia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752855'^^xsd:string;
  dwc:yearCollected '1998'^^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.34813'^^xsd:double;
  dwc:latitude '52.304741'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752855'^^xsd:string;
  dwc:aphiaid '138549'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14493296'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '138549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493297> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.304741"^^xsd:decimal ;
  dwc:decimalLongitude "-4.34813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  geo-pos:lat "52.304741"^^xsd:decimal ;
  geo-pos:long "-4.34813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14493297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752292" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14493297'^^xsd:integer;
  dwc:scientificName 'Thracia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752292'^^xsd:string;
  dwc:yearCollected '1998'^^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.34813'^^xsd:double;
  dwc:latitude '52.304741'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752292'^^xsd:string;
  dwc:aphiaid '138549'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14493297'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '138549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866066> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.304741"^^xsd:decimal ;
  dwc:decimalLongitude "-4.34813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  geo-pos:lat "52.304741"^^xsd:decimal ;
  geo-pos:long "-4.34813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13866066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752285" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13866066'^^xsd:integer;
  dwc:scientificName 'Glycera lapidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752285'^^xsd:string;
  dwc:yearCollected '1998'^^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.34813'^^xsd:double;
  dwc:latitude '52.304741'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752285'^^xsd:string;
  dwc:aphiaid '155036'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13866066'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886957> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13886957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615130" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13886957'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615130'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615130'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13886957'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576563> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576563> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576563>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13576563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581249" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13576563'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581249'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581249'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13576563'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576554> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576554> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576554>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13576554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581119" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13576554'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581119'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581119'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13576554'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416125> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14416125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14416125'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581225'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581225'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14416125'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535360> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14535360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581199" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14535360'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581199'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581199'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14535360'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925994> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13925994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615108" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13925994'^^xsd:integer;
  dwc:scientificName 'Hiatella arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615108'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615108'^^xsd:string;
  dwc:aphiaid '140103'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13925994'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '140103'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925995> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13925995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615173" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13925995'^^xsd:integer;
  dwc:scientificName 'Hiatella arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615173'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615173'^^xsd:string;
  dwc:aphiaid '140103'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13925995'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '140103'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697112> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13697112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733185" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13697112'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733185'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733185'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13697112'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953196> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13953196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581207" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13953196'^^xsd:integer;
  dwc:scientificName 'Inachus phalangium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581207'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581207'^^xsd:string;
  dwc:aphiaid '107333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13953196'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '107333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13917797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13917797> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13917797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13917797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13917797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13917797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581220" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13917797'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581220'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581220'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13917797'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886968> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13886968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615097" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13886968'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615097'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615097'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13886968'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743746> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13743746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596125" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13743746'^^xsd:integer;
  dwc:scientificName 'Dictyosiphon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596125'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596125'^^xsd:string;
  dwc:aphiaid '144067'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13743746'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144067'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376226> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14376226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596123" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14376226'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596123'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596123'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14376226'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14221760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14221760> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14221760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14221760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14221760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14221760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581204" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14221760'^^xsd:integer;
  dwc:scientificName 'Pagurus cuanensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581204'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581204'^^xsd:string;
  dwc:aphiaid '107235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14221760'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '107235'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828620> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13828620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596520" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13828620'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596520'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596520'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13828620'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606616> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13606616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598031" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13606616'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598031'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598031'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13606616'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13561931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13561931> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13561931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13561931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13561931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13561931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596518" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13561931'^^xsd:integer;
  dwc:scientificName 'Bowerbankia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596518'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596518'^^xsd:string;
  dwc:aphiaid '111023'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13561931'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '111022'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14425495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14425495> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14425495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14425495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14425495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14425495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615298" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14425495'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615298'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615298'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14425495'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13338848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13338848> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13338848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13338848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13338848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13338848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733178" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13338848'^^xsd:integer;
  dwc:scientificName 'Nematoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733178'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733178'^^xsd:string;
  dwc:aphiaid '799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13338848'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590701> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733452" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590701'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733452'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733452'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590701'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424517> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13424517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596500" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13424517'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596500'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596500'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13424517'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412305> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14412305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733189" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14412305'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733189'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733189'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14412305'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14425471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14425471> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14425471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14425471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14425471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14425471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596498" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14425471'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596498'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596498'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14425471'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13529804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13529804> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13529804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13529804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13529804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13529804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752410" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13529804'^^xsd:integer;
  dwc:scientificName 'Atylus falcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752410'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752410'^^xsd:string;
  dwc:aphiaid '102126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13529804'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '102139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828716> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828716> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828716>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607666" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828716'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607666'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607666'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828716'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13784767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13784767> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13784767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13784767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13784767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13784767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597829" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13784767'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597829'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597829'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13784767'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166370> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14166370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752319" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14166370'^^xsd:integer;
  dwc:scientificName 'Nucula nitidosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752319'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752319'^^xsd:string;
  dwc:aphiaid '140589'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14166370'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '140589'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166371> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14166371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40753002" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14166371'^^xsd:integer;
  dwc:scientificName 'Nucula nitidosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40753002'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40753002'^^xsd:string;
  dwc:aphiaid '140589'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14166371'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '140589'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166372> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14166372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752543" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14166372'^^xsd:integer;
  dwc:scientificName 'Nucula nitidosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752543'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752543'^^xsd:string;
  dwc:aphiaid '140589'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14166372'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '140589'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14359383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14359383> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14359383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14359383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14359383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14359383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40753000" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14359383'^^xsd:integer;
  dwc:scientificName 'Pseudocuma longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40753000'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40753000'^^xsd:string;
  dwc:aphiaid '148680'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14359383'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '110627'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166369> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14166369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752058" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14166369'^^xsd:integer;
  dwc:scientificName 'Nucula nitidosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752058'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752058'^^xsd:string;
  dwc:aphiaid '140589'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14166369'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '140589'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14533486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14533486> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14533486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14533486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14533486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14533486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752984" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14533486'^^xsd:integer;
  dwc:scientificName 'Urothoe marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752984'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752984'^^xsd:string;
  dwc:aphiaid '103233'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14533486'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '103233'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14307891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14307891> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14307891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14307891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14307891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14307891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752981" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14307891'^^xsd:integer;
  dwc:scientificName 'Polinices pulchellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752981'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752981'^^xsd:string;
  dwc:aphiaid '150554'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14307891'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '151894'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14408681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14408681> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14408681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14408681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14408681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14408681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752781" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14408681'^^xsd:integer;
  dwc:scientificName 'Scoloplos armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752781'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752781'^^xsd:string;
  dwc:aphiaid '130537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14408681'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '130537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14474423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14474423> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14474423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14474423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14474423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14474423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752717" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14474423'^^xsd:integer;
  dwc:scientificName 'Synchelidium maculatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752717'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752717'^^xsd:string;
  dwc:aphiaid '102928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14474423'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '102928'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13831239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13831239> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13831239> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13831239>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13831239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13831239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607720" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13831239'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607720'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607720'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13831239'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13966381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13966381> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13966381> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13966381>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13966381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13966381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577646" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13966381'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577646'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577646'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13966381'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14303285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14303285> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14303285> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14303285>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14303285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14303285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577630" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14303285'^^xsd:integer;
  dwc:scientificName 'Pododesmus patelliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577630'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577630'^^xsd:string;
  dwc:aphiaid '138751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14303285'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '138751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13580681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13580681> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13580681> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13580681>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13580681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13580681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577687" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13580681'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577687'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40577687'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13580681'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13953207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13953207> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13953207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13953207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13953207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13953207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578789" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13953207'^^xsd:integer;
  dwc:scientificName 'Inachus phalangium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578789'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578789'^^xsd:string;
  dwc:aphiaid '107333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13953207'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946629> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13946629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615802" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13946629'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615802'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615802'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13946629'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713163> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13713163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580080" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13713163'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580080'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580080'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13713163'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583919> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583919> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583919>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13583919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580173" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13583919'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580173'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580173'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13583919'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424438> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424438> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424438>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13424438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580534" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13424438'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580534'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580534'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13424438'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14300778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14300778> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14300778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14300778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14300778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14300778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615690" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14300778'^^xsd:integer;
  dwc:scientificName 'Plumaria plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615690'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615690'^^xsd:string;
  dwc:aphiaid '144603'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14300778'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '144603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419594> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419594> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419594>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13419594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614267" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13419594'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614267'^^xsd:string;
  dwc:yearCollected '1997'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614267'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13419594'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12393534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12393534> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12393534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12393534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12393534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:12393534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614964" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '12393534'^^xsd:integer;
  dwc:scientificName 'Lichina pygmaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614964'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614964'^^xsd:string;
  dwc:aphiaid '147720'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:12393534'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '147720'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14145874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14145874> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14145874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14145874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14145874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14145874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596904" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14145874'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596904'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596904'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14145874'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031651> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14031651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614959" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14031651'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614959'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614959'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14031651'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13575278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13575278> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13575278> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13575278>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13575278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13575278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611463" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13575278'^^xsd:integer;
  dwc:scientificName 'Bugula flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611463'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611463'^^xsd:string;
  dwc:aphiaid '111152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13575278'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '834002'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14171440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14171440> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14171440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14171440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14171440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14171440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401582" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14171440'^^xsd:integer;
  dwc:scientificName 'Obelia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401582'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401582'^^xsd:string;
  dwc:aphiaid '117034'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14171440'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '117034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13424426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13424426> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13424426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13424426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13424426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13424426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401583" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13424426'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401583'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401583'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13424426'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13782995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13782995> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13782995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13782995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13782995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13782995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597000" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13782995'^^xsd:integer;
  dwc:scientificName 'Ensis ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597000'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597000'^^xsd:string;
  dwc:aphiaid '140733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13782995'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '140733'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13517608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13517608> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13517608> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13517608>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13517608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13517608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611465" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13517608'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611465'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611465'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13517608'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13815070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13815070> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13815070> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13815070>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13815070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13815070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578646" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13815070'^^xsd:integer;
  dwc:scientificName 'Eurynome aspera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578646'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578646'^^xsd:string;
  dwc:aphiaid '107318'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13815070'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216881> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216881> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216881>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14216881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578644" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14216881'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578644'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578644'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14216881'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748928> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13748928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579372" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13748928'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579372'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579372'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13748928'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489374> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489374> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489374>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14489374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580157" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14489374'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580157'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580157'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14489374'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14508174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14508174> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14508174> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14508174>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14508174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14508174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580191" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14508174'^^xsd:integer;
  dwc:scientificName 'Trididemnum cereum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580191'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580191'^^xsd:string;
  dwc:aphiaid '103594'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14508174'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '103594'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523619> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523619> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523619>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14523619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614642" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14523619'^^xsd:integer;
  dwc:scientificName 'Tubularia indivisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614642'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614642'^^xsd:string;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14523619'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13756599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13756599> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13756599> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13756599>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13756599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13756599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580014" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13756599'^^xsd:integer;
  dwc:scientificName 'Distomus variolosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580014'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580014'^^xsd:string;
  dwc:aphiaid '103890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13756599'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749782> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13749782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580420" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13749782'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580420'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580420'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13749782'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393029> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393029> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393029>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14393029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14393029'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614871'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614871'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14393029'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575281> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13575281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40298373" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13575281'^^xsd:integer;
  dwc:scientificName 'Bugula flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40298373'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40298373'^^xsd:string;
  dwc:aphiaid '111152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13575281'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '834002'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13915303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13915303> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13915303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13915303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13915303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13915303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40298375" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13915303'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40298375'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40298375'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13915303'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575291> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575291> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575291>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13575291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40294621" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13575291'^^xsd:integer;
  dwc:scientificName 'Bugula flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40294621'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40294621'^^xsd:string;
  dwc:aphiaid '111152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13575291'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '834002'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535388> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535388> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535388>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14535388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579254" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14535388'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579254'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579254'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14535388'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535407> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14535407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14535407'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577891'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577891'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14535407'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607452> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607452> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607452>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14607452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580783" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14607452'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580783'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580783'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14607452'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13886920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13886920> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13886920> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13886920>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13886920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13886920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580525" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13886920'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580525'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580525'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13886920'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828570> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828570> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828570>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13828570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580557" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13828570'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580557'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580557'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13828570'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14312052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14312052> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14312052> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14312052>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14312052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14312052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580575" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14312052'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580575'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580575'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14312052'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14316671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14316671> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14316671> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14316671>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14316671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14316671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580567" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14316671'^^xsd:integer;
  dwc:scientificName 'Polyclinum aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580567'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580567'^^xsd:string;
  dwc:aphiaid '103674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14316671'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '103674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931476> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931476> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931476>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13931476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579841" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13931476'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579841'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579841'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13931476'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13564522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13564522> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13564522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13564522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13564522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13564522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597995" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13564522'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597995'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597995'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13564522'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13580671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13580671> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13580671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13580671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13580671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13580671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597906" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13580671'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597906'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597906'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13580671'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13993987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13993987> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13993987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13993987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13993987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13993987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597997" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13993987'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597997'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597997'^^xsd:string;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13993987'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189966> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189966> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189966>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14189966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579529" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14189966'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579529'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40579529'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14189966'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517681> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13517681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615283" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13517681'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615283'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615283'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13517681'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517466> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13517466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577918" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13517466'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577918'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577918'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13517466'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517472> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13517472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585554" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13517472'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585554'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585554'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13517472'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517486> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13517486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580470" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13517486'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580470'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580470'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13517486'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517457> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13517457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580085" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13517457'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580085'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580085'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13517457'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517450> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13517450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578963" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13517450'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578963'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578963'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13517450'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517413> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517413> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517413>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13517413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578173" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13517413'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578173'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578173'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13517413'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517522> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13517522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596400" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13517522'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596400'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596400'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13517522'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336170> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14336170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580643" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14336170'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580643'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580643'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14336170'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14483495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14483495> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14483495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14483495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14483495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14483495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597895" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14483495'^^xsd:integer;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597895'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597895'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14483495'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886954> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886954> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886954>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13886954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614640" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13886954'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614640'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614640'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13886954'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14260991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14260991> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14260991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14260991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14260991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14260991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401883" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14260991'^^xsd:integer;
  dwc:scientificName 'Perophora listeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401883'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401883'^^xsd:string;
  dwc:aphiaid '103759'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14260991'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '103759'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404260> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13404260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615681" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13404260'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615681'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615681'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13404260'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14120710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14120710> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14120710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14120710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14120710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14120710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401594" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14120710'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401594'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401594'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14120710'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485233> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13485233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577955" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13485233'^^xsd:integer;
  dwc:scientificName 'Apoglossum ruscifolium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577955'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577955'^^xsd:string;
  dwc:aphiaid '144737'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13485233'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144737'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14381748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14381748> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14381748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14381748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14381748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14381748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577946" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14381748'^^xsd:integer;
  dwc:scientificName 'Rhodymenia holmesii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577946'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577946'^^xsd:string;
  dwc:aphiaid '145853'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14381748'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14607471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14607471> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14607471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14607471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14607471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14607471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40298376" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14607471'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40298376'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40298376'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14607471'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483498> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14483498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578951" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14483498'^^xsd:integer;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578951'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578951'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14483498'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562429> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13562429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578960" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13562429'^^xsd:integer;
  dwc:scientificName 'Bowerbankia pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578960'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578960'^^xsd:string;
  dwc:aphiaid '111668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13562429'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '851599'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14467976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14467976> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14467976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14467976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14467976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14467976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578970" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14467976'^^xsd:integer;
  dwc:scientificName 'Styela clava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578970'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578970'^^xsd:string;
  dwc:aphiaid '103929'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14467976'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012678> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14012678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578957" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14012678'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578957'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578957'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14012678'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485231> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13485231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580119" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13485231'^^xsd:integer;
  dwc:scientificName 'Apoglossum ruscifolium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580119'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580119'^^xsd:string;
  dwc:aphiaid '144737'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13485231'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '144737'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413637> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14413637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580083" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14413637'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580083'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580083'^^xsd:string;
  dwc:aphiaid '110866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14413637'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '110866'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13756598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13756598> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13756598> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13756598>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13756598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13756598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579616" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13756598'^^xsd:integer;
  dwc:scientificName 'Distomus variolosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579616'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579616'^^xsd:string;
  dwc:aphiaid '103890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13756598'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413632> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13413632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577888" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13413632'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577888'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577888'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13413632'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696946> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14696946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578974" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14696946'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578974'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578974'^^xsd:string;
  dwc:aphiaid '126928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14696946'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '126928'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567945> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615745" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567945'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615745'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615745'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567945'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120781> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120781> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120781>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14120781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615449" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14120781'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615449'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615449'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14120781'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14303292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14303292> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14303292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14303292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14303292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14303292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580393" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14303292'^^xsd:integer;
  dwc:scientificName 'Pododesmus patelliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580393'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580393'^^xsd:string;
  dwc:aphiaid '138751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14303292'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '138751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13625062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13625062> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13625062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13625062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13625062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13625062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401839" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13625062'^^xsd:integer;
  dwc:scientificName 'Ceramium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401839'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401839'^^xsd:string;
  dwc:aphiaid '143834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13625062'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '143834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13828560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13828560> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13828560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13828560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13828560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13828560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401817" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13828560'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401817'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401817'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13828560'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13556573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13556573> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13556573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13556573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13556573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13556573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401828" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13556573'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401828'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401828'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13556573'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13871031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13871031> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13871031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13871031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13871031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13871031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579136" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13871031'^^xsd:integer;
  dwc:scientificName 'Gobiusculus flavescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579136'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579136'^^xsd:string;
  dwc:aphiaid '126898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13871031'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '1526389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13416148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13416148> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13416148> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13416148>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13416148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13416148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580024" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13416148'^^xsd:integer;
  dwc:scientificName 'Ahnfeltia plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580024'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580024'^^xsd:string;
  dwc:aphiaid '144422'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13416148'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13649906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13649906> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13649906> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13649906>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13649906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13649906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580026" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13649906'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580026'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580026'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13649906'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828608> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13828608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579320" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13828608'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579320'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579320'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13828608'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14705499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14705499> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14705499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14705499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14705499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14705499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614469" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14705499'^^xsd:integer;
  dwc:scientificName 'Laminaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614469'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614469'^^xsd:string;
  dwc:aphiaid '144199'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14705499'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '144199'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851933> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851933> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851933>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13851933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580001" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13851933'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580001'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580001'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13851933'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14309288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14309288> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14309288> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14309288>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14309288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14309288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580015" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14309288'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580015'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580015'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14309288'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14093947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14093947> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14093947> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14093947>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14093947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14093947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580009" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14093947'^^xsd:integer;
  dwc:scientificName 'Morchellium argus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580009'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580009'^^xsd:string;
  dwc:aphiaid '148714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14093947'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '148714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14039193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14039193> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14039193> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14039193>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14039193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14039193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580032" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14039193'^^xsd:integer;
  dwc:scientificName 'Lomentaria orcadensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580032'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580032'^^xsd:string;
  dwc:aphiaid '145830'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14039193'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925993> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13925993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614907" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13925993'^^xsd:integer;
  dwc:scientificName 'Hiatella arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614907'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614907'^^xsd:string;
  dwc:aphiaid '140103'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13925993'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140103'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14179169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14179169> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14179169> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14179169>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14179169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14179169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580182" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14179169'^^xsd:integer;
  dwc:scientificName 'Omalosecosa ramulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580182'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580182'^^xsd:string;
  dwc:aphiaid '111281'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14179169'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '111281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14179167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14179167> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14179167> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14179167>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14179167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14179167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578166" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14179167'^^xsd:integer;
  dwc:scientificName 'Omalosecosa ramulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578166'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578166'^^xsd:string;
  dwc:aphiaid '111281'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14179167'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '111281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13630428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13630428> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13630428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13630428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13630428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13630428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595764" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13630428'^^xsd:integer;
  dwc:scientificName 'Cerebratulus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595764'^^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 '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595764'^^xsd:string;
  dwc:aphiaid '122348'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13630428'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '122348'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224986> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14224986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585561" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14224986'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585561'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585561'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14224986'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908312> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13908312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597612" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13908312'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597612'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597612'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13908312'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917836> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13917836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613957" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13917836'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613957'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613957'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13917836'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489436> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489436> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489436>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14489436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614333" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14489436'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614333'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614333'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14489436'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14336195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14336195> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14336195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14336195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14336195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14336195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597164" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14336195'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597164'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597164'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14336195'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412306> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14412306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597715" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14412306'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597715'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597715'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14412306'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828722> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828722> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828722>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614331" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828722'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614331'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614331'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828722'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14403074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14403074> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14403074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14403074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14403074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14403074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597130" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14403074'^^xsd:integer;
  dwc:scientificName 'Schottera nicaeënsis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597130'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597130'^^xsd:string;
  dwc:aphiaid '494793'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14403074'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145666'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414925> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13414925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596385" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13414925'^^xsd:integer;
  dwc:scientificName 'Aglaozonia (asexual cutleria)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596385'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596385'^^xsd:string;
  dwc:aphiaid '182809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13414925'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336290> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614069" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336290'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614069'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614069'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336290'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336286> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607689" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336286'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607689'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607689'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336286'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14120770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14120770> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14120770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14120770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14120770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14120770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613955" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14120770'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613955'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613955'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14120770'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535493> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535493> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535493>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14535493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614158" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14535493'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614158'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614158'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14535493'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14346950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14346950> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14346950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14346950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14346950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14346950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613960" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14346950'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613960'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613960'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14346950'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826547> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13826547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607328" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13826547'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607328'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607328'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13826547'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13729085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13729085> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13729085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13729085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13729085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13729085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401751" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13729085'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401751'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401751'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13729085'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14132846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14132846> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14132846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14132846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14132846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14132846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401723" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14132846'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401723'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401723'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14132846'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13473487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13473487> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13473487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13473487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13473487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13473487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401747" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13473487'^^xsd:integer;
  dwc:scientificName 'Antithamnion cruciatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401747'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401747'^^xsd:string;
  dwc:aphiaid '144509'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13473487'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '144509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14132847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14132847> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14132847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14132847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14132847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14132847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401911" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14132847'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401911'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401911'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14132847'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14378389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14378389> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14378389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14378389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14378389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14378389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401756" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14378389'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401756'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401756'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14378389'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13649898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13649898> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13649898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13649898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13649898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13649898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401744" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13649898'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401744'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401744'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13649898'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13530853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13530853> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13530853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13530853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13530853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13530853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752324" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13530853'^^xsd:integer;
  dwc:scientificName 'Atylus vedlomensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752324'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752324'^^xsd:string;
  dwc:aphiaid '102132'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13530853'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '179538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13677149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13677149> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13677149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13677149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13677149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13677149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752409" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13677149'^^xsd:integer;
  dwc:scientificName 'Clausinella fasciata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752409'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752409'^^xsd:string;
  dwc:aphiaid '141909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13677149'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '141909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14135882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14135882> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14135882> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14135882>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14135882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14135882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579535" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14135882'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579535'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579535'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14135882'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311398> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311398> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311398>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14311398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579560" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14311398'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579560'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579560'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14311398'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14135880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14135880> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14135880> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14135880>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14135880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14135880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579229" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14135880'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579229'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579229'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14135880'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311379> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311379> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311379>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14311379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581159" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14311379'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581159'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581159'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14311379'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223524> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14223524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614596" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14223524'^^xsd:integer;
  dwc:scientificName 'Palaemon serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614596'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614596'^^xsd:string;
  dwc:aphiaid '107616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14223524'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '107616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594160> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13594160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596066" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13594160'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596066'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596066'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13594160'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459663> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14459663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596085" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14459663'^^xsd:integer;
  dwc:scientificName 'Spyridia filamentosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596085'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596085'^^xsd:string;
  dwc:aphiaid '144706'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14459663'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638379> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13638379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596503" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13638379'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596503'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596503'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13638379'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417983> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14417983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596493" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14417983'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596493'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596493'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14417983'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14128048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14128048> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14128048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14128048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14128048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14128048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733176" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14128048'^^xsd:integer;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733176'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733176'^^xsd:string;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14128048'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795508> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13795508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596494" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13795508'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596494'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596494'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13795508'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14017510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14017510> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14017510> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14017510>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14017510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14017510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581121" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14017510'^^xsd:integer;
  dwc:scientificName 'Lissoclinum perforatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581121'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581121'^^xsd:string;
  dwc:aphiaid '103585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14017510'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '103585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975986> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:12975986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733183" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '12975986'^^xsd:integer;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733183'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733183'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:12975986'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596438> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14596438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615106" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14596438'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615106'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615106'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14596438'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404277> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13404277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615396" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13404277'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615396'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615396'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13404277'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404280> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13404280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615021" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13404280'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615021'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615021'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13404280'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714680> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714680> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714680>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13714680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579978" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13714680'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579978'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579978'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13714680'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714677> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714677> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714677>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13714677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578292" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13714677'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578292'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578292'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13714677'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714671> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714671> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714671>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13714671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581151" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13714671'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581151'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581151'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13714671'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714686> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714686> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714686>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13714686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579556" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13714686'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579556'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579556'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13714686'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714676> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714676> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714676>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13714676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579241" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13714676'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579241'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579241'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13714676'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743193> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743193> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743193>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13743193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581175" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13743193'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581175'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581175'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13743193'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678872> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678872> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678872>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13678872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581286" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13678872'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581286'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581286'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13678872'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13567082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13567082> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13567082> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13567082>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13567082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13567082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581282" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13567082'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581282'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581282'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13567082'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583943> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583943> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583943>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13583943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579550" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13583943'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579550'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579550'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13583943'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13884213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13884213> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13884213> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13884213>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13884213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13884213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579533" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13884213'^^xsd:integer;
  dwc:scientificName 'Halecium halecinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579533'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579533'^^xsd:string;
  dwc:aphiaid '231751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13884213'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458760> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458760> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458760>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13458760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579547" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13458760'^^xsd:integer;
  dwc:scientificName 'Anapagurus hyndmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579547'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579547'^^xsd:string;
  dwc:aphiaid '107217'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13458760'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107217'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458754> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458754> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458754>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13458754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578592" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13458754'^^xsd:integer;
  dwc:scientificName 'Anapagurus hyndmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578592'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40578592'^^xsd:string;
  dwc:aphiaid '107217'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13458754'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '107217'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13891650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13891650> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13891650> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13891650>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13891650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13891650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579957" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13891650'^^xsd:integer;
  dwc:scientificName 'Haliclona oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579957'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579957'^^xsd:string;
  dwc:aphiaid '236327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13891650'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132833'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13577628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13577628> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13577628> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13577628>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13577628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13577628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579977" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13577628'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579977'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579977'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13577628'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14283058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14283058> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14283058> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14283058>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14283058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14283058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578869" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14283058'^^xsd:integer;
  dwc:scientificName 'Phycodrys rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578869'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578869'^^xsd:string;
  dwc:aphiaid '144773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14283058'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13551910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13551910> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13551910> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13551910>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13551910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13551910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578273" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13551910'^^xsd:integer;
  dwc:scientificName 'Bispira volutacornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578273'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578273'^^xsd:string;
  dwc:aphiaid '130875'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13551910'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '130875'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564534> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564534> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564534>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13564534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578313" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13564534'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578313'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578313'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13564534'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14408680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14408680> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14408680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14408680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14408680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14408680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752448" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14408680'^^xsd:integer;
  dwc:scientificName 'Scoloplos armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752448'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752448'^^xsd:string;
  dwc:aphiaid '130537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14408680'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '130537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535456> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14535456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557092" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14535456'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557092'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557092'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14535456'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14528110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14528110> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14528110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14528110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14528110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14528110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752942" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14528110'^^xsd:integer;
  dwc:scientificName 'Typosyllis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752942'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752942'^^xsd:string;
  dwc:aphiaid '147195'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14528110'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '129680'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14517372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14517372> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14517372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.33027"^^xsd:decimal ;
  dwc:decimalLongitude "-3.436709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14517372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  geo-pos:lat "51.33027"^^xsd:decimal ;
  geo-pos:long "-3.436709"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14517372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14517372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735386" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14517372'^^xsd:integer;
  dwc:scientificName 'Tubificoides benedii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735386'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.436709'^^xsd:double;
  dwc:latitude '51.33027'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735386'^^xsd:string;
  dwc:aphiaid '137571'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14517372'^^xsd:string;
  dwc:observationDate '1998-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14182797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14182797> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14182797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14182797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14182797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14182797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752705" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14182797'^^xsd:integer;
  dwc:scientificName 'Ophelina acuminata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752705'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752705'^^xsd:string;
  dwc:aphiaid '130500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14182797'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '130500'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13492268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13492268> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13492268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13492268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13492268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13492268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613869" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13492268'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613869'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613869'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13492268'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14096788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14096788> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14096788> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14096788>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14096788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14096788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581146" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14096788'^^xsd:integer;
  dwc:scientificName 'Musculus discors'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581146'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581146'^^xsd:string;
  dwc:aphiaid '140472'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14096788'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '140472'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517692> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13517692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615349" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13517692'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615349'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615349'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13517692'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517534> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517534> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517534>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13517534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608918" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13517534'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608918'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608918'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13517534'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14286809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14286809> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14286809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14286809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14286809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14286809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595845" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14286809'^^xsd:integer;
  dwc:scientificName 'Phyllophora crispa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595845'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595845'^^xsd:string;
  dwc:aphiaid '145660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14286809'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14016901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14016901> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14016901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14016901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14016901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14016901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595836" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14016901'^^xsd:integer;
  dwc:scientificName 'Liparis montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595836'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595836'^^xsd:string;
  dwc:aphiaid '127220'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14016901'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '127220'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942314> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13942314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595782" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13942314'^^xsd:integer;
  dwc:scientificName 'Hydractinia echinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595782'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595782'^^xsd:string;
  dwc:aphiaid '117644'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13942314'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '117644'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13792581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13792581> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13792581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13792581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13792581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13792581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595847" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13792581'^^xsd:integer;
  dwc:scientificName 'Erythrodermis traillii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595847'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595847'^^xsd:string;
  dwc:aphiaid '145655'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13792581'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145655'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14346945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14346945> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14346945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14346945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14346945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14346945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595780" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14346945'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595780'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595780'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14346945'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14528113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14528113> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14528113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14528113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14528113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14528113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752399" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14528113'^^xsd:integer;
  dwc:scientificName 'Typosyllis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752399'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752399'^^xsd:string;
  dwc:aphiaid '147195'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14528113'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129680'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13840048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13840048> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13840048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13840048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13840048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13840048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752241" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13840048'^^xsd:integer;
  dwc:scientificName 'Galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752241'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752241'^^xsd:string;
  dwc:aphiaid '106834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13840048'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '106834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14260294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14260294> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14260294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14260294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14260294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14260294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752460" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14260294'^^xsd:integer;
  dwc:scientificName 'Perioculodes longimanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752460'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752460'^^xsd:string;
  dwc:aphiaid '102915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14260294'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '102915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091588> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14091588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752622" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14091588'^^xsd:integer;
  dwc:scientificName 'Moerella pygmaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752622'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752622'^^xsd:string;
  dwc:aphiaid '147022'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14091588'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '879714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14211748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14211748> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14211748> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14211748>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14211748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14211748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607164" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14211748'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607164'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607164'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14211748'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14707607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14707607> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14707607> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14707607>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14707607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14707607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579058" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14707607'^^xsd:integer;
  dwc:scientificName 'Ulva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579058'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579058'^^xsd:string;
  dwc:aphiaid '144296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14707607'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13761742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13761742> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13761742> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13761742>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13761742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13761742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614697" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13761742'^^xsd:integer;
  dwc:scientificName 'Drachiella heterocarpa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614697'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614697'^^xsd:string;
  dwc:aphiaid '144745'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13761742'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '144745'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13334165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13334165> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13334165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13334165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13334165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13334165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614060" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13334165'^^xsd:integer;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614060'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614060'^^xsd:string;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13334165'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826549> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13826549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614291" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13826549'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614291'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614291'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13826549'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216871> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216871> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216871>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14216871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581647" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14216871'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581647'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581647'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14216871'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13815071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13815071> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13815071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13815071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13815071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13815071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578721" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13815071'^^xsd:integer;
  dwc:scientificName 'Eurynome aspera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578721'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578721'^^xsd:string;
  dwc:aphiaid '107318'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13815071'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '107318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13661127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13661127> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13661127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13661127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13661127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13661127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596986" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13661127'^^xsd:integer;
  dwc:scientificName 'Chylocladia verticillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596986'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596986'^^xsd:string;
  dwc:aphiaid '145808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13661127'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13556595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13556595> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13556595> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13556595>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13556595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13556595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607218" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13556595'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607218'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607218'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13556595'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13953224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13953224> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13953224> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13953224>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13953224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13953224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611382" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13953224'^^xsd:integer;
  dwc:scientificName 'Inachus phalangium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611382'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611382'^^xsd:string;
  dwc:aphiaid '107333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13953224'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '107333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729155> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729155> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729155>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13729155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607530" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13729155'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607530'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607530'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13729155'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749797> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13749797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595840" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13749797'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595840'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595840'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13749797'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13828681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13828681> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13828681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13828681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13828681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13828681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611399" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13828681'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611399'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611399'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13828681'^^xsd:string;
  dwc:observationDate '2000-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489388> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489388> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489388>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14489388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579947" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14489388'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579947'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579947'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14489388'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14200400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14200400> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14200400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14200400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14200400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14200400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614321" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14200400'^^xsd:integer;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614321'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614321'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14200400'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14429334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14429334> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14429334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14429334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14429334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14429334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752632" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14429334'^^xsd:integer;
  dwc:scientificName 'Sipunculidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752632'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752632'^^xsd:string;
  dwc:aphiaid '1648'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14429334'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '1648'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091192> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14091192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752603" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14091192'^^xsd:integer;
  dwc:scientificName 'Moerella donacina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752603'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752603'^^xsd:string;
  dwc:aphiaid '147021'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14091192'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '147021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907444> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13907444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733924" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13907444'^^xsd:integer;
  dwc:scientificName 'Haustorius arenarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733924'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733924'^^xsd:string;
  dwc:aphiaid '102317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13907444'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '102317'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729161> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729161> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729161>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13729161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13729161'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613891'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613891'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13729161'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132945> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132945> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132945>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14132945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613883" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14132945'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613883'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613883'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14132945'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14216950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14216950> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14216950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14216950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14216950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14216950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556967" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14216950'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556967'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556967'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14216950'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573581> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14573581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14573581'^^xsd:integer;
  dwc:scientificName 'Pterothamnion crispum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597064'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597064'^^xsd:string;
  dwc:aphiaid '144682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14573581'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144682'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828677> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828677> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828677>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13828677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610031" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13828677'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610031'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610031'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13828677'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14439450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14439450> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14439450> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14439450>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14439450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14439450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609355" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14439450'^^xsd:integer;
  dwc:scientificName 'Sphondylothamnion multifidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609355'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609355'^^xsd:string;
  dwc:aphiaid '144705'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14439450'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144705'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13884211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13884211> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13884211> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13884211>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13884211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13884211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577777" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13884211'^^xsd:integer;
  dwc:scientificName 'Halecium halecinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577777'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577777'^^xsd:string;
  dwc:aphiaid '231751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13884211'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828659> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13828659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609835" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13828659'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609835'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609835'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13828659'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14312075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14312075> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14312075> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14312075>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14312075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14312075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610115" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14312075'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610115'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610115'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14312075'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828662> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828662> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828662>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13828662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610112" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13828662'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610112'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610112'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13828662'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482491> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13482491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614663" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13482491'^^xsd:integer;
  dwc:scientificName 'Aplidium nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614663'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614663'^^xsd:string;
  dwc:aphiaid '103656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13482491'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '103656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328960> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14328960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597070" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14328960'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597070'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597070'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14328960'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13827024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13827024> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13827024> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13827024>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13827024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13827024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580615" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13827024'^^xsd:integer;
  dwc:scientificName 'Filograna implexa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580615'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580615'^^xsd:string;
  dwc:aphiaid '130989'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13827024'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '130989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756615> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13756615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614325" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13756615'^^xsd:integer;
  dwc:scientificName 'Distomus variolosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614325'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614325'^^xsd:string;
  dwc:aphiaid '103890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13756615'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '103890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589744> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14589744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733137" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14589744'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733137'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733137'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14589744'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589769> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14589769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14589769'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733866'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733866'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14589769'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535420> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14535420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597023" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14535420'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597023'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597023'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14535420'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416126> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416126> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416126>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14416126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579029" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14416126'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579029'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40579029'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14416126'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756590> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756590> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756590>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13756590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579027" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13756590'^^xsd:integer;
  dwc:scientificName 'Distomus variolosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579027'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40579027'^^xsd:string;
  dwc:aphiaid '103890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13756590'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '103890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535363> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535363> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535363>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14535363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577780" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14535363'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577780'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577780'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14535363'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535417> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14535417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581291" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14535417'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581291'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581291'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14535417'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535486> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14535486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614314" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14535486'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614314'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614314'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14535486'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756592> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756592> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756592>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13756592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577808" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13756592'^^xsd:integer;
  dwc:scientificName 'Distomus variolosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577808'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577808'^^xsd:string;
  dwc:aphiaid '103890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13756592'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '103890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14504535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14504535> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14504535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14504535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14504535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14504535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581317" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14504535'^^xsd:integer;
  dwc:scientificName 'Trailliella intricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581317'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581317'^^xsd:string;
  dwc:aphiaid '162368'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14504535'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144442'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13535509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13535509> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13535509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13535509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13535509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13535509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596944" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13535509'^^xsd:integer;
  dwc:scientificName 'Axinella dissimilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596944'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596944'^^xsd:string;
  dwc:aphiaid '132473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13535509'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '132473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14336145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14336145> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14336145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14336145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14336145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14336145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596953" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14336145'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596953'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596953'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14336145'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336327> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14336327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615184" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14336327'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615184'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615184'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14336327'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336222> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336222> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336222>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14336222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609880" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14336222'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609880'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609880'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14336222'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14120760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14120760> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14120760> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14120760>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14120760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14120760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610286" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14120760'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610286'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610286'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14120760'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336235> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336235> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336235>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14336235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610070" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14336235'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610070'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610070'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14336235'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893833> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13893833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609924" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13893833'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609924'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609924'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13893833'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13580736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13580736> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13580736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13580736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13580736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13580736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556969" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13580736'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556969'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556969'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13580736'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14184926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14184926> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14184926> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14184926>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14184926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14184926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614530" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14184926'^^xsd:integer;
  dwc:scientificName 'Ophiactis balli'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614530'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614530'^^xsd:string;
  dwc:aphiaid '125110'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14184926'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '125110'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13564521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13564521> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13564521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13564521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13564521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13564521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598223" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13564521'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598223'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598223'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13564521'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13841504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13841504> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13841504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13841504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13841504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13841504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598183" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13841504'^^xsd:integer;
  dwc:scientificName 'Galathea squamifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598183'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598183'^^xsd:string;
  dwc:aphiaid '107154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13841504'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '107154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701387> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701387> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701387>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13701387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615785" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13701387'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615785'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615785'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13701387'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580698> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13580698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580821" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13580698'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580821'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580821'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13580698'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828628> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828628> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828628>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13828628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609381" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13828628'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609381'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609381'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13828628'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13649949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13649949> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13649949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13649949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13649949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13649949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614443" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13649949'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614443'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614443'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13649949'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13766457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13766457> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13766457> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13766457>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13766457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13766457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577776" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13766457'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577776'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577776'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13766457'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13505589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13505589> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13505589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13505589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13505589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13505589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598204" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13505589'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598204'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598204'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13505589'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13359605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13359605> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13359605> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13359605>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13359605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13359605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577812" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13359605'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577812'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577812'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13359605'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589747> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14589747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733721" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14589747'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733721'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733721'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14589747'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14276817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14276817> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14276817> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14276817>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14276817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14276817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610198" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14276817'^^xsd:integer;
  dwc:scientificName 'Phorbas fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610198'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610198'^^xsd:string;
  dwc:aphiaid '133679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14276817'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13827872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13827872> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13827872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13827872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13827872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13827872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577598" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13827872'^^xsd:integer;
  dwc:scientificName 'Flabellina pedata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577598'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577598'^^xsd:string;
  dwc:aphiaid '139993'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13827872'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '1047602'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14005069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14005069> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14005069> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14005069>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14005069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14005069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581004" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14005069'^^xsd:integer;
  dwc:scientificName 'Leucosolenia complicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581004'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581004'^^xsd:string;
  dwc:aphiaid '132219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14005069'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '132219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13577622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13577622> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13577622> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13577622>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13577622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13577622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581038" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13577622'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581038'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581038'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13577622'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13827868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13827868> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13827868> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13827868>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13827868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13827868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581030" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13827868'^^xsd:integer;
  dwc:scientificName 'Flabellina pedata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581030'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581030'^^xsd:string;
  dwc:aphiaid '139993'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13827868'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '1047602'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14336144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14336144> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14336144> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14336144>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14336144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14336144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581017" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14336144'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581017'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581017'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14336144'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14393008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14393008> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14393008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14393008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14393008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14393008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613965" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14393008'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613965'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613965'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14393008'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13424527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13424527> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13424527> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13424527>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13424527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13424527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610202" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13424527'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610202'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610202'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13424527'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336282> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336282> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336282>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607151" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336282'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607151'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607151'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336282'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424555> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424555> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424555>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13424555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610116" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13424555'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610116'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610116'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13424555'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336310> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14336310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615084" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14336310'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615084'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615084'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14336310'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120775> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14120775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615088" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14120775'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615088'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615088'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14120775'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827030> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827030> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827030>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13827030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615787" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13827030'^^xsd:integer;
  dwc:scientificName 'Filograna implexa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615787'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615787'^^xsd:string;
  dwc:aphiaid '130989'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13827030'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '130989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535525> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535525> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535525>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14535525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615783" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14535525'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615783'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615783'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14535525'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14310661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14310661> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14310661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14310661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14310661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14310661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607643" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14310661'^^xsd:integer;
  dwc:scientificName 'Polycarpa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607643'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607643'^^xsd:string;
  dwc:aphiaid '103538'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14310661'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '103538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13780955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13780955> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13780955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13780955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13780955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13780955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596606" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13780955'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596606'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596606'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13780955'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594156> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13594156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578499" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13594156'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578499'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578499'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13594156'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13780949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13780949> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13780949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13780949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13780949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13780949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578502" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13780949'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578502'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578502'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13780949'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749832> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749832> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749832>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13749832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609896" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13749832'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609896'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609896'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13749832'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14011186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14011186> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14011186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14011186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14011186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14011186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615577" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14011186'^^xsd:integer;
  dwc:scientificName 'Lineus longissimus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615577'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615577'^^xsd:string;
  dwc:aphiaid '122528'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14011186'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '122528'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14424187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14424187> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14424187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14424187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14424187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14424187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615574" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14424187'^^xsd:integer;
  dwc:scientificName 'Sertularella polyzonias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615574'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615574'^^xsd:string;
  dwc:aphiaid '117906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14424187'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '117906'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13751947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13751947> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13751947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13751947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13751947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13751947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615573" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13751947'^^xsd:integer;
  dwc:scientificName 'Diphasia rosacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615573'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615573'^^xsd:string;
  dwc:aphiaid '117883'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13751947'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '117883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14468531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14468531> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14468531> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14468531>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14468531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14468531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577774" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14468531'^^xsd:integer;
  dwc:scientificName 'Stylostichon plumosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577774'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577774'^^xsd:string;
  dwc:aphiaid '150212'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14468531'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '133688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12458387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12458387> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12458387> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12458387>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12458387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:12458387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609174" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '12458387'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609174'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609174'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:12458387'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14083567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14083567> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14083567> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14083567>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14083567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14083567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581012" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14083567'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581012'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581012'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14083567'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583929> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583929> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583929>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13583929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579769" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13583929'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579769'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579769'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13583929'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13359668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13359668> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13359668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13359668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13359668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13359668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609789" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13359668'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609789'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609789'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13359668'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14543388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14543388> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14543388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14543388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14543388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14543388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609546" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14543388'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609546'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609546'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14543388'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766518> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13766518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615572" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13766518'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615572'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615572'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13766518'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452568> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452568> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452568>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14452568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615788" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14452568'^^xsd:integer;
  dwc:scientificName 'Spirorbidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615788'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615788'^^xsd:string;
  dwc:aphiaid '1021266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14452568'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14026652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14026652> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14026652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14026652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14026652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14026652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614973" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14026652'^^xsd:integer;
  dwc:scientificName 'Littorina neglecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614973'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614973'^^xsd:string;
  dwc:aphiaid '446918'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14026652'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14530056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14530056> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14530056> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14530056>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14530056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14530056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579033" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14530056'^^xsd:integer;
  dwc:scientificName 'Umbonula littoralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579033'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579033'^^xsd:string;
  dwc:aphiaid '111586'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14530056'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '146830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13718227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13718227> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13718227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13718227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13718227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13718227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610095" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13718227'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610095'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610095'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13718227'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13689763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13689763> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13689763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13689763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13689763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13689763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610090" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13689763'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610090'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610090'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13689763'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13718234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13718234> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13718234> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13718234>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13718234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13718234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609110" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13718234'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609110'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609110'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13718234'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13536934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13536934> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13536934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13536934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13536934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13536934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609634" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13536934'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609634'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609634'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13536934'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14478683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14478683> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14478683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14478683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14478683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14478683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598210" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14478683'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598210'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598210'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14478683'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14420794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14420794> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14420794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14420794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14420794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14420794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598221" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14420794'^^xsd:integer;
  dwc:scientificName 'Seirospora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598221'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598221'^^xsd:string;
  dwc:aphiaid '143863'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14420794'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '143863'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655385> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13655385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609387" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13655385'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609387'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609387'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13655385'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050956> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733585" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050956'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733585'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733585'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050956'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13351313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13351313> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13351313> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13351313>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13351313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13351313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614332" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13351313'^^xsd:integer;
  dwc:scientificName 'Triglidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614332'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614332'^^xsd:string;
  dwc:aphiaid '125598'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13351313'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '125598'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216926> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14216926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596131" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14216926'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596131'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596131'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14216926'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543373> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14543373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14543373'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595818'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595818'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14543373'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13505606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13505606> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13505606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13505606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13505606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13505606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595827" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13505606'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595827'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595827'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13505606'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413647> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13413647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595783" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13413647'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595783'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595783'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13413647'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359653> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13359653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595841" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13359653'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595841'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595841'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13359653'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579444> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13579444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595852" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13579444'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595852'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595852'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13579444'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13415594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13415594> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13415594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13415594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13415594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13415594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595835" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13415594'^^xsd:integer;
  dwc:scientificName 'Agonus cataphractus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595835'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595835'^^xsd:string;
  dwc:aphiaid '127190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13415594'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '127190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828694> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607254" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828694'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607254'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607254'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828694'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13832939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13832939> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13832939> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13832939>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13832939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13832939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579057" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13832939'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579057'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579057'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13832939'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675110> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13675110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596647" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13675110'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596647'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596647'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13675110'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675093> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13675093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580886" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13675093'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580886'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580886'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13675093'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675109> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13675109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596475" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13675109'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596475'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596475'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13675109'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675095> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13675095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597074" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13675095'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597074'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597074'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13675095'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675103> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13675103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596358" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13675103'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596358'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596358'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13675103'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13675113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13675113> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13675113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13675113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13675113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13675113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615199" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13675113'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615199'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615199'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13675113'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14327417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14327417> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14327417> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14327417>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14327417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14327417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609706" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14327417'^^xsd:integer;
  dwc:scientificName 'Polysiphonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609706'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609706'^^xsd:string;
  dwc:aphiaid '143853'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14327417'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '143853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14327415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14327415> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14327415> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14327415>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14327415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14327415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557184" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14327415'^^xsd:integer;
  dwc:scientificName 'Polysiphonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557184'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557184'^^xsd:string;
  dwc:aphiaid '143853'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14327415'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '143853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14327411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14327411> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14327411> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14327411>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14327411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14327411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609438" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14327411'^^xsd:integer;
  dwc:scientificName 'Polysiphonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609438'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609438'^^xsd:string;
  dwc:aphiaid '143853'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14327411'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '143853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882503> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13882503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596464" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13882503'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596464'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596464'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13882503'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882520> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882520> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882520>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13882520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557181" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13882520'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557181'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557181'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13882520'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13977174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13977174> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13977174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13977174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13977174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13977174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596481" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13977174'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596481'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596481'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13977174'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14269688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14269688> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14269688> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14269688>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14269688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14269688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580635" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14269688'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580635'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580635'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14269688'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882517> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882517> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882517>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13882517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609354" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13882517'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609354'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609354'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13882517'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828683> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828683> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828683>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613979" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828683'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613979'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613979'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828683'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729152> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729152> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729152>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13729152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613982" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13729152'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613982'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613982'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13729152'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603305> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13603305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752616" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13603305'^^xsd:integer;
  dwc:scientificName 'Capitellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752616'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752616'^^xsd:string;
  dwc:aphiaid '921'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13603305'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046656> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14046656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752702" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14046656'^^xsd:integer;
  dwc:scientificName 'Lumbrineris gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752702'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752702'^^xsd:string;
  dwc:aphiaid '130244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14046656'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '607402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14531225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14531225> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14531225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14531225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14531225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14531225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752988" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14531225'^^xsd:integer;
  dwc:scientificName 'Upogebia deltaura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752988'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752988'^^xsd:string;
  dwc:aphiaid '107739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14531225'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '107739'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13632825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13632825> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13632825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13632825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13632825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13632825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752978" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13632825'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752978'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752978'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13632825'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14141218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14141218> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14141218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14141218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14141218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14141218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752303" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14141218'^^xsd:integer;
  dwc:scientificName 'Nephtys'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752303'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752303'^^xsd:string;
  dwc:aphiaid '129370'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14141218'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14336186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14336186> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14336186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.115583 -4.776391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.115583"^^xsd:decimal ;
  dwc:decimalLongitude "-4.776391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14336186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.115583 -4.776391)"^^geo:wktLiteral ;
  geo-pos:lat "52.115583"^^xsd:decimal ;
  geo-pos:long "-4.776391"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14336186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14336186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752206" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14336186'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752206'^^xsd:string;
  dwc:yearCollected '1998'^^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.776391'^^xsd:double;
  dwc:latitude '52.115583'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752206'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14336186'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336230> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14336230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557093" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14336230'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557093'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557093'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14336230'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14326598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14326598> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14326598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14326598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14326598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14326598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579924" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14326598'^^xsd:integer;
  dwc:scientificName 'Polynoidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579924'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579924'^^xsd:string;
  dwc:aphiaid '939'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14326598'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '939'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14376187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14376187> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14376187> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14376187>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14376187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14376187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581775" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14376187'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581775'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581775'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14376187'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13637866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13637866> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13637866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13637866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13637866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13637866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607443" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13637866'^^xsd:integer;
  dwc:scientificName 'Chaetopterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607443'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607443'^^xsd:string;
  dwc:aphiaid '129229'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13637866'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '129229'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828711> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828711> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828711>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607361" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828711'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607361'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607361'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828711'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14477898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14477898> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14477898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14477898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14477898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14477898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752699" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14477898'^^xsd:integer;
  dwc:scientificName 'Tapes rhomboides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752699'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752699'^^xsd:string;
  dwc:aphiaid '152316'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14477898'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '745846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14128057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14128057> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14128057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.304741"^^xsd:decimal ;
  dwc:decimalLongitude "-4.34813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14128057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  geo-pos:lat "52.304741"^^xsd:decimal ;
  geo-pos:long "-4.34813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14128057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14128057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752857" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14128057'^^xsd:integer;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752857'^^xsd:string;
  dwc:yearCollected '1998'^^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.34813'^^xsd:double;
  dwc:latitude '52.304741'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752857'^^xsd:string;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14128057'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14305741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14305741> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14305741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14305741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14305741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14305741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752306" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14305741'^^xsd:integer;
  dwc:scientificName 'Poecilochaetus serpens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752306'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752306'^^xsd:string;
  dwc:aphiaid '130711'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14305741'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '130711'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14305742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14305742> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14305742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14305742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14305742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14305742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752130" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14305742'^^xsd:integer;
  dwc:scientificName 'Poecilochaetus serpens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752130'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752130'^^xsd:string;
  dwc:aphiaid '130711'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14305742'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '130711'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655401> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655401> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655401>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13655401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614202" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13655401'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614202'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614202'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13655401'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13579454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13579454> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13579454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13579454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13579454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13579454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13579454'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609914'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609914'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13579454'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13728219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13728219> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13728219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13728219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13728219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13728219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596549" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13728219'^^xsd:integer;
  dwc:scientificName 'Dasya hutchinsiae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596549'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596549'^^xsd:string;
  dwc:aphiaid '144719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13728219'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14389486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14389486> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14389486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14389486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14389486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14389486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615134" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14389486'^^xsd:integer;
  dwc:scientificName 'Sabellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615134'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615134'^^xsd:string;
  dwc:aphiaid '985'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14389486'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216874> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216874> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216874>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14216874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577859" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14216874'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577859'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577859'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14216874'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216854> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216854> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216854>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14216854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581104" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14216854'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581104'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581104'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14216854'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698878> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13698878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733409" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13698878'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733409'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733409'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13698878'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14317969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14317969> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14317969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14317969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14317969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14317969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615168" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14317969'^^xsd:integer;
  dwc:scientificName 'Polydora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615168'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615168'^^xsd:string;
  dwc:aphiaid '129619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14317969'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '129619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13871032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13871032> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13871032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13871032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13871032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13871032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580152" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13871032'^^xsd:integer;
  dwc:scientificName 'Gobiusculus flavescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580152'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580152'^^xsd:string;
  dwc:aphiaid '126898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13871032'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '1526389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211765> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211765> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211765>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14211765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615029" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14211765'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615029'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615029'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14211765'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13625073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13625073> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13625073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13625073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13625073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13625073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596120" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13625073'^^xsd:integer;
  dwc:scientificName 'Ceramium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596120'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596120'^^xsd:string;
  dwc:aphiaid '143834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13625073'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '143834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826550> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13826550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607554" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13826550'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607554'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607554'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13826550'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729160> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13729160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607572" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13729160'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607572'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607572'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13729160'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14211731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14211731> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14211731> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14211731>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14211731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14211731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581095" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14211731'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581095'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581095'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14211731'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828699> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607121" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828699'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607121'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607121'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828699'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14376236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14376236> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14376236> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14376236>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14376236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14376236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610247" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14376236'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610247'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40610247'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14376236'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14211739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14211739> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14211739> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14211739>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14211739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14211739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609245" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14211739'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609245'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609245'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14211739'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14325290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14325290> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14325290> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14325290>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14325290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14325290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609249" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14325290'^^xsd:integer;
  dwc:scientificName 'Polymastia mammillaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609249'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609249'^^xsd:string;
  dwc:aphiaid '150221'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14325290'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '134204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13517404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13517404> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13517404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13517404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13517404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13517404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401636" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13517404'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401636'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401636'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13517404'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646351> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646351> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646351>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13646351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608839" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13646351'^^xsd:integer;
  dwc:scientificName 'Chironomida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608839'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40608839'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13646351'^^xsd:string;
  dwc:observationDate '1998-12-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646352> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646352> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646352>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13646352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735353" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13646352'^^xsd:integer;
  dwc:scientificName 'Chironomida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735353'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40735353'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13646352'^^xsd:string;
  dwc:observationDate '1998-12-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14336192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14336192> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14336192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14336192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14336192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14336192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752193" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14336192'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752193'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752193'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14336192'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14292790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14292790> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14292790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14292790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14292790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14292790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752192" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14292790'^^xsd:integer;
  dwc:scientificName 'Pista'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752192'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752192'^^xsd:string;
  dwc:aphiaid '129708'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14292790'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '129708'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866065> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13866065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40751997" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13866065'^^xsd:integer;
  dwc:scientificName 'Glycera lapidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40751997'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40751997'^^xsd:string;
  dwc:aphiaid '155036'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13866065'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13768943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13768943> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13768943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13768943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13768943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13768943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752242" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13768943'^^xsd:integer;
  dwc:scientificName 'Ebalia tumefacta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752242'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752242'^^xsd:string;
  dwc:aphiaid '107302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13768943'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '107302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13840047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13840047> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13840047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13840047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13840047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13840047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752211" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13840047'^^xsd:integer;
  dwc:scientificName 'Galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752211'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752211'^^xsd:string;
  dwc:aphiaid '106834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13840047'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '106834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705494> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13705494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598043" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13705494'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598043'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598043'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13705494'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13840749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13840749> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13840749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13840749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13840749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13840749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401592" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13840749'^^xsd:integer;
  dwc:scientificName 'Galathea intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401592'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401592'^^xsd:string;
  dwc:aphiaid '107150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13840749'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '107150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336255> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607470" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336255'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607470'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607470'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336255'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336261> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336261> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336261>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614298" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336261'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614298'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40614298'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336261'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336269> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336269> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336269>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607587" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336269'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607587'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40607587'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336269'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336272> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336272> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336272>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607268" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336272'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607268'^^xsd:string;
  dwc:yearCollected '1997'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607268'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336272'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336254> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65776 -4.662763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.65776"^^xsd:decimal ;
  dwc:decimalLongitude "-4.662763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65776 -4.662763)"^^geo:wktLiteral ;
  geo-pos:lat "52.65776"^^xsd:decimal ;
  geo-pos:long "-4.662763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613972" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336254'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613972'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.662763'^^xsd:double;
  dwc:latitude '52.65776'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613972'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336254'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336264> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614172" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336264'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614172'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614172'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336264'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14120768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14120768> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14120768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14120768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14120768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14120768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607296" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14120768'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607296'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607296'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14120768'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336273> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607295" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336273'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607295'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607295'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336273'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13577649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13577649> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13577649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13577649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13577649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13577649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607303" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13577649'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607303'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607303'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13577649'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336277> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607677" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336277'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607677'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607677'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336277'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13535517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13535517> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13535517> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13535517>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13535517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13535517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614022" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13535517'^^xsd:integer;
  dwc:scientificName 'Axinella dissimilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614022'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614022'^^xsd:string;
  dwc:aphiaid '132473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13535517'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '132473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13512781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13512781> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13512781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13512781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13512781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13512781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577762" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13512781'^^xsd:integer;
  dwc:scientificName 'Asperococcus bullosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577762'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577762'^^xsd:string;
  dwc:aphiaid '145311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13512781'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14543398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14543398> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14543398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14543398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14543398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14543398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611280" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14543398'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611280'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611280'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14543398'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14057889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14057889> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14057889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14057889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14057889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:14057889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611400" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '14057889'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611400'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611400'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:14057889'^^xsd:string;
  dwc:observationDate '2000-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13944798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13944798> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13944798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13944798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13944798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13944798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611397" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13944798'^^xsd:integer;
  dwc:scientificName 'Hydroides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611397'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611397'^^xsd:string;
  dwc:aphiaid '129566'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13944798'^^xsd:string;
  dwc:observationDate '2000-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '129566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14422949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14422949> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14422949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14422949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14422949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14422949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607636" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14422949'^^xsd:integer;
  dwc:scientificName 'Serpulidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607636'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607636'^^xsd:string;
  dwc:aphiaid '988'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14422949'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '988'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13580685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13580685> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13580685> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13580685>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13580685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13580685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579250" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13580685'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579250'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579250'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13580685'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14332644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14332644> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14332644> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14332644>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14332644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14332644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579559" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14332644'^^xsd:integer;
  dwc:scientificName 'Polysyncraton lacazei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579559'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579559'^^xsd:string;
  dwc:aphiaid '103593'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14332644'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103593'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13580687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13580687> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13580687> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13580687>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13580687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13580687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579561" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13580687'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579561'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579561'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13580687'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14224995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14224995> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14224995> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14224995>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14224995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14224995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609456" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14224995'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609456'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609456'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14224995'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14224993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14224993> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14224993> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14224993>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14224993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14224993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608958" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14224993'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608958'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608958'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14224993'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539254> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539254> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539254>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13539254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615039" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13539254'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615039'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615039'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13539254'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558656> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13558656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595831" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13558656'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595831'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595831'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13558656'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13513020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13513020> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13513020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13513020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13513020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13513020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595876" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13513020'^^xsd:integer;
  dwc:scientificName 'Asperococcus fistulosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595876'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595876'^^xsd:string;
  dwc:aphiaid '145313'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13513020'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145313'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14224989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14224989> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14224989> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14224989>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14224989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14224989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610256" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14224989'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610256'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610256'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14224989'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695003> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13695003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596582" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13695003'^^xsd:integer;
  dwc:scientificName 'Cordylecladia erecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596582'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596582'^^xsd:string;
  dwc:aphiaid '145847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13695003'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145847'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649211> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13649211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580352" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13649211'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580352'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580352'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13649211'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554679> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13554679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579883" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13554679'^^xsd:integer;
  dwc:scientificName 'Bonnemaisonia asparagoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579883'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579883'^^xsd:string;
  dwc:aphiaid '144440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13554679'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729159> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729159> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729159>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13729159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607719" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13729159'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607719'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607719'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13729159'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132939> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14132939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607686" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14132939'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607686'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607686'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14132939'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744604> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13744604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596803" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13744604'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596803'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596803'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13744604'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713191> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13713191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596713" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13713191'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596713'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596713'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13713191'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713182> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13713182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13713182'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596912'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596912'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13713182'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14396373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14396373> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14396373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14396373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14396373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14396373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14396373'^^xsd:integer;
  dwc:scientificName 'Sagartiogeton undatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596902'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596902'^^xsd:string;
  dwc:aphiaid '101002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14396373'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '855675'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413018> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13413018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595923" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13413018'^^xsd:integer;
  dwc:scientificName 'Aglaophenia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595923'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595923'^^xsd:string;
  dwc:aphiaid '116999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13413018'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '116999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14489440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14489440> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14489440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14489440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14489440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14489440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615249" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14489440'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615249'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615249'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14489440'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953197> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953197> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953197>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13953197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577786" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13953197'^^xsd:integer;
  dwc:scientificName 'Inachus phalangium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577786'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577786'^^xsd:string;
  dwc:aphiaid '107333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13953197'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '107333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424597> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13424597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607410" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13424597'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607410'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607410'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13424597'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14601110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14601110> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14601110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14601110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14601110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14601110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614101" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14601110'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614101'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614101'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14601110'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517516> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13517516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596764" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13517516'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596764'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596764'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13517516'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13419565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13419565> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13419565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13419565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13419565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13419565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596756" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13419565'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596756'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596756'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13419565'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603301> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13603301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752601" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13603301'^^xsd:integer;
  dwc:scientificName 'Capitellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752601'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752601'^^xsd:string;
  dwc:aphiaid '921'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13603301'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606627> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13606627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732979" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13606627'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732979'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732979'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13606627'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092253> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092253> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092253>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14092253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581288" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14092253'^^xsd:integer;
  dwc:scientificName 'Molgula manhattensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581288'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581288'^^xsd:string;
  dwc:aphiaid '103788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14092253'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13931512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13931512> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13931512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13931512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13931512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13931512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596514" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13931512'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596514'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596514'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13931512'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14082513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14082513> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14082513> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14082513>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14082513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14082513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579540" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14082513'^^xsd:integer;
  dwc:scientificName 'Mesacmaea mitchellii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579540'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579540'^^xsd:string;
  dwc:aphiaid '416481'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14082513'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '416481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14327413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14327413> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14327413> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14327413>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14327413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14327413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609183" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14327413'^^xsd:integer;
  dwc:scientificName 'Polysiphonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609183'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609183'^^xsd:string;
  dwc:aphiaid '143853'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14327413'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '143853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416132> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416132> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416132>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14416132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581162" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14416132'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581162'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581162'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14416132'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714661> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714661> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714661>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13714661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579016" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13714661'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579016'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40579016'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13714661'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424451> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424451> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424451>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13424451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579812" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13424451'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579812'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579812'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13424451'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13624776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13624776> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13624776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13624776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13624776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13624776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607327" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13624776'^^xsd:integer;
  dwc:scientificName 'Ceramiales'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607327'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607327'^^xsd:string;
  dwc:aphiaid '860'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13624776'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '860'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132866> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132866> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132866>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14132866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581683" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14132866'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581683'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581683'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14132866'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13683271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13683271> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13683271> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13683271>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13683271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13683271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609216" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13683271'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609216'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609216'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13683271'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14459757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14459757> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14459757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14459757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14459757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14459757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615246" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14459757'^^xsd:integer;
  dwc:scientificName 'Stelletta grubii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615246'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615246'^^xsd:string;
  dwc:aphiaid '133974'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14459757'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '133974'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13966387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13966387> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13966387> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13966387>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13966387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13966387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581698" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13966387'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581698'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581698'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13966387'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14017517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14017517> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14017517> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14017517>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14017517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14017517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581695" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14017517'^^xsd:integer;
  dwc:scientificName 'Lissoclinum perforatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581695'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581695'^^xsd:string;
  dwc:aphiaid '103585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14017517'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931475> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931475> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931475>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13931475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581689" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13931475'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581689'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581689'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13931475'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931478> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931478> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931478>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13931478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578884" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13931478'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578884'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578884'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13931478'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13703186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13703186> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13703186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13703186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13703186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13703186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596295" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13703186'^^xsd:integer;
  dwc:scientificName 'Coryphella browni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596295'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596295'^^xsd:string;
  dwc:aphiaid '139980'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13703186'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '1047412'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14303303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14303303> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14303303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14303303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14303303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14303303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596296" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14303303'^^xsd:integer;
  dwc:scientificName 'Pododesmus patelliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596296'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596296'^^xsd:string;
  dwc:aphiaid '138751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14303303'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '138751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13871047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13871047> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13871047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13871047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13871047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13871047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596317" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13871047'^^xsd:integer;
  dwc:scientificName 'Gobiusculus flavescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596317'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596317'^^xsd:string;
  dwc:aphiaid '126898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13871047'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '1526389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14434023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14434023> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14434023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14434023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14434023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14434023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596357" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14434023'^^xsd:integer;
  dwc:scientificName 'Sphacelaria plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596357'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596357'^^xsd:string;
  dwc:aphiaid '145897'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14434023'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '497297'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13882525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13882525> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13882525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13882525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13882525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13882525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611426" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13882525'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611426'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611426'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13882525'^^xsd:string;
  dwc:observationDate '2000-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886950> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13886950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615569" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13886950'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615569'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615569'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13886950'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297562> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297562> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297562>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14297562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609466" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14297562'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609466'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609466'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14297562'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459258> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459258> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459258>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14459258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609987" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14459258'^^xsd:integer;
  dwc:scientificName 'Sporochnus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609987'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609987'^^xsd:string;
  dwc:aphiaid '145915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14459258'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535442> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535442> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535442>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14535442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609366" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14535442'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609366'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609366'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14535442'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535441> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535441> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535441>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14535441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609878" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14535441'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609878'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609878'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14535441'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13762186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13762186> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13762186> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13762186>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13762186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13762186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610047" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13762186'^^xsd:integer;
  dwc:scientificName 'Dudresnaya verticillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610047'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610047'^^xsd:string;
  dwc:aphiaid '145226'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13762186'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145226'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729149> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729149> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729149>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13729149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610036" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13729149'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610036'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610036'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13729149'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556607> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13556607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615275" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13556607'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615275'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615275'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13556607'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14543391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14543391> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14543391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14543391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14543391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14543391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609869" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14543391'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609869'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609869'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14543391'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366756> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733755" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366756'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733755'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733755'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366756'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828728> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607462" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828728'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607462'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607462'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828728'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756617> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13756617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607645" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13756617'^^xsd:integer;
  dwc:scientificName 'Distomus variolosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607645'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607645'^^xsd:string;
  dwc:aphiaid '103890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13756617'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '103890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535369> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14535369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596950" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14535369'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596950'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596950'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14535369'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413672> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413672> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413672>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13413672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614685" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13413672'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614685'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614685'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13413672'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424580> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13424580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607635" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13424580'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607635'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607635'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13424580'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721359> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721359> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721359>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13721359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581697" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13721359'^^xsd:integer;
  dwc:scientificName 'Ctenolabrus rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581697'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581697'^^xsd:string;
  dwc:aphiaid '126964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13721359'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '126964'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424509> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13424509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597020" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13424509'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597020'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597020'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13424509'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14425466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14425466> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14425466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14425466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14425466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14425466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597019" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14425466'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597019'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597019'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14425466'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460028> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13460028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597022" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13460028'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597022'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597022'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13460028'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12455458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12455458> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12455458> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12455458>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12455458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:12455458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557141" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '12455458'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557141'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40557141'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:12455458'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13721368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13721368> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13721368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13721368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13721368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13721368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580858" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13721368'^^xsd:integer;
  dwc:scientificName 'Ctenolabrus rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580858'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580858'^^xsd:string;
  dwc:aphiaid '126964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13721368'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '126964'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13424532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13424532> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13424532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13424532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13424532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13424532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609492" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13424532'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609492'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609492'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13424532'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489410> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489410> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489410>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14489410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610176" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14489410'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610176'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610176'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14489410'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14120721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14120721> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14120721> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14120721>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14120721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14120721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581024" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14120721'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581024'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581024'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14120721'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13748932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13748932> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13748932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13748932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13748932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13748932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596618" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13748932'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596618'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596618'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13748932'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13577637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13577637> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13577637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13577637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13577637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13577637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596614" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13577637'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596614'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596614'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13577637'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12455449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12455449> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12455449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12455449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12455449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:12455449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596611" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '12455449'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596611'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596611'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:12455449'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14194804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14194804> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14194804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14194804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14194804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14194804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578506" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14194804'^^xsd:integer;
  dwc:scientificName 'Ophiura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578506'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578506'^^xsd:string;
  dwc:aphiaid '123574'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14194804'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '123574'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14055229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14055229> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14055229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14055229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14055229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14055229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596603" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14055229'^^xsd:integer;
  dwc:scientificName 'Macropodia rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596603'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596603'^^xsd:string;
  dwc:aphiaid '107345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14055229'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '107345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483273> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13483273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580849" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13483273'^^xsd:integer;
  dwc:scientificName 'Aplidium punctum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580849'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580849'^^xsd:string;
  dwc:aphiaid '103662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13483273'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14336227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14336227> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14336227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14336227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14336227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14336227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609494" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14336227'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609494'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609494'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14336227'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744606> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13744606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596852" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13744606'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596852'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596852'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13744606'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517462> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13517462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580302" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13517462'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580302'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580302'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13517462'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662506> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662506> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662506>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13662506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580629" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13662506'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580629'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580629'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13662506'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14297489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14297489> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14297489> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14297489>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14297489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14297489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577813" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14297489'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577813'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577813'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14297489'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13662496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13662496> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13662496> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13662496>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13662496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13662496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577805" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13662496'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577805'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577805'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13662496'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14377170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14377170> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14377170> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14377170>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14377170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14377170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609582" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14377170'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609582'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609582'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14377170'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132908> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132908> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132908>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14132908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556975" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14132908'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556975'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556975'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14132908'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297572> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297572> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297572>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14297572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609957" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14297572'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609957'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609957'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14297572'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621906> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733508" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621906'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733508'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733508'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621906'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13718225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13718225> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13718225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13718225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13718225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13718225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556959" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13718225'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556959'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556959'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13718225'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13718226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13718226> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13718226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13718226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13718226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13718226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609915" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13718226'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609915'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609915'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13718226'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13718231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13718231> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13718231> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13718231>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13718231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13718231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608961" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13718231'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608961'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608961'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13718231'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393025> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393025> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393025>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14393025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614736" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14393025'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614736'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614736'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14393025'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621897> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733575" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621897'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733575'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733575'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621897'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743213> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743213> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743213>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13743213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610187" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13743213'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610187'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610187'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13743213'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14149045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14149045> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14149045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14149045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14149045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14149045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733909" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14149045'^^xsd:integer;
  dwc:scientificName 'Nephtys hombergii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733909'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733909'^^xsd:string;
  dwc:aphiaid '130359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14149045'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '130359'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13424529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13424529> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13424529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13424529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13424529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13424529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13424529'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610270'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610270'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13424529'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749826> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749826> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749826>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13749826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557144" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13749826'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557144'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40557144'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13749826'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083591> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14083591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615082" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14083591'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615082'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615082'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14083591'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13795517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13795517> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13795517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13795517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13795517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13795517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13795517'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609910'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609910'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13795517'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055224> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14055224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577597" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14055224'^^xsd:integer;
  dwc:scientificName 'Macropodia rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577597'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577597'^^xsd:string;
  dwc:aphiaid '107345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14055224'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '107345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558642> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13558642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577606" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13558642'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577606'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577606'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13558642'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13981610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13981610> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13981610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13981610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13981610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13981610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609798" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13981610'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609798'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609798'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13981610'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13981611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13981611> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13981611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13981611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13981611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13981611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556966" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13981611'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556966'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556966'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13981611'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13981612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13981612> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13981612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13981612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13981612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13981612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609923" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13981612'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609923'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609923'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13981612'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404268> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13404268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614678" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13404268'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614678'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614678'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13404268'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14593546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14593546> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14593546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14593546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14593546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14593546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615265" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14593546'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615265'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615265'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14593546'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14593547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14593547> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14593547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14593547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14593547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14593547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615151" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14593547'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615151'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615151'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14593547'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13747501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13747501> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13747501> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13747501>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13747501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13747501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614533" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13747501'^^xsd:integer;
  dwc:scientificName 'Didemnidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614533'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614533'^^xsd:string;
  dwc:aphiaid '103439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13747501'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '103439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13893084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13893084> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13893084> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13893084>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13893084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13893084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609876" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13893084'^^xsd:integer;
  dwc:scientificName 'Haliclona viscosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609876'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609876'^^xsd:string;
  dwc:aphiaid '132881'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13893084'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '235864'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743220> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743220> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743220>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13743220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610302" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13743220'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610302'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610302'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13743220'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13795521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13795521> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13795521> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13795521>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13795521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13795521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610281" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13795521'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610281'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610281'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13795521'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14417994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14417994> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14417994> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14417994>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14417994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14417994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610279" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14417994'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610279'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610279'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14417994'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981625> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981625> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981625>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13981625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610043" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13981625'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610043'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610043'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13981625'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981626> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981626> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981626>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13981626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610051" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13981626'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610051'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610051'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13981626'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417987> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14417987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596584" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14417987'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596584'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596584'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14417987'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638387> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13638387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596596" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13638387'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596596'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596596'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13638387'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13589760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13589760> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13589760> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13589760>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13589760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13589760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609176" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13589760'^^xsd:integer;
  dwc:scientificName 'Callophyllis laciniata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609176'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609176'^^xsd:string;
  dwc:aphiaid '145262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13589760'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1311357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14460803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14460803> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14460803> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14460803>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14460803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14460803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610178" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14460803'^^xsd:integer;
  dwc:scientificName 'Stelligera stuposa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610178'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610178'^^xsd:string;
  dwc:aphiaid '134175'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14460803'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '134175'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14093940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14093940> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14093940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14093940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14093940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14093940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598202" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14093940'^^xsd:integer;
  dwc:scientificName 'Morchellium argus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598202'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598202'^^xsd:string;
  dwc:aphiaid '148714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14093940'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '148714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14101403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14101403> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14101403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14101403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14101403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14101403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598164" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14101403'^^xsd:integer;
  dwc:scientificName 'Mycale (Carmia) macilenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598164'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598164'^^xsd:string;
  dwc:aphiaid '168587'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14101403'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '168587'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14066208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14066208> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14066208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14066208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14066208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14066208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598199" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14066208'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598199'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598199'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14066208'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117486> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14117486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615254" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14117486'^^xsd:integer;
  dwc:scientificName 'Myxilla incrustans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615254'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615254'^^xsd:string;
  dwc:aphiaid '133882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14117486'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '169466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117487> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14117487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615148" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14117487'^^xsd:integer;
  dwc:scientificName 'Myxilla incrustans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615148'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615148'^^xsd:string;
  dwc:aphiaid '133882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14117487'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '169466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117488> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14117488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615528" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14117488'^^xsd:integer;
  dwc:scientificName 'Myxilla incrustans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615528'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615528'^^xsd:string;
  dwc:aphiaid '133882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14117488'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '169466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13747479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13747479> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13747479> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13747479>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13747479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13747479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609884" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13747479'^^xsd:integer;
  dwc:scientificName 'Didemnidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609884'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609884'^^xsd:string;
  dwc:aphiaid '103439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13747479'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '103439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13539220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13539220> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13539220> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13539220>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13539220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13539220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610285" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13539220'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610285'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610285'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13539220'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14554393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14554393> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14554393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14554393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14554393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14554393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596964" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14554393'^^xsd:integer;
  dwc:scientificName 'Chlamys varia var. nivea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596964'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596964'^^xsd:string;
  dwc:aphiaid '246133'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14554393'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '393741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13893073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13893073> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13893073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13893073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13893073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13893073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596946" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13893073'^^xsd:integer;
  dwc:scientificName 'Haliclona viscosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596946'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596946'^^xsd:string;
  dwc:aphiaid '132881'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13893073'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '235864'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943562> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13943562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577589" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13943562'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577589'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577589'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13943562'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747487> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747487> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747487>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13747487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610123" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13747487'^^xsd:integer;
  dwc:scientificName 'Didemnidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610123'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610123'^^xsd:string;
  dwc:aphiaid '103439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13747487'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '103439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896808> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13896808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580343" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13896808'^^xsd:integer;
  dwc:scientificName 'Halurus equisetifolius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580343'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580343'^^xsd:string;
  dwc:aphiaid '146345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13896808'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '146345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14078963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14078963> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14078963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.33027"^^xsd:decimal ;
  dwc:decimalLongitude "-3.436709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14078963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  geo-pos:lat "51.33027"^^xsd:decimal ;
  geo-pos:long "-3.436709"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14078963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14078963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610308" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14078963'^^xsd:integer;
  dwc:scientificName 'Melita palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610308'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.436709'^^xsd:double;
  dwc:latitude '51.33027'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610308'^^xsd:string;
  dwc:aphiaid '102843'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14078963'^^xsd:string;
  dwc:observationDate '1998-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '102843'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14078964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14078964> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14078964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.33027"^^xsd:decimal ;
  dwc:decimalLongitude "-3.436709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14078964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  geo-pos:lat "51.33027"^^xsd:decimal ;
  geo-pos:long "-3.436709"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14078964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14078964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735394" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14078964'^^xsd:integer;
  dwc:scientificName 'Melita palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735394'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.436709'^^xsd:double;
  dwc:latitude '51.33027'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735394'^^xsd:string;
  dwc:aphiaid '102843'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14078964'^^xsd:string;
  dwc:observationDate '1998-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '102843'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359683> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359683> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359683>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13359683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607622" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13359683'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607622'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607622'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13359683'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14197583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14197583> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14197583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14197583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14197583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14197583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607610" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14197583'^^xsd:integer;
  dwc:scientificName 'Ophiura albida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607610'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607610'^^xsd:string;
  dwc:aphiaid '124913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14197583'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '124913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828708> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65776 -4.662763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.65776"^^xsd:decimal ;
  dwc:decimalLongitude "-4.662763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65776 -4.662763)"^^geo:wktLiteral ;
  geo-pos:lat "52.65776"^^xsd:decimal ;
  geo-pos:long "-4.662763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607546" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828708'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607546'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.662763'^^xsd:double;
  dwc:latitude '52.65776'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607546'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828708'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13570558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13570558> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13570558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13570558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13570558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13570558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611293" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13570558'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611293'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611293'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13570558'^^xsd:string;
  dwc:observationDate '2000-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13662523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13662523> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13662523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13662523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13662523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13662523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607642" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13662523'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607642'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607642'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13662523'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297599> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14297599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614014" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14297599'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614014'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614014'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14297599'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A2360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A2360> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A2360> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A2360>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A2360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:2360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578314" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '2360'^^xsd:integer;
  dwc:scientificName 'Diatoms - film'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578314'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578314'^^xsd:string;
  dwc:aphiaid '148898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:2360'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '148898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13632843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13632843> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13632843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13632843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13632843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13632843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607411" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13632843'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607411'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607411'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13632843'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14083588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14083588> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14083588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14083588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14083588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14083588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613936" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14083588'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613936'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613936'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14083588'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13567087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13567087> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13567087> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13567087>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13567087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13567087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607359" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13567087'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607359'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607359'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13567087'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14324341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14324341> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14324341> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14324341>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14324341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14324341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607346" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14324341'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607346'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607346'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14324341'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13943602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13943602> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13943602> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13943602>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13943602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13943602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607198" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13943602'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607198'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607198'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13943602'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539229> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13539229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614091" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13539229'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614091'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614091'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13539229'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13345890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13345890> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13345890> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13345890>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13345890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13345890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611381" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13345890'^^xsd:integer;
  dwc:scientificName 'Pleuronectidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611381'^^xsd:string;
  dwc:yearCollected '1999'^^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.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611381'^^xsd:string;
  dwc:aphiaid '125579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13345890'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '125579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14018088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14018088> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14018088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14018088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14018088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14018088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614375" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14018088'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614375'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614375'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14018088'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13732608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13732608> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13732608> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13732608>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13732608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13732608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607214" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13732608'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607214'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607214'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13732608'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13914455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13914455> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13914455> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13914455>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13914455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13914455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13914455'^^xsd:integer;
  dwc:scientificName 'Hemimycale columella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578263'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578263'^^xsd:string;
  dwc:aphiaid '133543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13914455'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '133543'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564576> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13564576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596002" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13564576'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596002'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596002'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13564576'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14483510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14483510> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14483510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14483510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14483510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14483510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752909" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14483510'^^xsd:integer;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752909'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752909'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14483510'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14483511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14483511> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14483511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14483511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14483511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14483511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752224" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14483511'^^xsd:integer;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752224'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752224'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14483511'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14366826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14366826> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14366826> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14366826>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14366826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14366826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14366826'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729072'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40729072'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14366826'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320511> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320511> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320511>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14320511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40751790" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14320511'^^xsd:integer;
  dwc:scientificName 'Polydora ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40751790'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40751790'^^xsd:string;
  dwc:aphiaid '131141'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14320511'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '131141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14556304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14556304> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14556304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14556304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14556304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14556304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735375" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14556304'^^xsd:integer;
  dwc:scientificName 'Cyprideis torosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735375'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735375'^^xsd:string;
  dwc:aphiaid '127986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14556304'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '127986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108775> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14108775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615025" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14108775'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615025'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615025'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14108775'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596431> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14596431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614715" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14596431'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614715'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614715'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14596431'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589772> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14589772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733901" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14589772'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733901'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733901'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14589772'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698879> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13698879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733769" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13698879'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733769'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733769'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13698879'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749765> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749765> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749765>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13749765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581610" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13749765'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581610'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581610'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13749765'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697113> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13697113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733054" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13697113'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733054'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733054'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13697113'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141216> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14141216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733366" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14141216'^^xsd:integer;
  dwc:scientificName 'Nephtys'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733366'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733366'^^xsd:string;
  dwc:aphiaid '129370'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14141216'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '129370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13632833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13632833> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13632833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13632833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13632833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13632833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596099" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13632833'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596099'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596099'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13632833'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13943607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13943607> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13943607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13943607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13943607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13943607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607118" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13943607'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607118'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607118'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13943607'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558620> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558620> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558620>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13558620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580232" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13558620'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580232'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580232'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13558620'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14016994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14016994> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14016994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14016994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14016994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14016994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615112" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14016994'^^xsd:integer;
  dwc:scientificName 'Lipophrys pholis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615112'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615112'^^xsd:string;
  dwc:aphiaid '126768'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14016994'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '126768'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452581> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14452581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615102" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14452581'^^xsd:integer;
  dwc:scientificName 'Spirorbidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615102'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615102'^^xsd:string;
  dwc:aphiaid '1021266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14452581'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908267> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13908267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732925" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13908267'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732925'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732925'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13908267'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13981636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13981636> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13981636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13981636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13981636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13981636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607331" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13981636'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607331'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607331'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13981636'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14469343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14469343> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14469343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14469343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14469343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14469343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581189" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14469343'^^xsd:integer;
  dwc:scientificName 'Suberites carnosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581189'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581189'^^xsd:string;
  dwc:aphiaid '134275'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14469343'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '134275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539162> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13539162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581202" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13539162'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581202'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581202'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13539162'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13768653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13768653> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13768653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13768653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13768653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13768653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581206" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13768653'^^xsd:integer;
  dwc:scientificName 'Ebalia tuberosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581206'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581206'^^xsd:string;
  dwc:aphiaid '107301'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13768653'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '107301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535374> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535374> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535374>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14535374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581135" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14535374'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581135'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581135'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14535374'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714739> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714739> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714739>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13714739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609700" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13714739'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609700'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609700'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13714739'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13714707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13714707> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13714707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13714707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13714707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13714707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610275" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13714707'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610275'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610275'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13714707'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714710> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13714710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609286" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13714710'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609286'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609286'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13714710'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714696> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714696> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714696>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13714696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609130" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13714696'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609130'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609130'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13714696'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714734> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714734> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714734>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13714734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610032" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13714734'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610032'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610032'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13714734'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714735> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714735> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714735>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13714735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610044" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13714735'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610044'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610044'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13714735'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714669> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714669> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714669>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13714669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581039" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13714669'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581039'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581039'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13714669'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714718> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13714718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609501" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13714718'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609501'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609501'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13714718'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714701> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714701> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714701>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13714701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609044" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13714701'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609044'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609044'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13714701'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714731> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13714731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557210" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13714731'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557210'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557210'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13714731'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382165> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382165> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382165>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14382165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581170" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14382165'^^xsd:integer;
  dwc:scientificName 'Rhodymenia pseudopalmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581170'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581170'^^xsd:string;
  dwc:aphiaid '145855'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14382165'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382168> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382168> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382168>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14382168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579991" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14382168'^^xsd:integer;
  dwc:scientificName 'Rhodymenia pseudopalmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579991'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579991'^^xsd:string;
  dwc:aphiaid '145855'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14382168'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382167> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382167> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382167>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14382167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578309" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14382167'^^xsd:integer;
  dwc:scientificName 'Rhodymenia pseudopalmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578309'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578309'^^xsd:string;
  dwc:aphiaid '145855'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14382167'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14093950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14093950> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14093950> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14093950>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14093950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14093950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579244" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14093950'^^xsd:integer;
  dwc:scientificName 'Morchellium argus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579244'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579244'^^xsd:string;
  dwc:aphiaid '148714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14093950'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '148714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382162> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382162> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382162>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14382162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578864" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14382162'^^xsd:integer;
  dwc:scientificName 'Rhodymenia pseudopalmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578864'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578864'^^xsd:string;
  dwc:aphiaid '145855'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14382162'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977152> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977152> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977152>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13977152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578876" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13977152'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578876'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578876'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13977152'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14095080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14095080> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14095080> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14095080>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14095080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14095080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579237" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14095080'^^xsd:integer;
  dwc:scientificName 'Munida rugosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579237'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579237'^^xsd:string;
  dwc:aphiaid '107160'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14095080'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '107160'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13336886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13336886> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13336886> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13336886>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13336886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13336886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578844" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13336886'^^xsd:integer;
  dwc:scientificName 'Mysidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578844'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578844'^^xsd:string;
  dwc:aphiaid '119822'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13336886'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '119822'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897178> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897178> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897178>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13897178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13897178'^^xsd:integer;
  dwc:scientificName 'Halurus flosculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578865'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578865'^^xsd:string;
  dwc:aphiaid '144595'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13897178'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144595'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13436289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13436289> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13436289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13436289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13436289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13436289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752461" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13436289'^^xsd:integer;
  dwc:scientificName 'Ampelisca typica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752461'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752461'^^xsd:string;
  dwc:aphiaid '101933'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13436289'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '101933'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166376> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14166376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752970" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14166376'^^xsd:integer;
  dwc:scientificName 'Nucula nitidosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752970'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752970'^^xsd:string;
  dwc:aphiaid '140589'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14166376'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '140589'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13759045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13759045> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13759045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13759045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13759045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13759045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752957" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13759045'^^xsd:integer;
  dwc:scientificName 'Dosinia exoleta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752957'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752957'^^xsd:string;
  dwc:aphiaid '141911'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13759045'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '141911'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14292522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14292522> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14292522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14292522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14292522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14292522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752046" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14292522'^^xsd:integer;
  dwc:scientificName 'Pisione remota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752046'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752046'^^xsd:string;
  dwc:aphiaid '130707'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14292522'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '130707'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13758792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13758792> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13758792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13758792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13758792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13758792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752604" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13758792'^^xsd:integer;
  dwc:scientificName 'Dosinia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752604'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752604'^^xsd:string;
  dwc:aphiaid '138636'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13758792'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '138636'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13848303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13848303> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13848303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13848303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13848303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13848303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752459" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13848303'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus normani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752459'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752459'^^xsd:string;
  dwc:aphiaid '120017'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13848303'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '148698'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13758793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13758793> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13758793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13758793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13758793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13758793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752442" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13758793'^^xsd:integer;
  dwc:scientificName 'Dosinia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752442'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752442'^^xsd:string;
  dwc:aphiaid '138636'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13758793'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '138636'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609362> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.588826 -4.166647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.588826"^^xsd:decimal ;
  dwc:decimalLongitude "-4.166647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.588826 -4.166647)"^^geo:wktLiteral ;
  geo-pos:lat "51.588826"^^xsd:decimal ;
  geo-pos:long "-4.166647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:12609362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610324" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '12609362'^^xsd:integer;
  dwc:scientificName 'Palaemonetes varians'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610324'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.166647'^^xsd:double;
  dwc:latitude '51.588826'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610324'^^xsd:string;
  dwc:aphiaid '107624'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:12609362'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '587704'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609363> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.588826 -4.166647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.588826"^^xsd:decimal ;
  dwc:decimalLongitude "-4.166647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.588826 -4.166647)"^^geo:wktLiteral ;
  geo-pos:lat "51.588826"^^xsd:decimal ;
  geo-pos:long "-4.166647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:12609363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735403" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '12609363'^^xsd:integer;
  dwc:scientificName 'Palaemonetes varians'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735403'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.166647'^^xsd:double;
  dwc:latitude '51.588826'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735403'^^xsd:string;
  dwc:aphiaid '107624'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:12609363'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '587704'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921235> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.588826 -4.166647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.588826"^^xsd:decimal ;
  dwc:decimalLongitude "-4.166647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.588826 -4.166647)"^^geo:wktLiteral ;
  geo-pos:lat "51.588826"^^xsd:decimal ;
  geo-pos:long "-4.166647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13921235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735396" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13921235'^^xsd:integer;
  dwc:scientificName 'Heterochaeta costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735396'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.166647'^^xsd:double;
  dwc:latitude '51.588826'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735396'^^xsd:string;
  dwc:aphiaid '137554'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13921235'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '743898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921234> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.588826 -4.166647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.588826"^^xsd:decimal ;
  dwc:decimalLongitude "-4.166647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.588826 -4.166647)"^^geo:wktLiteral ;
  geo-pos:lat "51.588826"^^xsd:decimal ;
  geo-pos:long "-4.166647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13921234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610322" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13921234'^^xsd:integer;
  dwc:scientificName 'Heterochaeta costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610322'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.166647'^^xsd:double;
  dwc:latitude '51.588826'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610322'^^xsd:string;
  dwc:aphiaid '137554'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13921234'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '743898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14285804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14285804> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14285804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14285804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14285804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14285804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752607" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14285804'^^xsd:integer;
  dwc:scientificName 'Phyllodocidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752607'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752607'^^xsd:string;
  dwc:aphiaid '931'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14285804'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '931'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14605088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14605088> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14605088> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14605088>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14605088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14605088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608843" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14605088'^^xsd:integer;
  dwc:scientificName 'Cerastoderma glaucum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608843'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40608843'^^xsd:string;
  dwc:aphiaid '138999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14605088'^^xsd:string;
  dwc:observationDate '1998-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '138999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14605089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14605089> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14605089> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14605089>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14605089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14605089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735358" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14605089'^^xsd:integer;
  dwc:scientificName 'Cerastoderma glaucum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735358'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40735358'^^xsd:string;
  dwc:aphiaid '138999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14605089'^^xsd:string;
  dwc:observationDate '1998-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '138999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14564425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14564425> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14564425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14564425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14564425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14564425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752720" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14564425'^^xsd:integer;
  dwc:scientificName 'Lucinidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752720'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752720'^^xsd:string;
  dwc:aphiaid '218'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14564425'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '218'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14182798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14182798> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14182798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14182798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14182798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14182798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752679" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14182798'^^xsd:integer;
  dwc:scientificName 'Ophelina acuminata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752679'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752679'^^xsd:string;
  dwc:aphiaid '130500'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14182798'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '130500'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14408677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14408677> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14408677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14408677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14408677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14408677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40751988" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14408677'^^xsd:integer;
  dwc:scientificName 'Scoloplos armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40751988'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40751988'^^xsd:string;
  dwc:aphiaid '130537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14408677'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '130537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13474823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13474823> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13474823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13474823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13474823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13474823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752783" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13474823'^^xsd:integer;
  dwc:scientificName 'Aonides oxycephala'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752783'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752783'^^xsd:string;
  dwc:aphiaid '131106'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13474823'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '131106'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297595> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14297595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607654" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14297595'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607654'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607654'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14297595'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297610> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297610> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297610>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14297610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613889" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14297610'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613889'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613889'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14297610'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13570565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13570565> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13570565> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13570565>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13570565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13570565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614330" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13570565'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614330'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614330'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13570565'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776569> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.115583 -4.776391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.115583"^^xsd:decimal ;
  dwc:decimalLongitude "-4.776391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.115583 -4.776391)"^^geo:wktLiteral ;
  geo-pos:lat "52.115583"^^xsd:decimal ;
  geo-pos:long "-4.776391"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13776569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752199" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13776569'^^xsd:integer;
  dwc:scientificName 'Ehlersia cornuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752199'^^xsd:string;
  dwc:yearCollected '1998'^^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.776391'^^xsd:double;
  dwc:latitude '52.115583'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752199'^^xsd:string;
  dwc:aphiaid '131286'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13776569'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '157583'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091193> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14091193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752770" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14091193'^^xsd:integer;
  dwc:scientificName 'Moerella donacina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752770'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752770'^^xsd:string;
  dwc:aphiaid '147021'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14091193'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '147021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164340> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14164340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752704" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14164340'^^xsd:integer;
  dwc:scientificName 'Notomastus latericeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752704'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752704'^^xsd:string;
  dwc:aphiaid '129898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14164340'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164339> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14164339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752617" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14164339'^^xsd:integer;
  dwc:scientificName 'Notomastus latericeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752617'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752617'^^xsd:string;
  dwc:aphiaid '129898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14164339'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14002392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14002392> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14002392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14002392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14002392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14002392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752066" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14002392'^^xsd:integer;
  dwc:scientificName 'Leptosynapta inhaerens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752066'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752066'^^xsd:string;
  dwc:aphiaid '124465'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14002392'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '124465'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13324381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13324381> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13324381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13324381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13324381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13324381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611367" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13324381'^^xsd:integer;
  dwc:scientificName 'Ascidiacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611367'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611367'^^xsd:string;
  dwc:aphiaid '1839'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13324381'^^xsd:string;
  dwc:observationDate '2000-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '1839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14408682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14408682> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14408682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14408682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14408682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14408682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752967" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14408682'^^xsd:integer;
  dwc:scientificName 'Scoloplos armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752967'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752967'^^xsd:string;
  dwc:aphiaid '130537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14408682'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '130537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828684> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828684> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828684>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607207" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828684'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607207'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607207'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828684'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14312080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14312080> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14312080> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14312080>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14312080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14312080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607213" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14312080'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607213'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607213'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14312080'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14288186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14288186> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14288186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14288186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14288186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14288186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401742" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14288186'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401742'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401742'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14288186'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14376183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14376183> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14376183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14376183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14376183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14376183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401755" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14376183'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401755'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401755'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14376183'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13915239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13915239> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13915239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13915239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13915239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13915239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401732" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13915239'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401732'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401732'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13915239'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777776> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13777776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597941" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13777776'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597941'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597941'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13777776'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777777> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13777777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598125" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13777777'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598125'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598125'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13777777'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599787> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13599787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733007" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13599787'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733007'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733007'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13599787'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599790> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13599790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733810" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13599790'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733810'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733810'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13599790'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599775> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13599775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733674" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13599775'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733674'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733674'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13599775'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490082> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14490082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733436" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14490082'^^xsd:integer;
  dwc:scientificName 'Tetrastemma candidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733436'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733436'^^xsd:string;
  dwc:aphiaid '122764'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14490082'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '122764'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547671> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733627" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547671'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733627'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733627'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547671'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798792> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13798792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733261" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13798792'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733261'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733261'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13798792'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798788> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13798788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13798788'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732900'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732900'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13798788'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13517400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13517400> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13517400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13517400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13517400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13517400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401733" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13517400'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401733'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401733'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13517400'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13539157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13539157> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13539157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13539157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13539157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13539157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401915" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13539157'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401915'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401915'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13539157'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14408678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14408678> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14408678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14408678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14408678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14408678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752598" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14408678'^^xsd:integer;
  dwc:scientificName 'Scoloplos armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752598'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752598'^^xsd:string;
  dwc:aphiaid '130537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14408678'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '130537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14426459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14426459> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14426459> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14426459>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14426459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14426459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607486" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14426459'^^xsd:integer;
  dwc:scientificName 'Sertularia cupressina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607486'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607486'^^xsd:string;
  dwc:aphiaid '117913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14426459'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756127> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13756127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733379" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13756127'^^xsd:integer;
  dwc:scientificName 'Diptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733379'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733379'^^xsd:string;
  dwc:aphiaid '118088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13756127'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '118088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017526> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017526> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017526>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14017526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615799" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14017526'^^xsd:integer;
  dwc:scientificName 'Lissoclinum perforatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615799'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615799'^^xsd:string;
  dwc:aphiaid '103585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14017526'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '103585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211759> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211759> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211759>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14211759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615777" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14211759'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615777'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615777'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14211759'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879184> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879184> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879184>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13879184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615774" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13879184'^^xsd:integer;
  dwc:scientificName 'Grantia compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615774'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615774'^^xsd:string;
  dwc:aphiaid '132181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13879184'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '132181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879183> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13879183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615564" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13879183'^^xsd:integer;
  dwc:scientificName 'Grantia compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615564'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615564'^^xsd:string;
  dwc:aphiaid '132181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13879183'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '132181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886979> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886979> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886979>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13886979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614518" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13886979'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614518'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614518'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13886979'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132924> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14132924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607466" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14132924'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607466'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607466'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14132924'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828687> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607640" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828687'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607640'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607640'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828687'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13886944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13886944> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13886944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13886944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13886944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13886944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607630" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13886944'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607630'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607630'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13886944'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828695> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828695> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828695>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607618" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828695'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607618'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607618'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828695'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828709> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607605" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828709'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607605'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607605'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828709'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826555> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13826555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613948" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13826555'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613948'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613948'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13826555'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13624775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13624775> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13624775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13624775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13624775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13624775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614015" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13624775'^^xsd:integer;
  dwc:scientificName 'Ceramiales'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614015'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614015'^^xsd:string;
  dwc:aphiaid '860'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13624775'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '860'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13742110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13742110> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13742110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13742110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13742110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13742110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752259" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13742110'^^xsd:integer;
  dwc:scientificName 'Diastylis tumida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752259'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752259'^^xsd:string;
  dwc:aphiaid '110492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13742110'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '110492'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447889> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.304741"^^xsd:decimal ;
  dwc:decimalLongitude "-4.34813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  geo-pos:lat "52.304741"^^xsd:decimal ;
  geo-pos:long "-4.34813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14447889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752847" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14447889'^^xsd:integer;
  dwc:scientificName 'Spiophanes bombyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752847'^^xsd:string;
  dwc:yearCollected '1998'^^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.34813'^^xsd:double;
  dwc:latitude '52.304741'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752847'^^xsd:string;
  dwc:aphiaid '131187'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14447889'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '131187'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705484> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13705484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733001" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13705484'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733001'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733001'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13705484'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698906> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13698906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732977" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13698906'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732977'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732977'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13698906'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13527929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13527929> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13527929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13527929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13527929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13527929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596185" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13527929'^^xsd:integer;
  dwc:scientificName 'Astropecten irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596185'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596185'^^xsd:string;
  dwc:aphiaid '123867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13527929'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '123867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683242> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683242> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683242>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13683242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578254" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13683242'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578254'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578254'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13683242'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13407844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13407844> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13407844> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13407844>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13407844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13407844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578271" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13407844'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578271'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578271'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13407844'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13987208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13987208> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13987208> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13987208>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13987208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13987208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579543" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13987208'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579543'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579543'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13987208'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713150> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713150> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713150>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13713150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578284" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13713150'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578284'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578284'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13713150'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311384> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311384> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311384>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14311384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578301" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14311384'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578301'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578301'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14311384'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311389> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311389> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311389>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14311389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579987" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14311389'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579987'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579987'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14311389'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13594140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13594140> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13594140> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13594140>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13594140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13594140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578278" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13594140'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578278'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578278'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13594140'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13403472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13403472> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13403472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13403472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13403472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13403472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596184" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13403472'^^xsd:integer;
  dwc:scientificName 'Acteon tornatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596184'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596184'^^xsd:string;
  dwc:aphiaid '138691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13403472'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '138691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713142> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713142> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713142>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13713142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578847" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13713142'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578847'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578847'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13713142'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558605> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558605> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558605>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13558605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581604" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13558605'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581604'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581604'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13558605'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14031648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14031648> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14031648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14031648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14031648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14031648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598032" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14031648'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598032'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598032'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14031648'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13895286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13895286> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13895286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13895286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13895286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13895286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615290" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13895286'^^xsd:integer;
  dwc:scientificName 'Halyphysema tumanowiczi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615290'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615290'^^xsd:string;
  dwc:aphiaid '113869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13895286'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '113869'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908284> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13908284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733180" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13908284'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733180'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733180'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13908284'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718207> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13718207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596548" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13718207'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596548'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596548'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13718207'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689755> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13689755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596536" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13689755'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596536'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596536'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13689755'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14478703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14478703> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14478703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14478703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14478703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14478703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596529" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14478703'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596529'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596529'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14478703'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452572> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452572> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452572>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14452572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615038" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14452572'^^xsd:integer;
  dwc:scientificName 'Spirorbidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615038'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615038'^^xsd:string;
  dwc:aphiaid '1021266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14452572'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12609214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12609214> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12609214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12609214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12609214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:12609214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733370" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '12609214'^^xsd:integer;
  dwc:scientificName 'Neomysis integer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733370'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733370'^^xsd:string;
  dwc:aphiaid '120136'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:12609214'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '120136'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13348329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13348329> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13348329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13348329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13348329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13348329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615597" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13348329'^^xsd:integer;
  dwc:scientificName 'Polyplacophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615597'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615597'^^xsd:string;
  dwc:aphiaid '55'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13348329'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '55'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13334166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13334166> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13334166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13334166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13334166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13334166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615594" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13334166'^^xsd:integer;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615594'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615594'^^xsd:string;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13334166'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050951> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732770" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050951'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732770'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732770'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050951'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388181> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388181> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388181>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14388181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578325" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14388181'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578325'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578325'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14388181'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404262> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13404262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614707" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13404262'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614707'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614707'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13404262'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404263> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13404263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615595" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13404263'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615595'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615595'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13404263'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447885> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14447885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752599" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14447885'^^xsd:integer;
  dwc:scientificName 'Spiophanes bombyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752599'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752599'^^xsd:string;
  dwc:aphiaid '131187'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14447885'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '131187'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13805002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13805002> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13805002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13805002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13805002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13805002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401611" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13805002'^^xsd:integer;
  dwc:scientificName 'Eudendrium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401611'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401611'^^xsd:string;
  dwc:aphiaid '117093'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13805002'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '117093'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13848302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13848302> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13848302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13848302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13848302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13848302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752694" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13848302'^^xsd:integer;
  dwc:scientificName 'Gastrosaccus normani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752694'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752694'^^xsd:string;
  dwc:aphiaid '120017'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13848302'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '148698'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14429335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14429335> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14429335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14429335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14429335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14429335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752264" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14429335'^^xsd:integer;
  dwc:scientificName 'Sipunculidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752264'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752264'^^xsd:string;
  dwc:aphiaid '1648'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14429335'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '1648'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13618911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13618911> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13618911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13618911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13618911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13618911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752689" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13618911'^^xsd:integer;
  dwc:scientificName 'Caulleriella alata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752689'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752689'^^xsd:string;
  dwc:aphiaid '129943'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13618911'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129943'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14427354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14427354> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14427354> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14427354>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14427354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14427354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615047" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14427354'^^xsd:integer;
  dwc:scientificName 'Sidnyum turbinatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615047'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615047'^^xsd:string;
  dwc:aphiaid '103684'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14427354'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '103670'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942321> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13942321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596098" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13942321'^^xsd:integer;
  dwc:scientificName 'Hydractinia echinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596098'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596098'^^xsd:string;
  dwc:aphiaid '117644'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13942321'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '117644'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14707605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14707605> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14707605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14707605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14707605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14707605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580155" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14707605'^^xsd:integer;
  dwc:scientificName 'Ulva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580155'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580155'^^xsd:string;
  dwc:aphiaid '144296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14707605'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13749838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13749838> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13749838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13749838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13749838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13749838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607567" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13749838'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607567'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607567'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13749838'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13953203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13953203> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13953203> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13953203>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13953203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13953203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581240" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13953203'^^xsd:integer;
  dwc:scientificName 'Inachus phalangium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581240'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581240'^^xsd:string;
  dwc:aphiaid '107333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13953203'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '107333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223516> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14223516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615661" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14223516'^^xsd:integer;
  dwc:scientificName 'Palaemon serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615661'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615661'^^xsd:string;
  dwc:aphiaid '107616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14223516'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '107616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13583914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13583914> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13583914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13583914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13583914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13583914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401624" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13583914'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401624'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401624'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13583914'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621953> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621953> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621953>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13621953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579974" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13621953'^^xsd:integer;
  dwc:scientificName 'Cellaria sinuosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579974'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579974'^^xsd:string;
  dwc:aphiaid '111260'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13621953'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132938> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14132938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614246" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14132938'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614246'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614246'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14132938'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13333366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13333366> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13333366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13333366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13333366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13333366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614710" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13333366'^^xsd:integer;
  dwc:scientificName 'Halacaridae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614710'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614710'^^xsd:string;
  dwc:aphiaid '1484'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13333366'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '1484'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886972> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13886972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615392" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13886972'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615392'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615392'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13886972'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301859> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14301859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615132" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14301859'^^xsd:integer;
  dwc:scientificName 'Plumularia setacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615132'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615132'^^xsd:string;
  dwc:aphiaid '117824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14301859'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117824'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755854> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755854> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755854>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13755854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580229" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13755854'^^xsd:integer;
  dwc:scientificName 'Diplosoma spongiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580229'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580229'^^xsd:string;
  dwc:aphiaid '103582'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13755854'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714713> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13714713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609639" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13714713'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609639'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609639'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13714713'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714736> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714736> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714736>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13714736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609402" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13714736'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609402'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609402'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13714736'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714698> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714698> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714698>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13714698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609382" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13714698'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609382'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609382'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13714698'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714663> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714663> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714663>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13714663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577798" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13714663'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577798'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577798'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13714663'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714711> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13714711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13714711'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609838'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609838'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13714711'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714712> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13714712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609238" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13714712'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609238'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609238'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13714712'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714737> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714737> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714737>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13714737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609226" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13714737'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609226'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609226'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13714737'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714679> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714679> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714679>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13714679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581692" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13714679'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581692'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581692'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13714679'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629449> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13629449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581322" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13629449'^^xsd:integer;
  dwc:scientificName 'Ceramium secundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581322'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581322'^^xsd:string;
  dwc:aphiaid '144562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13629449'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144562'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629463> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13629463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596640" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13629463'^^xsd:integer;
  dwc:scientificName 'Ceramium secundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596640'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596640'^^xsd:string;
  dwc:aphiaid '144562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13629463'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144562'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599781> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13599781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733458" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13599781'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733458'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733458'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13599781'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599783> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13599783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733757" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13599783'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733757'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733757'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13599783'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599788> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13599788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733911" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13599788'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733911'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733911'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13599788'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13385398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13385398> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13385398> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13385398>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13385398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13385398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581274" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13385398'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581274'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581274'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13385398'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14093944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14093944> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14093944> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14093944>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14093944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14093944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578848" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14093944'^^xsd:integer;
  dwc:scientificName 'Morchellium argus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578848'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578848'^^xsd:string;
  dwc:aphiaid '148714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14093944'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '148714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851929> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851929> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851929>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13851929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578846" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13851929'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578846'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578846'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13851929'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13987207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13987207> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13987207> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13987207>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13987207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13987207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577856" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13987207'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577856'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577856'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13987207'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14356480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14356480> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14356480> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14356480>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14356480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14356480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577879" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14356480'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577879'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577879'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14356480'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13768104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13768104> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13768104> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13768104>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13768104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13768104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577860" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13768104'^^xsd:integer;
  dwc:scientificName 'Ebalia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577860'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577860'^^xsd:string;
  dwc:aphiaid '106889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13768104'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '106889'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13466917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13466917> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13466917> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13466917>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13466917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13466917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577876" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13466917'^^xsd:integer;
  dwc:scientificName 'Anseropoda placenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577876'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577876'^^xsd:string;
  dwc:aphiaid '123985'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13466917'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '123985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714716> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714716> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714716>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13714716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610021" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13714716'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610021'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610021'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13714716'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517416> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517416> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517416>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13517416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579018" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13517416'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579018'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40579018'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13517416'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517417> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517417> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517417>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13517417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581186" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13517417'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581186'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581186'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13517417'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14288188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14288188> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14288188> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14288188>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14288188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14288188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581616" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14288188'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581616'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581616'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14288188'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14376186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14376186> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14376186> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14376186>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14376186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14376186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581630" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14376186'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581630'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581630'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14376186'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14017513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14017513> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14017513> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14017513>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14017513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14017513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578851" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14017513'^^xsd:integer;
  dwc:scientificName 'Lissoclinum perforatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578851'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578851'^^xsd:string;
  dwc:aphiaid '103585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14017513'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14325286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14325286> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14325286> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14325286>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14325286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14325286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579950" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14325286'^^xsd:integer;
  dwc:scientificName 'Polymastia mammillaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579950'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579950'^^xsd:string;
  dwc:aphiaid '150221'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14325286'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132859> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132859> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132859>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14132859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581133" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14132859'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581133'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581133'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14132859'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828577> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828577> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828577>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13828577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581148" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13828577'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581148'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581148'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13828577'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508259> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13508259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595828" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13508259'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595828'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595828'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13508259'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13780954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13780954> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13780954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13780954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13780954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13780954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596487" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13780954'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596487'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596487'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13780954'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14081679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14081679> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14081679> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14081679>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14081679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14081679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578857" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14081679'^^xsd:integer;
  dwc:scientificName 'Meredithia microphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578857'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578857'^^xsd:string;
  dwc:aphiaid '145271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14081679'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14307889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14307889> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14307889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14307889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14307889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14307889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578501" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14307889'^^xsd:integer;
  dwc:scientificName 'Polinices pulchellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578501'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578501'^^xsd:string;
  dwc:aphiaid '150554'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14307889'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '151894'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14342446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14342446> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14342446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14342446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14342446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14342446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596318" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14342446'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus pictus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596318'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596318'^^xsd:string;
  dwc:aphiaid '126930'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14342446'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '126930'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649237> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13649237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596347" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13649237'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596347'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596347'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13649237'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092255> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092255> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092255>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14092255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580632" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14092255'^^xsd:integer;
  dwc:scientificName 'Molgula manhattensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580632'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580632'^^xsd:string;
  dwc:aphiaid '103788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14092255'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14342441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14342441> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14342441> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14342441>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14342441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14342441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577811" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14342441'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus pictus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577811'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577811'^^xsd:string;
  dwc:aphiaid '126930'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14342441'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '126930'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14092241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14092241> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14092241> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14092241>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14092241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14092241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577809" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14092241'^^xsd:integer;
  dwc:scientificName 'Molgula manhattensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577809'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577809'^^xsd:string;
  dwc:aphiaid '103788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14092241'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '103788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13810349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13810349> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13810349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13810349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13810349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13810349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614966" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13810349'^^xsd:integer;
  dwc:scientificName 'Eulalia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614966'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614966'^^xsd:string;
  dwc:aphiaid '130639'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13810349'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '130639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977198> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977198> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977198>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13977198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608966" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13977198'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608966'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608966'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13977198'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405138> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14405138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733719" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14405138'^^xsd:integer;
  dwc:scientificName 'Scolelepis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733719'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733719'^^xsd:string;
  dwc:aphiaid '131177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14405138'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '157566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977201> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977201> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977201>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13977201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557155" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13977201'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557155'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40557155'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13977201'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13977180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13977180> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13977180> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13977180>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13977180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13977180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610265" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13977180'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610265'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610265'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13977180'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13774307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13774307> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13774307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13774307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13774307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13774307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609918" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13774307'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609918'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609918'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13774307'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14372119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14372119> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14372119> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14372119>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14372119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14372119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607349" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14372119'^^xsd:integer;
  dwc:scientificName 'Raspailia hispida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607349'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607349'^^xsd:string;
  dwc:aphiaid '133147'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14372119'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '133147'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216966> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14216966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614376" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14216966'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614376'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614376'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14216966'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14063416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14063416> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14063416> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14063416>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14063416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14063416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735350" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14063416'^^xsd:integer;
  dwc:scientificName 'Manayunkia aestuarina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735350'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40735350'^^xsd:string;
  dwc:aphiaid '130926'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14063416'^^xsd:string;
  dwc:observationDate '1998-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '130926'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13678846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13678846> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13678846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13678846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13678846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13678846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401637" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13678846'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401637'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401637'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13678846'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13814072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13814072> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13814072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13814072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13814072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13814072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752779" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13814072'^^xsd:integer;
  dwc:scientificName 'Euphrosine foliosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752779'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752779'^^xsd:string;
  dwc:aphiaid '130083'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13814072'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '130083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14471161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14471161> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14471161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14471161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14471161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14471161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752217" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14471161'^^xsd:integer;
  dwc:scientificName 'Syllidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752217'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752217'^^xsd:string;
  dwc:aphiaid '948'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14471161'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '948'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459655> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14459655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577753" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14459655'^^xsd:integer;
  dwc:scientificName 'Spyridia filamentosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577753'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577753'^^xsd:string;
  dwc:aphiaid '144706'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14459655'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14297483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14297483> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14297483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14297483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14297483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14297483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401745" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14297483'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401745'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401745'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14297483'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547635> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732928" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547635'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732928'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732928'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547635'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13551076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13551076> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13551076> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13551076>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13551076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13551076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581118" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13551076'^^xsd:integer;
  dwc:scientificName 'Bicellariella ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581118'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581118'^^xsd:string;
  dwc:aphiaid '111147'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13551076'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '111147'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744600> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13744600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596563" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13744600'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596563'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596563'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13744600'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14415279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14415279> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14415279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14415279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14415279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14415279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596521" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14415279'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria scruposa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596521'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596521'^^xsd:string;
  dwc:aphiaid '111250'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14415279'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '111250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14393013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14393013> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14393013> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14393013>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14393013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14393013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607158" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14393013'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607158'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40607158'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14393013'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425491> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425491> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425491>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14425491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607156" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14425491'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607156'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40607156'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14425491'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120782> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120782> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120782>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14120782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615041" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14120782'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615041'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615041'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14120782'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336316> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336316> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336316>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14336316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615036" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14336316'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615036'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615036'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14336316'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577656> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577656> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577656>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13577656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615043" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13577656'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615043'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615043'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13577656'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535495> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14535495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614089" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14535495'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614089'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614089'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14535495'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14310663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14310663> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14310663> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14310663>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14310663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14310663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614135" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14310663'^^xsd:integer;
  dwc:scientificName 'Polycarpa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614135'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614135'^^xsd:string;
  dwc:aphiaid '103538'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14310663'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '103538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14356475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14356475> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14356475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14356475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14356475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14356475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581222" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14356475'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581222'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581222'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14356475'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683231> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13683231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581190" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13683231'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581190'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581190'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13683231'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13677148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13677148> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13677148> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13677148>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13677148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13677148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578667" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13677148'^^xsd:integer;
  dwc:scientificName 'Clausinella fasciata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578667'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578667'^^xsd:string;
  dwc:aphiaid '141909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13677148'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '141909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729096> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729096> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729096>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13729096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581172" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13729096'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581172'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581172'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13729096'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312060> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312060> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312060>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14312060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581160" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14312060'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581160'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581160'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14312060'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14093939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14093939> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14093939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14093939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14093939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14093939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401639" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14093939'^^xsd:integer;
  dwc:scientificName 'Morchellium argus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401639'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401639'^^xsd:string;
  dwc:aphiaid '148714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14093939'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '148714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713205> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13713205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615299" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13713205'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615299'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615299'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13713205'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14468712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14468712> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14468712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14468712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14468712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14468712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607547" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14468712'^^xsd:integer;
  dwc:scientificName 'Suberites'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607547'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607547'^^xsd:string;
  dwc:aphiaid '132072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14468712'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '132072'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13485885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13485885> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13485885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13485885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13485885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13485885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596183" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13485885'^^xsd:integer;
  dwc:scientificName 'Aporrhais pespelecani'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596183'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596183'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13485885'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14512173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14512173> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14512173> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14512173>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14512173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14512173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578280" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14512173'^^xsd:integer;
  dwc:scientificName 'Trivia arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578280'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578280'^^xsd:string;
  dwc:aphiaid '141741'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14512173'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '141741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14386496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14386496> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14386496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14386496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14386496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14386496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595798" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14386496'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595798'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595798'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14386496'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517571> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557113" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517571'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557113'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557113'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517571'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336251> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614315" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336251'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614315'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614315'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336251'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676348> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13676348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614674" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13676348'^^xsd:integer;
  dwc:scientificName 'Clathrina coriacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614674'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614674'^^xsd:string;
  dwc:aphiaid '132277'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13676348'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '132277'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14283074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14283074> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14283074> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14283074>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14283074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14283074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14283074'^^xsd:integer;
  dwc:scientificName 'Phycodrys rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614194'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614194'^^xsd:string;
  dwc:aphiaid '144773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14283074'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '144773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535499> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535499> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535499>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14535499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613997" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14535499'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613997'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613997'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14535499'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489434> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489434> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489434>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14489434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607345" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14489434'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607345'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607345'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14489434'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216963> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65776 -4.662763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.65776"^^xsd:decimal ;
  dwc:decimalLongitude "-4.662763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65776 -4.662763)"^^geo:wktLiteral ;
  geo-pos:lat "52.65776"^^xsd:decimal ;
  geo-pos:long "-4.662763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14216963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613973" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14216963'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613973'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.662763'^^xsd:double;
  dwc:latitude '52.65776'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613973'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14216963'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216967> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14216967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614099" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14216967'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614099'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614099'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14216967'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14310664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14310664> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14310664> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14310664>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14310664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14310664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14310664'^^xsd:integer;
  dwc:scientificName 'Polycarpa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613910'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613910'^^xsd:string;
  dwc:aphiaid '103538'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14310664'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '103538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216979> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216979> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216979>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14216979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607111" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14216979'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607111'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40607111'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14216979'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583973> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583973> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583973>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13583973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607224" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13583973'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607224'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607224'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13583973'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419582> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13419582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607638" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13419582'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607638'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607638'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13419582'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14290909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14290909> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14290909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14290909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14290909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14290909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596369" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14290909'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596369'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596369'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14290909'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14290910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14290910> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14290910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14290910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14290910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14290910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597165" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14290910'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597165'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597165'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14290910'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942319> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13942319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596372" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13942319'^^xsd:integer;
  dwc:scientificName 'Hydractinia echinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596372'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596372'^^xsd:string;
  dwc:aphiaid '117644'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13942319'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '117644'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554694> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13554694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614287" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13554694'^^xsd:integer;
  dwc:scientificName 'Bonnemaisonia asparagoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614287'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614287'^^xsd:string;
  dwc:aphiaid '144440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13554694'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '144440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14182198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14182198> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14182198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14182198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14182198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14182198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14182198'^^xsd:integer;
  dwc:scientificName 'Ophelia rathkei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732914'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732914'^^xsd:string;
  dwc:aphiaid '130496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14182198'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '130496'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216977> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14216977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613870" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14216977'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613870'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613870'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14216977'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13589028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13589028> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13589028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13589028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13589028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13589028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13589028'^^xsd:integer;
  dwc:scientificName 'Callochiton septemvalvis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752194'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752194'^^xsd:string;
  dwc:aphiaid '140132'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13589028'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '140132'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14557446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14557446> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14557446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14557446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14557446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14557446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752800" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14557446'^^xsd:integer;
  dwc:scientificName 'Echinus elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752800'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752800'^^xsd:string;
  dwc:aphiaid '124286'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14557446'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '532035'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13901398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13901398> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13901398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13901398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13901398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13901398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752297" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13901398'^^xsd:integer;
  dwc:scientificName 'Harmothoe imbricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752297'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752297'^^xsd:string;
  dwc:aphiaid '130769'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13901398'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '130769'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13513611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13513611> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13513611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13513611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13513611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13513611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557097" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13513611'^^xsd:integer;
  dwc:scientificName 'Aspitrigla cuculus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557097'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557097'^^xsd:string;
  dwc:aphiaid '150662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13513611'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '127259'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14336190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14336190> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14336190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14336190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14336190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14336190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752791" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14336190'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752791'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752791'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14336190'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13465381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13465381> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13465381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13465381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13465381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13465381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401921" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13465381'^^xsd:integer;
  dwc:scientificName 'Anomiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401921'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401921'^^xsd:string;
  dwc:aphiaid '214'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13465381'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '214'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13594123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13594123> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13594123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13594123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13594123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13594123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401727" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13594123'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401727'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401727'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13594123'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13802173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13802173> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13802173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13802173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13802173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13802173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401625" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13802173'^^xsd:integer;
  dwc:scientificName 'Eubranchus tricolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401625'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401625'^^xsd:string;
  dwc:aphiaid '139771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13802173'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '139771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13766449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13766449> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13766449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13766449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13766449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13766449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401609" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13766449'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401609'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401609'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13766449'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14413631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14413631> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14413631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14413631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14413631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14413631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401633" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14413631'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401633'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401633'^^xsd:string;
  dwc:aphiaid '110866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14413631'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '110866'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14172404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14172404> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14172404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14172404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14172404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14172404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401616" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14172404'^^xsd:integer;
  dwc:scientificName 'Obelia dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401616'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401616'^^xsd:string;
  dwc:aphiaid '117386'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14172404'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '117386'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13972563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13972563> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13972563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13972563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13972563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13972563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752256" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13972563'^^xsd:integer;
  dwc:scientificName 'Lagis koreni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752256'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752256'^^xsd:string;
  dwc:aphiaid '152367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13972563'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '152367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710204> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597653" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710204'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597653'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597653'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710204'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13991832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13991832> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13991832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13991832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13991832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13991832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752274" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13991832'^^xsd:integer;
  dwc:scientificName 'Laonice'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752274'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752274'^^xsd:string;
  dwc:aphiaid '129613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13991832'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13991833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13991833> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13991833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13991833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13991833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13991833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752223" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13991833'^^xsd:integer;
  dwc:scientificName 'Laonice'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752223'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752223'^^xsd:string;
  dwc:aphiaid '129613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13991833'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216980> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14216980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614003" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14216980'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614003'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614003'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14216980'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13435276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13435276> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13435276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13435276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13435276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13435276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752985" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13435276'^^xsd:integer;
  dwc:scientificName 'Ampelisca tenuicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752985'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752985'^^xsd:string;
  dwc:aphiaid '101930'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13435276'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '101930'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776574> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13776574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752445" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13776574'^^xsd:integer;
  dwc:scientificName 'Ehlersia cornuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752445'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752445'^^xsd:string;
  dwc:aphiaid '131286'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13776574'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '157583'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729091> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729091> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729091>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13729091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578867" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13729091'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578867'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578867'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13729091'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312058> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312058> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312058>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14312058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578853" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14312058'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578853'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578853'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14312058'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13416145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13416145> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13416145> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13416145>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13416145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13416145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578860" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13416145'^^xsd:integer;
  dwc:scientificName 'Ahnfeltia plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578860'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578860'^^xsd:string;
  dwc:aphiaid '144422'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13416145'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13649902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13649902> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13649902> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13649902>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13649902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13649902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13649902'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578862'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578862'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13649902'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828591> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828591> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828591>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13828591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579972" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13828591'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579972'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579972'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13828591'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13960969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13960969> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13960969> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13960969>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13960969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13960969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578856" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13960969'^^xsd:integer;
  dwc:scientificName 'Kallymenia reniformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578856'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578856'^^xsd:string;
  dwc:aphiaid '145267'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13960969'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297501> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297501> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297501>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14297501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581713" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14297501'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581713'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581713'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14297501'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13460013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13460013> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13460013> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13460013>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13460013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13460013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578843" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13460013'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578843'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578843'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13460013'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489435> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489435> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489435>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14489435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607696" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14489435'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607696'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607696'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14489435'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13870818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13870818> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13870818> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13870818>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13870818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:13870818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605110" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '13870818'^^xsd:integer;
  dwc:scientificName 'Gobius paganellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605110'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605110'^^xsd:string;
  dwc:aphiaid '126893'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:13870818'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '126893'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216984> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14216984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607451" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14216984'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607451'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607451'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14216984'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743188> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743188> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743188>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13743188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581632" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13743188'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581632'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581632'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13743188'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13859749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13859749> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13859749> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13859749>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13859749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13859749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581591" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13859749'^^xsd:integer;
  dwc:scientificName 'Gibbula umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581591'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581591'^^xsd:string;
  dwc:aphiaid '141801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13859749'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1039850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13617178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13617178> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13617178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13617178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13617178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13617178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615017" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13617178'^^xsd:integer;
  dwc:scientificName 'Catenella caespitosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615017'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615017'^^xsd:string;
  dwc:aphiaid '145605'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13617178'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145605'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924072> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13924072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596087" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13924072'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596087'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596087'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13924072'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14204678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14204678> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14204678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14204678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14204678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14204678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596553" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14204678'^^xsd:integer;
  dwc:scientificName 'Osmundea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596553'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596553'^^xsd:string;
  dwc:aphiaid '143921'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14204678'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '143921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594163> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13594163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596509" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13594163'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596509'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596509'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13594163'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459665> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14459665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596547" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14459665'^^xsd:integer;
  dwc:scientificName 'Spyridia filamentosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596547'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596547'^^xsd:string;
  dwc:aphiaid '144706'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14459665'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13877942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13877942> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13877942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13877942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13877942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13877942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596116" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13877942'^^xsd:integer;
  dwc:scientificName 'Gracilaria gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596116'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596116'^^xsd:string;
  dwc:aphiaid '145700'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13877942'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145700'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216857> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216857> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216857>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14216857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596259" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14216857'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596259'^^xsd:string;
  dwc:yearCollected '1998'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596259'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14216857'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424455> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424455> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424455>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13424455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578323" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13424455'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578323'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578323'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13424455'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414574> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13414574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596119" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13414574'^^xsd:integer;
  dwc:scientificName 'Aglaothamnion byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596119'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596119'^^xsd:string;
  dwc:aphiaid '144490'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13414574'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336324> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14336324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615170" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14336324'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615170'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615170'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14336324'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120787> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14120787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614589" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14120787'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614589'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614589'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14120787'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336156> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336156> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336156>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14336156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579152" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14336156'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579152'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579152'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14336156'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13483261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13483261> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13483261> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13483261>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13483261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13483261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580227" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13483261'^^xsd:integer;
  dwc:scientificName 'Aplidium punctum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580227'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580227'^^xsd:string;
  dwc:aphiaid '103662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13483261'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13939715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13939715> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13939715> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13939715>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13939715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13939715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607202" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13939715'^^xsd:integer;
  dwc:scientificName 'Hyas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607202'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607202'^^xsd:string;
  dwc:aphiaid '106903'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13939715'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '106903'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987230> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13987230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13987230'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596064'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596064'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13987230'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539204> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539204> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539204>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13539204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579546" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13539204'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579546'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579546'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13539204'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539182> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539182> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539182>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13539182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581140" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13539182'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581140'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581140'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13539182'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14469345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14469345> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14469345> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14469345>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14469345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14469345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581128" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14469345'^^xsd:integer;
  dwc:scientificName 'Suberites carnosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581128'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581128'^^xsd:string;
  dwc:aphiaid '134275'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14469345'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '134275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539191> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539191> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539191>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13539191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578275" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13539191'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578275'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578275'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13539191'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13883435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13883435> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13883435> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13883435>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13883435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13883435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611306" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13883435'^^xsd:integer;
  dwc:scientificName 'Halecium beanii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611306'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611306'^^xsd:string;
  dwc:aphiaid '157947'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13883435'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '157947'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13883436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13883436> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13883436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13883436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13883436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13883436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611338" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13883436'^^xsd:integer;
  dwc:scientificName 'Halecium beanii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611338'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611338'^^xsd:string;
  dwc:aphiaid '157947'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13883436'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '157947'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14297593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14297593> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14297593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14297593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14297593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14297593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611360" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14297593'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611360'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611360'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14297593'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13570555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13570555> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13570555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13570555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13570555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13570555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611349" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13570555'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611349'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611349'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13570555'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13987246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13987246> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13987246> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13987246>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13987246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13987246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611438" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13987246'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611438'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40611438'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13987246'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13987197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13987197> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13987197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13987197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13987197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13987197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556948" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13987197'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556948'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556948'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13987197'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119177> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14119177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596629" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14119177'^^xsd:integer;
  dwc:scientificName 'Naccaria wiggii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596629'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596629'^^xsd:string;
  dwc:aphiaid '145769'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14119177'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145769'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13747495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13747495> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13747495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13747495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13747495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13747495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611358" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13747495'^^xsd:integer;
  dwc:scientificName 'Didemnidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611358'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611358'^^xsd:string;
  dwc:aphiaid '103439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13747495'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '103439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539226> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13539226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607637" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13539226'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607637'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607637'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13539226'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14469355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14469355> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14469355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14469355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14469355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14469355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607626" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14469355'^^xsd:integer;
  dwc:scientificName 'Suberites carnosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607626'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607626'^^xsd:string;
  dwc:aphiaid '134275'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14469355'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '134275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539228> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539228> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539228>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13539228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614300" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13539228'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614300'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40614300'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13539228'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14460806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14460806> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14460806> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14460806>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14460806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14460806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607701" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14460806'^^xsd:integer;
  dwc:scientificName 'Stelligera stuposa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607701'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607701'^^xsd:string;
  dwc:aphiaid '134175'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14460806'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '134175'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13556594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13556594> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13556594> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13556594>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13556594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13556594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611328" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13556594'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611328'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611328'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13556594'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14132916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14132916> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14132916> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14132916>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14132916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14132916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611307" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14132916'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611307'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611307'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14132916'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14132918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14132918> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14132918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14132918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14132918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14132918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611340" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14132918'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611340'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611340'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14132918'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13575279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13575279> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13575279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13575279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13575279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13575279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611351" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13575279'^^xsd:integer;
  dwc:scientificName 'Bugula flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611351'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611351'^^xsd:string;
  dwc:aphiaid '111152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13575279'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '834002'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14317964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14317964> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14317964> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14317964>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14317964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14317964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611315" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14317964'^^xsd:integer;
  dwc:scientificName 'Polydora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611315'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611315'^^xsd:string;
  dwc:aphiaid '129619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14317964'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '129619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13580738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13580738> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13580738> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13580738>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13580738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13580738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611446" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13580738'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611446'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40611446'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13580738'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14426454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14426454> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14426454> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14426454>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14426454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14426454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611435" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14426454'^^xsd:integer;
  dwc:scientificName 'Sertularia cupressina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611435'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40611435'^^xsd:string;
  dwc:aphiaid '117913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14426454'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '117913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14426457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14426457> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14426457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14426457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14426457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14426457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611341" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14426457'^^xsd:integer;
  dwc:scientificName 'Sertularia cupressina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611341'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611341'^^xsd:string;
  dwc:aphiaid '117913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14426457'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '117913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13580739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13580739> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13580739> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13580739>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13580739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13580739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611330" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13580739'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611330'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611330'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13580739'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14426455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14426455> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14426455> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14426455>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14426455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14426455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611310" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14426455'^^xsd:integer;
  dwc:scientificName 'Sertularia cupressina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611310'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611310'^^xsd:string;
  dwc:aphiaid '117913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14426455'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '117913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13774325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13774325> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13774325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13774325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13774325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13774325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13774325'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607329'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607329'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13774325'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346975> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14346975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614897" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14346975'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614897'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614897'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14346975'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13886942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13886942> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13886942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13886942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13886942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13886942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611333" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13886942'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611333'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611333'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13886942'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14012701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14012701> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14012701> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14012701>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14012701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14012701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611320" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14012701'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611320'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611320'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14012701'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14258007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14258007> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14258007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14258007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14258007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14258007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614367" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14258007'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614367'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614367'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14258007'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554692> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13554692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614013" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13554692'^^xsd:integer;
  dwc:scientificName 'Bonnemaisonia asparagoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614013'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614013'^^xsd:string;
  dwc:aphiaid '144440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13554692'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '144440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13614175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13614175> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13614175> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13614175>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13614175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13614175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607586" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13614175'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607586'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40607586'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13614175'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14346949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14346949> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14346949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14346949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14346949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14346949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14346949'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611262'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611262'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14346949'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13385412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13385412> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13385412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13385412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13385412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13385412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607464" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13385412'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607464'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607464'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13385412'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539234> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539234> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539234>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13539234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607223" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13539234'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607223'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607223'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13539234'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523622> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523622> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523622>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14523622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615309" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14523622'^^xsd:integer;
  dwc:scientificName 'Tubularia indivisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615309'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615309'^^xsd:string;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14523622'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489428> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489428> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489428>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14489428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607423" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14489428'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607423'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607423'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14489428'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336280> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65776 -4.662763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.65776"^^xsd:decimal ;
  dwc:decimalLongitude "-4.662763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65776 -4.662763)"^^geo:wktLiteral ;
  geo-pos:lat "52.65776"^^xsd:decimal ;
  geo-pos:long "-4.662763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614056" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336280'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614056'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.662763'^^xsd:double;
  dwc:latitude '52.65776'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614056'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336280'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14091863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14091863> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14091863> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14091863>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14091863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14091863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607285" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14091863'^^xsd:integer;
  dwc:scientificName 'Molgula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607285'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607285'^^xsd:string;
  dwc:aphiaid '103509'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14091863'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '103509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744661> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744661> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744661>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13744661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614244" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13744661'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614244'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614244'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13744661'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419597> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13419597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613925" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13419597'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613925'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613925'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13419597'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14586821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14586821> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14586821> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14586821>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14586821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14586821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607588" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14586821'^^xsd:integer;
  dwc:scientificName 'Balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607588'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40607588'^^xsd:string;
  dwc:aphiaid '106122'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14586821'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '106122'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13914474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13914474> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13914474> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13914474>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13914474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13914474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613897" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13914474'^^xsd:integer;
  dwc:scientificName 'Hemimycale columella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613897'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613897'^^xsd:string;
  dwc:aphiaid '133543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13914474'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '133543'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13881562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13881562> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13881562> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13881562>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13881562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13881562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614025" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13881562'^^xsd:integer;
  dwc:scientificName 'Gymnangium montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614025'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614025'^^xsd:string;
  dwc:aphiaid '117299'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13881562'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117299'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13385416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13385416> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13385416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13385416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13385416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13385416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607672" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13385416'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607672'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607672'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13385416'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14019646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14019646> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14019646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14019646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14019646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14019646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614254" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14019646'^^xsd:integer;
  dwc:scientificName 'Lithothamnion glaciale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614254'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614254'^^xsd:string;
  dwc:aphiaid '145170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14019646'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '1736213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404279> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13404279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614759" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13404279'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614759'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614759'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13404279'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13517610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13517610> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13517610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13517610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13517610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13517610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611284" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13517610'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611284'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611284'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13517610'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336252> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336252> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336252>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613977" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336252'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613977'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613977'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336252'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336260> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336260> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336260>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607125" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336260'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607125'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607125'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336260'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13574466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13574466> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13574466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13574466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13574466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13574466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607302" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13574466'^^xsd:integer;
  dwc:scientificName 'Bugula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607302'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607302'^^xsd:string;
  dwc:aphiaid '110839'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13574466'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '110839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583964> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13583964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607297" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13583964'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607297'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607297'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13583964'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583965> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13583965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607679" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13583965'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607679'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607679'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13583965'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13802172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13802172> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13802172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13802172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13802172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13802172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401867" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13802172'^^xsd:integer;
  dwc:scientificName 'Eubranchus tricolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401867'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401867'^^xsd:string;
  dwc:aphiaid '139771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13802172'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '139771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13766454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13766454> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13766454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13766454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13766454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13766454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579920" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13766454'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579920'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579920'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13766454'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12455462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12455462> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12455462> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12455462>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12455462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:12455462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614208" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '12455462'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614208'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614208'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:12455462'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14277996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14277996> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14277996> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14277996>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14277996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14277996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607179" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14277996'^^xsd:integer;
  dwc:scientificName 'Phoronis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607179'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607179'^^xsd:string;
  dwc:aphiaid '128545'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14277996'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '128545'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13791125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13791125> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13791125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13791125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13791125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13791125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611295" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13791125'^^xsd:integer;
  dwc:scientificName 'Epizoanthus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611295'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611295'^^xsd:string;
  dwc:aphiaid '100790'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13791125'^^xsd:string;
  dwc:observationDate '2000-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '100790'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14346953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14346953> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14346953> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14346953>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14346953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14346953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614336" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14346953'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614336'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614336'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14346953'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14474705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14474705> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14474705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14474705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14474705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:14474705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611424" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '14474705'^^xsd:integer;
  dwc:scientificName 'Syngnathus acus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611424'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611424'^^xsd:string;
  dwc:aphiaid '127387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:14474705'^^xsd:string;
  dwc:observationDate '2000-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '127387'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14346952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14346952> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14346952> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14346952>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14346952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14346952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607662" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14346952'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607662'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607662'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14346952'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925983> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13925983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615687" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13925983'^^xsd:integer;
  dwc:scientificName 'Hiatella arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615687'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615687'^^xsd:string;
  dwc:aphiaid '140103'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13925983'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '140103'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925984> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13925984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614456" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13925984'^^xsd:integer;
  dwc:scientificName 'Hiatella arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614456'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614456'^^xsd:string;
  dwc:aphiaid '140103'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13925984'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '140103'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14416179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14416179> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14416179> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14416179>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14416179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14416179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607717" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14416179'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607717'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607717'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14416179'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14464446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14464446> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14464446> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14464446>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14464446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14464446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614110" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14464446'^^xsd:integer;
  dwc:scientificName 'Stolonica socialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614110'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614110'^^xsd:string;
  dwc:aphiaid '103921'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14464446'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '103921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336296> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614364" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336296'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614364'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614364'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336296'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583966> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583966> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583966>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13583966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607358" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13583966'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607358'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607358'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13583966'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452573> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452573> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452573>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14452573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614638" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14452573'^^xsd:integer;
  dwc:scientificName 'Spirorbidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614638'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^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-JNCCMNCR40614638'^^xsd:string;
  dwc:aphiaid '1021266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14452573'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13574465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13574465> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13574465> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13574465>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13574465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13574465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614238" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13574465'^^xsd:integer;
  dwc:scientificName 'Bugula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614238'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614238'^^xsd:string;
  dwc:aphiaid '110839'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13574465'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '110839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14324338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14324338> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14324338> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14324338>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14324338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14324338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607275" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14324338'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607275'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607275'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14324338'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13732610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13732610> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13732610> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13732610>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13732610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13732610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607283" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13732610'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607283'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607283'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13732610'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917829> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13917829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607256" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13917829'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607256'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607256'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13917829'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13324382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13324382> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13324382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13324382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13324382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13324382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611485" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13324382'^^xsd:integer;
  dwc:scientificName 'Ascidiacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611485'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611485'^^xsd:string;
  dwc:aphiaid '1839'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13324382'^^xsd:string;
  dwc:observationDate '2000-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710209> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597618" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710209'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597618'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597618'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710209'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14289759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14289759> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14289759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14289759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14289759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14289759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401919" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14289759'^^xsd:integer;
  dwc:scientificName 'Pilumnus hirtellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401919'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401919'^^xsd:string;
  dwc:aphiaid '107418'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14289759'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '107418'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14328933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14328933> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14328933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14328933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14328933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14328933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401754" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14328933'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401754'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401754'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14328933'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13991835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13991835> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13991835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13991835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13991835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13991835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752615" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13991835'^^xsd:integer;
  dwc:scientificName 'Laonice'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752615'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752615'^^xsd:string;
  dwc:aphiaid '129613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13991835'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A11656721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A11656721> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A11656721> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A11656721>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A11656721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:11656721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735355" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '11656721'^^xsd:integer;
  dwc:scientificName 'Idotea chelipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735355'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40735355'^^xsd:string;
  dwc:aphiaid '119042'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:11656721'^^xsd:string;
  dwc:observationDate '1998-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '119042'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046641> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14046641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752049" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14046641'^^xsd:integer;
  dwc:scientificName 'Lumbrineris gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752049'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752049'^^xsd:string;
  dwc:aphiaid '130244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14046641'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '607402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046657> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14046657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752403" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14046657'^^xsd:integer;
  dwc:scientificName 'Lumbrineris gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752403'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752403'^^xsd:string;
  dwc:aphiaid '130244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14046657'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '607402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336253> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613966" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336253'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613966'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613966'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336253'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13385415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13385415> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13385415> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13385415>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13385415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13385415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614118" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13385415'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614118'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614118'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13385415'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554689> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13554689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607651" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13554689'^^xsd:integer;
  dwc:scientificName 'Bonnemaisonia asparagoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607651'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607651'^^xsd:string;
  dwc:aphiaid '144440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13554689'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '144440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13385420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13385420> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13385420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13385420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13385420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13385420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615847" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13385420'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615847'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615847'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13385420'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13981634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13981634> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13981634> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13981634>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13981634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13981634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614204" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13981634'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614204'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614204'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13981634'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14601109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14601109> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14601109> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14601109>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14601109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14601109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607494" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14601109'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607494'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607494'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14601109'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425482> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425482> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425482>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14425482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607485" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14425482'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607485'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607485'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14425482'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475987> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.115583 -4.776391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.115583"^^xsd:decimal ;
  dwc:decimalLongitude "-4.776391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.115583 -4.776391)"^^geo:wktLiteral ;
  geo-pos:lat "52.115583"^^xsd:decimal ;
  geo-pos:long "-4.776391"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13475987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752201" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13475987'^^xsd:integer;
  dwc:scientificName 'Aonides paucibranchiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752201'^^xsd:string;
  dwc:yearCollected '1998'^^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.776391'^^xsd:double;
  dwc:latitude '52.115583'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752201'^^xsd:string;
  dwc:aphiaid '131107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13475987'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '131107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13864418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13864418> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13864418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.115583 -4.776391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.115583"^^xsd:decimal ;
  dwc:decimalLongitude "-4.776391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13864418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.115583 -4.776391)"^^geo:wktLiteral ;
  geo-pos:lat "52.115583"^^xsd:decimal ;
  geo-pos:long "-4.776391"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13864418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13864418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752197" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13864418'^^xsd:integer;
  dwc:scientificName 'Glycera gigantea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752197'^^xsd:string;
  dwc:yearCollected '1998'^^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.776391'^^xsd:double;
  dwc:latitude '52.115583'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752197'^^xsd:string;
  dwc:aphiaid '130122'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13864418'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '336908'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13588007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13588007> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13588007> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13588007>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13588007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13588007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611385" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13588007'^^xsd:integer;
  dwc:scientificName 'Callithamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611385'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611385'^^xsd:string;
  dwc:aphiaid '143832'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13588007'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '143832'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13580742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13580742> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13580742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13580742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13580742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13580742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611302" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13580742'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611302'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611302'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13580742'^^xsd:string;
  dwc:observationDate '2000-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424607> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13424607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613954" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13424607'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613954'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613954'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13424607'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14222283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14222283> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14222283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65776 -4.662763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.65776"^^xsd:decimal ;
  dwc:decimalLongitude "-4.662763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14222283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65776 -4.662763)"^^geo:wktLiteral ;
  geo-pos:lat "52.65776"^^xsd:decimal ;
  geo-pos:long "-4.662763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14222283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14222283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607545" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14222283'^^xsd:integer;
  dwc:scientificName 'Pagurus prideaux'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607545'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.662763'^^xsd:double;
  dwc:latitude '52.65776'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607545'^^xsd:string;
  dwc:aphiaid '107239'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14222283'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '107239'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655402> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13655402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614018" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13655402'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614018'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614018'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13655402'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13895285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13895285> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13895285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13895285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13895285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13895285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614943" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13895285'^^xsd:integer;
  dwc:scientificName 'Halyphysema tumanowiczi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614943'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614943'^^xsd:string;
  dwc:aphiaid '113869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13895285'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '113869'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13737979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13737979> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13737979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13737979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13737979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13737979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611429" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13737979'^^xsd:integer;
  dwc:scientificName 'Desmarestia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611429'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611429'^^xsd:string;
  dwc:aphiaid '145310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13737979'^^xsd:string;
  dwc:observationDate '2000-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '145310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13535519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13535519> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13535519> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13535519>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13535519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13535519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607699" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13535519'^^xsd:integer;
  dwc:scientificName 'Axinella dissimilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607699'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607699'^^xsd:string;
  dwc:aphiaid '132473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13535519'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '132473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523603> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14523603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614309" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14523603'^^xsd:integer;
  dwc:scientificName 'Tubularia indivisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614309'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614309'^^xsd:string;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14523603'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083589> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14083589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615066" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14083589'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615066'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615066'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14083589'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A2916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A2916> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A2916> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A2916>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A2916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:2916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615002" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '2916'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615002'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615002'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:2916'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346965> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346965> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346965>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14346965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615001" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14346965'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615001'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615001'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14346965'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614182> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614182> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614182>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13614182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615007" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13614182'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615007'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615007'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13614182'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13943610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13943610> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13943610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13943610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13943610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13943610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614916" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13943610'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614916'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614916'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13943610'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732616> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13732616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13732616'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615072'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615072'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13732616'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943542> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943542> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943542>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13943542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577556" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13943542'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577556'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577556'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13943542'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13915248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13915248> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13915248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13915248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13915248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13915248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579494" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13915248'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579494'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579494'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13915248'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13627574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13627574> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13627574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13627574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13627574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13627574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597918" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13627574'^^xsd:integer;
  dwc:scientificName 'Ceramium nodulosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597918'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597918'^^xsd:string;
  dwc:aphiaid '146784'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13627574'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '178915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224984> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14224984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580661" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14224984'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580661'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580661'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14224984'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13627576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13627576> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13627576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13627576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13627576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13627576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597990" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13627576'^^xsd:integer;
  dwc:scientificName 'Ceramium nodulosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597990'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597990'^^xsd:string;
  dwc:aphiaid '146784'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13627576'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '178915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14216843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14216843> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14216843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14216843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14216843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14216843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597897" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14216843'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597897'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597897'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14216843'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13517403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13517403> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13517403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13517403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13517403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13517403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401694" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13517403'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401694'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401694'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13517403'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120738> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14120738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14120738'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577902'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577902'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14120738'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336171> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14336171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577893" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14336171'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577893'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577893'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14336171'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748924> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13748924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577921" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13748924'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577921'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577921'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13748924'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336304> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14336304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614453" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14336304'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614453'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614453'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14336304'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460027> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13460027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580458" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13460027'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580458'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580458'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13460027'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14542096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14542096> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14542096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14542096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14542096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14542096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401809" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14542096'^^xsd:integer;
  dwc:scientificName 'Verruca stroemia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401809'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401809'^^xsd:string;
  dwc:aphiaid '106257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14542096'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '106257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14201844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14201844> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14201844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14201844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14201844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14201844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614758" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14201844'^^xsd:integer;
  dwc:scientificName 'Ophlitaspongia seriata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614758'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614758'^^xsd:string;
  dwc:aphiaid '150219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14201844'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '184428'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13953206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13953206> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13953206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13953206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13953206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13953206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578955" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13953206'^^xsd:integer;
  dwc:scientificName 'Inachus phalangium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578955'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578955'^^xsd:string;
  dwc:aphiaid '107333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13953206'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718184> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13718184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580120" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13718184'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580120'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580120'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13718184'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14201837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14201837> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14201837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14201837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14201837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14201837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14201837'^^xsd:integer;
  dwc:scientificName 'Ophlitaspongia seriata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580062'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580062'^^xsd:string;
  dwc:aphiaid '150219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14201837'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '184428'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13536906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13536906> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13536906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13536906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13536906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13536906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580071" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13536906'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580071'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580071'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13536906'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478688> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14478688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580095" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14478688'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580095'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580095'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14478688'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14513290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14513290> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14513290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14513290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14513290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14513290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580077" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14513290'^^xsd:integer;
  dwc:scientificName 'Trivia monacha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580077'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580077'^^xsd:string;
  dwc:aphiaid '141744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14513290'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '141744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243649> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243649> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243649>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14243649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614572" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14243649'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614572'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^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-JNCCMNCR40614572'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14243649'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987239> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13987239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596394" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13987239'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596394'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596394'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13987239'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13407847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13407847> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13407847> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13407847>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13407847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13407847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579730" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13407847'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579730'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579730'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13407847'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13987210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13987210> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13987210> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13987210>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13987210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13987210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579731" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13987210'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579731'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579731'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13987210'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718176> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718176> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718176>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13718176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579588" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13718176'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579588'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579588'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13718176'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14607442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14607442> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14607442> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14607442>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14607442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14607442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581088" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14607442'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581088'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581088'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14607442'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655356> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13655356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585589" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13655356'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585589'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585589'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13655356'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485235> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13485235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585578" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13485235'^^xsd:integer;
  dwc:scientificName 'Apoglossum ruscifolium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585578'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585578'^^xsd:string;
  dwc:aphiaid '144737'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13485235'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144737'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485239> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13485239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580502" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13485239'^^xsd:integer;
  dwc:scientificName 'Apoglossum ruscifolium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580502'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580502'^^xsd:string;
  dwc:aphiaid '144737'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13485239'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144737'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627196> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13627196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13627196'^^xsd:integer;
  dwc:scientificName 'Ceramium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580497'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580497'^^xsd:string;
  dwc:aphiaid '144546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13627196'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828605> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828605> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828605>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13828605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580779" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13828605'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580779'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580779'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13828605'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13570556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13570556> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13570556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13570556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13570556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13570556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611277" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13570556'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611277'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611277'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13570556'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13505585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13505585> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13505585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13505585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13505585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13505585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401697" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13505585'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401697'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401697'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13505585'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13647623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13647623> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13647623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13647623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13647623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13647623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401683" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13647623'^^xsd:integer;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401683'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401683'^^xsd:string;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13647623'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13359598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13359598> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13359598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13359598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13359598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13359598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401708" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13359598'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401708'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401708'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13359598'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12401631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12401631> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12401631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12401631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12401631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:12401631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614965" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '12401631'^^xsd:integer;
  dwc:scientificName 'Verrucaria mucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614965'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614965'^^xsd:string;
  dwc:aphiaid '147760'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:12401631'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '1607307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14289760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14289760> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14289760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14289760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14289760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14289760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401595" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14289760'^^xsd:integer;
  dwc:scientificName 'Pilumnus hirtellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401595'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401595'^^xsd:string;
  dwc:aphiaid '107418'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14289760'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '107418'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14535353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14535353> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14535353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14535353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14535353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14535353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401584" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14535353'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401584'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401584'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14535353'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749819> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749819> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749819>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13749819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610181" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13749819'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610181'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610181'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13749819'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774319> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774319> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774319>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13774319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609904" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13774319'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609904'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609904'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13774319'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851979> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851979> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851979>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13851979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609221" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13851979'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609221'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609221'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13851979'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243645> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14243645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614440" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14243645'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614440'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614440'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14243645'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243646> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14243646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615769" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14243646'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615769'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615769'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14243646'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243648> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14243648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615731" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14243648'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615731'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615731'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14243648'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13895284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13895284> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13895284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13895284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13895284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13895284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615560" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13895284'^^xsd:integer;
  dwc:scientificName 'Halyphysema tumanowiczi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615560'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615560'^^xsd:string;
  dwc:aphiaid '113869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13895284'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '113869'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14417998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14417998> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14417998> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14417998>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14417998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14417998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615773" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14417998'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615773'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615773'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14417998'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14290892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14290892> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14290892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14290892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14290892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14290892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596957" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14290892'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596957'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596957'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14290892'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14482961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14482961> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14482961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14482961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14482961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14482961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733964" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14482961'^^xsd:integer;
  dwc:scientificName 'Tellinidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733964'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733964'^^xsd:string;
  dwc:aphiaid '235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14482961'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '235'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13977190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13977190> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13977190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13977190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13977190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13977190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610106" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13977190'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610106'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610106'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13977190'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14382175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14382175> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14382175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14382175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14382175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14382175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580877" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14382175'^^xsd:integer;
  dwc:scientificName 'Rhodymenia pseudopalmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580877'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580877'^^xsd:string;
  dwc:aphiaid '145855'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14382175'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14498085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14498085> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14498085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14498085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14498085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14498085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615248" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14498085'^^xsd:integer;
  dwc:scientificName 'Thymosia guernei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615248'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615248'^^xsd:string;
  dwc:aphiaid '134113'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14498085'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '134113'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14381582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14381582> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14381582> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14381582>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14381582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14381582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614693" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14381582'^^xsd:integer;
  dwc:scientificName 'Rhodymenia ardissonei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614693'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614693'^^xsd:string;
  dwc:aphiaid '145850'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14381582'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14433744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14433744> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14433744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14433744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14433744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14433744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14433744'^^xsd:integer;
  dwc:scientificName 'Sphacelaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595871'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595871'^^xsd:string;
  dwc:aphiaid '144272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14433744'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13502402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13502402> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13502402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13502402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13502402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13502402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581313" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13502402'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581313'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581313'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13502402'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393016> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14393016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615083" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14393016'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615083'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615083'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14393016'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14289001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14289001> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14289001> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14289001>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14289001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14289001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614692" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14289001'^^xsd:integer;
  dwc:scientificName 'Phyllophora sicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614692'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614692'^^xsd:string;
  dwc:aphiaid '145665'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14289001'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145665'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689766> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689766> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689766>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13689766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614690" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13689766'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614690'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614690'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13689766'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324386> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324386> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324386>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13324386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614744" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13324386'^^xsd:integer;
  dwc:scientificName 'Ascidiacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614744'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614744'^^xsd:string;
  dwc:aphiaid '1839'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13324386'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13884235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13884235> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13884235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13884235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13884235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13884235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609479" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13884235'^^xsd:integer;
  dwc:scientificName 'Halecium halecinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609479'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609479'^^xsd:string;
  dwc:aphiaid '231751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13884235'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678861> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678861> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678861>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13678861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579783" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13678861'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579783'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579783'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13678861'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324310> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324310> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324310>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14324310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579746" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14324310'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579746'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579746'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14324310'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13678894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13678894> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13678894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13678894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13678894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13678894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596617" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13678894'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596617'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596617'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13678894'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350347> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13350347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598143" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13350347'^^xsd:integer;
  dwc:scientificName 'Spionida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598143'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598143'^^xsd:string;
  dwc:aphiaid '889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13350347'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '889'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13915285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13915285> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13915285> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13915285>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13915285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13915285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609045" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13915285'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609045'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609045'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13915285'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14228956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14228956> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14228956> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14228956>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14228956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14228956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580634" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14228956'^^xsd:integer;
  dwc:scientificName 'Parablennius gattorugine'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580634'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580634'^^xsd:string;
  dwc:aphiaid '126770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14228956'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '126770'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14459249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14459249> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14459249> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14459249>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14459249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14459249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609525" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14459249'^^xsd:integer;
  dwc:scientificName 'Sporochnus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609525'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609525'^^xsd:string;
  dwc:aphiaid '145915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14459249'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828720> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828720> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828720>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614268" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828720'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614268'^^xsd:string;
  dwc:yearCollected '1997'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614268'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828720'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14386510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14386510> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14386510> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14386510>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14386510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14386510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14386510'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614263'^^xsd:string;
  dwc:yearCollected '1997'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614263'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14386510'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14132898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14132898> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14132898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14132898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14132898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14132898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609491" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14132898'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609491'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609491'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14132898'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729114> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13729114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580881" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13729114'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580881'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580881'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13729114'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316685> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14316685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580848" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14316685'^^xsd:integer;
  dwc:scientificName 'Polyclinum aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580848'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580848'^^xsd:string;
  dwc:aphiaid '103674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14316685'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478710> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14478710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615593" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14478710'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615593'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615593'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14478710'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13732596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13732596> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13732596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13732596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13732596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13732596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598207" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13732596'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598207'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598207'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13732596'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14468534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14468534> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14468534> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14468534>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14468534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14468534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580607" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14468534'^^xsd:integer;
  dwc:scientificName 'Stylostichon plumosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580607'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580607'^^xsd:string;
  dwc:aphiaid '150212'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14468534'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '133688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404267> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13404267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614438" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13404267'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614438'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614438'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13404267'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392972> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14392972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596952" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14392972'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596952'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596952'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14392972'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424444> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13424444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596949" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13424444'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596949'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596949'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13424444'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393037> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14393037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614655" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14393037'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614655'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614655'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14393037'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393035> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14393035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614791" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14393035'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614791'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614791'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14393035'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424551> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424551> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424551>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13424551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610283" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13424551'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610283'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610283'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13424551'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14393003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14393003> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14393003> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14393003>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14393003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14393003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610284" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14393003'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610284'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610284'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14393003'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424552> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424552> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424552>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13424552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610068" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13424552'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610068'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610068'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13424552'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13748941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13748941> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13748941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13748941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13748941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13748941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609576" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13748941'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609576'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609576'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13748941'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424587> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13424587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614170" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13424587'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614170'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614170'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13424587'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336217> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336217> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336217>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14336217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610142" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14336217'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610142'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610142'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14336217'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683238> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683238> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683238>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13683238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581006" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13683238'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581006'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581006'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13683238'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13332633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13332633> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13332633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13332633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13332633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13332633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732881" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13332633'^^xsd:integer;
  dwc:scientificName 'Gnathiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732881'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732881'^^xsd:string;
  dwc:aphiaid '118278'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13332633'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '118278'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190061> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190061> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190061>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14190061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607152" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14190061'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607152'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607152'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14190061'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879187> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13879187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614503" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13879187'^^xsd:integer;
  dwc:scientificName 'Grantia compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614503'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614503'^^xsd:string;
  dwc:aphiaid '132181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13879187'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '132181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649241> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13649241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596847" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13649241'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596847'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596847'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13649241'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755858> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13755858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580308" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13755858'^^xsd:integer;
  dwc:scientificName 'Diplosoma spongiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580308'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580308'^^xsd:string;
  dwc:aphiaid '103582'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13755858'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13815373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13815373> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13815373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13815373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13815373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13815373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13815373'^^xsd:integer;
  dwc:scientificName 'Eurynome spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579862'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579862'^^xsd:string;
  dwc:aphiaid '107319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13815373'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '107319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744588> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13744588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579915" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13744588'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579915'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579915'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13744588'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13727031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13727031> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13727031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13727031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13727031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13727031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579892" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13727031'^^xsd:integer;
  dwc:scientificName 'Cystoclonium purpureum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579892'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579892'^^xsd:string;
  dwc:aphiaid '145615'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13727031'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419560> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13419560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13419560'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579866'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579866'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13419560'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462046> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13462046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733576" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13462046'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733576'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733576'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13462046'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297519> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14297519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580823" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14297519'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580823'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580823'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14297519'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14297563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14297563> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14297563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14297563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14297563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14297563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609790" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14297563'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609790'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609790'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14297563'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14297565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14297565> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14297565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14297565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14297565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14297565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609913" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14297565'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609913'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609913'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14297565'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13570508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13570508> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13570508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13570508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13570508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13570508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596961" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13570508'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596961'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596961'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13570508'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13662499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13662499> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13662499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13662499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13662499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13662499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596970" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13662499'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596970'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596970'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13662499'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13570548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13570548> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13570548> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13570548>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13570548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13570548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609368" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13570548'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609368'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609368'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13570548'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655387> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13655387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609764" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13655387'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609764'^^xsd:string;
  dwc:yearCollected '1999'^^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.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609764'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13655387'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14607459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14607459> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14607459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14607459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14607459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14607459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610060" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14607459'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610060'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610060'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14607459'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915280> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13915280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596615" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13915280'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596615'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596615'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13915280'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14132952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14132952> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14132952> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14132952>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14132952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14132952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614686" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14132952'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614686'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614686'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14132952'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828612> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13828612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577602" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13828612'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577602'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577602'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13828612'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508248> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13508248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577605" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13508248'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577605'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577605'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13508248'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316678> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14316678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577604" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14316678'^^xsd:integer;
  dwc:scientificName 'Polyclinum aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577604'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577604'^^xsd:string;
  dwc:aphiaid '103674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14316678'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459261> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459261> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459261>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14459261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609710" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14459261'^^xsd:integer;
  dwc:scientificName 'Sporochnus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609710'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609710'^^xsd:string;
  dwc:aphiaid '145915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14459261'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483505> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14483505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580832" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14483505'^^xsd:integer;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580832'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580832'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14483505'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297577> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297577> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297577>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14297577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608960" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14297577'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608960'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608960'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14297577'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13570562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13570562> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13570562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13570562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13570562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13570562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614100" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13570562'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614100'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614100'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13570562'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017527> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017527> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017527>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14017527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615493" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14017527'^^xsd:integer;
  dwc:scientificName 'Lissoclinum perforatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615493'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615493'^^xsd:string;
  dwc:aphiaid '103585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14017527'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907452> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13907452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733304" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13907452'^^xsd:integer;
  dwc:scientificName 'Haustorius arenarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733304'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733304'^^xsd:string;
  dwc:aphiaid '102317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13907452'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '102317'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737961> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13737961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581333" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13737961'^^xsd:integer;
  dwc:scientificName 'Desmarestia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581333'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581333'^^xsd:string;
  dwc:aphiaid '145310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13737961'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622596> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622596> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622596>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13622596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13622596'^^xsd:integer;
  dwc:scientificName 'Cellepora pumicosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577871'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577871'^^xsd:string;
  dwc:aphiaid '111268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13622596'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111268'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547657> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733184" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547657'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733184'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733184'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547657'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490084> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14490084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733177" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14490084'^^xsd:integer;
  dwc:scientificName 'Tetrastemma candidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733177'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733177'^^xsd:string;
  dwc:aphiaid '122764'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14490084'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '122764'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707937> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13707937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596073" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13707937'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596073'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596073'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13707937'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297537> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14297537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596081" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14297537'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596081'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596081'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14297537'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297504> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297504> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297504>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14297504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581264" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14297504'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581264'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581264'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14297504'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13883434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13883434> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13883434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13883434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13883434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13883434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581192" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13883434'^^xsd:integer;
  dwc:scientificName 'Halecium beanii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581192'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581192'^^xsd:string;
  dwc:aphiaid '157947'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13883434'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '157947'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13570510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13570510> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13570510> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13570510>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13570510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13570510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581241" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13570510'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581241'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581241'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13570510'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13606618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13606618> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13606618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13606618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13606618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13606618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580148" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13606618'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580148'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580148'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13606618'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14508181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14508181> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14508181> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14508181>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14508181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14508181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580228" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14508181'^^xsd:integer;
  dwc:scientificName 'Trididemnum cereum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580228'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580228'^^xsd:string;
  dwc:aphiaid '103594'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14508181'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103594'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523610> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523610> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523610>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14523610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613986" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14523610'^^xsd:integer;
  dwc:scientificName 'Tubularia indivisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613986'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613986'^^xsd:string;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14523610'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766526> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13766526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615295" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13766526'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615295'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615295'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13766526'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14096794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14096794> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14096794> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14096794>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14096794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14096794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579814" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14096794'^^xsd:integer;
  dwc:scientificName 'Musculus discors'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579814'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579814'^^xsd:string;
  dwc:aphiaid '140472'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14096794'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '140472'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714740> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13714740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608989" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13714740'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608989'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608989'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13714740'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13714694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13714694> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13714694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13714694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13714694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13714694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596305" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13714694'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596305'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596305'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13714694'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579468> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579468> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579468>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13579468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610035" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13579468'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610035'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610035'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13579468'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579458> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579458> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579458>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13579458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610183" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13579458'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610183'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610183'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13579458'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579440> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13579440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580875" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13579440'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580875'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580875'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13579440'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579442> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13579442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597059" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13579442'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597059'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597059'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13579442'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579446> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13579446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596332" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13579446'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596332'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596332'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13579446'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579463> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579463> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579463>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13579463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610298" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13579463'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610298'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610298'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13579463'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14403069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14403069> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14403069> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14403069>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14403069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14403069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578307" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14403069'^^xsd:integer;
  dwc:scientificName 'Schottera nicaeënsis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578307'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578307'^^xsd:string;
  dwc:aphiaid '494793'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14403069'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145666'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14425455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14425455> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14425455> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14425455>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14425455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14425455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578269" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14425455'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578269'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578269'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14425455'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721358> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721358> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721358>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13721358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578305" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13721358'^^xsd:integer;
  dwc:scientificName 'Ctenolabrus rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578305'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578305'^^xsd:string;
  dwc:aphiaid '126964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13721358'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '126964'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13765607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13765607> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13765607> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13765607>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13765607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13765607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581019" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13765607'^^xsd:integer;
  dwc:scientificName 'Dyopedos porrectus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581019'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581019'^^xsd:string;
  dwc:aphiaid '103044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13765607'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '103044'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13774295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13774295> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13774295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13774295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13774295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13774295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13774295'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597072'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597072'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13774295'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477090> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14477090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595874" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14477090'^^xsd:integer;
  dwc:scientificName 'Taonia atomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595874'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595874'^^xsd:string;
  dwc:aphiaid '145393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14477090'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14327407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14327407> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14327407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14327407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14327407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14327407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595864" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14327407'^^xsd:integer;
  dwc:scientificName 'Polysiphonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595864'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595864'^^xsd:string;
  dwc:aphiaid '143853'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14327407'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '143853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14200388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14200388> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14200388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14200388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14200388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:14200388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611253" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '14200388'^^xsd:integer;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611253'^^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 '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611253'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:14200388'^^xsd:string;
  dwc:observationDate '2000-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14228959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14228959> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14228959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14228959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14228959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14228959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580860" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14228959'^^xsd:integer;
  dwc:scientificName 'Parablennius gattorugine'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580860'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580860'^^xsd:string;
  dwc:aphiaid '126770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14228959'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '126770'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055227> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14055227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581302" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14055227'^^xsd:integer;
  dwc:scientificName 'Macropodia rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581302'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581302'^^xsd:string;
  dwc:aphiaid '107345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14055227'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452589> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452589> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452589>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14452589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614847" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14452589'^^xsd:integer;
  dwc:scientificName 'Spirorbidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614847'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614847'^^xsd:string;
  dwc:aphiaid '1021266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14452589'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13933288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13933288> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13933288> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13933288>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13933288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13933288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579771" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13933288'^^xsd:integer;
  dwc:scientificName 'Hinia reticulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579771'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579771'^^xsd:string;
  dwc:aphiaid '416627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13933288'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '140513'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13620735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13620735> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13620735> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13620735>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13620735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13620735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607437" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13620735'^^xsd:integer;
  dwc:scientificName 'Cellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607437'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607437'^^xsd:string;
  dwc:aphiaid '110869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13620735'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '110869'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558666> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13558666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596622" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13558666'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596622'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596622'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13558666'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13606646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13606646> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13606646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13606646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13606646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13606646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615105" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13606646'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615105'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615105'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13606646'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13414535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13414535> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13414535> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13414535>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13414535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13414535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581265" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13414535'^^xsd:integer;
  dwc:scientificName 'Aglaothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581265'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581265'^^xsd:string;
  dwc:aphiaid '143825'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13414535'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '143825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599804> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13599804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733864" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13599804'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733864'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733864'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13599804'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14695812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14695812> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14695812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14695812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14695812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14695812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598083" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14695812'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598083'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598083'^^xsd:string;
  dwc:aphiaid '125999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14695812'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '125999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536943> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13536943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615068" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13536943'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615068'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615068'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13536943'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13883437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13883437> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13883437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13883437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13883437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13883437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13883437'^^xsd:integer;
  dwc:scientificName 'Halecium beanii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611263'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611263'^^xsd:string;
  dwc:aphiaid '157947'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13883437'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '157947'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14261006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14261006> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14261006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14261006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14261006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14261006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578090" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14261006'^^xsd:integer;
  dwc:scientificName 'Perophora listeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578090'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578090'^^xsd:string;
  dwc:aphiaid '103759'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14261006'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103759'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622601> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622601> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622601>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13622601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580777" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13622601'^^xsd:integer;
  dwc:scientificName 'Cellepora pumicosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580777'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580777'^^xsd:string;
  dwc:aphiaid '111268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13622601'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111268'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14257967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14257967> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14257967> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14257967>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14257967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14257967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580180" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14257967'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580180'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580180'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14257967'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714744> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13714744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607476" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13714744'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607476'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607476'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13714744'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714745> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13714745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607641" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13714745'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607641'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607641'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13714745'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714752> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714752> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714752>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13714752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607590" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13714752'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607590'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40607590'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13714752'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714756> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13714756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607606" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13714756'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607606'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607606'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13714756'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694996> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13694996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579390" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13694996'^^xsd:integer;
  dwc:scientificName 'Cordylecladia erecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579390'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579390'^^xsd:string;
  dwc:aphiaid '145847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13694996'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145847'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14705500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14705500> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14705500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14705500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14705500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14705500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615516" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14705500'^^xsd:integer;
  dwc:scientificName 'Laminaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615516'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615516'^^xsd:string;
  dwc:aphiaid '144199'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14705500'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144199'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452590> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452590> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452590>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14452590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615381" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14452590'^^xsd:integer;
  dwc:scientificName 'Spirorbidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615381'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615381'^^xsd:string;
  dwc:aphiaid '1021266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14452590'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766486> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13766486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578777" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13766486'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578777'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578777'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13766486'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13695547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13695547> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13695547> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13695547>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13695547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13695547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580786" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13695547'^^xsd:integer;
  dwc:scientificName 'Corella parallelogramma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580786'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580786'^^xsd:string;
  dwc:aphiaid '103743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13695547'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14707609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14707609> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14707609> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14707609>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14707609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14707609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580057" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14707609'^^xsd:integer;
  dwc:scientificName 'Ulva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580057'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580057'^^xsd:string;
  dwc:aphiaid '144296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14707609'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13892191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13892191> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13892191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13892191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13892191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13892191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579301" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13892191'^^xsd:integer;
  dwc:scientificName 'Haliclona simulans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579301'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579301'^^xsd:string;
  dwc:aphiaid '236331'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13892191'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '132858'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14381578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14381578> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14381578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14381578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14381578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14381578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579336" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14381578'^^xsd:integer;
  dwc:scientificName 'Rhodymenia ardissonei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579336'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579336'^^xsd:string;
  dwc:aphiaid '145850'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14381578'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478689> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14478689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579328" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14478689'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579328'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579328'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14478689'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14422342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14422342> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14422342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14422342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14422342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14422342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579312" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14422342'^^xsd:integer;
  dwc:scientificName 'Serpula vermicularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579312'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579312'^^xsd:string;
  dwc:aphiaid '131051'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14422342'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '131051'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718185> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13718185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579341" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13718185'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579341'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579341'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13718185'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13953208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13953208> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13953208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13953208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13953208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13953208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579314" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13953208'^^xsd:integer;
  dwc:scientificName 'Inachus phalangium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579314'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579314'^^xsd:string;
  dwc:aphiaid '107333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13953208'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108763> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14108763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615742" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14108763'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615742'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615742'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14108763'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13777074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13777074> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13777074> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13777074>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13777074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13777074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580550" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13777074'^^xsd:integer;
  dwc:scientificName 'Eledone cirrhosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580550'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580550'^^xsd:string;
  dwc:aphiaid '140600'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13777074'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '140600'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13575260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13575260> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13575260> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13575260>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13575260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13575260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580560" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13575260'^^xsd:integer;
  dwc:scientificName 'Bugula flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580560'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580560'^^xsd:string;
  dwc:aphiaid '111152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13575260'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '834002'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359707> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13359707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615145" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13359707'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615145'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615145'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13359707'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575263> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575263> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575263>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13575263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581466" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13575263'^^xsd:integer;
  dwc:scientificName 'Bugula flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581466'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581466'^^xsd:string;
  dwc:aphiaid '111152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13575263'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '834002'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14376189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14376189> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14376189> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14376189>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14376189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14376189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580595" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14376189'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580595'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580595'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14376189'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14288190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14288190> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14288190> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14288190>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14288190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14288190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581478" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14288190'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581478'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581478'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14288190'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455443> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:12455443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585551" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '12455443'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585551'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585551'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:12455443'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055226> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14055226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580461" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14055226'^^xsd:integer;
  dwc:scientificName 'Macropodia rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580461'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580461'^^xsd:string;
  dwc:aphiaid '107345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14055226'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '107345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424441> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424441> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424441>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13424441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581067" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13424441'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581067'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581067'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13424441'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14222274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14222274> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14222274> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14222274>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14222274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14222274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581071" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14222274'^^xsd:integer;
  dwc:scientificName 'Pagurus prideaux'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581071'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581071'^^xsd:string;
  dwc:aphiaid '107239'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14222274'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '107239'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424448> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424448> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424448>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13424448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578612" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13424448'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578612'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578612'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13424448'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392983> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392983> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392983>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14392983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578613" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14392983'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578613'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578613'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14392983'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424471> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13424471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585544" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13424471'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585544'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585544'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13424471'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403073> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14403073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585569" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14403073'^^xsd:integer;
  dwc:scientificName 'Schottera nicaeënsis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585569'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585569'^^xsd:string;
  dwc:aphiaid '494793'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14403073'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145666'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14425465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14425465> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14425465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14425465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14425465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14425465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580456" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14425465'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580456'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580456'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14425465'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424481> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13424481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580457" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13424481'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580457'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580457'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13424481'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414920> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13414920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580510" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13414920'^^xsd:integer;
  dwc:scientificName 'Aglaozonia (asexual cutleria)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580510'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580510'^^xsd:string;
  dwc:aphiaid '182809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13414920'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536947> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13536947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614903" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13536947'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614903'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614903'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13536947'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393018> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14393018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615827" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14393018'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615827'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615827'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14393018'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459656> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14459656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579393" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14459656'^^xsd:integer;
  dwc:scientificName 'Spyridia filamentosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579393'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579393'^^xsd:string;
  dwc:aphiaid '144706'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14459656'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14389485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14389485> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14389485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14389485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14389485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14389485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615509" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14389485'^^xsd:integer;
  dwc:scientificName 'Sabellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615509'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615509'^^xsd:string;
  dwc:aphiaid '985'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14389485'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594153> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13594153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580389" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13594153'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580389'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580389'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13594153'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346971> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346971> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346971>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14346971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615417" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14346971'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615417'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615417'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14346971'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117477> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117477> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117477>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14117477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615439" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14117477'^^xsd:integer;
  dwc:scientificName 'Myxilla incrustans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615439'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615439'^^xsd:string;
  dwc:aphiaid '133882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14117477'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '169466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346968> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346968> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346968>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14346968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615441" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14346968'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615441'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615441'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14346968'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093965> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093965> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093965>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14093965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615426" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14093965'^^xsd:integer;
  dwc:scientificName 'Morchellium argus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615426'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615426'^^xsd:string;
  dwc:aphiaid '148714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14093965'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '148714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093963> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093963> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093963>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14093963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615452" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14093963'^^xsd:integer;
  dwc:scientificName 'Morchellium argus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615452'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615452'^^xsd:string;
  dwc:aphiaid '148714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14093963'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '148714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13744653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13744653> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13744653> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13744653>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13744653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13744653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611387" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13744653'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611387'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611387'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13744653'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14290883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14290883> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14290883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14290883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14290883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14290883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401593" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14290883'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401593'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401593'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14290883'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766522> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766522> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766522>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13766522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615416" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13766522'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615416'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615416'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13766522'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14592424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14592424> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14592424> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14592424>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14592424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14592424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615448" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14592424'^^xsd:integer;
  dwc:scientificName 'Homarus gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615448'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615448'^^xsd:string;
  dwc:aphiaid '107253'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14592424'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107253'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14216956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14216956> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14216956> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14216956>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14216956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14216956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611455" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14216956'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611455'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611455'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14216956'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13943601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13943601> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13943601> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13943601>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13943601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13943601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611451" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13943601'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611451'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611451'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13943601'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14120762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14120762> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14120762> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14120762>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14120762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14120762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611441" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14120762'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611441'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40611441'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14120762'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13577647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13577647> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13577647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13577647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13577647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13577647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611353" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13577647'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611353'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611353'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13577647'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13891656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13891656> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13891656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13891656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13891656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13891656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611336" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13891656'^^xsd:integer;
  dwc:scientificName 'Haliclona oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611336'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611336'^^xsd:string;
  dwc:aphiaid '236327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13891656'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '132833'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14535484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14535484> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14535484> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14535484>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14535484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14535484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611312" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14535484'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611312'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611312'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14535484'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13606640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13606640> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13606640> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13606640>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13606640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13606640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611442" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13606640'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611442'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40611442'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13606640'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14012700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14012700> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14012700> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14012700>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14012700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14012700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611440" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14012700'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611440'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40611440'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14012700'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14108749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14108749> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14108749> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14108749>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14108749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14108749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611324" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14108749'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611324'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611324'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14108749'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14075464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14075464> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14075464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14075464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14075464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14075464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615637" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14075464'^^xsd:integer;
  dwc:scientificName 'Melarhaphe neritoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615637'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615637'^^xsd:string;
  dwc:aphiaid '140266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14075464'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '140266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13250314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13250314> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13250314> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13250314>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13250314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13250314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614574" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13250314'^^xsd:integer;
  dwc:scientificName 'Verrucaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614574'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^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-JNCCMNCR40614574'^^xsd:string;
  dwc:aphiaid '147701'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13250314'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '147701'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13330315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13330315> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13330315> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13330315>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13330315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13330315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577686" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13330315'^^xsd:integer;
  dwc:scientificName 'Gadidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577686'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40577686'^^xsd:string;
  dwc:aphiaid '125469'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13330315'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '125469'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14312055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14312055> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14312055> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14312055>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14312055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14312055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577684" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14312055'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577684'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40577684'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14312055'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828572> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828572> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828572>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13828572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577676" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13828572'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577676'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40577676'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13828572'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14386480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14386480> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14386480> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14386480>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14386480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14386480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577666" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14386480'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577666'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40577666'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14386480'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14388166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14388166> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14388166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14388166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14388166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14388166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579473" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14388166'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579473'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579473'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14388166'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14589368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14589368> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14589368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14589368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14589368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14589368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752628" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14589368'^^xsd:integer;
  dwc:scientificName 'Gnathia oxyuraea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752628'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752628'^^xsd:string;
  dwc:aphiaid '118995'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14589368'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '118995'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14557572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14557572> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14557572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14557572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14557572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14557572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752633" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14557572'^^xsd:integer;
  dwc:scientificName 'Echiurida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752633'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752633'^^xsd:string;
  dwc:aphiaid '110345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14557572'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '110345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '110'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419590> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13419590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13419590'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614147'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614147'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13419590'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091589> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.304741"^^xsd:decimal ;
  dwc:decimalLongitude "-4.34813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  geo-pos:lat "52.304741"^^xsd:decimal ;
  geo-pos:long "-4.34813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14091589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752290" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14091589'^^xsd:integer;
  dwc:scientificName 'Moerella pygmaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752290'^^xsd:string;
  dwc:yearCollected '1998'^^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.34813'^^xsd:double;
  dwc:latitude '52.304741'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752290'^^xsd:string;
  dwc:aphiaid '147022'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14091589'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '879714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13430807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13430807> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13430807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.304741"^^xsd:decimal ;
  dwc:decimalLongitude "-4.34813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13430807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  geo-pos:lat "52.304741"^^xsd:decimal ;
  geo-pos:long "-4.34813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13430807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13430807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752852" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13430807'^^xsd:integer;
  dwc:scientificName 'Amaeana trilobata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752852'^^xsd:string;
  dwc:yearCollected '1998'^^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.34813'^^xsd:double;
  dwc:latitude '52.304741'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752852'^^xsd:string;
  dwc:aphiaid '131471'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13430807'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '131471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13430808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13430808> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13430808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.304741"^^xsd:decimal ;
  dwc:decimalLongitude "-4.34813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13430808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  geo-pos:lat "52.304741"^^xsd:decimal ;
  geo-pos:long "-4.34813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13430808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13430808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752289" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13430808'^^xsd:integer;
  dwc:scientificName 'Amaeana trilobata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752289'^^xsd:string;
  dwc:yearCollected '1998'^^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.34813'^^xsd:double;
  dwc:latitude '52.304741'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752289'^^xsd:string;
  dwc:aphiaid '131471'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13430808'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '131471'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419595> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13419595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613940" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13419595'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613940'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613940'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13419595'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13780953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13780953> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13780953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13780953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13780953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13780953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596577" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13780953'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596577'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596577'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13780953'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14428437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14428437> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14428437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.115583 -4.776391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.115583"^^xsd:decimal ;
  dwc:decimalLongitude "-4.776391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14428437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.115583 -4.776391)"^^geo:wktLiteral ;
  geo-pos:lat "52.115583"^^xsd:decimal ;
  geo-pos:long "-4.776391"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14428437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14428437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752196" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14428437'^^xsd:integer;
  dwc:scientificName 'Sige fusigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752196'^^xsd:string;
  dwc:yearCollected '1998'^^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.776391'^^xsd:double;
  dwc:latitude '52.115583'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752196'^^xsd:string;
  dwc:aphiaid '130690'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14428437'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '130690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921220> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921220> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921220>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13921220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557041" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13921220'^^xsd:integer;
  dwc:scientificName 'Heterochaeta costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557041'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40557041'^^xsd:string;
  dwc:aphiaid '137554'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13921220'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '743898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921221> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921221> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921221>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13921221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729068" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13921221'^^xsd:integer;
  dwc:scientificName 'Heterochaeta costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729068'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40729068'^^xsd:string;
  dwc:aphiaid '137554'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13921221'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '743898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921222> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921222> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921222>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13921222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611417" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13921222'^^xsd:integer;
  dwc:scientificName 'Heterochaeta costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611417'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40611417'^^xsd:string;
  dwc:aphiaid '137554'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13921222'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '743898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921223> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921223> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921223>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13921223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40751788" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13921223'^^xsd:integer;
  dwc:scientificName 'Heterochaeta costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40751788'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40751788'^^xsd:string;
  dwc:aphiaid '137554'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13921223'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '743898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14436644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14436644> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14436644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14436644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14436644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14436644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752400" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14436644'^^xsd:integer;
  dwc:scientificName 'Sphaerosyllis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752400'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752400'^^xsd:string;
  dwc:aphiaid '129677'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14436644'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14096647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14096647> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14096647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14096647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14096647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14096647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752243" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14096647'^^xsd:integer;
  dwc:scientificName 'Musculus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752243'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752243'^^xsd:string;
  dwc:aphiaid '138225'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14096647'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '138225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13534949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13534949> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13534949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13534949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13534949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13534949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752237" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13534949'^^xsd:integer;
  dwc:scientificName 'Autonoe denticarpus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752237'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752237'^^xsd:string;
  dwc:aphiaid '102018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13534949'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '102018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14433201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14433201> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14433201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14433201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14433201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14433201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752234" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14433201'^^xsd:integer;
  dwc:scientificName 'Spatangus purpureus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752234'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752234'^^xsd:string;
  dwc:aphiaid '124418'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14433201'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '124418'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13529803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13529803> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13529803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13529803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13529803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13529803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752323" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13529803'^^xsd:integer;
  dwc:scientificName 'Atylus falcatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752323'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752323'^^xsd:string;
  dwc:aphiaid '102126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13529803'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '102139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14399590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14399590> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14399590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14399590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14399590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14399590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40751992" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14399590'^^xsd:integer;
  dwc:scientificName 'Scalibregma inflatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40751992'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40751992'^^xsd:string;
  dwc:aphiaid '130980'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14399590'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '130980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13735508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13735508> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13735508> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13735508>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13735508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13735508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607694" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13735508'^^xsd:integer;
  dwc:scientificName 'Dercitus bucklandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607694'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607694'^^xsd:string;
  dwc:aphiaid '134068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13735508'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '555677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13409379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13409379> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13409379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65776 -4.662763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.65776"^^xsd:decimal ;
  dwc:decimalLongitude "-4.662763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13409379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65776 -4.662763)"^^geo:wktLiteral ;
  geo-pos:lat "52.65776"^^xsd:decimal ;
  geo-pos:long "-4.662763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13409379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13409379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607544" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13409379'^^xsd:integer;
  dwc:scientificName 'Adamsia carciniopados'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607544'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.662763'^^xsd:double;
  dwc:latitude '52.65776'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607544'^^xsd:string;
  dwc:aphiaid '100931'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13409379'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '445590'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13556600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13556600> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13556600> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13556600>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13556600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13556600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614051" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13556600'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614051'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614051'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13556600'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14211753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14211753> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14211753> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14211753>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14211753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14211753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614035" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14211753'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614035'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614035'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14211753'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13621426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13621426> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13621426> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13621426>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13621426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13621426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614044" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13621426'^^xsd:integer;
  dwc:scientificName 'Cellaria fistulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614044'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614044'^^xsd:string;
  dwc:aphiaid '111257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13621426'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '111257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523607> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523607> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523607>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14523607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607166" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14523607'^^xsd:integer;
  dwc:scientificName 'Tubularia indivisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607166'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607166'^^xsd:string;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14523607'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14216957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14216957> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14216957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14216957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14216957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14216957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611344" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14216957'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611344'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611344'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14216957'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216964> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14216964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607471" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14216964'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607471'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607471'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14216964'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13594188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13594188> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13594188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13594188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13594188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13594188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611346" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13594188'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611346'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611346'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13594188'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13594189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13594189> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13594189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13594189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13594189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13594189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611274" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13594189'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611274'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611274'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13594189'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14216960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14216960> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14216960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14216960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14216960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:14216960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611296" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '14216960'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611296'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611296'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:14216960'^^xsd:string;
  dwc:observationDate '2000-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13574463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13574463> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13574463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13574463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13574463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13574463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611300" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13574463'^^xsd:integer;
  dwc:scientificName 'Bugula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611300'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611300'^^xsd:string;
  dwc:aphiaid '110839'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13574463'^^xsd:string;
  dwc:observationDate '2000-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '110839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13536902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13536902> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13536902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13536902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13536902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13536902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401590" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13536902'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401590'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401590'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13536902'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14547498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14547498> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14547498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14547498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14547498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:14547498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611364" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '14547498'^^xsd:integer;
  dwc:scientificName 'Meiosquilla desmaresti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611364'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611364'^^xsd:string;
  dwc:aphiaid '148537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:14547498'^^xsd:string;
  dwc:observationDate '2000-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '136135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14120764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14120764> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14120764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14120764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14120764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14120764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611347" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14120764'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611347'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611347'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14120764'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14595195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14595195> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14595195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14595195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14595195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14595195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615740" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14595195'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615740'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615740'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14595195'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13914472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13914472> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13914472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13914472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13914472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13914472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607632" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13914472'^^xsd:integer;
  dwc:scientificName 'Hemimycale columella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607632'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607632'^^xsd:string;
  dwc:aphiaid '133543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13914472'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '133543'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13483276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13483276> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13483276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13483276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13483276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13483276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611357" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13483276'^^xsd:integer;
  dwc:scientificName 'Aplidium punctum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611357'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611357'^^xsd:string;
  dwc:aphiaid '103662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13483276'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '103662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893849> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13893849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607332" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13893849'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607332'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607332'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13893849'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336265> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336265> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336265>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607172" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336265'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607172'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607172'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336265'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414569> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13414569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577748" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13414569'^^xsd:integer;
  dwc:scientificName 'Aglaothamnion byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577748'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577748'^^xsd:string;
  dwc:aphiaid '144490'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13414569'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336289> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336289> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336289>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614264" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336289'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614264'^^xsd:string;
  dwc:yearCollected '1997'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614264'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336289'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14483512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14483512> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14483512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14483512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14483512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14483512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752690" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14483512'^^xsd:integer;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752690'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752690'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14483512'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866050> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13866050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752300" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13866050'^^xsd:integer;
  dwc:scientificName 'Glycera lapidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752300'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752300'^^xsd:string;
  dwc:aphiaid '155036'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13866050'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866051> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13866051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752128" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13866051'^^xsd:integer;
  dwc:scientificName 'Glycera lapidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752128'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752128'^^xsd:string;
  dwc:aphiaid '155036'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13866051'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14280674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14280674> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14280674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14280674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14280674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14280674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752995" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14280674'^^xsd:integer;
  dwc:scientificName 'Photis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752995'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752995'^^xsd:string;
  dwc:aphiaid '102383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14280674'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '102383'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14366832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14366832> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14366832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14366832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14366832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14366832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735373" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14366832'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735373'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735373'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14366832'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13392063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13392063> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13392063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13392063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13392063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13392063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752279" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13392063'^^xsd:integer;
  dwc:scientificName 'Abra alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752279'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752279'^^xsd:string;
  dwc:aphiaid '141433'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13392063'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '141433'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13458762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13458762> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13458762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13458762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13458762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13458762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752240" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13458762'^^xsd:integer;
  dwc:scientificName 'Anapagurus hyndmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752240'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752240'^^xsd:string;
  dwc:aphiaid '107217'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13458762'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '107217'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776572> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13776572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13776572'^^xsd:integer;
  dwc:scientificName 'Ehlersia cornuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752900'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752900'^^xsd:string;
  dwc:aphiaid '131286'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13776572'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '157583'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776573> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13776573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752218" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13776573'^^xsd:integer;
  dwc:scientificName 'Ehlersia cornuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752218'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752218'^^xsd:string;
  dwc:aphiaid '131286'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13776573'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '157583'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14532943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14532943> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14532943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14532943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14532943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14532943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752235" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14532943'^^xsd:integer;
  dwc:scientificName 'Urothoe elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752235'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752235'^^xsd:string;
  dwc:aphiaid '103228'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14532943'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '103228'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14314219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14314219> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14314219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.304741"^^xsd:decimal ;
  dwc:decimalLongitude "-4.34813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14314219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  geo-pos:lat "52.304741"^^xsd:decimal ;
  geo-pos:long "-4.34813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14314219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14314219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752853" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14314219'^^xsd:integer;
  dwc:scientificName 'Polycirrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752853'^^xsd:string;
  dwc:yearCollected '1998'^^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.34813'^^xsd:double;
  dwc:latitude '52.304741'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752853'^^xsd:string;
  dwc:aphiaid '129710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14314219'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '129710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603300> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13603300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752994" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13603300'^^xsd:integer;
  dwc:scientificName 'Capitellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752994'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752994'^^xsd:string;
  dwc:aphiaid '921'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13603300'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14062976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14062976> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14062976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14062976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14062976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14062976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752313" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14062976'^^xsd:integer;
  dwc:scientificName 'Maldanidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752313'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752313'^^xsd:string;
  dwc:aphiaid '923'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14062976'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '923'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475989> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13475989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752131" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13475989'^^xsd:integer;
  dwc:scientificName 'Aonides paucibranchiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752131'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752131'^^xsd:string;
  dwc:aphiaid '131107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13475989'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '131107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594167> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13594167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596102" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13594167'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596102'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596102'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13594167'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713198> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13713198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615665" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13713198'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615665'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615665'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13713198'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A4001655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A4001655> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A4001655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A4001655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A4001655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:4001655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598036" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '4001655'^^xsd:integer;
  dwc:scientificName 'Salicornia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598036'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598036'^^xsd:string;
  dwc:aphiaid '403903'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:4001655'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '403903'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749799> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13749799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596534" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13749799'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596534'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596534'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13749799'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392973> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392973> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392973>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14392973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14392973'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596255'^^xsd:string;
  dwc:yearCollected '1998'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596255'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14392973'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14601081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14601081> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14601081> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14601081>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14601081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14601081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596266" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14601081'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596266'^^xsd:string;
  dwc:yearCollected '1998'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596266'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14601081'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424445> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424445> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424445>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13424445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596253" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13424445'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596253'^^xsd:string;
  dwc:yearCollected '1998'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596253'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13424445'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393027> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393027> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393027>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14393027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615033" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14393027'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615033'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615033'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14393027'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907446> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13907446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733053" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13907446'^^xsd:integer;
  dwc:scientificName 'Haustorius arenarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733053'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733053'^^xsd:string;
  dwc:aphiaid '102317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13907446'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '102317'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590698> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733055" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590698'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733055'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733055'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590698'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14336146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14336146> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14336146> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14336146>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14336146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14336146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596257" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14336146'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596257'^^xsd:string;
  dwc:yearCollected '1998'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596257'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14336146'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13937262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13937262> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13937262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13937262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13937262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13937262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614095" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13937262'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614095'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614095'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13937262'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675102> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13675102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596562" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13675102'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596562'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596562'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13675102'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675096> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13675096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596093" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13675096'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596093'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596093'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13675096'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924038> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924038> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924038>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13924038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581268" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13924038'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581268'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581268'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13924038'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477092> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14477092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596564" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14477092'^^xsd:integer;
  dwc:scientificName 'Taonia atomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596564'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596564'^^xsd:string;
  dwc:aphiaid '145393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14477092'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419608> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13419608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615404" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13419608'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615404'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615404'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13419608'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189975> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189975> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189975>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14189975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596271" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14189975'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596271'^^xsd:string;
  dwc:yearCollected '1998'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596271'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14189975'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13551905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13551905> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13551905> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13551905>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13551905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13551905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596256" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13551905'^^xsd:integer;
  dwc:scientificName 'Bispira volutacornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596256'^^xsd:string;
  dwc:yearCollected '1998'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596256'^^xsd:string;
  dwc:aphiaid '130875'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13551905'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '130875'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13359594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13359594> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13359594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13359594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13359594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13359594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401740" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13359594'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401740'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401740'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13359594'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14011688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14011688> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14011688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14011688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14011688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14011688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614004" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14011688'^^xsd:integer;
  dwc:scientificName 'Liocarcinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614004'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614004'^^xsd:string;
  dwc:aphiaid '106925'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14011688'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '106925'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580747> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13580747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614006" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13580747'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614006'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614006'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13580747'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13488740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13488740> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13488740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13488740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13488740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13488740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752296" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13488740'^^xsd:integer;
  dwc:scientificName 'Arcopagia crassa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752296'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752296'^^xsd:string;
  dwc:aphiaid '141577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13488740'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '141577'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13637863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13637863> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13637863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13637863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13637863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13637863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607390" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13637863'^^xsd:integer;
  dwc:scientificName 'Chaetopterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607390'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607390'^^xsd:string;
  dwc:aphiaid '129229'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13637863'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '129229'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489429> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489429> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489429>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14489429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607480" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14489429'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607480'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607480'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14489429'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523604> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523604> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523604>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14523604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607481" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14523604'^^xsd:integer;
  dwc:scientificName 'Tubularia indivisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607481'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607481'^^xsd:string;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14523604'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535487> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535487> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535487>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14535487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613976" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14535487'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613976'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613976'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14535487'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14286382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14286382> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14286382> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14286382>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14286382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14286382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613981" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14286382'^^xsd:integer;
  dwc:scientificName 'Phyllophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613981'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613981'^^xsd:string;
  dwc:aphiaid '144169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14286382'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '144169'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336268> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614281" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336268'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614281'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614281'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336268'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13780956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13780956> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13780956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13780956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13780956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13780956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609510" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13780956'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609510'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609510'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13780956'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13943603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13943603> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13943603> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13943603>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13943603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13943603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607428" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13943603'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607428'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607428'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13943603'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13502406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13502406> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13502406> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13502406>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13502406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13502406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607441" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13502406'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607441'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607441'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13502406'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13840055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13840055> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13840055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13840055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13840055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13840055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611403" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13840055'^^xsd:integer;
  dwc:scientificName 'Galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611403'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611403'^^xsd:string;
  dwc:aphiaid '106834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13840055'^^xsd:string;
  dwc:observationDate '2000-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '106834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14464444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14464444> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14464444> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14464444>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14464444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14464444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607216" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14464444'^^xsd:integer;
  dwc:scientificName 'Stolonica socialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607216'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607216'^^xsd:string;
  dwc:aphiaid '103921'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14464444'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '103921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389484> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389484> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389484>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13389484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607197" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13389484'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607197'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607197'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13389484'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13779837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13779837> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13779837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13779837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13779837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13779837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596485" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13779837'^^xsd:integer;
  dwc:scientificName 'Emarginula fissura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596485'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596485'^^xsd:string;
  dwc:aphiaid '139959'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13779837'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '139959'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13779838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13779838> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13779838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13779838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13779838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13779838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596370" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13779838'^^xsd:integer;
  dwc:scientificName 'Emarginula fissura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596370'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596370'^^xsd:string;
  dwc:aphiaid '139959'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13779838'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '139959'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13620720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13620720> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13620720> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13620720>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13620720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13620720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579817" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13620720'^^xsd:integer;
  dwc:scientificName 'Cellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579817'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579817'^^xsd:string;
  dwc:aphiaid '110869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13620720'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '110869'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539180> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539180> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539180>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13539180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581705" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13539180'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581705'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581705'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13539180'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539174> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539174> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539174>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13539174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581589" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13539174'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581589'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581589'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13539174'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795473> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795473> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795473>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13795473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581584" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13795473'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581584'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581584'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13795473'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564571> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13564571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596551" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13564571'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596551'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596551'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13564571'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893852> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13893852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607574" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13893852'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607574'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607574'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13893852'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13695546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13695546> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13695546> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13695546>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13695546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13695546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581123" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13695546'^^xsd:integer;
  dwc:scientificName 'Corella parallelogramma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581123'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581123'^^xsd:string;
  dwc:aphiaid '103743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13695546'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '103743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547634> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733014" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547634'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733014'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733014'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547634'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092245> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092245> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092245>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14092245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581260" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14092245'^^xsd:integer;
  dwc:scientificName 'Molgula manhattensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581260'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581260'^^xsd:string;
  dwc:aphiaid '103788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14092245'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372110> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372110> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372110>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14372110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581229" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14372110'^^xsd:integer;
  dwc:scientificName 'Raspailia hispida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581229'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581229'^^xsd:string;
  dwc:aphiaid '133147'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14372110'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '133147'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621944> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13621944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581216" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13621944'^^xsd:integer;
  dwc:scientificName 'Cellaria sinuosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581216'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581216'^^xsd:string;
  dwc:aphiaid '111260'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13621944'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '111260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621950> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621950> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621950>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13621950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581247" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13621950'^^xsd:integer;
  dwc:scientificName 'Cellaria sinuosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581247'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581247'^^xsd:string;
  dwc:aphiaid '111260'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13621950'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '111260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311366> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14311366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581224" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14311366'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581224'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581224'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14311366'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311380> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311380> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311380>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14311380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581258" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14311380'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581258'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581258'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14311380'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389479> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13389479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607227" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13389479'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607227'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607227'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13389479'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744548> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744548> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744548>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13744548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581633" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13744548'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581633'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581633'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13744548'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372113> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372113> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372113>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14372113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579807" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14372113'^^xsd:integer;
  dwc:scientificName 'Raspailia hispida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579807'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579807'^^xsd:string;
  dwc:aphiaid '133147'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14372113'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '133147'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419544> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419544> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419544>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13419544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579239" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13419544'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579239'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579239'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13419544'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621417> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621417> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621417>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13621417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577873" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13621417'^^xsd:integer;
  dwc:scientificName 'Cellaria fistulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577873'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577873'^^xsd:string;
  dwc:aphiaid '111257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13621417'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14386505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14386505> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14386505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65776 -4.662763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.65776"^^xsd:decimal ;
  dwc:decimalLongitude "-4.662763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14386505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65776 -4.662763)"^^geo:wktLiteral ;
  geo-pos:lat "52.65776"^^xsd:decimal ;
  geo-pos:long "-4.662763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14386505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14386505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613971" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14386505'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613971'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.662763'^^xsd:double;
  dwc:latitude '52.65776'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613971'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14386505'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223517> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14223517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614499" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14223517'^^xsd:integer;
  dwc:scientificName 'Palaemon serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614499'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614499'^^xsd:string;
  dwc:aphiaid '107616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14223517'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '107616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13419526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13419526> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13419526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13419526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13419526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13419526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401629" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13419526'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401629'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401629'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13419526'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13795467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13795467> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13795467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13795467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13795467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13795467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401719" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13795467'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401719'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401719'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13795467'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14366828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14366828> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14366828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.577065"^^xsd:decimal ;
  dwc:decimalLongitude "-4.215065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14366828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  geo-pos:lat "52.577065"^^xsd:decimal ;
  geo-pos:long "-4.215065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14366828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14366828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609030" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14366828'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609030'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.215065'^^xsd:double;
  dwc:latitude '52.577065'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609030'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14366828'^^xsd:string;
  dwc:observationDate '1998-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14366829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14366829> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14366829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.577065"^^xsd:decimal ;
  dwc:decimalLongitude "-4.215065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14366829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  geo-pos:lat "52.577065"^^xsd:decimal ;
  geo-pos:long "-4.215065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14366829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14366829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735363" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14366829'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735363'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.215065'^^xsd:double;
  dwc:latitude '52.577065'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735363'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14366829'^^xsd:string;
  dwc:observationDate '1998-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646364> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.588826 -4.166647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.588826"^^xsd:decimal ;
  dwc:decimalLongitude "-4.166647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.588826 -4.166647)"^^geo:wktLiteral ;
  geo-pos:lat "51.588826"^^xsd:decimal ;
  geo-pos:long "-4.166647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13646364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610325" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13646364'^^xsd:integer;
  dwc:scientificName 'Chironomida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610325'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.166647'^^xsd:double;
  dwc:latitude '51.588826'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610325'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13646364'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646365> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.588826 -4.166647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.588826"^^xsd:decimal ;
  dwc:decimalLongitude "-4.166647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.588826 -4.166647)"^^geo:wktLiteral ;
  geo-pos:lat "51.588826"^^xsd:decimal ;
  geo-pos:long "-4.166647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13646365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735402" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13646365'^^xsd:integer;
  dwc:scientificName 'Chironomida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735402'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.166647'^^xsd:double;
  dwc:latitude '51.588826'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735402'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13646365'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13961957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13961957> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13961957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13961957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13961957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13961957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752301" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13961957'^^xsd:integer;
  dwc:scientificName 'Kefersteinia cirrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752301'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752301'^^xsd:string;
  dwc:aphiaid '130164'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13961957'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '336123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489384> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489384> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489384>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14489384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578251" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14489384'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578251'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578251'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14489384'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886931> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886931> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886931>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13886931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578261" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13886931'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578261'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578261'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13886931'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132865> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132865> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132865>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14132865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578267" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14132865'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578267'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578267'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14132865'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312063> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312063> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312063>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14312063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578302" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14312063'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578302'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578302'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14312063'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729100> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729100> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729100>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13729100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578311" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13729100'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578311'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578311'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13729100'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13517411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13517411> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13517411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13517411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13517411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13517411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598198" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13517411'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598198'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598198'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13517411'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13624777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13624777> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13624777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13624777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13624777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13624777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613873" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13624777'^^xsd:integer;
  dwc:scientificName 'Ceramiales'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613873'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613873'^^xsd:string;
  dwc:aphiaid '860'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13624777'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '860'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517650> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614273" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517650'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614273'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614273'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517650'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517570> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609640" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517570'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609640'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609640'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517570'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517541> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517541> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517541>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13517541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609046" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13517541'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609046'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609046'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13517541'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517597> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557211" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517597'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557211'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557211'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517597'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517559> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13517559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13517559'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609497'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609497'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13517559'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336259> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336259> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336259>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614159" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336259'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614159'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614159'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336259'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14171448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14171448> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14171448> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14171448>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14171448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14171448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611311" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14171448'^^xsd:integer;
  dwc:scientificName 'Obelia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611311'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611311'^^xsd:string;
  dwc:aphiaid '117034'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14171448'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '117034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543359> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543359> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543359>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14543359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577870" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14543359'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577870'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577870'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14543359'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13622587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13622587> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13622587> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13622587>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13622587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13622587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581115" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13622587'^^xsd:integer;
  dwc:scientificName 'Cellepora pumicosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581115'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581115'^^xsd:string;
  dwc:aphiaid '111268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13622587'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '111268'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795539> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795539> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795539>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13795539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607703" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13795539'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607703'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607703'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13795539'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13881564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13881564> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13881564> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13881564>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13881564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13881564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613882" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13881564'^^xsd:integer;
  dwc:scientificName 'Gymnangium montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613882'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613882'^^xsd:string;
  dwc:aphiaid '117299'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13881564'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117299'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419584> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419584> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419584>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13419584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607495" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13419584'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607495'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607495'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13419584'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14586819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14586819> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14586819> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14586819>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14586819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14586819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607491" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14586819'^^xsd:integer;
  dwc:scientificName 'Balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607491'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607491'^^xsd:string;
  dwc:aphiaid '106122'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14586819'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '106122'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14249865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14249865> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14249865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14249865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14249865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14249865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596181" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14249865'^^xsd:integer;
  dwc:scientificName 'Peachia cylindrica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596181'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596181'^^xsd:string;
  dwc:aphiaid '100927'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14249865'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '100927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13881561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13881561> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13881561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.740528 -4.964139)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.740528"^^xsd:decimal ;
  dwc:decimalLongitude "-4.964139"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13881561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.740528 -4.964139)"^^geo:wktLiteral ;
  geo-pos:lat "52.740528"^^xsd:decimal ;
  geo-pos:long "-4.964139"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13881561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13881561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607370" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13881561'^^xsd:integer;
  dwc:scientificName 'Gymnangium montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607370'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.964139'^^xsd:double;
  dwc:latitude '52.740528'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607370'^^xsd:string;
  dwc:aphiaid '117299'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13881561'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117299'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14595196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14595196> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14595196> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14595196>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14595196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14595196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40095972" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14595196'^^xsd:integer;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40095972'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40095972'^^xsd:string;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14595196'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13914470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13914470> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13914470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13914470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13914470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13914470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611391" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13914470'^^xsd:integer;
  dwc:scientificName 'Hemimycale columella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611391'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611391'^^xsd:string;
  dwc:aphiaid '133543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13914470'^^xsd:string;
  dwc:observationDate '2000-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '133543'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13914473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13914473> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13914473> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13914473>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13914473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13914473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614122" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13914473'^^xsd:integer;
  dwc:scientificName 'Hemimycale columella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614122'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614122'^^xsd:string;
  dwc:aphiaid '133543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13914473'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '133543'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13558672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13558672> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13558672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13558672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13558672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13558672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611359" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13558672'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611359'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611359'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13558672'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14425476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14425476> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14425476> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14425476>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14425476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14425476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611309" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14425476'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611309'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611309'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14425476'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13678898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13678898> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13678898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13678898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13678898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13678898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611355" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13678898'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611355'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611355'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13678898'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14083576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14083576> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14083576> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14083576>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14083576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14083576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611436" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14083576'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611436'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40611436'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14083576'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14083579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14083579> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14083579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14083579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14083579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14083579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611342" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14083579'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611342'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611342'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14083579'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13953225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13953225> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13953225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13953225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13953225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13953225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611345" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13953225'^^xsd:integer;
  dwc:scientificName 'Inachus phalangium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611345'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611345'^^xsd:string;
  dwc:aphiaid '107333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13953225'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '107333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14120763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14120763> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14120763> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14120763>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14120763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14120763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611321" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14120763'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611321'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611321'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14120763'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13606641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13606641> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13606641> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13606641>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13606641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13606641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611322" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13606641'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611322'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611322'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13606641'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13784773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13784773> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13784773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13784773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13784773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13784773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614296" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13784773'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614296'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614296'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13784773'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879194> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13879194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614575" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13879194'^^xsd:integer;
  dwc:scientificName 'Grantia compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614575'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614575'^^xsd:string;
  dwc:aphiaid '132181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13879194'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '132181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14221754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14221754> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14221754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14221754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14221754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14221754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401674" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14221754'^^xsd:integer;
  dwc:scientificName 'Pagurus cuanensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401674'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401674'^^xsd:string;
  dwc:aphiaid '107235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14221754'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '107235'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13931464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13931464> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13931464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13931464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13931464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13931464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401682" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13931464'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401682'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401682'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13931464'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13686401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13686401> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13686401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13686401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13686401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13686401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401709" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13686401'^^xsd:integer;
  dwc:scientificName 'Coccotylus truncatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401709'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401709'^^xsd:string;
  dwc:aphiaid '145654'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13686401'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145654'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886973> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13886973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614576" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13886973'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614576'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614576'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13886973'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13987248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13987248> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13987248> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13987248>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13987248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13987248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611373" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13987248'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611373'^^xsd:string;
  dwc:yearCollected '1999'^^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.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611373'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13987248'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13594124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13594124> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13594124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13594124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13594124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13594124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401678" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13594124'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401678'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401678'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13594124'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14216959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14216959> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14216959> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14216959>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14216959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14216959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611374" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14216959'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611374'^^xsd:string;
  dwc:yearCollected '1999'^^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.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611374'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14216959'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419598> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13419598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607461" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13419598'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607461'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607461'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13419598'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14524843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14524843> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14524843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14524843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14524843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14524843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615226" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14524843'^^xsd:integer;
  dwc:scientificName 'Tubularia larynx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615226'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615226'^^xsd:string;
  dwc:aphiaid '117995'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14524843'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '157933'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13884209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13884209> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13884209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13884209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13884209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13884209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401656" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13884209'^^xsd:integer;
  dwc:scientificName 'Halecium halecinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401656'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401656'^^xsd:string;
  dwc:aphiaid '231751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13884209'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946625> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13946625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615680" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13946625'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615680'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615680'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13946625'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828698> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828698> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828698>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607178" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828698'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607178'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607178'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828698'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14301852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14301852> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14301852> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14301852>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14301852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14301852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607523" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14301852'^^xsd:integer;
  dwc:scientificName 'Plumularia setacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607523'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607523'^^xsd:string;
  dwc:aphiaid '117824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14301852'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '117824'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14510262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14510262> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14510262> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14510262>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14510262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14510262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607127" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14510262'^^xsd:integer;
  dwc:scientificName 'Trisopterus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607127'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607127'^^xsd:string;
  dwc:aphiaid '126446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14510262'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '126446'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539233> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539233> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539233>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13539233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607355" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13539233'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607355'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607355'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13539233'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13346521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13346521> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13346521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13346521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13346521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13346521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596940" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13346521'^^xsd:integer;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596940'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596940'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13346521'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12458389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12458389> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12458389> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12458389>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12458389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:12458389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614186" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '12458389'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614186'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614186'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:12458389'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13564621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13564621> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13564621> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13564621>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13564621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13564621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607532" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13564621'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607532'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607532'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13564621'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547697> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13547697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733527" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13547697'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733527'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733527'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13547697'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851937> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851937> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851937>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13851937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577530" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13851937'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577530'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577530'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13851937'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893850> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13893850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614295" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13893850'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614295'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614295'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13893850'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13460045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13460045> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13460045> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13460045>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13460045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13460045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614183" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13460045'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614183'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614183'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13460045'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13891657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13891657> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13891657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13891657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13891657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13891657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614142" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13891657'^^xsd:integer;
  dwc:scientificName 'Haliclona oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614142'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614142'^^xsd:string;
  dwc:aphiaid '236327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13891657'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '132833'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13792587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13792587> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13792587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13792587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13792587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13792587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615689" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13792587'^^xsd:integer;
  dwc:scientificName 'Erythrodermis traillii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615689'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615689'^^xsd:string;
  dwc:aphiaid '145655'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13792587'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '145655'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14436642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14436642> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14436642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14436642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14436642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14436642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752943" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14436642'^^xsd:integer;
  dwc:scientificName 'Sphaerosyllis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752943'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752943'^^xsd:string;
  dwc:aphiaid '129677'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14436642'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '129677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14528112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14528112> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14528112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14528112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14528112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14528112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752611" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14528112'^^xsd:integer;
  dwc:scientificName 'Typosyllis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752611'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752611'^^xsd:string;
  dwc:aphiaid '147195'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14528112'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129680'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14119946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14119946> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14119946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14119946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14119946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14119946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752624" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14119946'^^xsd:integer;
  dwc:scientificName 'Nebalia bipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752624'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752624'^^xsd:string;
  dwc:aphiaid '147032'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14119946'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '147032'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164334> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14164334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752312" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14164334'^^xsd:integer;
  dwc:scientificName 'Notomastus latericeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752312'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752312'^^xsd:string;
  dwc:aphiaid '129898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14164334'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164335> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14164335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752134" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14164335'^^xsd:integer;
  dwc:scientificName 'Notomastus latericeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752134'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752134'^^xsd:string;
  dwc:aphiaid '129898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14164335'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14128052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14128052> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14128052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14128052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14128052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14128052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40753005" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14128052'^^xsd:integer;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40753005'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40753005'^^xsd:string;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14128052'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14293491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14293491> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14293491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14293491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14293491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14293491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752789" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14293491'^^xsd:integer;
  dwc:scientificName 'Pista cristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752789'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752789'^^xsd:string;
  dwc:aphiaid '131516'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14293491'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '131516'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14511220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14511220> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14511220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14511220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14511220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14511220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752258" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14511220'^^xsd:integer;
  dwc:scientificName 'Tritonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752258'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752258'^^xsd:string;
  dwc:aphiaid '138580'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14511220'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '138580'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14128056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14128056> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14128056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14128056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14128056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14128056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752795" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14128056'^^xsd:integer;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752795'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752795'^^xsd:string;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14128056'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13643767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13643767> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13643767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13643767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13643767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13643767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597003" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13643767'^^xsd:integer;
  dwc:scientificName 'Chamelea gallina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597003'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597003'^^xsd:string;
  dwc:aphiaid '141907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13643767'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '141907'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13828558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13828558> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13828558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13828558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13828558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13828558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401690" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13828558'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401690'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401690'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13828558'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14132849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14132849> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14132849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14132849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14132849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14132849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401658" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14132849'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401658'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401658'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14132849'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13729086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13729086> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13729086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13729086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13729086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13729086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401714" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13729086'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401714'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401714'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13729086'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14261764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14261764> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14261764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14261764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14261764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14261764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401707" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14261764'^^xsd:integer;
  dwc:scientificName 'Peyssonnelia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401707'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401707'^^xsd:string;
  dwc:aphiaid '144051'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14261764'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '144051'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13424428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13424428> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13424428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13424428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13424428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13424428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401664" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13424428'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401664'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401664'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13424428'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14101185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14101185> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14101185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14101185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14101185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14101185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401654" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14101185'^^xsd:integer;
  dwc:scientificName 'Mycale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401654'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401654'^^xsd:string;
  dwc:aphiaid '131907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14101185'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '131907'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13886943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13886943> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13886943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13886943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13886943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13886943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611258" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13886943'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611258'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611258'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13886943'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14132919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14132919> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14132919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14132919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14132919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14132919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611264" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14132919'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611264'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611264'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14132919'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14297486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14297486> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14297486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14297486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14297486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14297486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401710" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14297486'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401710'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401710'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14297486'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547670> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734073" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547670'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734073'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734073'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547670'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018440> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13018440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615683" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13018440'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615683'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615683'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13018440'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13953223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13953223> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13953223> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13953223>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13953223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13953223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611456" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13953223'^^xsd:integer;
  dwc:scientificName 'Inachus phalangium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611456'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611456'^^xsd:string;
  dwc:aphiaid '107333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13953223'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '107333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359694> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13359694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615688" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13359694'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615688'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615688'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13359694'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946641> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13946641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614577" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13946641'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614577'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614577'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13946641'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14395350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14395350> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14395350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14395350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14395350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14395350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611268" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14395350'^^xsd:integer;
  dwc:scientificName 'Sagartia troglodytes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611268'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611268'^^xsd:string;
  dwc:aphiaid '100994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14395350'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '855674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13946624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13946624> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13946624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13946624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13946624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13946624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611259" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13946624'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611259'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611259'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13946624'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A2368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A2368> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A2368> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A2368>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A2368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:2368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611386" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '2368'^^xsd:integer;
  dwc:scientificName 'Diatoms - film'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611386'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611386'^^xsd:string;
  dwc:aphiaid '148898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:2368'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '148898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14524842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14524842> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14524842> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14524842>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14524842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14524842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611305" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14524842'^^xsd:integer;
  dwc:scientificName 'Tubularia larynx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611305'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611305'^^xsd:string;
  dwc:aphiaid '117995'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14524842'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '157933'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14269410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14269410> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14269410> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14269410>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14269410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14269410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611325" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14269410'^^xsd:integer;
  dwc:scientificName 'Pholadidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611325'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611325'^^xsd:string;
  dwc:aphiaid '252'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14269410'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '252'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14223512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14223512> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14223512> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14223512>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14223512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14223512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611316" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14223512'^^xsd:integer;
  dwc:scientificName 'Palaemon serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611316'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611316'^^xsd:string;
  dwc:aphiaid '107616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14223512'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '107616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13594187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13594187> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13594187> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13594187>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13594187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13594187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611319" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13594187'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611319'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611319'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13594187'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770256> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13770256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596941" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13770256'^^xsd:integer;
  dwc:scientificName 'Echinocardium cordatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596941'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596941'^^xsd:string;
  dwc:aphiaid '124392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13770256'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '124392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13570557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13570557> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13570557> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13570557>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13570557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13570557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611377" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13570557'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611377'^^xsd:string;
  dwc:yearCollected '1999'^^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.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611377'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13570557'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689749> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13689749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580484" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13689749'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580484'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580484'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13689749'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392988> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392988> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392988>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14392988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579729" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14392988'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579729'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579729'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14392988'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924055> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13924055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580680" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13924055'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580680'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580680'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13924055'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13701382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13701382> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13701382> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13701382>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13701382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13701382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578152" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13701382'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578152'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578152'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13701382'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14572001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14572001> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14572001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14572001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14572001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14572001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579717" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14572001'^^xsd:integer;
  dwc:scientificName 'Polysiphonia devoniensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579717'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579717'^^xsd:string;
  dwc:aphiaid '144626'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14572001'^^xsd:string;
  dwc:observationDate '1998-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '144626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14425459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14425459> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14425459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14425459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14425459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14425459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579692" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14425459'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579692'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579692'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14425459'^^xsd:string;
  dwc:observationDate '1998-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460015> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13460015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579693" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13460015'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579693'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579693'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13460015'^^xsd:string;
  dwc:observationDate '1998-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558635> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13558635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580654" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13558635'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580654'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580654'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13558635'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14222275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14222275> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14222275> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14222275>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14222275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14222275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579733" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14222275'^^xsd:integer;
  dwc:scientificName 'Pagurus prideaux'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579733'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579733'^^xsd:string;
  dwc:aphiaid '107239'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14222275'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107239'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414926> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13414926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596429" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13414926'^^xsd:integer;
  dwc:scientificName 'Aglaozonia (asexual cutleria)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596429'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596429'^^xsd:string;
  dwc:aphiaid '182809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13414926'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460035> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13460035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596391" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13460035'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596391'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596391'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13460035'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365490> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14365490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596432" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14365490'^^xsd:integer;
  dwc:scientificName 'Punctaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596432'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596432'^^xsd:string;
  dwc:aphiaid '144079'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14365490'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144079'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13688093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13688093> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13688093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13688093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13688093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13688093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580433" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13688093'^^xsd:integer;
  dwc:scientificName 'Compsothamnion gracillimum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580433'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580433'^^xsd:string;
  dwc:aphiaid '144572'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13688093'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144572'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455442> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:12455442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577913" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '12455442'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577913'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577913'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:12455442'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489379> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489379> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489379>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14489379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581060" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14489379'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581060'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581060'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14489379'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562181> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13562181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579362" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13562181'^^xsd:integer;
  dwc:scientificName 'Bowerbankia citrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579362'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579362'^^xsd:string;
  dwc:aphiaid '111664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13562181'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '851584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718201> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13718201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580503" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13718201'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580503'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580503'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13718201'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689741> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13689741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577936" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13689741'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577936'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577936'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13689741'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718189> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13718189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577956" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13718189'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577956'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577956'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13718189'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13536907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13536907> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13536907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13536907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13536907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13536907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577894" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13536907'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577894'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577894'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13536907'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478692> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14478692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577927" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14478692'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577927'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577927'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14478692'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14513291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14513291> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14513291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14513291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14513291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14513291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577905" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14513291'^^xsd:integer;
  dwc:scientificName 'Trivia monacha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577905'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577905'^^xsd:string;
  dwc:aphiaid '141744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14513291'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '141744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14223508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14223508> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14223508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14223508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14223508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14223508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579357" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14223508'^^xsd:integer;
  dwc:scientificName 'Palaemon serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579357'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579357'^^xsd:string;
  dwc:aphiaid '107616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14223508'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '107616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13576546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13576546> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13576546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13576546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13576546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13576546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401602" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13576546'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401602'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401602'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13576546'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13576594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13576594> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13576594> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13576594>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13576594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13576594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611464" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13576594'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611464'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611464'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13576594'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13914477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13914477> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13914477> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13914477>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13914477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13914477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615440" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13914477'^^xsd:integer;
  dwc:scientificName 'Hemimycale columella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615440'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615440'^^xsd:string;
  dwc:aphiaid '133543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13914477'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '133543'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13914478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13914478> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13914478> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13914478>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13914478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13914478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615415" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13914478'^^xsd:integer;
  dwc:scientificName 'Hemimycale columella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615415'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615415'^^xsd:string;
  dwc:aphiaid '133543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13914478'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '133543'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14017515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14017515> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14017515> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14017515>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14017515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14017515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580012" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14017515'^^xsd:integer;
  dwc:scientificName 'Lissoclinum perforatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580012'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580012'^^xsd:string;
  dwc:aphiaid '103585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14017515'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575264> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575264> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575264>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13575264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580006" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13575264'^^xsd:integer;
  dwc:scientificName 'Bugula flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580006'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580006'^^xsd:string;
  dwc:aphiaid '111152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13575264'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '834002'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14376190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14376190> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14376190> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14376190>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14376190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14376190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580047" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14376190'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580047'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580047'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14376190'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13419580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13419580> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13419580> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13419580>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13419580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13419580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611461" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13419580'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611461'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611461'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13419580'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681928> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681928> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681928>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13681928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615451" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13681928'^^xsd:integer;
  dwc:scientificName 'Clavelinidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615451'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615451'^^xsd:string;
  dwc:aphiaid '103438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13681928'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103438'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681930> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681930> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681930>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13681930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615425" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13681930'^^xsd:integer;
  dwc:scientificName 'Clavelinidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615425'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615425'^^xsd:string;
  dwc:aphiaid '103438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13681930'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103438'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517421> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517421> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517421>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13517421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580565" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13517421'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580565'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580565'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13517421'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517529> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13517529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595768" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13517529'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595768'^^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 '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595768'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13517529'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517427> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517427> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517427>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13517427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580582" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13517427'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580582'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580582'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13517427'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14093179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14093179> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14093179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14093179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14093179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14093179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579713" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14093179'^^xsd:integer;
  dwc:scientificName 'Monosporus pedicellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579713'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579713'^^xsd:string;
  dwc:aphiaid '144599'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14093179'^^xsd:string;
  dwc:observationDate '1998-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '144599'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14093178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14093178> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14093178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14093178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14093178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14093178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597992" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14093178'^^xsd:integer;
  dwc:scientificName 'Monosporus pedicellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597992'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597992'^^xsd:string;
  dwc:aphiaid '144599'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14093178'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144599'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13965878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13965878> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13965878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13965878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13965878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13965878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597903" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13965878'^^xsd:integer;
  dwc:scientificName 'Labidoplax digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597903'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597903'^^xsd:string;
  dwc:aphiaid '124456'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13965878'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '152547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556172> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13556172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40298370" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13556172'^^xsd:integer;
  dwc:scientificName 'Boscia anglica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40298370'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40298370'^^xsd:string;
  dwc:aphiaid '182762'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13556172'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '106227'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517481> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13517481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579369" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13517481'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579369'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579369'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13517481'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517686> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13517686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615831" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13517686'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615831'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615831'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13517686'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517419> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517419> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517419>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13517419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580187" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13517419'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580187'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580187'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13517419'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621409> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13621409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579489" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13621409'^^xsd:integer;
  dwc:scientificName 'Cellaria fistulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579489'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579489'^^xsd:string;
  dwc:aphiaid '111257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13621409'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '111257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14543349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14543349> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14543349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14543349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14543349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14543349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579485" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14543349'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579485'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579485'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14543349'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13250316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13250316> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13250316> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13250316>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13250316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13250316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40297541" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13250316'^^xsd:integer;
  dwc:scientificName 'Verrucaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40297541'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^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-JNCCMNCR40297541'^^xsd:string;
  dwc:aphiaid '147701'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13250316'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '147701'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13250317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13250317> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13250317> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13250317>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13250317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13250317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615559" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13250317'^^xsd:integer;
  dwc:scientificName 'Verrucaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615559'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^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-JNCCMNCR40615559'^^xsd:string;
  dwc:aphiaid '147701'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13250317'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '147701'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13713193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13713193> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13713193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13713193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13713193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13713193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611350" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13713193'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611350'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611350'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13713193'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14083577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14083577> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14083577> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14083577>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14083577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14083577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611313" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14083577'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611313'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611313'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14083577'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13943600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13943600> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13943600> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13943600>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13943600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13943600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611308" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13943600'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611308'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611308'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13943600'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14093957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14093957> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14093957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14093957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14093957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14093957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611356" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14093957'^^xsd:integer;
  dwc:scientificName 'Morchellium argus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611356'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611356'^^xsd:string;
  dwc:aphiaid '148714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14093957'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '148714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13956679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13956679> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13956679> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13956679>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13956679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13956679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611323" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13956679'^^xsd:integer;
  dwc:scientificName 'Janolus cristatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611323'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611323'^^xsd:string;
  dwc:aphiaid '140855'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13956679'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '162687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14470171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14470171> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14470171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14470171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14470171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14470171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611332" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14470171'^^xsd:integer;
  dwc:scientificName 'Suberites ficus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611332'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611332'^^xsd:string;
  dwc:aphiaid '134285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14470171'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '134285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13594186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13594186> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13594186> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13594186>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13594186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13594186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611439" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13594186'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611439'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40611439'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13594186'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13977217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13977217> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13977217> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13977217>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13977217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13977217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13977217'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614203'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614203'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13977217'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13882526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13882526> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13882526> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13882526>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13882526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13882526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614192" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13882526'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614192'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614192'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13882526'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828714> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828714> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828714>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613859" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828714'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613859'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613859'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828714'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336294> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614349" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336294'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614349'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614349'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336294'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336295> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613937" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336295'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613937'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613937'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336295'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13359599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13359599> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13359599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13359599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13359599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13359599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401644" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13359599'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401644'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401644'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13359599'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14315986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14315986> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14315986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14315986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14315986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14315986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401638" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14315986'^^xsd:integer;
  dwc:scientificName 'Polyclinidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401638'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401638'^^xsd:string;
  dwc:aphiaid '103441'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14315986'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '103441'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14216955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14216955> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14216955> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14216955>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14216955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14216955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611318" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14216955'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611318'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611318'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14216955'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13840751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13840751> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13840751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13840751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13840751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13840751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401675" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13840751'^^xsd:integer;
  dwc:scientificName 'Galathea intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401675'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401675'^^xsd:string;
  dwc:aphiaid '107150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13840751'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '107150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13345894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13345894> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13345894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13345894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13345894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13345894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607393" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13345894'^^xsd:integer;
  dwc:scientificName 'Pleuronectidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607393'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607393'^^xsd:string;
  dwc:aphiaid '125579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13345894'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '125579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117480> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117480> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117480>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14117480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615414" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14117480'^^xsd:integer;
  dwc:scientificName 'Myxilla incrustans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615414'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615414'^^xsd:string;
  dwc:aphiaid '133882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14117480'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '169466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13871033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13871033> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13871033> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13871033>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13871033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13871033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580017" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13871033'^^xsd:integer;
  dwc:scientificName 'Gobiusculus flavescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580017'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580017'^^xsd:string;
  dwc:aphiaid '126898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13871033'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1526389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13359600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13359600> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13359600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13359600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13359600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13359600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401832" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13359600'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401832'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401832'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13359600'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489386> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489386> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489386>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14489386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578600" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14489386'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578600'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578600'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14489386'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14549483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14549483> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14549483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14549483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14549483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14549483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752260" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14549483'^^xsd:integer;
  dwc:scientificName 'Antalis vulgaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752260'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752260'^^xsd:string;
  dwc:aphiaid '196380'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14549483'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '196380'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366808> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732976" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366808'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732976'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732976'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366808'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13892192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13892192> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13892192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13892192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13892192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13892192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578063" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13892192'^^xsd:integer;
  dwc:scientificName 'Haliclona simulans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578063'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578063'^^xsd:string;
  dwc:aphiaid '236331'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13892192'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '132858'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13436288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13436288> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13436288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13436288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13436288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13436288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752236" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13436288'^^xsd:integer;
  dwc:scientificName 'Ampelisca typica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752236'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752236'^^xsd:string;
  dwc:aphiaid '101933'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13436288'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '101933'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13780759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13780759> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13780759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13780759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13780759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13780759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13780759'^^xsd:integer;
  dwc:scientificName 'Endeis spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752910'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752910'^^xsd:string;
  dwc:aphiaid '134674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13780759'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '134674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603302> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13603302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752907" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13603302'^^xsd:integer;
  dwc:scientificName 'Capitellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752907'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752907'^^xsd:string;
  dwc:aphiaid '921'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13603302'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603303> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13603303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752275" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13603303'^^xsd:integer;
  dwc:scientificName 'Capitellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752275'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752275'^^xsd:string;
  dwc:aphiaid '921'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13603303'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14422948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14422948> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14422948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.115583 -4.776391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.115583"^^xsd:decimal ;
  dwc:decimalLongitude "-4.776391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14422948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.115583 -4.776391)"^^geo:wktLiteral ;
  geo-pos:lat "52.115583"^^xsd:decimal ;
  geo-pos:long "-4.776391"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14422948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14422948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752467" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14422948'^^xsd:integer;
  dwc:scientificName 'Serpulidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752467'^^xsd:string;
  dwc:yearCollected '1998'^^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.776391'^^xsd:double;
  dwc:latitude '52.115583'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752467'^^xsd:string;
  dwc:aphiaid '988'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14422948'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '988'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981576> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981576> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981576>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13981576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581635" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13981576'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581635'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581635'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13981576'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795475> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795475> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795475>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13795475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578840" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13795475'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578840'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578840'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13795475'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676357> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13676357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615389" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13676357'^^xsd:integer;
  dwc:scientificName 'Clathrina coriacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615389'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615389'^^xsd:string;
  dwc:aphiaid '132277'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13676357'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '132277'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763722> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13763722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615395" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13763722'^^xsd:integer;
  dwc:scientificName 'Dynamena pumila'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615395'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615395'^^xsd:string;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13763722'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710160> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732931" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710160'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732931'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732931'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710160'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117483> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14117483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615293" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14117483'^^xsd:integer;
  dwc:scientificName 'Myxilla incrustans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615293'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615293'^^xsd:string;
  dwc:aphiaid '133882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14117483'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '169466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710150> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733018" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710150'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733018'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733018'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710150'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710187> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732851" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710187'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732851'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732851'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710187'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689769> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13689769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615138" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13689769'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615138'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615138'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13689769'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828693> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614093" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828693'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614093'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614093'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828693'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492198> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13492198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597577" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13492198'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597577'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597577'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13492198'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14433745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14433745> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14433745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14433745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14433745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14433745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596559" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14433745'^^xsd:integer;
  dwc:scientificName 'Sphacelaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596559'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596559'^^xsd:string;
  dwc:aphiaid '144272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14433745'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14353689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14353689> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14353689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14353689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14353689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14353689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596502" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14353689'^^xsd:integer;
  dwc:scientificName 'Prostheceraeus vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596502'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596502'^^xsd:string;
  dwc:aphiaid '142820'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14353689'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '142820'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743741> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13743741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596566" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13743741'^^xsd:integer;
  dwc:scientificName 'Dictyosiphon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596566'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596566'^^xsd:string;
  dwc:aphiaid '144067'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13743741'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144067'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216928> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14216928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596507" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14216928'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596507'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596507'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14216928'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567089> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567089> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567089>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615523" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567089'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615523'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615523'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567089'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567941> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567941> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567941>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615524" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567941'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615524'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615524'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567941'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13502382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13502382> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13502382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13502382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13502382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13502382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581223" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13502382'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581223'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581223'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13502382'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13943523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13943523> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13943523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13943523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13943523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13943523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581196" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13943523'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581196'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581196'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13943523'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678863> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678863> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678863>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13678863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581253" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13678863'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581253'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581253'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13678863'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13678212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13678212> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13678212> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13678212>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13678212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13678212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614687" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13678212'^^xsd:integer;
  dwc:scientificName 'Clavelina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614687'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614687'^^xsd:string;
  dwc:aphiaid '103453'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13678212'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103453'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675099> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13675099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595872" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13675099'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595872'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595872'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13675099'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13774290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13774290> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13774290> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13774290>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13774290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13774290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581631" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13774290'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581631'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581631'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13774290'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286783> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286783> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286783>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14286783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581615" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14286783'^^xsd:integer;
  dwc:scientificName 'Phyllophora crispa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581615'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581615'^^xsd:string;
  dwc:aphiaid '145660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14286783'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13554664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13554664> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13554664> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13554664>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13554664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13554664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581609" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13554664'^^xsd:integer;
  dwc:scientificName 'Bonnemaisonia asparagoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581609'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581609'^^xsd:string;
  dwc:aphiaid '144440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13554664'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311390> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311390> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311390>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14311390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579824" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14311390'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579824'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579824'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14311390'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603299> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13603299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752133" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13603299'^^xsd:integer;
  dwc:scientificName 'Capitellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752133'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752133'^^xsd:string;
  dwc:aphiaid '921'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13603299'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13864419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13864419> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13864419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13864419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13864419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13864419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752937" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13864419'^^xsd:integer;
  dwc:scientificName 'Glycera gigantea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752937'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752937'^^xsd:string;
  dwc:aphiaid '130122'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13864419'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '336908'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311394> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311394> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311394>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14311394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581287" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14311394'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581287'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581287'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14311394'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13554683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13554683> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13554683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13554683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13554683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13554683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596533" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13554683'^^xsd:integer;
  dwc:scientificName 'Bonnemaisonia asparagoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596533'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596533'^^xsd:string;
  dwc:aphiaid '144440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13554683'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567966> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615026" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567966'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615026'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615026'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567966'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288216> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14288216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596538" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14288216'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596538'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596538'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14288216'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535516> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14535516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607190" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14535516'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607190'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607190'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14535516'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621419> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621419> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621419>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13621419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579555" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13621419'^^xsd:integer;
  dwc:scientificName 'Cellaria fistulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579555'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579555'^^xsd:string;
  dwc:aphiaid '111257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13621419'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543362> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543362> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543362>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14543362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579553" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14543362'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579553'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579553'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14543362'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14138125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14138125> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14138125> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14138125>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14138125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14138125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609701" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14138125'^^xsd:integer;
  dwc:scientificName 'Neopentadactyla mixta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609701'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609701'^^xsd:string;
  dwc:aphiaid '124685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14138125'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '124685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14138120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14138120> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14138120> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14138120>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14138120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14138120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609437" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14138120'^^xsd:integer;
  dwc:scientificName 'Neopentadactyla mixta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609437'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609437'^^xsd:string;
  dwc:aphiaid '124685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14138120'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '124685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14138121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14138121> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14138121> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14138121>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14138121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14138121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609189" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14138121'^^xsd:integer;
  dwc:scientificName 'Neopentadactyla mixta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609189'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609189'^^xsd:string;
  dwc:aphiaid '124685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14138121'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '124685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14138119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14138119> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14138119> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14138119>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14138119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14138119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609516" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14138119'^^xsd:integer;
  dwc:scientificName 'Neopentadactyla mixta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609516'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609516'^^xsd:string;
  dwc:aphiaid '124685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14138119'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '124685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14138122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14138122> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14138122> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14138122>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14138122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14138122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609867" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14138122'^^xsd:integer;
  dwc:scientificName 'Neopentadactyla mixta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609867'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609867'^^xsd:string;
  dwc:aphiaid '124685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14138122'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '124685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14138114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14138114> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14138114> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14138114>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14138114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14138114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578659" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14138114'^^xsd:integer;
  dwc:scientificName 'Neopentadactyla mixta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578659'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40578659'^^xsd:string;
  dwc:aphiaid '124685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14138114'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '124685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329795> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14329795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14329795'^^xsd:integer;
  dwc:scientificName 'Polysiphonia fucoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581329'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581329'^^xsd:string;
  dwc:aphiaid '144639'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14329795'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '637672'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14261007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14261007> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14261007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14261007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14261007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14261007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580852" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14261007'^^xsd:integer;
  dwc:scientificName 'Perophora listeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580852'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580852'^^xsd:string;
  dwc:aphiaid '103759'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14261007'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103759'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14261011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14261011> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14261011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14261011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14261011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14261011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596309" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14261011'^^xsd:integer;
  dwc:scientificName 'Perophora listeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596309'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596309'^^xsd:string;
  dwc:aphiaid '103759'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14261011'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '103759'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14261008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14261008> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14261008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14261008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14261008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14261008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597040" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14261008'^^xsd:integer;
  dwc:scientificName 'Perophora listeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597040'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597040'^^xsd:string;
  dwc:aphiaid '103759'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14261008'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '103759'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943533> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943533> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943533>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13943533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579230" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13943533'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579230'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579230'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13943533'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917799> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917799> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917799>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13917799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581595" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13917799'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581595'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581595'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13917799'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312627> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312627> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312627>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14312627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578282" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14312627'^^xsd:integer;
  dwc:scientificName 'Polycera faeroensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578282'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578282'^^xsd:string;
  dwc:aphiaid '140834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14312627'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '140834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917809> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917809> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917809>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13917809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578293" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13917809'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578293'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578293'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13917809'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718179> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718179> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718179>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13718179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578310" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13718179'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578310'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578310'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13718179'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366761> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732847" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366761'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732847'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732847'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366761'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14543350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14543350> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14543350> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14543350>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14543350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14543350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581113" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14543350'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581113'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581113'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14543350'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13647625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13647625> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13647625> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13647625>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13647625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13647625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581112" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13647625'^^xsd:integer;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581112'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581112'^^xsd:string;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13647625'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348465> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14348465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733390" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14348465'^^xsd:integer;
  dwc:scientificName 'Portunidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733390'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733390'^^xsd:string;
  dwc:aphiaid '106763'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14348465'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '106763'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13987252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13987252> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13987252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13987252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13987252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13987252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614081" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13987252'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614081'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614081'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13987252'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567962> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615405" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567962'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615405'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615405'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567962'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13851983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13851983> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13851983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13851983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13851983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13851983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614598" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13851983'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614598'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614598'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13851983'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695004> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13695004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596543" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13695004'^^xsd:integer;
  dwc:scientificName 'Cordylecladia erecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596543'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596543'^^xsd:string;
  dwc:aphiaid '145847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13695004'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145847'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893815> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13893815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596696" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13893815'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596696'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596696'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13893815'^^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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580720> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13580720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596686" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13580720'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596686'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596686'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13580720'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14431160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14431160> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14431160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14431160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14431160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14431160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596689" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14431160'^^xsd:integer;
  dwc:scientificName 'Solea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596689'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596689'^^xsd:string;
  dwc:aphiaid '126132'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14431160'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '126132'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468592> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14468592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596005" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14468592'^^xsd:integer;
  dwc:scientificName 'Stypocaulon scoparium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596005'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596005'^^xsd:string;
  dwc:aphiaid '145907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14468592'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '182742'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893822> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13893822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596009" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13893822'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596009'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596009'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13893822'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13782424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13782424> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13782424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13782424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13782424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13782424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596675" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13782424'^^xsd:integer;
  dwc:scientificName 'Ensis arcuatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596675'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596675'^^xsd:string;
  dwc:aphiaid '140731'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13782424'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '160539'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943539> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943539> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943539>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13943539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577850" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13943539'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577850'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577850'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13943539'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678873> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678873> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678873>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13678873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577880" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13678873'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577880'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577880'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13678873'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732622> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13732622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615137" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13732622'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615137'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615137'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13732622'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243647> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14243647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615644" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14243647'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615644'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615644'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14243647'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517487> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13517487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581309" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13517487'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581309'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581309'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13517487'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517639> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607502" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517639'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607502'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607502'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517639'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517568> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609239" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517568'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609239'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609239'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517568'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517517> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13517517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596489" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13517517'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596489'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596489'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13517517'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13657612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13657612> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13657612> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13657612>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13657612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13657612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557027" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13657612'^^xsd:integer;
  dwc:scientificName 'Chromophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557027'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40557027'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13657612'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681925> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681925> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681925>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13681925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615795" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13681925'^^xsd:integer;
  dwc:scientificName 'Clavelinidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615795'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615795'^^xsd:string;
  dwc:aphiaid '103438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13681925'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '103438'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290903> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14290903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580835" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14290903'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580835'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580835'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14290903'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13744547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13744547> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13744547> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13744547>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13744547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13744547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13744547'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577816'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577816'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13744547'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13419576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13419576> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13419576> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13419576>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13419576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13419576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608955" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13419576'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608955'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608955'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13419576'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14427351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14427351> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14427351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14427351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14427351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14427351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14427351'^^xsd:integer;
  dwc:scientificName 'Sidnyum turbinatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580816'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580816'^^xsd:string;
  dwc:aphiaid '103684'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14427351'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103670'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744634> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744634> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744634>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13744634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608965" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13744634'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608965'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608965'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13744634'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13770262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13770262> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13770262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13770262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13770262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13770262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609352" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13770262'^^xsd:integer;
  dwc:scientificName 'Echinocardium cordatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609352'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609352'^^xsd:string;
  dwc:aphiaid '124392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13770262'^^xsd:string;
  dwc:observationDate '1999-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '124392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681932> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681932> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681932>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13681932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614531" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13681932'^^xsd:integer;
  dwc:scientificName 'Clavelinidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614531'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614531'^^xsd:string;
  dwc:aphiaid '103438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13681932'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '103438'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13782996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13782996> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13782996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13782996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13782996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13782996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596450" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13782996'^^xsd:integer;
  dwc:scientificName 'Ensis ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596450'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596450'^^xsd:string;
  dwc:aphiaid '140733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13782996'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '140733'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590457> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14590457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597623" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14590457'^^xsd:integer;
  dwc:scientificName 'Eurydice'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597623'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597623'^^xsd:string;
  dwc:aphiaid '118401'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14590457'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '118401'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590458> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14590458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597565" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14590458'^^xsd:integer;
  dwc:scientificName 'Eurydice'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597565'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597565'^^xsd:string;
  dwc:aphiaid '118401'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14590458'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '118401'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13737967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13737967> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13737967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13737967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13737967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13737967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596650" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13737967'^^xsd:integer;
  dwc:scientificName 'Desmarestia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596650'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596650'^^xsd:string;
  dwc:aphiaid '145310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13737967'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359650> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13359650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597050" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13359650'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597050'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597050'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13359650'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366754> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733457" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366754'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733457'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733457'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366754'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419539> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419539> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419539>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13419539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13419539'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581147'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581147'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13419539'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13562163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13562163> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13562163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13562163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13562163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13562163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401630" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13562163'^^xsd:integer;
  dwc:scientificName 'Bowerbankia citrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401630'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401630'^^xsd:string;
  dwc:aphiaid '111664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13562163'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '851584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621921> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597617" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621921'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597617'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597617'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621921'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621922> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733002" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621922'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733002'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733002'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621922'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589775> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14589775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732978" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14589775'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732978'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732978'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14589775'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14401441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14401441> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14401441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14401441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14401441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14401441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752305" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14401441'^^xsd:integer;
  dwc:scientificName 'Schistomeringos neglecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752305'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752305'^^xsd:string;
  dwc:aphiaid '130044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14401441'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '130044'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603298> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13603298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752311" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13603298'^^xsd:integer;
  dwc:scientificName 'Capitellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752311'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752311'^^xsd:string;
  dwc:aphiaid '921'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13603298'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14436643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14436643> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14436643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14436643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14436643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14436643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752612" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14436643'^^xsd:integer;
  dwc:scientificName 'Sphaerosyllis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752612'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752612'^^xsd:string;
  dwc:aphiaid '129677'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14436643'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13864420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13864420> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13864420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13864420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13864420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13864420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752990" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13864420'^^xsd:integer;
  dwc:scientificName 'Glycera gigantea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752990'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752990'^^xsd:string;
  dwc:aphiaid '130122'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13864420'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '336908'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13813919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13813919> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13813919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13813919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13813919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13813919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752901" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13813919'^^xsd:integer;
  dwc:scientificName 'Eunicidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752901'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752901'^^xsd:string;
  dwc:aphiaid '966'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13813919'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '966'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921224> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921224> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921224>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13921224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735345" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13921224'^^xsd:integer;
  dwc:scientificName 'Heterochaeta costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735345'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40735345'^^xsd:string;
  dwc:aphiaid '137554'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13921224'^^xsd:string;
  dwc:observationDate '1998-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '743898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13618912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13618912> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13618912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13618912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13618912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13618912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752450" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13618912'^^xsd:integer;
  dwc:scientificName 'Caulleriella alata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752450'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752450'^^xsd:string;
  dwc:aphiaid '129943'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13618912'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '129943'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14399591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14399591> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14399591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14399591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14399591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14399591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752806" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14399591'^^xsd:integer;
  dwc:scientificName 'Scalibregma inflatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752806'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752806'^^xsd:string;
  dwc:aphiaid '130980'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14399591'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '130980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713192> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13713192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596607" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13713192'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596607'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596607'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13713192'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981621> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981621> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981621>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13981621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609187" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13981621'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609187'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609187'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13981621'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14420801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14420801> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14420801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14420801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14420801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14420801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581324" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14420801'^^xsd:integer;
  dwc:scientificName 'Seirospora interrupta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581324'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581324'^^xsd:string;
  dwc:aphiaid '144697'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14420801'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144697'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594202> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13594202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615266" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13594202'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615266'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615266'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13594202'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13870820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13870820> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13870820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13870820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13870820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13870820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598212" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13870820'^^xsd:integer;
  dwc:scientificName 'Gobius paganellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598212'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598212'^^xsd:string;
  dwc:aphiaid '126893'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13870820'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '126893'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14216846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14216846> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14216846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14216846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14216846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14216846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598180" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14216846'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598180'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598180'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14216846'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13766507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13766507> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13766507> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13766507>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13766507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13766507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610199" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13766507'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610199'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610199'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13766507'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14478686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14478686> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14478686> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14478686>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14478686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14478686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579788" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14478686'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579788'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579788'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14478686'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14417958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14417958> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14417958> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14417958>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14417958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14417958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581005" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14417958'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581005'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581005'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14417958'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14460796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14460796> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14460796> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14460796>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14460796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14460796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609119" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14460796'^^xsd:integer;
  dwc:scientificName 'Stelligera stuposa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609119'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609119'^^xsd:string;
  dwc:aphiaid '134175'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14460796'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '134175'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562187> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13562187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581307" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13562187'^^xsd:integer;
  dwc:scientificName 'Bowerbankia citrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581307'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581307'^^xsd:string;
  dwc:aphiaid '111664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13562187'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '851584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13977177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13977177> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13977177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13977177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13977177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13977177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596654" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13977177'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596654'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596654'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13977177'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388199> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14388199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609633" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14388199'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609633'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609633'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14388199'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13655344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13655344> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13655344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13655344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13655344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13655344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598229" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13655344'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598229'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598229'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13655344'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14079574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14079574> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14079574> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14079574>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14079574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14079574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579049" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14079574'^^xsd:integer;
  dwc:scientificName 'Membranoptera alata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579049'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579049'^^xsd:string;
  dwc:aphiaid '144758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14079574'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144758'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14079580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14079580> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14079580> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14079580>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14079580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14079580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14079580'^^xsd:integer;
  dwc:scientificName 'Membranoptera alata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610262'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610262'^^xsd:string;
  dwc:aphiaid '144758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14079580'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '144758'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14288226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14288226> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14288226> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14288226>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14288226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14288226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609518" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14288226'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609518'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609518'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14288226'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392965> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392965> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392965>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14392965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578998" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14392965'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578998'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578998'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14392965'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489404> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489404> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489404>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14489404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610189" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14489404'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610189'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610189'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14489404'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14336225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14336225> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14336225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14336225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14336225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14336225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610272" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14336225'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610272'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610272'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14336225'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14303289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14303289> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14303289> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14303289>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14303289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14303289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580621" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14303289'^^xsd:integer;
  dwc:scientificName 'Pododesmus patelliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580621'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580621'^^xsd:string;
  dwc:aphiaid '138751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14303289'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '138751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190034> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14190034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609503" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14190034'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609503'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609503'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14190034'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564561> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13564561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597068" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13564561'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597068'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597068'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13564561'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190026> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14190026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609240" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14190026'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609240'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609240'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14190026'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190040> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190040> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190040>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14190040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556981" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14190040'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556981'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556981'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14190040'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564615> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564615> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564615>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13564615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609984" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13564615'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609984'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609984'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13564615'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564618> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564618> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564618>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13564618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609903" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13564618'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609903'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609903'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13564618'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190049> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190049> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190049>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14190049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609228" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14190049'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609228'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609228'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14190049'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14190064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14190064> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14190064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14190064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14190064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14190064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615590" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14190064'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615590'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615590'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14190064'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13501441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13501441> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13501441> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13501441>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13501441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13501441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615800" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13501441'^^xsd:integer;
  dwc:scientificName 'Ascidia conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615800'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615800'^^xsd:string;
  dwc:aphiaid '103702'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13501441'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '103702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492203> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13492203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597619" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13492203'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597619'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597619'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13492203'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975984> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:12975984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732879" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '12975984'^^xsd:integer;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732879'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732879'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:12975984'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012697> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14012697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596605" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14012697'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596605'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596605'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14012697'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14483517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14483517> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14483517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14483517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14483517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14483517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596597" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14483517'^^xsd:integer;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596597'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596597'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14483517'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655404> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13655404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614294" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13655404'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614294'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614294'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13655404'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388202> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388202> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388202>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14388202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610118" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14388202'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610118'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610118'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14388202'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886953> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886953> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886953>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13886953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615476" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13886953'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615476'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615476'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13886953'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729141> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729141> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729141>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13729141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557149" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13729141'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557149'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40557149'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13729141'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828576> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828576> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828576>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13828576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579776" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13828576'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579776'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579776'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13828576'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132858> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132858> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132858>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14132858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579754" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14132858'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579754'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579754'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14132858'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14521884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14521884> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14521884> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14521884>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14521884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14521884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580613" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14521884'^^xsd:integer;
  dwc:scientificName 'Tubulanus annulatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580613'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580613'^^xsd:string;
  dwc:aphiaid '122626'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14521884'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '122626'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A12455451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A12455451> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A12455451> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A12455451>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A12455451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:12455451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609461" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '12455451'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609461'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609461'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:12455451'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12455456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12455456> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12455456> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12455456>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12455456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:12455456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609952" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '12455456'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609952'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609952'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:12455456'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393042> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393042> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393042>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14393042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614523" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14393042'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614523'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614523'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14393042'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748914> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748914> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748914>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13748914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581694" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13748914'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581694'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581694'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13748914'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14005072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14005072> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14005072> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14005072>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14005072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14005072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581673" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14005072'^^xsd:integer;
  dwc:scientificName 'Leucosolenia complicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581673'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581673'^^xsd:string;
  dwc:aphiaid '132219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14005072'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523625> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523625> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523625>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14523625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614519" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14523625'^^xsd:integer;
  dwc:scientificName 'Tubularia indivisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614519'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614519'^^xsd:string;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14523625'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606611> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13606611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597601" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13606611'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597601'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597601'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13606611'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756121> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13756121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733463" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13756121'^^xsd:integer;
  dwc:scientificName 'Diptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733463'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733463'^^xsd:string;
  dwc:aphiaid '118088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13756121'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '118088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190057> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14190057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614103" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14190057'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614103'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614103'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14190057'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189980> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189980> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189980>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14189980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578886" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14189980'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578886'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578886'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14189980'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14512172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14512172> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14512172> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14512172>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14512172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14512172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581027" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14512172'^^xsd:integer;
  dwc:scientificName 'Trivia arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581027'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581027'^^xsd:string;
  dwc:aphiaid '141741'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14512172'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '141741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893829> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13893829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596655" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13893829'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596655'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596655'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13893829'^^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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580732> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13580732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596625" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13580732'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596625'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596625'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13580732'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13729120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13729120> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13729120> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13729120>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13729120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13729120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610261" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13729120'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610261'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610261'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13729120'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14173358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14173358> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14173358> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14173358>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14173358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14173358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609171" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14173358'^^xsd:integer;
  dwc:scientificName 'Obelia geniculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609171'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609171'^^xsd:string;
  dwc:aphiaid '117388'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14173358'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649927> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13649927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580872" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13649927'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580872'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580872'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13649927'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14322774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14322774> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14322774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14322774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14322774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14322774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14322774'^^xsd:integer;
  dwc:scientificName 'Polyides rotundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595900'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595900'^^xsd:string;
  dwc:aphiaid '145668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14322774'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145668'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14433673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14433673> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14433673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14433673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14433673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14433673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578577" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14433673'^^xsd:integer;
  dwc:scientificName 'Spermothamnion repens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578577'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578577'^^xsd:string;
  dwc:aphiaid '144702'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14433673'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558663> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13558663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596823" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13558663'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596823'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596823'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13558663'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638386> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13638386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596700" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13638386'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596700'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596700'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13638386'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13993930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13993930> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13993930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13993930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13993930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13993930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596848" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13993930'^^xsd:integer;
  dwc:scientificName 'Laurencia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596848'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596848'^^xsd:string;
  dwc:aphiaid '143914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13993930'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '143914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695008> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13695008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13695008'^^xsd:integer;
  dwc:scientificName 'Cordylecladia erecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596838'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596838'^^xsd:string;
  dwc:aphiaid '145847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13695008'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145847'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744586> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13744586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578585" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13744586'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578585'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578585'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13744586'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329641> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14329641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595961" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14329641'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595961'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595961'^^xsd:string;
  dwc:aphiaid '144629'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14329641'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '1346682'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13561932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13561932> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13561932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13561932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13561932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13561932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13561932'^^xsd:integer;
  dwc:scientificName 'Bowerbankia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596816'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596816'^^xsd:string;
  dwc:aphiaid '111023'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13561932'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '111022'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14601079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14601079> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14601079> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14601079>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14601079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14601079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581076" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14601079'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581076'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581076'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14601079'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724181> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13724181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580356" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13724181'^^xsd:integer;
  dwc:scientificName 'Cutleria multifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580356'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580356'^^xsd:string;
  dwc:aphiaid '145297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13724181'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145297'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943581> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13943581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596747" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13943581'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596747'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596747'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13943581'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896811> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13896811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13896811'^^xsd:integer;
  dwc:scientificName 'Halurus equisetifolius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579900'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579900'^^xsd:string;
  dwc:aphiaid '146345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13896811'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '146345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744564> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744564> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744564>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13744564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578316" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13744564'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578316'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578316'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13744564'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492179> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13492179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598037" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13492179'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598037'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598037'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13492179'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517508> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13517508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596137" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13517508'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596137'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596137'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13517508'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297573> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297573> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297573>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14297573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610022" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14297573'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610022'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610022'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14297573'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931480> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931480> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931480>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13931480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580618" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13931480'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580618'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580618'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13931480'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190036> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190036> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190036>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14190036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610074" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14190036'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610074'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610074'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14190036'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13736044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13736044> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13736044> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13736044>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13736044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13736044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579050" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13736044'^^xsd:integer;
  dwc:scientificName 'Desmarestia aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579050'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579050'^^xsd:string;
  dwc:aphiaid '145307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13736044'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826551> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13826551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607421" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13826551'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607421'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607421'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13826551'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13483253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13483253> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13483253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13483253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13483253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13483253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13483253'^^xsd:integer;
  dwc:scientificName 'Aplidium punctum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598203'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598203'^^xsd:string;
  dwc:aphiaid '103662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13483253'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '103662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460022> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13460022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579856" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13460022'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579856'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579856'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13460022'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13845017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13845017> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13845017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.115583 -4.776391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.115583"^^xsd:decimal ;
  dwc:decimalLongitude "-4.776391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13845017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.115583 -4.776391)"^^geo:wktLiteral ;
  geo-pos:lat "52.115583"^^xsd:decimal ;
  geo-pos:long "-4.776391"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13845017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13845017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752208" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13845017'^^xsd:integer;
  dwc:scientificName 'Gammaropsis nitida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752208'^^xsd:string;
  dwc:yearCollected '1998'^^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.776391'^^xsd:double;
  dwc:latitude '52.115583'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752208'^^xsd:string;
  dwc:aphiaid '102367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13845017'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '102367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13502408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13502408> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13502408> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13502408>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13502408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13502408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614109" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13502408'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614109'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614109'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13502408'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336283> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336283> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336283>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607354" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336283'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607354'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607354'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336283'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336317> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336317> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336317>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14336317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614637" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14336317'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614637'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^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-JNCCMNCR40614637'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14336317'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14363916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14363916> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14363916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14363916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14363916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14363916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579339" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14363916'^^xsd:integer;
  dwc:scientificName 'Pterothamnion plumula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579339'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579339'^^xsd:string;
  dwc:aphiaid '144683'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14363916'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144683'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13943604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13943604> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13943604> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13943604>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13943604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13943604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607484" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13943604'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607484'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607484'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13943604'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14324343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14324343> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14324343> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14324343>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14324343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14324343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614111" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14324343'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614111'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614111'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14324343'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13943609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13943609> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13943609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13943609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13943609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13943609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607457" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13943609'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607457'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607457'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13943609'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795528> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13795528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614307" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13795528'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614307'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614307'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13795528'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14379987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14379987> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14379987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14379987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14379987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14379987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596082" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14379987'^^xsd:integer;
  dwc:scientificName 'Rhodophyllis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596082'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596082'^^xsd:string;
  dwc:aphiaid '144149'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14379987'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144149'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710163> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733774" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710163'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733774'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733774'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710163'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13851960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13851960> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13851960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13851960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13851960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13851960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596511" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13851960'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596511'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596511'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13851960'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452585> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14452585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614594" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14452585'^^xsd:integer;
  dwc:scientificName 'Spirorbidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614594'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614594'^^xsd:string;
  dwc:aphiaid '1021266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14452585'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502396> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502396> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502396>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13502396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577881" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13502396'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577881'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577881'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13502396'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697100> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13697100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733768" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13697100'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733768'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733768'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13697100'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132873> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132873> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132873>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14132873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577848" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14132873'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577848'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577848'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14132873'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589758> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14589758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733389" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14589758'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733389'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733389'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14589758'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13458751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13458751> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13458751> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13458751>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13458751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13458751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581103" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13458751'^^xsd:integer;
  dwc:scientificName 'Anapagurus hyndmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581103'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581103'^^xsd:string;
  dwc:aphiaid '107217'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13458751'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '107217'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583923> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583923> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583923>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13583923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581110" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13583923'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581110'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581110'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13583923'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13766460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13766460> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13766460> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13766460>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13766460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13766460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581098" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13766460'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581098'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581098'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13766460'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14415083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14415083> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14415083> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14415083>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14415083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14415083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581117" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14415083'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria scrupea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581117'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581117'^^xsd:string;
  dwc:aphiaid '111249'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14415083'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '111249'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14546607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14546607> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14546607> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14546607>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14546607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14546607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581109" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14546607'^^xsd:integer;
  dwc:scientificName 'Xantho incisus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581109'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581109'^^xsd:string;
  dwc:aphiaid '148461'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14546607'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '444382'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14416158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14416158> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14416158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14416158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14416158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14416158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596112" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14416158'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596112'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596112'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14416158'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756619> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756619> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756619>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13756619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614137" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13756619'^^xsd:integer;
  dwc:scientificName 'Distomus variolosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614137'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614137'^^xsd:string;
  dwc:aphiaid '103890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13756619'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '103890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535520> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535520> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535520>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14535520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607157" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14535520'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607157'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40607157'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14535520'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535390> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535390> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535390>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14535390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578324" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14535390'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578324'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578324'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14535390'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050947> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733188" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050947'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733188'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733188'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050947'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012695> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14012695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596103" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14012695'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596103'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596103'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14012695'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419548> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419548> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419548>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13419548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578285" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13419548'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578285'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578285'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13419548'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13351253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13351253> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13351253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13351253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13351253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13351253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611408" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13351253'^^xsd:integer;
  dwc:scientificName 'Thoracica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611408'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611408'^^xsd:string;
  dwc:aphiaid '1107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13351253'^^xsd:string;
  dwc:observationDate '2000-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '1107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '80'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13485226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13485226> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13485226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13485226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13485226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13485226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401749" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13485226'^^xsd:integer;
  dwc:scientificName 'Apoglossum ruscifolium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401749'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401749'^^xsd:string;
  dwc:aphiaid '144737'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13485226'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '144737'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621952> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732980" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621952'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732980'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732980'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621952'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350338> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13350338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597887" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13350338'^^xsd:integer;
  dwc:scientificName 'Spionida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597887'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597887'^^xsd:string;
  dwc:aphiaid '889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13350338'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '889'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350337> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13350337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598046" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13350337'^^xsd:integer;
  dwc:scientificName 'Spionida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598046'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598046'^^xsd:string;
  dwc:aphiaid '889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13350337'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '889'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13412863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13412863> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13412863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.304741"^^xsd:decimal ;
  dwc:decimalLongitude "-4.34813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13412863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  geo-pos:lat "52.304741"^^xsd:decimal ;
  geo-pos:long "-4.34813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13412863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13412863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752842" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13412863'^^xsd:integer;
  dwc:scientificName 'Aglaophamus rubella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752842'^^xsd:string;
  dwc:yearCollected '1998'^^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.34813'^^xsd:double;
  dwc:latitude '52.304741'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752842'^^xsd:string;
  dwc:aphiaid '130345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13412863'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '130343'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14336188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14336188> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14336188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14336188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14336188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14336188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752229" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14336188'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752229'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752229'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14336188'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13961960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13961960> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13961960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13961960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13961960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13961960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752444" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13961960'^^xsd:integer;
  dwc:scientificName 'Kefersteinia cirrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752444'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752444'^^xsd:string;
  dwc:aphiaid '130164'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13961960'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '336123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493293> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14493293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752458" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14493293'^^xsd:integer;
  dwc:scientificName 'Thracia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752458'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752458'^^xsd:string;
  dwc:aphiaid '138549'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14493293'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '138549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866059> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13866059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752443" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13866059'^^xsd:integer;
  dwc:scientificName 'Glycera lapidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752443'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752443'^^xsd:string;
  dwc:aphiaid '155036'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13866059'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14194805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14194805> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14194805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14194805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14194805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14194805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752456" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14194805'^^xsd:integer;
  dwc:scientificName 'Ophiura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752456'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752456'^^xsd:string;
  dwc:aphiaid '123574'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14194805'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '123574'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13632838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13632838> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13632838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13632838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13632838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13632838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611482" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13632838'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611482'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611482'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13632838'^^xsd:string;
  dwc:observationDate '2000-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13632842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13632842> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13632842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13632842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13632842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13632842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614278" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13632842'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614278'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614278'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13632842'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324312> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324312> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324312>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14324312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578253" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14324312'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578253'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578253'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14324312'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13939712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13939712> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13939712> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13939712>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13939712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13939712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581141" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13939712'^^xsd:integer;
  dwc:scientificName 'Hyas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581141'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581141'^^xsd:string;
  dwc:aphiaid '106903'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13939712'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106903'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13535511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13535511> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13535511> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13535511>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13535511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13535511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578256" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13535511'^^xsd:integer;
  dwc:scientificName 'Axinella dissimilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578256'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578256'^^xsd:string;
  dwc:aphiaid '132473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13535511'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120724> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120724> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120724>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14120724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578279" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14120724'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578279'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578279'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14120724'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13483259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13483259> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13483259> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13483259>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13483259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13483259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578297" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13483259'^^xsd:integer;
  dwc:scientificName 'Aplidium punctum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578297'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578297'^^xsd:string;
  dwc:aphiaid '103662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13483259'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13891649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13891649> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13891649> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13891649>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13891649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13891649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578264" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13891649'^^xsd:integer;
  dwc:scientificName 'Haliclona oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578264'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578264'^^xsd:string;
  dwc:aphiaid '236327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13891649'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132833'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13577627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13577627> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13577627> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13577627>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13577627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13577627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578291" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13577627'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578291'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578291'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13577627'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748913> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748913> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748913>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13748913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578298" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13748913'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578298'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578298'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13748913'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13567938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13567938> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13567938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13567938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13567938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13567938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609837" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13567938'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609837'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609837'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13567938'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13721371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13721371> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13721371> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13721371>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13721371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13721371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610214" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13721371'^^xsd:integer;
  dwc:scientificName 'Ctenolabrus rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610214'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610214'^^xsd:string;
  dwc:aphiaid '126964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13721371'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '126964'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13501057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13501057> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13501057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13501057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13501057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13501057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596476" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13501057'^^xsd:integer;
  dwc:scientificName 'Arthrocladia villosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596476'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596476'^^xsd:string;
  dwc:aphiaid '145306'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13501057'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145306'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13533428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13533428> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13533428> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13533428>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13533428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13533428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578881" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13533428'^^xsd:integer;
  dwc:scientificName 'Aureliania heterocera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578881'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578881'^^xsd:string;
  dwc:aphiaid '100866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13533428'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '410805'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517552> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13517552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610276" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13517552'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610276'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610276'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13517552'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13501053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13501053> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13501053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13501053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13501053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13501053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580889" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13501053'^^xsd:integer;
  dwc:scientificName 'Arthrocladia villosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580889'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580889'^^xsd:string;
  dwc:aphiaid '145306'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13501053'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145306'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13501055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13501055> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13501055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13501055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13501055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13501055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581334" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13501055'^^xsd:integer;
  dwc:scientificName 'Arthrocladia villosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581334'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581334'^^xsd:string;
  dwc:aphiaid '145306'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13501055'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145306'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423746> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423746> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423746>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14423746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580611" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14423746'^^xsd:integer;
  dwc:scientificName 'Sertularella gayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580611'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580611'^^xsd:string;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14423746'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710199> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597695" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710199'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597695'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597695'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710199'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13389446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13389446> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13389446> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13389446>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13389446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13389446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578994" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13389446'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578994'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578994'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13389446'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13389447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13389447> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13389447> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13389447>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13389447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13389447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581178" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13389447'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581178'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581178'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13389447'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14135897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14135897> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14135897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14135897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14135897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14135897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557111" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14135897'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557111'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557111'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14135897'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14311363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14311363> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14311363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14311363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14311363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14311363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598206" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14311363'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598206'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598206'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14311363'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216936> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216936> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216936>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14216936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14216936'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608914'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608914'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14216936'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14216947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14216947> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14216947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14216947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14216947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14216947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609754" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14216947'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609754'^^xsd:string;
  dwc:yearCollected '1999'^^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.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609754'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14216947'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14128047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14128047> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14128047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14128047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14128047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14128047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733718" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14128047'^^xsd:integer;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733718'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733718'^^xsd:string;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14128047'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13780950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13780950> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13780950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13780950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13780950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13780950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581306" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13780950'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581306'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581306'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13780950'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13539222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13539222> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13539222> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13539222>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13539222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13539222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609220" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13539222'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609220'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609220'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13539222'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13562199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13562199> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13562199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13562199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13562199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13562199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609756" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13562199'^^xsd:integer;
  dwc:scientificName 'Bowerbankia citrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609756'^^xsd:string;
  dwc:yearCollected '1999'^^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.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609756'^^xsd:string;
  dwc:aphiaid '111664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13562199'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '851584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13751234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13751234> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13751234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13751234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13751234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13751234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596960" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13751234'^^xsd:integer;
  dwc:scientificName 'Diodora graeca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596960'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596960'^^xsd:string;
  dwc:aphiaid '139951'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13751234'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '139951'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562196> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13562196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596609" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13562196'^^xsd:integer;
  dwc:scientificName 'Bowerbankia citrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596609'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596609'^^xsd:string;
  dwc:aphiaid '111664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13562196'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '851584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216937> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216937> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216937>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14216937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609673" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14216937'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609673'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609673'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14216937'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13760934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13760934> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13760934> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13760934>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13760934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13760934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614833" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13760934'^^xsd:integer;
  dwc:scientificName 'Doto coronata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614833'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614833'^^xsd:string;
  dwc:aphiaid '139631'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13760934'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '139631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594184> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594184> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594184>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13594184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609399" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13594184'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609399'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609399'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13594184'^^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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14096784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14096784> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14096784> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14096784>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14096784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14096784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577792" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14096784'^^xsd:integer;
  dwc:scientificName 'Musculus discors'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577792'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577792'^^xsd:string;
  dwc:aphiaid '140472'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14096784'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '140472'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243639> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14243639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614971" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14243639'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614971'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614971'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14243639'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13502383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13502383> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13502383> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13502383>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13502383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13502383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579025" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13502383'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579025'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40579025'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13502383'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13943524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13943524> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13943524> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13943524>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13943524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13943524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578995" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13943524'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578995'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578995'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13943524'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13943525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13943525> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13943525> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13943525>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13943525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13943525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581179" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13943525'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581179'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581179'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13943525'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458369> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:12458369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580844" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '12458369'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580844'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580844'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:12458369'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795531> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13795531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607631" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13795531'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607631'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607631'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13795531'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908307> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13908307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597697" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13908307'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597697'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597697'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13908307'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908308> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13908308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598040" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13908308'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598040'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598040'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13908308'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908309> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13908309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13908309'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733862'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733862'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13908309'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216901> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14216901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581299" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14216901'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581299'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581299'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14216901'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216934> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216934> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216934>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14216934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609378" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14216934'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609378'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609378'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14216934'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710200> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733307" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710200'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733307'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733307'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710200'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774312> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774312> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774312>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13774312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608964" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13774312'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608964'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608964'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13774312'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851971> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851971> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851971>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13851971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608954" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13851971'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608954'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608954'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13851971'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13620726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13620726> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13620726> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13620726>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13620726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13620726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610209" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13620726'^^xsd:integer;
  dwc:scientificName 'Cellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610209'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610209'^^xsd:string;
  dwc:aphiaid '110869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13620726'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '110869'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13882471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13882471> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13882471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13882471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13882471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13882471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598217" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13882471'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598217'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598217'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13882471'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13841226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13841226> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13841226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13841226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13841226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13841226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598182" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13841226'^^xsd:integer;
  dwc:scientificName 'Galathea nexa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598182'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598182'^^xsd:string;
  dwc:aphiaid '107152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13841226'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '107152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882521> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882521> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882521>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13882521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609982" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13882521'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609982'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609982'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13882521'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649227> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13649227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597069" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13649227'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597069'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597069'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13649227'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257989> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14257989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14257989'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609834'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609834'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14257989'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14492422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14492422> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14492422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14492422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14492422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14492422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615362" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14492422'^^xsd:integer;
  dwc:scientificName 'Thorogobius ephippiatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615362'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615362'^^xsd:string;
  dwc:aphiaid '126937'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14492422'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '126937'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798780> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13798780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733455" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13798780'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733455'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733455'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13798780'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798783> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13798783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733888" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13798783'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733888'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733888'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13798783'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798784> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13798784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733655" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13798784'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733655'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733655'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13798784'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13845018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13845018> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13845018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13845018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13845018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13845018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752080" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13845018'^^xsd:integer;
  dwc:scientificName 'Gammaropsis nitida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752080'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752080'^^xsd:string;
  dwc:aphiaid '102367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13845018'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '102367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424595> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13424595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607675" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13424595'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607675'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607675'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13424595'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13721376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13721376> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13721376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13721376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13721376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13721376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607685" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13721376'^^xsd:integer;
  dwc:scientificName 'Ctenolabrus rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607685'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607685'^^xsd:string;
  dwc:aphiaid '126964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13721376'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '126964'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424600> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424600> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424600>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13424600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614026" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13424600'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614026'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614026'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13424600'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14371852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14371852> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14371852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14371852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14371852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14371852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614141" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14371852'^^xsd:integer;
  dwc:scientificName 'Raspailia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614141'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614141'^^xsd:string;
  dwc:aphiaid '131888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14371852'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '131888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336287> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336287> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336287>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613856" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336287'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613856'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613856'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336287'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795530> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795530> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795530>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13795530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607424" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13795530'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607424'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607424'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13795530'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594194> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594194> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594194>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13594194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614773" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13594194'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614773'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614773'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13594194'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13502407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13502407> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13502407> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13502407>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13502407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13502407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607181" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13502407'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607181'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607181'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13502407'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949175> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13949175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585182" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13949175'^^xsd:integer;
  dwc:scientificName 'Hypoglossum hypoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585182'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585182'^^xsd:string;
  dwc:aphiaid '144756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13949175'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13774324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13774324> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13774324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13774324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13774324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13774324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614382" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13774324'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614382'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614382'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13774324'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13334161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13334161> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13334161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13334161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13334161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13334161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613961" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13334161'^^xsd:integer;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613961'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613961'^^xsd:string;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13334161'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389492> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13389492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614168" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13389492'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614168'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614168'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13389492'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14135904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14135904> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14135904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14135904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14135904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14135904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607290" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14135904'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607290'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607290'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14135904'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413017> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13413017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596373" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13413017'^^xsd:integer;
  dwc:scientificName 'Aglaophenia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596373'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596373'^^xsd:string;
  dwc:aphiaid '116999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13413017'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '116999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389498> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13389498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607674" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13389498'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607674'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607674'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13389498'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13774328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13774328> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13774328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13774328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13774328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13774328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614259" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13774328'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614259'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614259'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13774328'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366493> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597664" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366493'^^xsd:integer;
  dwc:scientificName 'Pygospio'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597664'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597664'^^xsd:string;
  dwc:aphiaid '129622'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366493'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '129622'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13795524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13795524> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13795524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13795524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13795524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13795524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611390" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13795524'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611390'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611390'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13795524'^^xsd:string;
  dwc:observationDate '2000-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A2369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A2369> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A2369> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A2369>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A2369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:2369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613863" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '2369'^^xsd:integer;
  dwc:scientificName 'Diatoms - film'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613863'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40613863'^^xsd:string;
  dwc:aphiaid '148898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:2369'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '148898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795529> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13795529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607465" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13795529'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607465'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607465'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13795529'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366731> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732926" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366731'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732926'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732926'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366731'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366765> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733448" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366765'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733448'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733448'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366765'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621850> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733411" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621850'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733411'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733411'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621850'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655406> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13655406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607573" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13655406'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607573'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607573'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13655406'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458752> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458752> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458752>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13458752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581237" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13458752'^^xsd:integer;
  dwc:scientificName 'Anapagurus hyndmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581237'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581237'^^xsd:string;
  dwc:aphiaid '107217'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13458752'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '107217'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583917> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13583917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581209" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13583917'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581209'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581209'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13583917'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13756602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13756602> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13756602> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13756602>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13756602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13756602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580231" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13756602'^^xsd:integer;
  dwc:scientificName 'Distomus variolosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580231'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580231'^^xsd:string;
  dwc:aphiaid '103890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13756602'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535394> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535394> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535394>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14535394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580218" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14535394'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580218'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580218'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14535394'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535502> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535502> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535502>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14535502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613988" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14535502'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613988'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613988'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14535502'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458372> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:12458372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596069" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '12458372'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596069'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596069'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:12458372'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13385399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13385399> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13385399> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13385399>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13385399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13385399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577844" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13385399'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577844'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577844'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13385399'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14517366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14517366> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14517366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14517366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14517366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14517366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733387" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14517366'^^xsd:integer;
  dwc:scientificName 'Tubificoides benedii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733387'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733387'^^xsd:string;
  dwc:aphiaid '137571'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14517366'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '137571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117474> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14117474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615651" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14117474'^^xsd:integer;
  dwc:scientificName 'Myxilla incrustans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615651'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615651'^^xsd:string;
  dwc:aphiaid '133882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14117474'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '169466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346963> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14346963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615652" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14346963'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615652'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615652'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14346963'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346958> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346958> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346958>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14346958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615517" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14346958'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615517'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615517'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14346958'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614179> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614179> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614179>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13614179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615521" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13614179'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615521'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615521'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13614179'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539203> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539203> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539203>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13539203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577858" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13539203'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577858'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577858'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13539203'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392976> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392976> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392976>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14392976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581233" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14392976'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581233'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581233'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14392976'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535380> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535380> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535380>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14535380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579150" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14535380'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579150'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579150'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14535380'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14016991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14016991> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14016991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14016991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14016991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14016991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614717" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14016991'^^xsd:integer;
  dwc:scientificName 'Lipophrys pholis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614717'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614717'^^xsd:string;
  dwc:aphiaid '126768'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14016991'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '126768'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14601113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14601113> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14601113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14601113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14601113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14601113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615402" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14601113'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615402'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615402'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14601113'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336326> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14336326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615022" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14336326'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615022'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615022'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14336326'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943573> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13943573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596060" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13943573'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596060'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596060'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13943573'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535370> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535370> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535370>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14535370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596254" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14535370'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596254'^^xsd:string;
  dwc:yearCollected '1998'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596254'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14535370'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424450> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424450> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424450>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13424450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579960" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13424450'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579960'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579960'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13424450'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718175> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718175> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718175>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13718175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581171" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13718175'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581171'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581171'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13718175'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917804> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917804> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917804>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13917804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581152" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13917804'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581152'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581152'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13917804'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14513286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14513286> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14513286> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14513286>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14513286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14513286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581144" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14513286'^^xsd:integer;
  dwc:scientificName 'Trivia monacha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581144'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581144'^^xsd:string;
  dwc:aphiaid '141744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14513286'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '141744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460111> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460111> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460111>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14460111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579806" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14460111'^^xsd:integer;
  dwc:scientificName 'Stelligera rigida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579806'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579806'^^xsd:string;
  dwc:aphiaid '134174'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14460111'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1424275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607447> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607447> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607447>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14607447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579983" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14607447'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579983'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579983'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14607447'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14079573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14079573> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14079573> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14079573>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14079573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14079573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14079573'^^xsd:integer;
  dwc:scientificName 'Membranoptera alata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578868'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578868'^^xsd:string;
  dwc:aphiaid '144758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14079573'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144758'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197571> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197571> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197571>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14197571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14197571'^^xsd:integer;
  dwc:scientificName 'Ophiura albida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579820'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579820'^^xsd:string;
  dwc:aphiaid '124913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14197571'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13914471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13914471> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13914471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13914471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13914471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13914471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611406" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13914471'^^xsd:integer;
  dwc:scientificName 'Hemimycale columella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611406'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611406'^^xsd:string;
  dwc:aphiaid '133543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13914471'^^xsd:string;
  dwc:observationDate '2000-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '133543'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A12458340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A12458340> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A12458340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A12458340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A12458340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:12458340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401729" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '12458340'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401729'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401729'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:12458340'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13570563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13570563> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13570563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13570563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13570563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13570563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607252" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13570563'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607252'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607252'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13570563'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13570501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13570501> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13570501> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13570501>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13570501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:13570501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605103" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '13570501'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605103'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605103'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:13570501'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14128053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14128053> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14128053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14128053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14128053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14128053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752606" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14128053'^^xsd:integer;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752606'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752606'^^xsd:string;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14128053'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164338> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14164338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752451" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14164338'^^xsd:integer;
  dwc:scientificName 'Notomastus latericeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752451'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752451'^^xsd:string;
  dwc:aphiaid '129898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14164338'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '129898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14128055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14128055> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14128055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14128055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14128055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14128055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752454" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14128055'^^xsd:integer;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752454'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752454'^^xsd:string;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14128055'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091189> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14091189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752956" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14091189'^^xsd:integer;
  dwc:scientificName 'Moerella donacina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752956'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752956'^^xsd:string;
  dwc:aphiaid '147021'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14091189'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '147021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14209934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14209934> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14209934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14209934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14209934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14209934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752052" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14209934'^^xsd:integer;
  dwc:scientificName 'Owenia fusiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752052'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752052'^^xsd:string;
  dwc:aphiaid '130544'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14209934'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '130544'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776576> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13776576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752398" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13776576'^^xsd:integer;
  dwc:scientificName 'Ehlersia cornuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752398'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752398'^^xsd:string;
  dwc:aphiaid '131286'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13776576'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '157583'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13392065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13392065> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13392065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13392065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13392065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13392065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752982" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13392065'^^xsd:integer;
  dwc:scientificName 'Abra alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752982'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752982'^^xsd:string;
  dwc:aphiaid '141433'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13392065'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '141433'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14532944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14532944> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14532944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14532944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14532944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14532944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752983" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14532944'^^xsd:integer;
  dwc:scientificName 'Urothoe elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752983'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752983'^^xsd:string;
  dwc:aphiaid '103228'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14532944'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '103228'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603308> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13603308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13603308'^^xsd:integer;
  dwc:scientificName 'Capitellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752255'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752255'^^xsd:string;
  dwc:aphiaid '921'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13603308'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13567926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13567926> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13567926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13567926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13567926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13567926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401731" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13567926'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401731'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401731'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13567926'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13567927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13567927> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13567927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13567927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13567927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13567927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401922" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13567927'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401922'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401922'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13567927'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14525760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14525760> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14525760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.304741"^^xsd:decimal ;
  dwc:decimalLongitude "-4.34813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14525760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  geo-pos:lat "52.304741"^^xsd:decimal ;
  geo-pos:long "-4.34813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14525760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14525760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752294" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14525760'^^xsd:integer;
  dwc:scientificName 'Tunicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752294'^^xsd:string;
  dwc:yearCollected '1998'^^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.34813'^^xsd:double;
  dwc:latitude '52.304741'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752294'^^xsd:string;
  dwc:aphiaid '146420'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14525760'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '146420'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '40'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13529589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13529589> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13529589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13529589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13529589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13529589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752056" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13529589'^^xsd:integer;
  dwc:scientificName 'Atylus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752056'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752056'^^xsd:string;
  dwc:aphiaid '101497'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13529589'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '101497'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576562> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576562> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576562>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13576562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581150" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13576562'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581150'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581150'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13576562'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576557> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576557> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576557>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13576557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581594" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13576557'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581594'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581594'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13576557'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576568> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576568> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576568>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13576568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579976" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13576568'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579976'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579976'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13576568'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576564> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576564> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576564>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13576564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578290" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13576564'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578290'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578290'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13576564'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13840051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13840051> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13840051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13840051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13840051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13840051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732463" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13840051'^^xsd:integer;
  dwc:scientificName 'Galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732463'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732463'^^xsd:string;
  dwc:aphiaid '106834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13840051'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13583950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13583950> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13583950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13583950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13583950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13583950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732441" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13583950'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732441'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732441'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13583950'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046644> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14046644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40751987" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14046644'^^xsd:integer;
  dwc:scientificName 'Lumbrineris gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40751987'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40751987'^^xsd:string;
  dwc:aphiaid '130244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14046644'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '607402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776570> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13776570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752941" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13776570'^^xsd:integer;
  dwc:scientificName 'Ehlersia cornuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752941'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752941'^^xsd:string;
  dwc:aphiaid '131286'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13776570'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '157583'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603296> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13603296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752947" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13603296'^^xsd:integer;
  dwc:scientificName 'Capitellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752947'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752947'^^xsd:string;
  dwc:aphiaid '921'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13603296'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603306> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13603306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752405" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13603306'^^xsd:integer;
  dwc:scientificName 'Capitellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752405'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752405'^^xsd:string;
  dwc:aphiaid '921'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13603306'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14262411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14262411> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14262411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14262411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14262411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14262411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752416" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14262411'^^xsd:integer;
  dwc:scientificName 'Phascolion strombus subsp. strombus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752416'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752416'^^xsd:string;
  dwc:aphiaid '416714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14262411'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '410749'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14083569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14083569> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14083569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14083569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14083569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14083569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752808" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14083569'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752808'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752808'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14083569'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700749> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13700749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752231" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13700749'^^xsd:integer;
  dwc:scientificName 'Corymorpha nutans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752231'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752231'^^xsd:string;
  dwc:aphiaid '117452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13700749'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '117452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700748> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13700748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752772" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13700748'^^xsd:integer;
  dwc:scientificName 'Corymorpha nutans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752772'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752772'^^xsd:string;
  dwc:aphiaid '117452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13700748'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '117452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13618913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13618913> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13618913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13618913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13618913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13618913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752787" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13618913'^^xsd:integer;
  dwc:scientificName 'Caulleriella alata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752787'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752787'^^xsd:string;
  dwc:aphiaid '129943'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13618913'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129943'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445086> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14445086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752539" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14445086'^^xsd:integer;
  dwc:scientificName 'Spionidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752539'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752539'^^xsd:string;
  dwc:aphiaid '913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14445086'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908328> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908328> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908328>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13908328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557040" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13908328'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557040'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40557040'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13908328'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908329> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908329> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908329>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13908329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729070" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13908329'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729070'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40729070'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13908329'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908330> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908330> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908330>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13908330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611416" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13908330'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611416'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40611416'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13908330'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908331> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908331> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908331>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13908331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40751789" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13908331'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40751789'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40751789'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13908331'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580749> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13580749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607193" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13580749'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607193'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607193'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13580749'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13953227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13953227> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13953227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13953227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13953227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13953227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607414" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13953227'^^xsd:integer;
  dwc:scientificName 'Inachus phalangium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607414'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607414'^^xsd:string;
  dwc:aphiaid '107333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13953227'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '107333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732626> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13732626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615116" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13732626'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615116'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615116'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13732626'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606631> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13606631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597597" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13606631'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597597'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597597'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13606631'^^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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917841> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13917841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607463" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13917841'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607463'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607463'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13917841'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14325293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14325293> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14325293> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14325293>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14325293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14325293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14325293'^^xsd:integer;
  dwc:scientificName 'Polymastia mammillaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607262'^^xsd:string;
  dwc:yearCollected '1997'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607262'^^xsd:string;
  dwc:aphiaid '150221'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14325293'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '134204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492256> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597596" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492256'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597596'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597596'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492256'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489432> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489432> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489432>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14489432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613895" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14489432'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613895'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613895'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14489432'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13505610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13505610> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13505610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65776 -4.662763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.65776"^^xsd:decimal ;
  dwc:decimalLongitude "-4.662763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13505610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65776 -4.662763)"^^geo:wktLiteral ;
  geo-pos:lat "52.65776"^^xsd:decimal ;
  geo-pos:long "-4.662763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13505610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13505610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613974" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13505610'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613974'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.662763'^^xsd:double;
  dwc:latitude '52.65776'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613974'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13505610'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13505612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13505612> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13505612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13505612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13505612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13505612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614180" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13505612'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614180'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614180'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13505612'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13621425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13621425> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13621425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13621425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13621425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13621425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607301" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13621425'^^xsd:integer;
  dwc:scientificName 'Cellaria fistulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607301'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607301'^^xsd:string;
  dwc:aphiaid '111257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13621425'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '111257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359685> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13359685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607310" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13359685'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607310'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607310'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13359685'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336281> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65776 -4.662763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.65776"^^xsd:decimal ;
  dwc:decimalLongitude "-4.662763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65776 -4.662763)"^^geo:wktLiteral ;
  geo-pos:lat "52.65776"^^xsd:decimal ;
  geo-pos:long "-4.662763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614034" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336281'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614034'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.662763'^^xsd:double;
  dwc:latitude '52.65776'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614034'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336281'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14283075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14283075> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14283075> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14283075>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14283075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14283075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607531" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14283075'^^xsd:integer;
  dwc:scientificName 'Phycodrys rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607531'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607531'^^xsd:string;
  dwc:aphiaid '144773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14283075'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '144773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13505591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13505591> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13505591> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13505591>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13505591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13505591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578299" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13505591'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578299'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578299'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13505591'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621412> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621412> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621412>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13621412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578288" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13621412'^^xsd:integer;
  dwc:scientificName 'Cellaria fistulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578288'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578288'^^xsd:string;
  dwc:aphiaid '111257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13621412'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13413627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13413627> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13413627> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13413627>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13413627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13413627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578266" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13413627'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578266'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578266'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13413627'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13749835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13749835> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13749835> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13749835>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13749835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13749835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614212" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13749835'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614212'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614212'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13749835'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243641> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14243641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614714" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14243641'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614714'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614714'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14243641'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404275> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13404275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615100" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13404275'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615100'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615100'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13404275'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462048> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13462048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732769" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13462048'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732769'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732769'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13462048'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13570544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13570544> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13570544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13570544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13570544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13570544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596513" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13570544'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596513'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596513'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13570544'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827032> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827032> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827032>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13827032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615037" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13827032'^^xsd:integer;
  dwc:scientificName 'Filograna implexa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615037'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615037'^^xsd:string;
  dwc:aphiaid '130989'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13827032'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '130989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535530> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535530> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535530>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14535530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615032" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14535530'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615032'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615032'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14535530'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13724192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13724192> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13724192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13724192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13724192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13724192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596558" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13724192'^^xsd:integer;
  dwc:scientificName 'Cutleria multifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596558'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596558'^^xsd:string;
  dwc:aphiaid '145297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13724192'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145297'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621889> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733453" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621889'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733453'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733453'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621889'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311378> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311378> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311378>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14311378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578852" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14311378'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578852'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578852'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14311378'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336160> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336160> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336160>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14336160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579545" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14336160'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579545'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579545'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14336160'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14261012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14261012> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14261012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14261012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14261012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14261012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596620" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14261012'^^xsd:integer;
  dwc:scientificName 'Perophora listeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596620'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596620'^^xsd:string;
  dwc:aphiaid '103759'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14261012'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '103759'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216945> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216945> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216945>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14216945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609806" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14216945'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609806'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609806'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14216945'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13939965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13939965> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13939965> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13939965>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13939965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13939965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579765" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13939965'^^xsd:integer;
  dwc:scientificName 'Hyas araneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579765'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579765'^^xsd:string;
  dwc:aphiaid '107322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13939965'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '107322'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216930> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14216930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596448" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14216930'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596448'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596448'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14216930'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216943> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216943> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216943>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14216943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610027" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14216943'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610027'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610027'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14216943'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14593538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14593538> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14593538> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14593538>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14593538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14593538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609610" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14593538'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609610'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609610'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14593538'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14593540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14593540> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14593540> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14593540>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14593540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14593540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556979" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14593540'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556979'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556979'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14593540'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117473> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14117473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615570" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14117473'^^xsd:integer;
  dwc:scientificName 'Myxilla incrustans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615570'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615570'^^xsd:string;
  dwc:aphiaid '133882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14117473'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '169466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13385418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13385418> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13385418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13385418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13385418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13385418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615561" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13385418'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615561'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615561'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13385418'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718218> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718218> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718218>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13718218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610260" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13718218'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610260'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610260'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13718218'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311367> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311367> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311367>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14311367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579026" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14311367'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579026'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40579026'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14311367'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13749814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13749814> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13749814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13749814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13749814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13749814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610089" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13749814'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610089'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610089'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13749814'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14096791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14096791> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14096791> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14096791>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14096791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14096791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581690" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14096791'^^xsd:integer;
  dwc:scientificName 'Musculus discors'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581690'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581690'^^xsd:string;
  dwc:aphiaid '140472'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14096791'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '140472'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743198> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743198> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743198>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13743198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581703" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13743198'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581703'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581703'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13743198'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795481> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795481> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795481>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13795481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581679" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13795481'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581679'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581679'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13795481'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417967> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417967> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417967>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14417967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581674" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14417967'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581674'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581674'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14417967'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13703439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13703439> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13703439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13703439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13703439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13703439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597031" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13703439'^^xsd:integer;
  dwc:scientificName 'Coryphella lineata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597031'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597031'^^xsd:string;
  dwc:aphiaid '139982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13703439'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1047411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795503> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13795503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597016" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13795503'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597016'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597016'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13795503'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417978> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14417978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597015" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14417978'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597015'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597015'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14417978'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743210> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743210> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743210>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13743210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609622" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13743210'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609622'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609622'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13743210'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13632820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13632820> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13632820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13632820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13632820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13632820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598168" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13632820'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598168'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598168'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13632820'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13792583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13792583> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13792583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13792583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13792583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13792583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596328" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13792583'^^xsd:integer;
  dwc:scientificName 'Erythrodermis traillii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596328'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596328'^^xsd:string;
  dwc:aphiaid '145655'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13792583'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145655'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417282> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14417282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596313" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14417282'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus stellaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596313'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596313'^^xsd:string;
  dwc:aphiaid '105815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14417282'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '105815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13554684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13554684> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13554684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13554684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13554684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13554684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596320" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13554684'^^xsd:integer;
  dwc:scientificName 'Bonnemaisonia asparagoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596320'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596320'^^xsd:string;
  dwc:aphiaid '144440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13554684'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535424> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14535424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595790" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14535424'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595790'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595790'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14535424'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744598> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13744598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595873" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13744598'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595873'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595873'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13744598'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13727034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13727034> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13727034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13727034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13727034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13727034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595853" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13727034'^^xsd:integer;
  dwc:scientificName 'Cystoclonium purpureum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595853'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595853'^^xsd:string;
  dwc:aphiaid '145615'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13727034'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594169> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13594169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596604" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13594169'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596604'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596604'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13594169'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216894> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14216894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14216894'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578497'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578497'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14216894'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749829> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749829> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749829>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13749829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609108" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13749829'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609108'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609108'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13749829'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562192> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13562192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596299" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13562192'^^xsd:integer;
  dwc:scientificName 'Bowerbankia citrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596299'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596299'^^xsd:string;
  dwc:aphiaid '111664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13562192'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '851584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567975> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567975> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567975>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614529" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567975'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614529'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614529'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567975'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756122> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13756122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732885" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13756122'^^xsd:integer;
  dwc:scientificName 'Diptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732885'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732885'^^xsd:string;
  dwc:aphiaid '118088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13756122'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '118088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14303287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14303287> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14303287> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14303287>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14303287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14303287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579773" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14303287'^^xsd:integer;
  dwc:scientificName 'Pododesmus patelliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579773'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579773'^^xsd:string;
  dwc:aphiaid '138751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14303287'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '138751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655386> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13655386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610105" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13655386'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610105'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610105'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13655386'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483265> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13483265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580817" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13483265'^^xsd:integer;
  dwc:scientificName 'Aplidium punctum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580817'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580817'^^xsd:string;
  dwc:aphiaid '103662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13483265'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564588> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13564588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609793" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13564588'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609793'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609793'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13564588'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564589> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13564589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609552" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13564589'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609552'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609552'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13564589'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564590> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13564590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556962" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13564590'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556962'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556962'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13564590'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13564585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13564585> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13564585> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13564585>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13564585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13564585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609144" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13564585'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609144'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609144'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13564585'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14510260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14510260> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14510260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14510260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14510260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14510260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609504" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14510260'^^xsd:integer;
  dwc:scientificName 'Trisopterus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609504'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609504'^^xsd:string;
  dwc:aphiaid '126446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14510260'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '126446'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189973> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189973> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189973>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14189973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581042" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14189973'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581042'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581042'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14189973'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564583> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13564583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596643" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13564583'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596643'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596643'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13564583'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492204> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13492204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597684" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13492204'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597684'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597684'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13492204'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13473809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13473809> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13473809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13473809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13473809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13473809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614970" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13473809'^^xsd:integer;
  dwc:scientificName 'Anurida maritima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614970'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614970'^^xsd:string;
  dwc:aphiaid '118139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13473809'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '118139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13951369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13951369> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13951369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13951369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13951369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13951369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614083" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13951369'^^xsd:integer;
  dwc:scientificName 'Inachus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614083'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614083'^^xsd:string;
  dwc:aphiaid '106905'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13951369'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '106905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297555> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297555> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297555>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14297555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610259" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14297555'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610259'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610259'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14297555'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564591> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13564591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609917" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13564591'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609917'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609917'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13564591'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190059> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190059> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190059>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14190059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607592" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14190059'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607592'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40607592'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14190059'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189974> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14189974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596967" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14189974'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596967'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596967'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14189974'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14190021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14190021> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14190021> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14190021>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14190021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14190021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608863" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14190021'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608863'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608863'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14190021'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564608> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564608> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564608>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13564608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610301" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13564608'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610301'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610301'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13564608'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407857> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407857> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407857>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13407857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614831" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13407857'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614831'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614831'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13407857'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13971323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13971323> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13971323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13971323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13971323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13971323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577588" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13971323'^^xsd:integer;
  dwc:scientificName 'Lafoea dumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577588'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577588'^^xsd:string;
  dwc:aphiaid '117702'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13971323'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '117702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14483496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14483496> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14483496> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14483496>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14483496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14483496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579760" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14483496'^^xsd:integer;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579760'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579760'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14483496'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13508272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13508272> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13508272> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13508272>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13508272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13508272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614843" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13508272'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614843'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614843'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13508272'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828651> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828651> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828651>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13828651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609809" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13828651'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609809'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609809'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13828651'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655379> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13655379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596653" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13655379'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596653'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596653'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13655379'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012687> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14012687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578500" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14012687'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578500'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578500'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14012687'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455446> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:12455446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580842" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '12455446'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580842'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580842'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:12455446'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13627212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13627212> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13627212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13627212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13627212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13627212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609872" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13627212'^^xsd:integer;
  dwc:scientificName 'Ceramium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609872'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609872'^^xsd:string;
  dwc:aphiaid '144546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13627212'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '144546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535361> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535361> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535361>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14535361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578997" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14535361'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578997'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578997'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14535361'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416163> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14416163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609643" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14416163'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609643'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609643'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14416163'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416164> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14416164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557114" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14416164'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557114'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557114'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14416164'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14328938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14328938> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14328938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14328938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14328938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14328938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14328938'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598225'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598225'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14328938'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336166> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14336166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580808" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14336166'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580808'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580808'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14336166'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13891651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13891651> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13891651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13891651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13891651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13891651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580800" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13891651'^^xsd:integer;
  dwc:scientificName 'Haliclona oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580800'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580800'^^xsd:string;
  dwc:aphiaid '236327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13891651'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '132833'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748920> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748920> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748920>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13748920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580627" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13748920'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580627'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580627'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13748920'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424453> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424453> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424453>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13424453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578879" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13424453'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578879'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578879'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13424453'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414923> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13414923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596355" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13414923'^^xsd:integer;
  dwc:scientificName 'Aglaozonia (asexual cutleria)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596355'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596355'^^xsd:string;
  dwc:aphiaid '182809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13414923'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424518> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13424518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596284" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13424518'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596284'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596284'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13424518'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190054> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14190054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614320" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14190054'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614320'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614320'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14190054'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189971> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189971> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189971>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14189971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577801" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14189971'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577801'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577801'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14189971'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13501439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13501439> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13501439> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13501439>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13501439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13501439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577806" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13501439'^^xsd:integer;
  dwc:scientificName 'Ascidia conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577806'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577806'^^xsd:string;
  dwc:aphiaid '103702'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13501439'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '103702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14317967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14317967> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14317967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14317967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14317967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14317967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615346" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14317967'^^xsd:integer;
  dwc:scientificName 'Polydora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615346'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615346'^^xsd:string;
  dwc:aphiaid '129619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14317967'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '129619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14317968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14317968> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14317968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14317968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14317968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14317968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614484" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14317968'^^xsd:integer;
  dwc:scientificName 'Polydora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614484'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614484'^^xsd:string;
  dwc:aphiaid '129619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14317968'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '129619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14221762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14221762> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14221762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14221762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14221762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14221762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596956" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14221762'^^xsd:integer;
  dwc:scientificName 'Pagurus cuanensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596956'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596956'^^xsd:string;
  dwc:aphiaid '107235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14221762'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '107235'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13931470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13931470> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13931470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13931470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13931470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13931470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596962" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13931470'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596962'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596962'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13931470'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13966399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13966399> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13966399> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13966399>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13966399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13966399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610293" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13966399'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610293'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610293'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13966399'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14211743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14211743> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14211743> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14211743>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14211743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14211743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610065" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14211743'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610065'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610065'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14211743'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14211750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14211750> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14211750> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14211750>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14211750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14211750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614021" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14211750'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614021'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614021'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14211750'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13662525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13662525> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13662525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13662525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13662525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13662525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614286" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13662525'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614286'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614286'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13662525'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14221768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14221768> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14221768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14221768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14221768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14221768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577596" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14221768'^^xsd:integer;
  dwc:scientificName 'Pagurus cuanensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577596'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577596'^^xsd:string;
  dwc:aphiaid '107235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14221768'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '107235'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13649903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13649903> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13649903> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13649903>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13649903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13649903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579045" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13649903'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579045'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579045'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13649903'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828566> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828566> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828566>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13828566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579014" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13828566'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579014'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40579014'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13828566'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828567> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828567> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828567>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13828567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581184" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13828567'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581184'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581184'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13828567'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13973937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13973937> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13973937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13973937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13973937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13973937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615200" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13973937'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615200'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615200'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13973937'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915290> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915290> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915290>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13915290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610290" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13915290'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610290'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610290'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13915290'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13532849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13532849> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13532849> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13532849>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13532849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13532849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614522" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13532849'^^xsd:integer;
  dwc:scientificName 'Aulactinia verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614522'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614522'^^xsd:string;
  dwc:aphiaid '100815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13532849'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '100819'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575292> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575292> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575292>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13575292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614528" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13575292'^^xsd:integer;
  dwc:scientificName 'Bugula flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614528'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614528'^^xsd:string;
  dwc:aphiaid '111152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13575292'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '834002'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13915246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13915246> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13915246> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13915246>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13915246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13915246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577799" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13915246'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577799'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577799'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13915246'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575285> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575285> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575285>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13575285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615792" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13575285'^^xsd:integer;
  dwc:scientificName 'Bugula flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615792'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615792'^^xsd:string;
  dwc:aphiaid '111152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13575285'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '834002'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14460120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14460120> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14460120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14460120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14460120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14460120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607628" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14460120'^^xsd:integer;
  dwc:scientificName 'Stelligera rigida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607628'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607628'^^xsd:string;
  dwc:aphiaid '134174'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14460120'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '1424275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13749815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13749815> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13749815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13749815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13749815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13749815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609716" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13749815'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609716'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609716'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13749815'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141217> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14141217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733581" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14141217'^^xsd:integer;
  dwc:scientificName 'Nephtys'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733581'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733581'^^xsd:string;
  dwc:aphiaid '129370'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14141217'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '129370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350343> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13350343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597802" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13350343'^^xsd:integer;
  dwc:scientificName 'Spionida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597802'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597802'^^xsd:string;
  dwc:aphiaid '889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13350343'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '889'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14336140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14336140> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14336140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14336140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14336140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14336140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598176" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14336140'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598176'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598176'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14336140'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424541> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13424541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609630" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13424541'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609630'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609630'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13424541'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14393012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14393012> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14393012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14393012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14393012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14393012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614362" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14393012'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614362'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614362'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14393012'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120746> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14120746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580837" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14120746'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580837'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580837'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14120746'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336218> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336218> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336218>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14336218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14336218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609864" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14336218'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609864'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609864'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14336218'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748903> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748903> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748903>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13748903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579037" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13748903'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579037'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579037'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13748903'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424567> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424567> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424567>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13424567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609397" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13424567'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609397'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609397'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13424567'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14055210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14055210> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14055210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14055210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14055210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14055210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598186" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14055210'^^xsd:integer;
  dwc:scientificName 'Macropodia rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598186'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598186'^^xsd:string;
  dwc:aphiaid '107345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14055210'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '107345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886978> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13886978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615525" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13886978'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615525'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615525'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13886978'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13627180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13627180> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13627180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13627180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13627180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13627180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598219" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13627180'^^xsd:integer;
  dwc:scientificName 'Ceramium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598219'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598219'^^xsd:string;
  dwc:aphiaid '144546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13627180'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '144546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14012674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14012674> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14012674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14012674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14012674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14012674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598187" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14012674'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598187'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598187'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14012674'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14467974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14467974> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14467974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14467974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14467974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14467974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598205" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14467974'^^xsd:integer;
  dwc:scientificName 'Styela clava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598205'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598205'^^xsd:string;
  dwc:aphiaid '103929'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14467974'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '103929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729139> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729139> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729139>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13729139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609425" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13729139'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609425'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609425'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13729139'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459255> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459255> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459255>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14459255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609361" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14459255'^^xsd:integer;
  dwc:scientificName 'Sporochnus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609361'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609361'^^xsd:string;
  dwc:aphiaid '145915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14459255'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197564> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197564> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197564>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14197564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581154" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14197564'^^xsd:integer;
  dwc:scientificName 'Ophiura albida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581154'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581154'^^xsd:string;
  dwc:aphiaid '124913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14197564'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '124913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13703861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13703861> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13703861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13703861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13703861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13703861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596132" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13703861'^^xsd:integer;
  dwc:scientificName 'Corystes cassivelaunus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596132'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596132'^^xsd:string;
  dwc:aphiaid '107277'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13703861'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '107277'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14262410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14262410> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14262410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14262410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14262410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14262410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752963" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14262410'^^xsd:integer;
  dwc:scientificName 'Phascolion strombus subsp. strombus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752963'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752963'^^xsd:string;
  dwc:aphiaid '416714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14262410'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '410749'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700747> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13700747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13700747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752605" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13700747'^^xsd:integer;
  dwc:scientificName 'Corymorpha nutans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752605'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752605'^^xsd:string;
  dwc:aphiaid '117452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13700747'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '117452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14055211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14055211> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14055211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14055211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14055211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14055211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597965" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14055211'^^xsd:integer;
  dwc:scientificName 'Macropodia rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597965'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597965'^^xsd:string;
  dwc:aphiaid '107345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14055211'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297604> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14297604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607319" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14297604'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607319'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607319'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14297604'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13436287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13436287> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13436287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13436287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13436287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13436287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752057" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13436287'^^xsd:integer;
  dwc:scientificName 'Ampelisca typica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752057'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752057'^^xsd:string;
  dwc:aphiaid '101933'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13436287'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '101933'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603297> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13603297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752051" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13603297'^^xsd:integer;
  dwc:scientificName 'Capitellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752051'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752051'^^xsd:string;
  dwc:aphiaid '921'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13603297'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13402216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13402216> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13402216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13402216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13402216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13402216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752322" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13402216'^^xsd:integer;
  dwc:scientificName 'Acidostoma nodiferum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752322'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752322'^^xsd:string;
  dwc:aphiaid '102496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13402216'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '102497'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13409818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13409818> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13409818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13409818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13409818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13409818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752071" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13409818'^^xsd:integer;
  dwc:scientificName 'Subadyte pellucida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752071'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752071'^^xsd:string;
  dwc:aphiaid '130833'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13409818'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '130833'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13899020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13899020> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13899020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13899020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13899020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13899020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752047" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13899020'^^xsd:integer;
  dwc:scientificName 'Harmothoe'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752047'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752047'^^xsd:string;
  dwc:aphiaid '129491'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13899020'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '129491'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621992> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.33027"^^xsd:decimal ;
  dwc:decimalLongitude "-3.436709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  geo-pos:lat "51.33027"^^xsd:decimal ;
  geo-pos:long "-3.436709"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:10621992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610312" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '10621992'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610312'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.436709'^^xsd:double;
  dwc:latitude '51.33027'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610312'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:10621992'^^xsd:string;
  dwc:observationDate '1998-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621993> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.33027"^^xsd:decimal ;
  dwc:decimalLongitude "-3.436709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  geo-pos:lat "51.33027"^^xsd:decimal ;
  geo-pos:long "-3.436709"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:10621993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735392" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '10621993'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735392'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.436709'^^xsd:double;
  dwc:latitude '51.33027'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735392'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:10621993'^^xsd:string;
  dwc:observationDate '1998-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13920021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13920021> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13920021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13920021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13920021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13920021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752074" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13920021'^^xsd:integer;
  dwc:scientificName 'Hesionidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752074'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752074'^^xsd:string;
  dwc:aphiaid '946'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13920021'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '946'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536918> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13536918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732493" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13536918'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732493'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732493'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13536918'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14377175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14377175> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14377175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14377175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14377175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:14377175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611396" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '14377175'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611396'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611396'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:14377175'^^xsd:string;
  dwc:observationDate '2000-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13649946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13649946> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13649946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13649946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13649946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13649946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607653" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13649946'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607653'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607653'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13649946'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826542> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13826542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607657" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13826542'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607657'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607657'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13826542'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14011685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14011685> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14011685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14011685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14011685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14011685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614272" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14011685'^^xsd:integer;
  dwc:scientificName 'Liocarcinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614272'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614272'^^xsd:string;
  dwc:aphiaid '106925'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14011685'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '106925'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13959010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13959010> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13959010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13959010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13959010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13959010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607230" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13959010'^^xsd:integer;
  dwc:scientificName 'Jassa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607230'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607230'^^xsd:string;
  dwc:aphiaid '101571'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13959010'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '101571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535500> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535500> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535500>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14535500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614233" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14535500'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614233'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614233'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14535500'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14560716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14560716> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14560716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14560716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14560716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:14560716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611394" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '14560716'^^xsd:integer;
  dwc:scientificName 'Galatheidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611394'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611394'^^xsd:string;
  dwc:aphiaid '106733'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:14560716'^^xsd:string;
  dwc:observationDate '2000-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '106733'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535491> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535491> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535491>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14535491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614127" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14535491'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614127'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614127'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14535491'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13951773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13951773> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13951773> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13951773>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13951773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13951773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614130" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13951773'^^xsd:integer;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614130'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614130'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13951773'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535505> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14535505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614275" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14535505'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614275'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614275'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14535505'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14221776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14221776> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14221776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14221776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14221776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:14221776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611297" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '14221776'^^xsd:integer;
  dwc:scientificName 'Pagurus cuanensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611297'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611297'^^xsd:string;
  dwc:aphiaid '107235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:14221776'^^xsd:string;
  dwc:observationDate '2000-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '107235'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13647650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13647650> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13647650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13647650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13647650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13647650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608908" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13647650'^^xsd:integer;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608908'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608908'^^xsd:string;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13647650'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13505613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13505613> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13505613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13505613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13505613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13505613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607419" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13505613'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607419'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607419'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13505613'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14474422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14474422> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14474422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14474422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14474422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14474422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752695" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14474422'^^xsd:integer;
  dwc:scientificName 'Synchelidium maculatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752695'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752695'^^xsd:string;
  dwc:aphiaid '102928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14474422'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '102928'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14553568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14553568> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14553568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14553568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14553568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14553568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752328" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14553568'^^xsd:integer;
  dwc:scientificName 'Celleporidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752328'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752328'^^xsd:string;
  dwc:aphiaid '110736'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14553568'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '110736'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14553570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14553570> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14553570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14553570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14553570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14553570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752249" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14553570'^^xsd:integer;
  dwc:scientificName 'Celleporidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752249'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752249'^^xsd:string;
  dwc:aphiaid '110736'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14553570'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '110736'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776571> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13776571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752302" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13776571'^^xsd:integer;
  dwc:scientificName 'Ehlersia cornuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752302'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752302'^^xsd:string;
  dwc:aphiaid '131286'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13776571'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '157583'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14532942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14532942> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14532942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14532942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14532942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14532942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752136" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14532942'^^xsd:integer;
  dwc:scientificName 'Urothoe elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752136'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752136'^^xsd:string;
  dwc:aphiaid '103228'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14532942'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '103228'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13392060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13392060> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13392060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13392060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13392060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13392060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40753003" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13392060'^^xsd:integer;
  dwc:scientificName 'Abra alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40753003'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40753003'^^xsd:string;
  dwc:aphiaid '141433'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13392060'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '141433'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917833> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13917833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607315" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13917833'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607315'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607315'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13917833'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583967> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13583967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614084" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13583967'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614084'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614084'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13583967'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13413666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13413666> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13413666> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13413666>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13413666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13413666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607522" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13413666'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607522'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607522'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13413666'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621904> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733306" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621904'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733306'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733306'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621904'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13556597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13556597> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13556597> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13556597>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13556597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13556597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607621" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13556597'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607621'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607621'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13556597'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893847> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13893847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614384" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13893847'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614384'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614384'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13893847'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917835> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917835> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917835>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13917835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607715" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13917835'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607715'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607715'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13917835'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14416178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14416178> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14416178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14416178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14416178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14416178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614277" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14416178'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614277'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614277'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14416178'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14508110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14508110> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14508110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14508110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14508110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14508110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401615" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14508110'^^xsd:integer;
  dwc:scientificName 'Tridentata distans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401615'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401615'^^xsd:string;
  dwc:aphiaid '152169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14508110'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '1341823'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14269684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14269684> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14269684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14269684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14269684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14269684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401737" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14269684'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401737'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401737'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14269684'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350330> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13350330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597578" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13350330'^^xsd:integer;
  dwc:scientificName 'Spionida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597578'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597578'^^xsd:string;
  dwc:aphiaid '889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13350330'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '889'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350332> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13350332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598041" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13350332'^^xsd:integer;
  dwc:scientificName 'Spionida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598041'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598041'^^xsd:string;
  dwc:aphiaid '889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13350332'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '889'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350333> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13350333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598156" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13350333'^^xsd:integer;
  dwc:scientificName 'Spionida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598156'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598156'^^xsd:string;
  dwc:aphiaid '889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13350333'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '889'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350334> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13350334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597814" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13350334'^^xsd:integer;
  dwc:scientificName 'Spionida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597814'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597814'^^xsd:string;
  dwc:aphiaid '889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13350334'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '889'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13688806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13688806> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13688806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13688806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13688806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13688806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752987" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13688806'^^xsd:integer;
  dwc:scientificName 'Conilera cylindracea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752987'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752987'^^xsd:string;
  dwc:aphiaid '118842'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13688806'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '118842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13797279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13797279> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13797279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13797279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13797279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13797279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752214" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13797279'^^xsd:integer;
  dwc:scientificName 'Eteone'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752214'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752214'^^xsd:string;
  dwc:aphiaid '129443'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13797279'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129443'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14387885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14387885> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14387885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14387885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14387885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14387885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14387885'^^xsd:integer;
  dwc:scientificName 'Sabellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752225'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752225'^^xsd:string;
  dwc:aphiaid '129520'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14387885'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129520'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297603> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14297603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614289" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14297603'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614289'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614289'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14297603'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13977175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13977175> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13977175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13977175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13977175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13977175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596127" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13977175'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596127'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596127'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13977175'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732635> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13732635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615176" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13732635'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615176'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615176'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13732635'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13678903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13678903> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13678903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13678903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13678903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13678903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615174" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13678903'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615174'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615174'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13678903'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567961> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615111" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567961'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615111'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615111'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567961'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943532> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943532> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943532>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13943532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579148" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13943532'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579148'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579148'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13943532'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943544> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943544> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943544>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13943544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580217" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13943544'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580217'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580217'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13943544'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366762> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733181" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366762'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733181'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733181'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366762'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359656> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13359656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596535" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13359656'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596535'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596535'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13359656'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413650> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13413650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596496" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13413650'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596496'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596496'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13413650'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987242> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13987242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596101" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13987242'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596101'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596101'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13987242'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336305> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14336305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614709" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14336305'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614709'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614709'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14336305'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243644> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14243644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615496" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14243644'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615496'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615496'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14243644'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678862> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678862> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678862>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13678862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581155" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13678862'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581155'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581155'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13678862'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502390> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502390> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502390>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13502390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578300" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13502390'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578300'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578300'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13502390'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13567080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13567080> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13567080> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13567080>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13567080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13567080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578283" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13567080'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578283'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578283'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13567080'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678865> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678865> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678865>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13678865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578296" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13678865'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578296'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578296'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13678865'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14510254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14510254> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14510254> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14510254>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14510254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14510254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579249" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14510254'^^xsd:integer;
  dwc:scientificName 'Trisopterus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579249'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579249'^^xsd:string;
  dwc:aphiaid '126446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14510254'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '126446'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828599> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828599> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828599>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13828599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579554" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13828599'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579554'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579554'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13828599'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132874> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132874> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132874>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14132874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579534" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14132874'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579534'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579534'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14132874'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388183> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388183> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388183>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14388183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579542" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14388183'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579542'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579542'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14388183'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14295613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14295613> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14295613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14295613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14295613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14295613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596491" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14295613'^^xsd:integer;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596491'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596491'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14295613'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13891294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13891294> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13891294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13891294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13891294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13891294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615294" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13891294'^^xsd:integer;
  dwc:scientificName 'Haliclona cinerea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615294'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615294'^^xsd:string;
  dwc:aphiaid '231816'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13891294'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '166605'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547637> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733767" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547637'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733767'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733767'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547637'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490072> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14490072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733763" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14490072'^^xsd:integer;
  dwc:scientificName 'Tetrastemma candidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733763'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733763'^^xsd:string;
  dwc:aphiaid '122764'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14490072'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '122764'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649228> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13649228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596089" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13649228'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596089'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596089'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13649228'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14474693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14474693> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14474693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14474693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14474693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14474693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581226" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14474693'^^xsd:integer;
  dwc:scientificName 'Syngnathus acus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581226'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581226'^^xsd:string;
  dwc:aphiaid '127387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14474693'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '127387'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621846> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732930" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621846'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732930'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732930'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621846'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404282> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13404282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614590" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13404282'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614590'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614590'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13404282'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14312629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14312629> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14312629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14312629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14312629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14312629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596515" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14312629'^^xsd:integer;
  dwc:scientificName 'Polycera faeroensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596515'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596515'^^xsd:string;
  dwc:aphiaid '140834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14312629'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '140834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655363> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13655363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596096" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13655363'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596096'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596096'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13655363'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366763> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733051" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366763'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733051'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733051'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366763'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366772> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733368" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366772'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733368'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733368'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366772'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13943612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13943612> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13943612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13943612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13943612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13943612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615297" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13943612'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615297'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615297'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13943612'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14307885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14307885> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14307885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14307885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14307885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14307885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581210" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14307885'^^xsd:integer;
  dwc:scientificName 'Polinices pulchellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581210'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581210'^^xsd:string;
  dwc:aphiaid '150554'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14307885'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '151894'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405158> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14405158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732996" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14405158'^^xsd:integer;
  dwc:scientificName 'Scolelepis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732996'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732996'^^xsd:string;
  dwc:aphiaid '131177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14405158'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '157566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766462> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766462> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766462>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13766462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581586" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13766462'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581586'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581586'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13766462'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735511> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13735511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615649" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13735511'^^xsd:integer;
  dwc:scientificName 'Dercitus bucklandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615649'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615649'^^xsd:string;
  dwc:aphiaid '134068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13735511'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '555677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13987251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13987251> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13987251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13987251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13987251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13987251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614117" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13987251'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614117'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614117'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13987251'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14297491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14297491> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14297491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14297491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14297491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14297491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580153" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14297491'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580153'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580153'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14297491'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13570512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13570512> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13570512> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13570512>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13570512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13570512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579156" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13570512'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579156'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579156'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13570512'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13987253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13987253> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13987253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13987253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13987253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13987253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607128" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13987253'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607128'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607128'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13987253'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13660257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13660257> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13660257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13660257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13660257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13660257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615014" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13660257'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615014'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615014'^^xsd:string;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13660257'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987237> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13987237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596504" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13987237'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596504'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596504'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13987237'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14549689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14549689> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14549689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14549689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14549689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14549689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596544" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14549689'^^xsd:integer;
  dwc:scientificName 'Antithamnionella ternifolia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596544'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596544'^^xsd:string;
  dwc:aphiaid '163275'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14549689'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '163275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13485228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13485228> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13485228> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13485228>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13485228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13485228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581622" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13485228'^^xsd:integer;
  dwc:scientificName 'Apoglossum ruscifolium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581622'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581622'^^xsd:string;
  dwc:aphiaid '144737'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13485228'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144737'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14079571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14079571> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14079571> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14079571>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14079571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14079571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581625" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14079571'^^xsd:integer;
  dwc:scientificName 'Membranoptera alata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581625'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581625'^^xsd:string;
  dwc:aphiaid '144758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14079571'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144758'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359614> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359614> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359614>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13359614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581167" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13359614'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581167'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581167'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13359614'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828582> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828582> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828582>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13828582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579240" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13828582'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579240'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579240'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13828582'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14386481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14386481> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14386481> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14386481>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14386481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14386481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579234" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14386481'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579234'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579234'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14386481'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13332769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13332769> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13332769> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13332769>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13332769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13332769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13332769'^^xsd:integer;
  dwc:scientificName 'Gobiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579825'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579825'^^xsd:string;
  dwc:aphiaid '125537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13332769'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981585> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981585> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981585>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13981585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581721" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13981585'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581721'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581721'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13981585'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589748> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589748> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589748>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13589748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581710" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13589748'^^xsd:integer;
  dwc:scientificName 'Callophyllis laciniata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581710'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581710'^^xsd:string;
  dwc:aphiaid '145262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13589748'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1311357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13407842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13407842> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13407842> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13407842>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13407842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13407842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581137" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13407842'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581137'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581137'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13407842'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13987205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13987205> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13987205> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13987205>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13987205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13987205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581138" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13987205'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581138'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581138'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13987205'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13784192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13784192> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13784192> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13784192>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13784192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13784192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581709" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13784192'^^xsd:integer;
  dwc:scientificName 'Entelurus aequoreus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581709'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581709'^^xsd:string;
  dwc:aphiaid '127379'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13784192'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '127379'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683240> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683240> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683240>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13683240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581129" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13683240'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581129'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581129'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13683240'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14322775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14322775> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14322775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14322775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14322775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14322775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596581" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14322775'^^xsd:integer;
  dwc:scientificName 'Polyides rotundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596581'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596581'^^xsd:string;
  dwc:aphiaid '145668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14322775'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145668'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14695827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14695827> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14695827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14695827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14695827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14695827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596580" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14695827'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596580'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596580'^^xsd:string;
  dwc:aphiaid '125999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14695827'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '125999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14316675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14316675> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14316675> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14316675>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14316675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14316675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579243" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14316675'^^xsd:integer;
  dwc:scientificName 'Polyclinum aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579243'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579243'^^xsd:string;
  dwc:aphiaid '103674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14316675'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14589367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14589367> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14589367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14589367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14589367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14589367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752997" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14589367'^^xsd:integer;
  dwc:scientificName 'Gnathia oxyuraea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752997'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752997'^^xsd:string;
  dwc:aphiaid '118995'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14589367'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '118995'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13561933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13561933> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13561933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13561933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13561933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13561933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611398" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13561933'^^xsd:integer;
  dwc:scientificName 'Bowerbankia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611398'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611398'^^xsd:string;
  dwc:aphiaid '111023'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13561933'^^xsd:string;
  dwc:observationDate '2000-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '111022'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523609> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523609> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523609>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14523609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607582" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14523609'^^xsd:integer;
  dwc:scientificName 'Tubularia indivisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607582'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40607582'^^xsd:string;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14523609'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756618> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756618> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756618>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13756618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607284" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13756618'^^xsd:integer;
  dwc:scientificName 'Distomus variolosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607284'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607284'^^xsd:string;
  dwc:aphiaid '103890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13756618'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '103890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359680> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13359680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607652" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13359680'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607652'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607652'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13359680'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14388213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14388213> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14388213> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14388213>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14388213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14388213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614112" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14388213'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614112'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614112'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14388213'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14222281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14222281> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14222281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14222281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14222281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14222281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614226" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14222281'^^xsd:integer;
  dwc:scientificName 'Pagurus prideaux'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614226'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614226'^^xsd:string;
  dwc:aphiaid '107239'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14222281'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '107239'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695000> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13695000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596083" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13695000'^^xsd:integer;
  dwc:scientificName 'Cordylecladia erecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596083'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596083'^^xsd:string;
  dwc:aphiaid '145847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13695000'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145847'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543357> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543357> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543357>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14543357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579157" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14543357'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579157'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579157'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14543357'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14388212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14388212> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14388212> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14388212>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14388212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14388212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614339" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14388212'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614339'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614339'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14388212'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721363> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721363> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721363>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13721363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578058" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13721363'^^xsd:integer;
  dwc:scientificName 'Ctenolabrus rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578058'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578058'^^xsd:string;
  dwc:aphiaid '126964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13721363'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '126964'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389483> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65776 -4.662763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.65776"^^xsd:decimal ;
  dwc:decimalLongitude "-4.662763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65776 -4.662763)"^^geo:wktLiteral ;
  geo-pos:lat "52.65776"^^xsd:decimal ;
  geo-pos:long "-4.662763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13389483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613969" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13389483'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613969'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.662763'^^xsd:double;
  dwc:latitude '52.65776'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613969'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13389483'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13780952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13780952> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13780952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13780952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13780952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13780952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596135" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13780952'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596135'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596135'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13780952'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14310665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14310665> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14310665> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14310665>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14310665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14310665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607182" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14310665'^^xsd:integer;
  dwc:scientificName 'Polycarpa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607182'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607182'^^xsd:string;
  dwc:aphiaid '103538'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14310665'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '103538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216976> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14216976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607413" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14216976'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607413'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607413'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14216976'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14092269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14092269> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14092269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14092269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14092269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14092269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614458" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14092269'^^xsd:integer;
  dwc:scientificName 'Molgula manhattensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614458'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614458'^^xsd:string;
  dwc:aphiaid '103788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14092269'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '103788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14258002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14258002> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14258002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14258002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14258002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14258002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607639" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14258002'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607639'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607639'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14258002'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14258004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14258004> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14258004> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14258004>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14258004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14258004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607269" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14258004'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607269'^^xsd:string;
  dwc:yearCollected '1997'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607269'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14258004'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389490> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.740528 -4.964139)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.740528"^^xsd:decimal ;
  dwc:decimalLongitude "-4.964139"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.740528 -4.964139)"^^geo:wktLiteral ;
  geo-pos:lat "52.740528"^^xsd:decimal ;
  geo-pos:long "-4.964139"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13389490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607371" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13389490'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607371'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.964139'^^xsd:double;
  dwc:latitude '52.740528'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607371'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13389490'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13413019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13413019> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13413019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.740528 -4.964139)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.740528"^^xsd:decimal ;
  dwc:decimalLongitude "-4.964139"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13413019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.740528 -4.964139)"^^geo:wktLiteral ;
  geo-pos:lat "52.740528"^^xsd:decimal ;
  geo-pos:long "-4.964139"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13413019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13413019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607369" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13413019'^^xsd:integer;
  dwc:scientificName 'Aglaophenia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607369'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.964139'^^xsd:double;
  dwc:latitude '52.740528'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607369'^^xsd:string;
  dwc:aphiaid '116999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13413019'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '116999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13389477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13389477> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13389477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13389477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13389477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13389477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611392" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13389477'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611392'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611392'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13389477'^^xsd:string;
  dwc:observationDate '2000-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389489> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389489> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389489>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13389489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614124" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13389489'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614124'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614124'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13389489'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12994144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12994144> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12994144> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12994144>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12994144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:12994144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607616" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '12994144'^^xsd:integer;
  dwc:scientificName 'Amphipoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607616'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607616'^^xsd:string;
  dwc:aphiaid '1135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:12994144'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '1135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13897175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13897175> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13897175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13897175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13897175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13897175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597873" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13897175'^^xsd:integer;
  dwc:scientificName 'Halurus flosculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597873'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597873'^^xsd:string;
  dwc:aphiaid '144595'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13897175'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144595'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389494> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389494> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389494>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13389494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607583" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13389494'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607583'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40607583'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13389494'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389496> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389496> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389496>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13389496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607264" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13389496'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607264'^^xsd:string;
  dwc:yearCollected '1997'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607264'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13389496'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14135901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14135901> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14135901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14135901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14135901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14135901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607467" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14135901'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607467'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607467'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14135901'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13402883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13402883> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13402883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13402883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13402883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13402883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40754571" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13402883'^^xsd:integer;
  dwc:scientificName 'Acrosorium venulosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40754571'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40754571'^^xsd:string;
  dwc:aphiaid '144734'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13402883'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '144734'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359688> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359688> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359688>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13359688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607671" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13359688'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607671'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607671'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13359688'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359689> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359689> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359689>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13359689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13359689'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613865'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613865'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13359689'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13473490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13473490> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13473490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13473490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13473490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13473490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579337" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13473490'^^xsd:integer;
  dwc:scientificName 'Antithamnion cruciatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579337'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579337'^^xsd:string;
  dwc:aphiaid '144509'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13473490'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13325826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13325826> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13325826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13325826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13325826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13325826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40751990" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13325826'^^xsd:integer;
  dwc:scientificName 'Capitellida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40751990'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40751990'^^xsd:string;
  dwc:aphiaid '890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13325826'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12994145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12994145> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12994145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12994145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12994145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:12994145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607555" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '12994145'^^xsd:integer;
  dwc:scientificName 'Amphipoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607555'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607555'^^xsd:string;
  dwc:aphiaid '1135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:12994145'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '1135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389485> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389485> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389485>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13389485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607427" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13389485'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607427'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607427'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13389485'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14012707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14012707> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14012707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14012707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14012707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14012707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607415" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14012707'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607415'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607415'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14012707'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14388211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14388211> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14388211> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14388211>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14388211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14388211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607171" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14388211'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607171'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607171'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14388211'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535489> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535489> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535489>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14535489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607429" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14535489'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607429'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607429'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14535489'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828724> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613941" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828724'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613941'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613941'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828724'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132927> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132927> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132927>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14132927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614154" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14132927'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614154'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614154'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14132927'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132944> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14132944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613933" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14132944'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613933'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613933'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14132944'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13797278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13797278> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13797278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13797278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13797278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13797278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752267" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13797278'^^xsd:integer;
  dwc:scientificName 'Eteone'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752267'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752267'^^xsd:string;
  dwc:aphiaid '129443'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13797278'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129443'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13434413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13434413> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13434413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13434413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13434413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13434413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752281" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13434413'^^xsd:integer;
  dwc:scientificName 'Ampelisca spinipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752281'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752281'^^xsd:string;
  dwc:aphiaid '101928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13434413'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '101928'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13435274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13435274> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13435274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13435274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13435274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13435274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752326" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13435274'^^xsd:integer;
  dwc:scientificName 'Ampelisca tenuicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752326'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752326'^^xsd:string;
  dwc:aphiaid '101930'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13435274'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '101930'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921232> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13921232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13921232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735371" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13921232'^^xsd:integer;
  dwc:scientificName 'Heterochaeta costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735371'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735371'^^xsd:string;
  dwc:aphiaid '137554'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13921232'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '743898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046655> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14046655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752613" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14046655'^^xsd:integer;
  dwc:scientificName 'Lumbrineris gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752613'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752613'^^xsd:string;
  dwc:aphiaid '130244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14046655'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '607402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145867> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14145867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752537" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14145867'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752537'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752537'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14145867'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145866> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14145866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752992" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14145866'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752992'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752992'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14145866'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145870> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14145870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14145870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752402" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14145870'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752402'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752402'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14145870'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13693540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13693540> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13693540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13693540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13693540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13693540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752801" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13693540'^^xsd:integer;
  dwc:scientificName 'Corbula gibba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752801'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752801'^^xsd:string;
  dwc:aphiaid '139410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13693540'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '378492'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13688805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13688805> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13688805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13688805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13688805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13688805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752412" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13688805'^^xsd:integer;
  dwc:scientificName 'Conilera cylindracea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752412'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752412'^^xsd:string;
  dwc:aphiaid '118842'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13688805'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '118842'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350348> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13350348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597932" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13350348'^^xsd:integer;
  dwc:scientificName 'Spionida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597932'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597932'^^xsd:string;
  dwc:aphiaid '889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13350348'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '889'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866060> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13866060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752777" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13866060'^^xsd:integer;
  dwc:scientificName 'Glycera lapidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752777'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752777'^^xsd:string;
  dwc:aphiaid '155036'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13866060'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14194806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14194806> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14194806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14194806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14194806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14194806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752799" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14194806'^^xsd:integer;
  dwc:scientificName 'Ophiura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752799'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752799'^^xsd:string;
  dwc:aphiaid '123574'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14194806'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '123574'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13851916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13851916> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13851916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13851916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13851916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13851916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401623" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13851916'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401623'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401623'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13851916'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350324> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13350324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597938" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13350324'^^xsd:integer;
  dwc:scientificName 'Spionida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597938'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597938'^^xsd:string;
  dwc:aphiaid '889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13350324'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '889'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350325> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13350325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597647" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13350325'^^xsd:integer;
  dwc:scientificName 'Spionida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597647'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597647'^^xsd:string;
  dwc:aphiaid '889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13350325'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '889'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350326> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13350326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597615" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13350326'^^xsd:integer;
  dwc:scientificName 'Spionida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597615'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597615'^^xsd:string;
  dwc:aphiaid '889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13350326'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '889'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13622581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13622581> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13622581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13622581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13622581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13622581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401631" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13622581'^^xsd:integer;
  dwc:scientificName 'Cellepora pumicosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401631'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401631'^^xsd:string;
  dwc:aphiaid '111268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13622581'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '111268'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517443> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517443> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517443>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13517443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579558" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13517443'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579558'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579558'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13517443'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576569> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576569> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576569>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13576569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13576569'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579818'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579818'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13576569'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14526716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14526716> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14526716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14526716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14526716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14526716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607551" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14526716'^^xsd:integer;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607551'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607551'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14526716'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523605> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523605> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523605>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14523605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614123" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14523605'^^xsd:integer;
  dwc:scientificName 'Tubularia indivisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614123'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614123'^^xsd:string;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14523605'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489430> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489430> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489430>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14489430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614119" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14489430'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614119'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614119'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14489430'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14055231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14055231> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14055231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14055231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14055231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14055231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614807" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14055231'^^xsd:integer;
  dwc:scientificName 'Macropodia rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614807'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614807'^^xsd:string;
  dwc:aphiaid '107345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14055231'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '107345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425489> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14425489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613919" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14425489'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613919'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613919'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14425489'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13460044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13460044> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13460044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13460044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13460044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13460044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607647" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13460044'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607647'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607647'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13460044'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14366827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14366827> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14366827> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14366827>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14366827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14366827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735348" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14366827'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735348'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40735348'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14366827'^^xsd:string;
  dwc:observationDate '1998-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14292523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14292523> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14292523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14292523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14292523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14292523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752265" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14292523'^^xsd:integer;
  dwc:scientificName 'Pisione remota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752265'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752265'^^xsd:string;
  dwc:aphiaid '130707'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14292523'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '130707'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13618910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13618910> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13618910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13618910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13618910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13618910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752906" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13618910'^^xsd:integer;
  dwc:scientificName 'Caulleriella alata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752906'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752906'^^xsd:string;
  dwc:aphiaid '129943'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13618910'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129943'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492226> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597559" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492226'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597559'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597559'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492226'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492209> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597651" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492209'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597651'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597651'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492209'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389495> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13389495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614145" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13389495'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614145'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614145'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13389495'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389499> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389499> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389499>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13389499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607353" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13389499'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607353'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607353'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13389499'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14351612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14351612> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14351612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14351612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14351612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14351612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752786" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14351612'^^xsd:integer;
  dwc:scientificName 'Prionospio fallax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752786'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752786'^^xsd:string;
  dwc:aphiaid '131157'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14351612'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '131157'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14058403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14058403> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14058403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14058403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14058403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14058403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752600" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14058403'^^xsd:integer;
  dwc:scientificName 'Magelona alleni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752600'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752600'^^xsd:string;
  dwc:aphiaid '130266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14058403'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '130266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447891> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14447891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752715" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14447891'^^xsd:integer;
  dwc:scientificName 'Spiophanes bombyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752715'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752715'^^xsd:string;
  dwc:aphiaid '131187'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14447891'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '131187'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447892> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14447892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752678" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14447892'^^xsd:integer;
  dwc:scientificName 'Spiophanes bombyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752678'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752678'^^xsd:string;
  dwc:aphiaid '131187'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14447892'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '131187'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13646989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13646989> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13646989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13646989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13646989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13646989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752084" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13646989'^^xsd:integer;
  dwc:scientificName 'Chlamys distorta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752084'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752084'^^xsd:string;
  dwc:aphiaid '146807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13646989'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '236715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13693539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13693539> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13693539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13693539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13693539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13693539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13693539'^^xsd:integer;
  dwc:scientificName 'Corbula gibba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752062'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752062'^^xsd:string;
  dwc:aphiaid '139410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13693539'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '378492'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13693538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13693538> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13693538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13693538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13693538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13693538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752958" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13693538'^^xsd:integer;
  dwc:scientificName 'Corbula gibba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752958'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752958'^^xsd:string;
  dwc:aphiaid '139410'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13693538'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '378492'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14050392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14050392> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14050392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14050392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14050392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14050392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752077" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14050392'^^xsd:integer;
  dwc:scientificName 'Lysidice ninetta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752077'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752077'^^xsd:string;
  dwc:aphiaid '130071'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14050392'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '130071'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893846> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13893846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607660" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13893846'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607660'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607660'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13893846'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14011684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14011684> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14011684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14011684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14011684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14011684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607403" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14011684'^^xsd:integer;
  dwc:scientificName 'Liocarcinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607403'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607403'^^xsd:string;
  dwc:aphiaid '106925'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14011684'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '106925'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14285803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14285803> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14285803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14285803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14285803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14285803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752683" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14285803'^^xsd:integer;
  dwc:scientificName 'Phyllodocidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752683'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752683'^^xsd:string;
  dwc:aphiaid '931'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14285803'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '931'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683249> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683249> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683249>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13683249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581275" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13683249'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581275'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581275'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13683249'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575268> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575268> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575268>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13575268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578289" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13575268'^^xsd:integer;
  dwc:scientificName 'Bugula flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578289'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578289'^^xsd:string;
  dwc:aphiaid '111152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13575268'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '834002'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460106> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460106> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460106>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14460106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578257" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14460106'^^xsd:integer;
  dwc:scientificName 'Stelligera rigida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578257'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578257'^^xsd:string;
  dwc:aphiaid '134174'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14460106'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1424275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575265> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575265> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575265>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13575265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581149" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13575265'^^xsd:integer;
  dwc:scientificName 'Bugula flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581149'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581149'^^xsd:string;
  dwc:aphiaid '111152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13575265'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '834002'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460103> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460103> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460103>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14460103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581130" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14460103'^^xsd:integer;
  dwc:scientificName 'Stelligera rigida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581130'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581130'^^xsd:string;
  dwc:aphiaid '134174'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14460103'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1424275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419607> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13419607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615109" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13419607'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615109'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615109'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13419607'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13830325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13830325> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13830325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13830325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13830325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13830325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615110" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13830325'^^xsd:integer;
  dwc:scientificName 'Flustrellidra hispida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615110'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615110'^^xsd:string;
  dwc:aphiaid '111621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13830325'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '111621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13921218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13921218> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13921218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13921218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13921218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13921218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733407" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13921218'^^xsd:integer;
  dwc:scientificName 'Heterochaeta costata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733407'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733407'^^xsd:string;
  dwc:aphiaid '137554'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13921218'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '743898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649236> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13649236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596552" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13649236'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596552'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596552'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13649236'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A1661537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A1661537> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A1661537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A1661537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A1661537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:1661537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580156" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '1661537'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580156'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580156'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:1661537'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953199> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953199> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953199>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13953199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581107" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13953199'^^xsd:integer;
  dwc:scientificName 'Inachus phalangium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581107'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581107'^^xsd:string;
  dwc:aphiaid '107333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13953199'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '107333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718203> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13718203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596086" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13718203'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596086'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596086'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13718203'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689751> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13689751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596077" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13689751'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596077'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596077'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13689751'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943540> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943540> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943540>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13943540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578321" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13943540'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578321'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578321'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13943540'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621851> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733773" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621851'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733773'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733773'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621851'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13570513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13570513> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13570513> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13570513>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13570513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13570513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577863" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13570513'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577863'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577863'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13570513'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683253> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683253> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683253>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13683253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580216" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13683253'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580216'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580216'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13683253'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297543> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14297543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596540" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14297543'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596540'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596540'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14297543'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567950> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567950> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567950>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615044" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567950'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615044'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615044'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567950'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359691> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359691> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359691>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13359691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607163" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13359691'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607163'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40607163'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13359691'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018462> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13018462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615103" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13018462'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615103'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615103'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13018462'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366735> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733406" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366735'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733406'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733406'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366735'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756113> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13756113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733415" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13756113'^^xsd:integer;
  dwc:scientificName 'Diptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733415'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733415'^^xsd:string;
  dwc:aphiaid '118088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13756113'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '118088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589742> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14589742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733410" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14589742'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733410'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733410'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14589742'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13662497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13662497> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13662497> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13662497>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13662497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13662497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581122" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13662497'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581122'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581122'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13662497'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13487639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13487639> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13487639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13487639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13487639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13487639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13487639'^^xsd:integer;
  dwc:scientificName 'Archidoris pseudoargus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595815'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595815'^^xsd:string;
  dwc:aphiaid '138763'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13487639'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '138763'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517432> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517432> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517432>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13517432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579242" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13517432'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579242'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579242'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13517432'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14036335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14036335> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14036335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14036335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14036335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14036335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614720" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14036335'^^xsd:integer;
  dwc:scientificName 'Lomentaria articulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614720'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614720'^^xsd:string;
  dwc:aphiaid '145821'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14036335'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '145821'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13780957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13780957> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13780957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13780957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13780957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13780957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611422" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13780957'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611422'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611422'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13780957'^^xsd:string;
  dwc:observationDate '2000-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13460048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13460048> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13460048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13460048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13460048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13460048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614247" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13460048'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614247'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614247'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13460048'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13617177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13617177> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13617177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13617177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13617177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13617177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614961" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13617177'^^xsd:integer;
  dwc:scientificName 'Catenella caespitosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614961'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614961'^^xsd:string;
  dwc:aphiaid '145605'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13617177'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '145605'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14331603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14331603> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14331603> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14331603>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14331603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14331603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579592" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14331603'^^xsd:integer;
  dwc:scientificName 'Polysiphonia nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579592'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579592'^^xsd:string;
  dwc:aphiaid '144651'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14331603'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1027775'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744590> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13744590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579402" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13744590'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579402'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579402'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13744590'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13606642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13606642> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13606642> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13606642>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13606642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13606642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611458" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13606642'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611458'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611458'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13606642'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13770269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13770269> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13770269> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13770269>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13770269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13770269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608982" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13770269'^^xsd:integer;
  dwc:scientificName 'Echinocardium cordatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608982'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608982'^^xsd:string;
  dwc:aphiaid '124392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13770269'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '124392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336249> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607229" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336249'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607229'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607229'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336249'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336257> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336257> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336257>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607490" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336257'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607490'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607490'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336257'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389502> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13389502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613953" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13389502'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613953'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613953'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13389502'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475993> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13475993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752784" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13475993'^^xsd:integer;
  dwc:scientificName 'Aonides paucibranchiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752784'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752784'^^xsd:string;
  dwc:aphiaid '131107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13475993'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '131107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13434412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13434412> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13434412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13434412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13434412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13434412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752911" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13434412'^^xsd:integer;
  dwc:scientificName 'Ampelisca spinipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752911'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752911'^^xsd:string;
  dwc:aphiaid '101928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13434412'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '101928'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14290904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14290904> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14290904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14290904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14290904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14290904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752082" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14290904'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752082'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752082'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14290904'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286784> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286784> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286784>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14286784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578861" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14286784'^^xsd:integer;
  dwc:scientificName 'Phyllophora crispa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578861'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578861'^^xsd:string;
  dwc:aphiaid '145660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14286784'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13385394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13385394> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13385394> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13385394>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13385394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13385394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13385394'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578838'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578838'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13385394'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603307> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.304741"^^xsd:decimal ;
  dwc:decimalLongitude "-4.34813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  geo-pos:lat "52.304741"^^xsd:decimal ;
  geo-pos:long "-4.34813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13603307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752848" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13603307'^^xsd:integer;
  dwc:scientificName 'Capitellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752848'^^xsd:string;
  dwc:yearCollected '1998'^^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.34813'^^xsd:double;
  dwc:latitude '52.304741'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752848'^^xsd:string;
  dwc:aphiaid '921'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13603307'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749767> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749767> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749767>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13749767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578854" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13749767'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578854'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578854'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13749767'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14081678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14081678> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14081678> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14081678>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14081678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14081678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581613" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14081678'^^xsd:integer;
  dwc:scientificName 'Meredithia microphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581613'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581613'^^xsd:string;
  dwc:aphiaid '145271'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14081678'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145271'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897177> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897177> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897177>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13897177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581621" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13897177'^^xsd:integer;
  dwc:scientificName 'Halurus flosculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581621'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581621'^^xsd:string;
  dwc:aphiaid '144595'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13897177'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144595'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683247> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683247> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683247>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13683247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579804" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13683247'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579804'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579804'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13683247'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14092270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14092270> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14092270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14092270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14092270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14092270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615600" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14092270'^^xsd:integer;
  dwc:scientificName 'Molgula manhattensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615600'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615600'^^xsd:string;
  dwc:aphiaid '103788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14092270'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '103788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462049> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13462049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733373" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13462049'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733373'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733373'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13462049'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13570509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13570509> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13570509> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13570509>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13570509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13570509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596264" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13570509'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596264'^^xsd:string;
  dwc:yearCollected '1998'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596264'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13570509'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13662500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13662500> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13662500> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13662500>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13662500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13662500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596274" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13662500'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596274'^^xsd:string;
  dwc:yearCollected '1998'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596274'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13662500'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594193> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13594193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614713" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13594193'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614713'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614713'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13594193'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547658> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733052" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547658'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733052'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733052'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547658'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547674> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733371" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547674'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733371'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733371'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547674'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13727038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13727038> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13727038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13727038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13727038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13727038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596118" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13727038'^^xsd:integer;
  dwc:scientificName 'Cystoclonium purpureum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596118'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596118'^^xsd:string;
  dwc:aphiaid '145615'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13727038'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13563143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13563143> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13563143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13563143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13563143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13563143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581200" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13563143'^^xsd:integer;
  dwc:scientificName 'Branchiomma bombyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581200'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581200'^^xsd:string;
  dwc:aphiaid '130878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13563143'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '130878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607469> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14607469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607612" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14607469'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607612'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607612'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14607469'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286788> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286788> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286788>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14286788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14286788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14286788'^^xsd:integer;
  dwc:scientificName 'Phyllophora crispa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581262'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581262'^^xsd:string;
  dwc:aphiaid '145660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14286788'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943578> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13943578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13943578'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596497'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596497'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13943578'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13567934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13567934> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13567934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13567934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13567934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13567934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596523" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13567934'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596523'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596523'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13567934'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13755109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13755109> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13755109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13755109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13755109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13755109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596526" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13755109'^^xsd:integer;
  dwc:scientificName 'Diplosoma listerianum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596526'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596526'^^xsd:string;
  dwc:aphiaid '103579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13755109'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '103579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732625> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13732625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615301" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13732625'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615301'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615301'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13732625'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956034> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13956034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596537" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13956034'^^xsd:integer;
  dwc:scientificName 'Jania'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596537'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596537'^^xsd:string;
  dwc:aphiaid '144012'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13956034'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144012'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543360> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543360> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543360>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14543360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14543360'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578329'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578329'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14543360'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336292> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607191" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336292'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607191'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607191'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336292'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13570507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13570507> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13570507> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13570507>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13570507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13570507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581028" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13570507'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581028'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581028'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13570507'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297588> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297588> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297588>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14297588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610034" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14297588'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610034'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610034'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14297588'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297582> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297582> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297582>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14297582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609177" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14297582'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609177'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609177'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14297582'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13662526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13662526> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13662526> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13662526>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13662526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13662526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607153" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13662526'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607153'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607153'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13662526'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297569> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297569> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297569>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14297569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610182" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14297569'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610182'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610182'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14297569'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297578> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297578> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297578>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14297578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609423" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14297578'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609423'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609423'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14297578'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297534> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14297534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580874" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14297534'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580874'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580874'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14297534'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13570546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13570546> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13570546> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13570546>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13570546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13570546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609043" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13570546'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609043'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609043'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13570546'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707935> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13707935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580857" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13707935'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580857'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580857'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13707935'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322766> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14322766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579888" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14322766'^^xsd:integer;
  dwc:scientificName 'Polyides rotundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579888'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579888'^^xsd:string;
  dwc:aphiaid '145668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14322766'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145668'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14297613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14297613> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14297613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14297613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14297613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14297613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614513" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14297613'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614513'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614513'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14297613'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13473810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13473810> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13473810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13473810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13473810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13473810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615730" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13473810'^^xsd:integer;
  dwc:scientificName 'Anurida maritima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615730'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615730'^^xsd:string;
  dwc:aphiaid '118139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13473810'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '118139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13662521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13662521> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13662521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13662521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13662521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13662521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557213" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13662521'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557213'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557213'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13662521'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13928898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13928898> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13928898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13928898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13928898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13928898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40764033" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13928898'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia rubra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40764033'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40764033'^^xsd:string;
  dwc:aphiaid '145712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13928898'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564607> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564607> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564607>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13564607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609357" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13564607'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609357'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609357'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13564607'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190025> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14190025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609287" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14190025'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609287'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609287'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14190025'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564594> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13564594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609386" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13564594'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609386'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609386'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13564594'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13915250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13915250> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13915250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13915250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13915250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13915250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596966" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13915250'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596966'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596966'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13915250'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596440> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14596440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615189" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14596440'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615189'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615189'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14596440'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729142> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729142> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729142>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13729142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609179" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13729142'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609179'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609179'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13729142'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729144> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729144> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729144>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13729144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609111" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13729144'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609111'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609111'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13729144'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13729128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13729128> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13729128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13729128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13729128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13729128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610096" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13729128'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610096'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610096'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13729128'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13966385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13966385> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13966385> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13966385>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13966385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13966385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579789" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13966385'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579789'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579789'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13966385'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828636> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828636> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828636>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13828636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13828636'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609865'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609865'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13828636'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416156> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13416156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580869" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13416156'^^xsd:integer;
  dwc:scientificName 'Ahnfeltia plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580869'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580869'^^xsd:string;
  dwc:aphiaid '144422'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13416156'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508256> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13508256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580853" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13508256'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580853'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580853'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13508256'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017530> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14017530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615273" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14017530'^^xsd:integer;
  dwc:scientificName 'Lissoclinum perforatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615273'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615273'^^xsd:string;
  dwc:aphiaid '103585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14017530'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '103585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017531> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14017531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615158" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14017531'^^xsd:integer;
  dwc:scientificName 'Lissoclinum perforatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615158'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615158'^^xsd:string;
  dwc:aphiaid '103585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14017531'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '103585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879197> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13879197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615244" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13879197'^^xsd:integer;
  dwc:scientificName 'Grantia compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615244'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615244'^^xsd:string;
  dwc:aphiaid '132181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13879197'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '132181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14108738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14108738> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14108738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14108738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14108738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14108738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597603" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14108738'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597603'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597603'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14108738'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737973> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737973> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737973>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13737973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609508" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13737973'^^xsd:integer;
  dwc:scientificName 'Desmarestia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609508'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609508'^^xsd:string;
  dwc:aphiaid '145310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13737973'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336184> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14336184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580833" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14336184'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580833'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580833'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14336184'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489373> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489373> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489373>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14489373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578982" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14489373'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578982'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578982'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14489373'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388203> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14388203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609563" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14388203'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609563'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609563'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14388203'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13492261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13492261> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13492261> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13492261>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13492261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13492261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609577" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13492261'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609577'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609577'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13492261'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050941> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733762" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050941'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733762'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733762'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050941'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108765> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14108765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615732" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14108765'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615732'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615732'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14108765'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388208> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14388208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557206" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14388208'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557206'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557206'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14388208'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14108743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14108743> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14108743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14108743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14108743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14108743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598109" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14108743'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598109'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598109'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14108743'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14388169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14388169> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14388169> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14388169>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14388169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14388169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581016" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14388169'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581016'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581016'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14388169'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288225> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14288225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596634" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14288225'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596634'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596634'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14288225'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14353691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14353691> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14353691> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14353691>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14353691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14353691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609122" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14353691'^^xsd:integer;
  dwc:scientificName 'Prostheceraeus vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609122'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609122'^^xsd:string;
  dwc:aphiaid '142820'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14353691'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '142820'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14376229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14376229> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14376229> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14376229>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14376229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14376229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609439" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14376229'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609439'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609439'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14376229'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915296> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915296> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915296>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13915296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610045" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13915296'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610045'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610045'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13915296'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13915282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13915282> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13915282> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13915282>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13915282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13915282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609131" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13915282'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609131'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609131'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13915282'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492194> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13492194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598019" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13492194'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598019'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598019'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13492194'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492195> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13492195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733758" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13492195'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733758'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733758'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13492195'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13828653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13828653> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13828653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13828653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13828653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13828653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610274" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13828653'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610274'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610274'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13828653'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312092> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14312092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615274" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14312092'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615274'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615274'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14312092'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312093> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14312093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615159" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14312093'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615159'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615159'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14312093'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312094> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14312094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615536" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14312094'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615536'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615536'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14312094'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14316697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14316697> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14316697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14316697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14316697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14316697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14316697'^^xsd:integer;
  dwc:scientificName 'Polyclinum aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615270'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615270'^^xsd:string;
  dwc:aphiaid '103674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14316697'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '103674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535452> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14535452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557112" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14535452'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557112'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557112'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14535452'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13791243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13791243> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13791243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13791243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13791243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13791243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615356" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13791243'^^xsd:integer;
  dwc:scientificName 'Epizoanthus couchii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615356'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615356'^^xsd:string;
  dwc:aphiaid '101025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13791243'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '101025'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14543384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14543384> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14543384> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14543384>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14543384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14543384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609674" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14543384'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609674'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609674'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14543384'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413657> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13413657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596440" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13413657'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596440'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596440'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13413657'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14543387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14543387> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14543387> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14543387>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14543387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14543387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609808" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14543387'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609808'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609808'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14543387'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414922> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13414922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595870" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13414922'^^xsd:integer;
  dwc:scientificName 'Aglaozonia (asexual cutleria)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595870'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595870'^^xsd:string;
  dwc:aphiaid '182809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13414922'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14392997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14392997> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14392997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14392997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14392997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14392997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595791" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14392997'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595791'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595791'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14392997'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365485> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14365485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595877" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14365485'^^xsd:integer;
  dwc:scientificName 'Punctaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595877'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595877'^^xsd:string;
  dwc:aphiaid '144079'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14365485'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144079'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14171444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14171444> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14171444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14171444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14171444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14171444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595786" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14171444'^^xsd:integer;
  dwc:scientificName 'Obelia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595786'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595786'^^xsd:string;
  dwc:aphiaid '117034'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14171444'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '117034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14160004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14160004> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14160004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14160004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14160004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14160004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595860" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14160004'^^xsd:integer;
  dwc:scientificName 'Nitophyllum punctatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595860'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595860'^^xsd:string;
  dwc:aphiaid '144770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14160004'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144770'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460030> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13460030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595789" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13460030'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595789'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595789'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13460030'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517554> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13517554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609384" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13517554'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609384'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609384'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13517554'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517668> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517668> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517668>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614345" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517668'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614345'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614345'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517668'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594132> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594132> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594132>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13594132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577788" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13594132'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577788'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577788'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13594132'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987244> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13987244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596598" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13987244'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596598'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596598'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13987244'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216927> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14216927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596573" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14216927'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596573'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596573'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14216927'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517511> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13517511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596578" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13517511'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596578'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596578'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13517511'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14269710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14269710> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14269710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14269710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14269710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14269710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596624" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14269710'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596624'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596624'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14269710'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882513> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882513> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882513>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13882513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609506" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13882513'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609506'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609506'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13882513'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977209> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977209> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977209>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13977209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610042" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13977209'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610042'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610042'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13977209'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882522> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882522> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882522>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13882522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610048" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13882522'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610048'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610048'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13882522'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13824900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13824900> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13824900> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13824900>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13824900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13824900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581031" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13824900'^^xsd:integer;
  dwc:scientificName 'Facelina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581031'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581031'^^xsd:string;
  dwc:aphiaid '137997'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13824900'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '137997'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419574> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419574> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419574>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13419574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609369" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13419574'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609369'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609369'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13419574'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13744670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13744670> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13744670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13744670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13744670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13744670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614516" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13744670'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614516'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614516'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13744670'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14395345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14395345> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14395345> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14395345>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14395345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14395345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581014" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14395345'^^xsd:integer;
  dwc:scientificName 'Sagartia troglodytes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581014'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581014'^^xsd:string;
  dwc:aphiaid '100994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14395345'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '855674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977202> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977202> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977202>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13977202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609186" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13977202'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609186'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609186'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13977202'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977213> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977213> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977213>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13977213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609660" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13977213'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609660'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609660'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13977213'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216931> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14216931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596602" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14216931'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596602'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596602'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14216931'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13877943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13877943> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13877943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13877943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13877943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13877943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611425" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13877943'^^xsd:integer;
  dwc:scientificName 'Gracilaria gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611425'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611425'^^xsd:string;
  dwc:aphiaid '145700'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13877943'^^xsd:string;
  dwc:observationDate '2000-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '145700'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749833> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749833> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749833>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13749833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609702" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13749833'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609702'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609702'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13749833'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594182> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13594182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609564" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13594182'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609564'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609564'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13594182'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14470177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14470177> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14470177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14470177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14470177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14470177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615073" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14470177'^^xsd:integer;
  dwc:scientificName 'Suberites ficus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615073'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615073'^^xsd:string;
  dwc:aphiaid '134285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14470177'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '134285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594195> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13594195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615087" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13594195'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615087'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615087'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13594195'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14216948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14216948> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14216948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14216948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14216948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14216948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609347" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14216948'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609347'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609347'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14216948'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216968> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14216968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14216968'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614225'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614225'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14216968'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13594171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13594171> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13594171> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13594171>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13594171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13594171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609125" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13594171'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609125'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609125'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13594171'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14414564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14414564> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14414564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14414564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14414564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14414564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596302" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14414564'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria reptans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596302'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596302'^^xsd:string;
  dwc:aphiaid '111247'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14414564'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '738997'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14216952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14216952> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14216952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14216952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14216952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14216952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609635" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14216952'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609635'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609635'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14216952'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13882511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13882511> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13882511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13882511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13882511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13882511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610093" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13882511'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610093'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610093'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13882511'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977212> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977212> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977212>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13977212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609711" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13977212'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609711'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609711'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13977212'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882523> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882523> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882523>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13882523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609703" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13882523'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609703'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609703'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13882523'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713197> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13713197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615091" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13713197'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615091'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615091'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13713197'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14269711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14269711> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14269711> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14269711>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14269711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14269711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614845" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14269711'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614845'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614845'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14269711'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946631> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946631> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946631>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13946631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614683" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13946631'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614683'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614683'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13946631'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977206> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977206> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977206>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13977206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557191" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13977206'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557191'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557191'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13977206'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946647> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13946647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615252" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13946647'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615252'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615252'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13946647'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946648> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13946648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615526" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13946648'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615526'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615526'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13946648'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14135887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14135887> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14135887> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14135887>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14135887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14135887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609120" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14135887'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609120'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609120'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14135887'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389488> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13389488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614096" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13389488'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614096'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614096'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13389488'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092244> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092244> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092244>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14092244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579787" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14092244'^^xsd:integer;
  dwc:scientificName 'Molgula manhattensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579787'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579787'^^xsd:string;
  dwc:aphiaid '103788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14092244'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14372118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14372118> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14372118> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14372118>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14372118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14372118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609395" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14372118'^^xsd:integer;
  dwc:scientificName 'Raspailia hispida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609395'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609395'^^xsd:string;
  dwc:aphiaid '133147'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14372118'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '133147'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14427350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14427350> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14427350> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14427350>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14427350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14427350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581047" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14427350'^^xsd:integer;
  dwc:scientificName 'Sidnyum turbinatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581047'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581047'^^xsd:string;
  dwc:aphiaid '103684'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14427350'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '103670'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419575> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419575> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419575>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13419575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13419575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609807" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13419575'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609807'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609807'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13419575'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419603> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419603> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419603>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13419603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614836" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13419603'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614836'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614836'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13419603'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412298> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14412298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597720" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14412298'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597720'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597720'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14412298'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10710146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10710146> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10710146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10710146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10710146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:10710146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40728994" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '10710146'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40728994'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40728994'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:10710146'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14366722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14366722> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14366722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14366722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14366722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:14366722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729028" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '14366722'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729028'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729028'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:14366722'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14083568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14083568> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14083568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14083568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14083568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14083568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596951" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14083568'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596951'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596951'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14083568'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12458397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12458397> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12458397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12458397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12458397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:12458397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615191" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '12458397'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615191'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615191'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:12458397'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13703863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13703863> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13703863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13703863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13703863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13703863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609350" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13703863'^^xsd:integer;
  dwc:scientificName 'Corystes cassivelaunus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609350'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609350'^^xsd:string;
  dwc:aphiaid '107277'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13703863'^^xsd:string;
  dwc:observationDate '1999-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '107277'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732637> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732637> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732637>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13732637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614535" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13732637'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614535'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614535'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13732637'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13502387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13502387> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13502387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13502387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13502387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13502387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596971" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13502387'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596971'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596971'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13502387'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732631> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13732631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615350" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13732631'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615350'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615350'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13732631'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083593> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14083593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614790" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14083593'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614790'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614790'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14083593'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424604> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13424604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614078" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13424604'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614078'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614078'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13424604'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718200> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13718200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580880" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13718200'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580880'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580880'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13718200'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689748> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13689748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580867" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13689748'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580867'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580867'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13689748'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943553> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13943553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580804" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13943553'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580804'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580804'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13943553'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14324322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14324322> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14324322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14324322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14324322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14324322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580796" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14324322'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580796'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580796'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14324322'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336274> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614276" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336274'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614276'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614276'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336274'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424463> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13424463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580805" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13424463'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580805'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580805'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13424463'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590709> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733291" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590709'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733291'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733291'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590709'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907453> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13907453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733290" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13907453'^^xsd:integer;
  dwc:scientificName 'Haustorius arenarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733290'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733290'^^xsd:string;
  dwc:aphiaid '102317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13907453'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '102317'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336200> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14336200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597027" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14336200'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597027'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597027'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14336200'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13577643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13577643> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13577643> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13577643>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13577643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13577643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609614" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13577643'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609614'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609614'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13577643'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14120758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14120758> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14120758> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14120758>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14120758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14120758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609612" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14120758'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609612'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609612'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14120758'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13748937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13748937> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13748937> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13748937>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13748937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13748937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609617" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13748937'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609617'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609617'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13748937'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336237> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336237> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336237>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14336237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556978" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14336237'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556978'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556978'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14336237'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336244> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336244> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336244>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14336244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609219" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14336244'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609219'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609219'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14336244'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412303> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14412303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733666" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14412303'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733666'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733666'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14412303'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13359676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13359676> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13359676> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13359676>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13359676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13359676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609017" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13359676'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609017'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609017'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13359676'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413677> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413677> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413677>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13413677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614520" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13413677'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614520'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614520'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13413677'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13413660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13413660> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13413660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13413660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13413660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13413660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609544" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13413660'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609544'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609544'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13413660'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13359669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13359669> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13359669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13359669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13359669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13359669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13359669'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609912'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609912'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13359669'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216981> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14216981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607129" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14216981'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607129'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607129'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14216981'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490085> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14490085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733050" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14490085'^^xsd:integer;
  dwc:scientificName 'Tetrastemma candidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733050'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733050'^^xsd:string;
  dwc:aphiaid '122764'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14490085'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '122764'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13744668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13744668> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13744668> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13744668>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13744668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13744668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614701" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13744668'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614701'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614701'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13744668'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13580668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13580668> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13580668> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13580668>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13580668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:13580668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605088" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '13580668'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605088'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605088'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:13580668'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489426> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14489426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614302" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14489426'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614302'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614302'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14489426'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13385068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13385068> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13385068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13385068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13385068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13385068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40754569" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13385068'^^xsd:integer;
  dwc:scientificName 'Algae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40754569'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40754569'^^xsd:string;
  dwc:aphiaid '139994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13385068'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '1048787'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13848885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13848885> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13848885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13848885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13848885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13848885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752190" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13848885'^^xsd:integer;
  dwc:scientificName 'Gattyana cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752190'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752190'^^xsd:string;
  dwc:aphiaid '152313'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13848885'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '130749'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14314218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14314218> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14314218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14314218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14314218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14314218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752691" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14314218'^^xsd:integer;
  dwc:scientificName 'Polycirrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752691'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752691'^^xsd:string;
  dwc:aphiaid '129710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14314218'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091195> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14091195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752644" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14091195'^^xsd:integer;
  dwc:scientificName 'Moerella donacina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752644'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752644'^^xsd:string;
  dwc:aphiaid '147021'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14091195'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '147021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445084> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14445084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752946" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14445084'^^xsd:integer;
  dwc:scientificName 'Spionidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752946'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752946'^^xsd:string;
  dwc:aphiaid '913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14445084'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14428439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14428439> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14428439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14428439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14428439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14428439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752394" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14428439'^^xsd:integer;
  dwc:scientificName 'Sige fusigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752394'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752394'^^xsd:string;
  dwc:aphiaid '130690'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14428439'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '130690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13547093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13547093> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13547093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13547093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13547093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13547093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752768" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13547093'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pelagica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752768'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752768'^^xsd:string;
  dwc:aphiaid '103066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13547093'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '103066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13392062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13392062> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13392062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13392062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13392062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13392062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752767" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13392062'^^xsd:integer;
  dwc:scientificName 'Abra alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752767'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752767'^^xsd:string;
  dwc:aphiaid '141433'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13392062'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '141433'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14141221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14141221> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14141221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14141221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14141221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14141221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40751998" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14141221'^^xsd:integer;
  dwc:scientificName 'Nephtys'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40751998'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40751998'^^xsd:string;
  dwc:aphiaid '129370'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14141221'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '129370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13943518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13943518> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13943518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13943518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13943518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13943518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401613" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13943518'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401613'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401613'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13943518'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350340> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13350340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597590" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13350340'^^xsd:integer;
  dwc:scientificName 'Spionida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597590'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597590'^^xsd:string;
  dwc:aphiaid '889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13350340'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '889'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350341> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13350341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597706" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13350341'^^xsd:integer;
  dwc:scientificName 'Spionida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597706'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597706'^^xsd:string;
  dwc:aphiaid '889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13350341'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '889'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350327> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13350327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597668" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13350327'^^xsd:integer;
  dwc:scientificName 'Spionida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597668'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597668'^^xsd:string;
  dwc:aphiaid '889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13350327'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '889'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828581> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828581> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828581>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13828581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579159" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13828581'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579159'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579159'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13828581'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559724> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14559724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752697" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14559724'^^xsd:integer;
  dwc:scientificName 'Eurydice truncata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752697'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752697'^^xsd:string;
  dwc:aphiaid '118855'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14559724'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '118855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646360> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13646360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735374" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13646360'^^xsd:integer;
  dwc:scientificName 'Chironomida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735374'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735374'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13646360'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166377> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.304741"^^xsd:decimal ;
  dwc:decimalLongitude "-4.34813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  geo-pos:lat "52.304741"^^xsd:decimal ;
  geo-pos:long "-4.34813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14166377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752854" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14166377'^^xsd:integer;
  dwc:scientificName 'Nucula nitidosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752854'^^xsd:string;
  dwc:yearCollected '1998'^^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.34813'^^xsd:double;
  dwc:latitude '52.304741'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752854'^^xsd:string;
  dwc:aphiaid '140589'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14166377'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '140589'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389505> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13389505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614359" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13389505'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614359'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614359'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13389505'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13779780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13779780> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13779780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13779780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13779780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13779780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597166" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13779780'^^xsd:integer;
  dwc:scientificName 'Emarginula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597166'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597166'^^xsd:string;
  dwc:aphiaid '138012'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13779780'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '138012'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13915301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13915301> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13915301> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13915301>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13915301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13915301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614344" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13915301'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614344'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614344'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13915301'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580748> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13580748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13580748'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614064'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614064'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13580748'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535451> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14535451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609631" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14535451'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609631'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609631'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14535451'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879189> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13879189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614777" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13879189'^^xsd:integer;
  dwc:scientificName 'Grantia compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614777'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614777'^^xsd:string;
  dwc:aphiaid '132181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13879189'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '132181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564606> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564606> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564606>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13564606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609427" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13564606'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609427'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609427'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13564606'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562431> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13562431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580841" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13562431'^^xsd:integer;
  dwc:scientificName 'Bowerbankia pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580841'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580841'^^xsd:string;
  dwc:aphiaid '111668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13562431'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '851599'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336215> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14336215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596600" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14336215'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596600'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596600'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14336215'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558652> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13558652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581314" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13558652'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581314'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581314'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13558652'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424513> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13424513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595787" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13424513'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595787'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595787'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13424513'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13567086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13567086> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13567086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13567086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13567086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13567086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611431" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13567086'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611431'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611431'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13567086'^^xsd:string;
  dwc:observationDate '2000-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389493> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389493> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389493>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13389493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607167" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13389493'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607167'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607167'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13389493'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14464445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14464445> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14464445> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14464445>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14464445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14464445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607184" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14464445'^^xsd:integer;
  dwc:scientificName 'Stolonica socialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607184'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607184'^^xsd:string;
  dwc:aphiaid '103921'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14464445'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '103921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13389478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13389478> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13389478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13389478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13389478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13389478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611363" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13389478'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611363'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611363'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13389478'^^xsd:string;
  dwc:observationDate '2000-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14310662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14310662> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14310662> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14310662>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14310662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14310662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607282" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14310662'^^xsd:integer;
  dwc:scientificName 'Polycarpa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607282'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607282'^^xsd:string;
  dwc:aphiaid '103538'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14310662'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '103538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389481> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389481> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389481>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13389481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613975" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13389481'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613975'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613975'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13389481'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13460046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13460046> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13460046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13460046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13460046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13460046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614279" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13460046'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614279'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614279'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13460046'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13662125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13662125> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13662125> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13662125>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13662125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13662125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614230" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13662125'^^xsd:integer;
  dwc:scientificName 'Ciocalypta penicillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614230'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614230'^^xsd:string;
  dwc:aphiaid '132575'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13662125'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '132575'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13766515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13766515> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13766515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13766515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13766515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13766515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607557" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13766515'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607557'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607557'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13766515'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917830> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13917830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607323" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13917830'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607323'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607323'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13917830'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13749836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13749836> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13749836> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13749836>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13749836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13749836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614190" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13749836'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614190'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614190'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13749836'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389501> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13389501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614076" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13389501'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614076'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614076'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13389501'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13334164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13334164> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13334164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65776 -4.662763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.65776"^^xsd:decimal ;
  dwc:decimalLongitude "-4.662763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13334164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65776 -4.662763)"^^geo:wktLiteral ;
  geo-pos:lat "52.65776"^^xsd:decimal ;
  geo-pos:long "-4.662763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13334164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13334164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607543" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13334164'^^xsd:integer;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607543'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.662763'^^xsd:double;
  dwc:latitude '52.65776'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607543'^^xsd:string;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13334164'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13630905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13630905> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13630905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13630905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13630905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13630905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607412" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13630905'^^xsd:integer;
  dwc:scientificName 'Cereus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607412'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607412'^^xsd:string;
  dwc:aphiaid '100987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13630905'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '100987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594168> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13594168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596704" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13594168'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596704'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596704'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13594168'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329799> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14329799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595962" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14329799'^^xsd:integer;
  dwc:scientificName 'Polysiphonia fucoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595962'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595962'^^xsd:string;
  dwc:aphiaid '144639'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14329799'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '637672'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573575> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14573575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579901" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14573575'^^xsd:integer;
  dwc:scientificName 'Pterothamnion crispum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579901'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579901'^^xsd:string;
  dwc:aphiaid '144682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14573575'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144682'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417981> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14417981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596893" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14417981'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596893'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596893'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14417981'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638377> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13638377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596905" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13638377'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596905'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596905'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13638377'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594166> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13594166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595932" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13594166'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595932'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595932'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13594166'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14018086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14018086> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14018086> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14018086>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14018086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14018086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607527" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14018086'^^xsd:integer;
  dwc:scientificName 'Lithothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607527'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607527'^^xsd:string;
  dwc:aphiaid '144018'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14018086'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '144018'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535512> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535512> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535512>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14535512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613855" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14535512'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613855'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613855'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14535512'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13914475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13914475> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13914475> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13914475>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13914475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13914475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607165" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13914475'^^xsd:integer;
  dwc:scientificName 'Hemimycale columella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607165'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607165'^^xsd:string;
  dwc:aphiaid '133543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13914475'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '133543'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14696961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14696961> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14696961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14696961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14696961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14696961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607130" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14696961'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607130'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607130'^^xsd:string;
  dwc:aphiaid '126928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14696961'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '126928'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13928901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13928901> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13928901> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13928901>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13928901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13928901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40297539" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13928901'^^xsd:integer;
  dwc:scientificName 'Hildenbrandia rubra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40297539'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^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-JNCCMNCR40297539'^^xsd:string;
  dwc:aphiaid '145712'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13928901'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '145712'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13931468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13931468> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13931468> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13931468>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13931468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13931468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577671" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13931468'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577671'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40577671'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13931468'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14228953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14228953> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14228953> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14228953>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14228953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14228953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577647" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14228953'^^xsd:integer;
  dwc:scientificName 'Parablennius gattorugine'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577647'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577647'^^xsd:string;
  dwc:aphiaid '126770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14228953'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '126770'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13575259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13575259> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13575259> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13575259>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13575259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13575259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577636" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13575259'^^xsd:integer;
  dwc:scientificName 'Bugula flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577636'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577636'^^xsd:string;
  dwc:aphiaid '111152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13575259'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '834002'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14132856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14132856> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14132856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14132856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14132856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14132856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579464" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14132856'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579464'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579464'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14132856'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404265> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404265> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404265>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13404265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614982" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13404265'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614982'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40614982'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13404265'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478712> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478712> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478712>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14478712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615846" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14478712'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615846'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615846'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14478712'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13334169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13334169> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13334169> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13334169>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13334169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13334169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615378" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13334169'^^xsd:integer;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615378'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615378'^^xsd:string;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13334169'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376228> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14376228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595772" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14376228'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595772'^^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 '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595772'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14376228'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14260996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14260996> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14260996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14260996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14260996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14260996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580090" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14260996'^^xsd:integer;
  dwc:scientificName 'Perophora listeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580090'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580090'^^xsd:string;
  dwc:aphiaid '103759'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14260996'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '103759'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13728218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13728218> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13728218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13728218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13728218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13728218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13728218'^^xsd:integer;
  dwc:scientificName 'Dasya hutchinsiae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578820'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578820'^^xsd:string;
  dwc:aphiaid '144719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13728218'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14036334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14036334> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14036334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14036334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14036334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14036334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614465" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14036334'^^xsd:integer;
  dwc:scientificName 'Lomentaria articulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614465'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614465'^^xsd:string;
  dwc:aphiaid '145821'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14036334'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '145821'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13407845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13407845> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13407845> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13407845>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13407845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13407845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578614" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13407845'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578614'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578614'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13407845'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683244> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683244> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683244>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13683244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578602" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13683244'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578602'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578602'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13683244'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14534209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14534209> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14534209> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14534209>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14534209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14534209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579836" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14534209'^^xsd:integer;
  dwc:scientificName 'Urticina eques'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579836'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579836'^^xsd:string;
  dwc:aphiaid '100833'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14534209'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100833'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683236> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683236> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683236>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13683236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581061" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13683236'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581061'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581061'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13683236'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987217> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13987217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577892" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13987217'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577892'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577892'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13987217'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735520> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13735520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614893" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13735520'^^xsd:integer;
  dwc:scientificName 'Dercitus bucklandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614893'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614893'^^xsd:string;
  dwc:aphiaid '134068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13735520'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '555677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14300783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14300783> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14300783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14300783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14300783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14300783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615122" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14300783'^^xsd:integer;
  dwc:scientificName 'Plumaria plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615122'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615122'^^xsd:string;
  dwc:aphiaid '144603'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14300783'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '144603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14607441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14607441> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14607441> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14607441>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14607441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14607441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580189" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14607441'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580189'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580189'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14607441'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14388164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14388164> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14388164> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14388164>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14388164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14388164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580168" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14388164'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580168'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580168'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14388164'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018450> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13018450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614635" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13018450'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614635'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614635'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13018450'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13577624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13577624> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13577624> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13577624>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13577624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13577624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579608" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13577624'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579608'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579608'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13577624'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14283059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14283059> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14283059> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14283059>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14283059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14283059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579631" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14283059'^^xsd:integer;
  dwc:scientificName 'Phycodrys rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579631'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579631'^^xsd:string;
  dwc:aphiaid '144773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14283059'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414573> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13414573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596416" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13414573'^^xsd:integer;
  dwc:scientificName 'Aglaothamnion byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596416'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596416'^^xsd:string;
  dwc:aphiaid '144490'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13414573'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336213> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14336213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596395" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14336213'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596395'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596395'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14336213'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539250> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13539250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615510" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13539250'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615510'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615510'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13539250'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755104> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13755104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580408" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13755104'^^xsd:integer;
  dwc:scientificName 'Diplosoma listerianum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580408'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580408'^^xsd:string;
  dwc:aphiaid '103579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13755104'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732620> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13732620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615513" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13732620'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615513'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615513'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13732620'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269689> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14269689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14269689'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579329'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579329'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14269689'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13649206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13649206> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13649206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13649206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13649206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13649206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597996" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13649206'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597996'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597996'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13649206'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583937> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583937> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583937>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13583937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579839" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13583937'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579839'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579839'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13583937'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14260997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14260997> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14260997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14260997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14260997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14260997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580091" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14260997'^^xsd:integer;
  dwc:scientificName 'Perophora listeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580091'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580091'^^xsd:string;
  dwc:aphiaid '103759'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14260997'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '103759'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14261004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14261004> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14261004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14261004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14261004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14261004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579374" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14261004'^^xsd:integer;
  dwc:scientificName 'Perophora listeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579374'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579374'^^xsd:string;
  dwc:aphiaid '103759'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14261004'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103759'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14260992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14260992> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14260992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14260992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14260992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14260992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14260992'^^xsd:integer;
  dwc:scientificName 'Perophora listeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401825'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401825'^^xsd:string;
  dwc:aphiaid '103759'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14260992'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '103759'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13606645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13606645> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13606645> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13606645>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13606645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13606645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611376" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13606645'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611376'^^xsd:string;
  dwc:yearCollected '1999'^^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.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611376'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13606645'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13971322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13971322> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13971322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13971322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13971322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13971322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579304" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13971322'^^xsd:integer;
  dwc:scientificName 'Lafoea dumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579304'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579304'^^xsd:string;
  dwc:aphiaid '117702'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13971322'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14460115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14460115> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14460115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14460115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14460115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14460115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579296" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14460115'^^xsd:integer;
  dwc:scientificName 'Stelligera rigida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579296'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579296'^^xsd:string;
  dwc:aphiaid '134174'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14460115'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1424275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13575274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13575274> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13575274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13575274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13575274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13575274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579322" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13575274'^^xsd:integer;
  dwc:scientificName 'Bugula flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579322'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579322'^^xsd:string;
  dwc:aphiaid '111152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13575274'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '834002'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13416144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13416144> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13416144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13416144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13416144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13416144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597911" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13416144'^^xsd:integer;
  dwc:scientificName 'Ahnfeltia plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597911'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597911'^^xsd:string;
  dwc:aphiaid '144422'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13416144'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '144422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14474691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14474691> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14474691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14474691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14474691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14474691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598080" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14474691'^^xsd:integer;
  dwc:scientificName 'Syngnathus acus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598080'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598080'^^xsd:string;
  dwc:aphiaid '127387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14474691'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '127387'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13774289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13774289> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13774289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13774289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13774289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13774289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598002" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13774289'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598002'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598002'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13774289'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13777784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13777784> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13777784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13777784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13777784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13777784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615805" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13777784'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615805'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615805'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13777784'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14372645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14372645> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14372645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14372645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14372645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14372645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579298" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14372645'^^xsd:integer;
  dwc:scientificName 'Raspailia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579298'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579298'^^xsd:string;
  dwc:aphiaid '181150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14372645'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '133150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13576597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13576597> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13576597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13576597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13576597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13576597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40298374" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13576597'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40298374'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40298374'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13576597'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576566> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576566> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576566>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13576566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578631" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13576566'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578631'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578631'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13576566'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576575> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576575> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576575>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13576575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579740" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13576575'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579740'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579740'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13576575'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286796> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14286796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579331" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14286796'^^xsd:integer;
  dwc:scientificName 'Phyllophora crispa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579331'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579331'^^xsd:string;
  dwc:aphiaid '145660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14286796'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324387> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324387> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324387>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13324387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615424" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13324387'^^xsd:integer;
  dwc:scientificName 'Ascidiacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615424'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615424'^^xsd:string;
  dwc:aphiaid '1839'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13324387'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458759> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458759> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458759>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13458759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13458759'^^xsd:integer;
  dwc:scientificName 'Anapagurus hyndmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579255'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579255'^^xsd:string;
  dwc:aphiaid '107217'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13458759'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107217'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917822> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917822> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917822>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13917822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578654" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13917822'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578654'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578654'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13917822'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459660> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14459660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580501" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14459660'^^xsd:integer;
  dwc:scientificName 'Spyridia filamentosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580501'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580501'^^xsd:string;
  dwc:aphiaid '144706'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14459660'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13793100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13793100> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13793100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13793100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13793100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13793100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615757" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13793100'^^xsd:integer;
  dwc:scientificName 'Erythroglossum laciniatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615757'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615757'^^xsd:string;
  dwc:aphiaid '144749'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13793100'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144749'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13630909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13630909> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13630909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13630909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13630909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13630909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615739" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13630909'^^xsd:integer;
  dwc:scientificName 'Cereus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615739'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615739'^^xsd:string;
  dwc:aphiaid '100987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13630909'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '100987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14460781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14460781> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14460781> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14460781>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14460781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14460781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578140" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14460781'^^xsd:integer;
  dwc:scientificName 'Stelligera stuposa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578140'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578140'^^xsd:string;
  dwc:aphiaid '134175'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14460781'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '134175'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795485> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13795485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578941" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13795485'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578941'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578941'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13795485'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638355> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13638355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578950" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13638355'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578950'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578950'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13638355'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13793095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13793095> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13793095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13793095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13793095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13793095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580123" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13793095'^^xsd:integer;
  dwc:scientificName 'Erythroglossum laciniatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580123'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580123'^^xsd:string;
  dwc:aphiaid '144749'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13793095'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '144749'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795489> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13795489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580059" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13795489'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580059'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580059'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13795489'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558646> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13558646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579376" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13558646'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579376'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579376'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13558646'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14596430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14596430> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14596430> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14596430>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14596430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14596430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580546" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14596430'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580546'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580546'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14596430'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13915247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13915247> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13915247> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13915247>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13915247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13915247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580564" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13915247'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580564'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580564'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13915247'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13532846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13532846> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13532846> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13532846>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13532846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13532846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614613" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13532846'^^xsd:integer;
  dwc:scientificName 'Aulactinia verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614613'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614613'^^xsd:string;
  dwc:aphiaid '100815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13532846'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '100819'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14386488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14386488> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14386488> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14386488>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14386488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14386488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578642" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14386488'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578642'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578642'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14386488'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14328941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14328941> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14328941> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14328941>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14328941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14328941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580045" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14328941'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580045'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580045'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14328941'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14586822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14586822> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14586822> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14586822>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14586822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14586822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607664" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14586822'^^xsd:integer;
  dwc:scientificName 'Balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607664'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607664'^^xsd:string;
  dwc:aphiaid '106122'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14586822'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '106122'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13385408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13385408> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13385408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13385408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13385408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13385408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611361" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13385408'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611361'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611361'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13385408'^^xsd:string;
  dwc:observationDate '2000-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13385413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13385413> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13385413> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13385413>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13385413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13385413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607479" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13385413'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607479'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607479'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13385413'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13774322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13774322> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13774322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13774322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13774322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13774322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607397" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13774322'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607397'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607397'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13774322'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13334162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13334162> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13334162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13334162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13334162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13334162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607248" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13334162'^^xsd:integer;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607248'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607248'^^xsd:string;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13334162'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13594190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13594190> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13594190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13594190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13594190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13594190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614316" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13594190'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614316'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614316'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13594190'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539225> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13539225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607649" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13539225'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607649'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607649'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13539225'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539231> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13539231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614174" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13539231'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614174'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614174'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13539231'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13620736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13620736> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13620736> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13620736>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13620736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13620736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613906" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13620736'^^xsd:integer;
  dwc:scientificName 'Cellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613906'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613906'^^xsd:string;
  dwc:aphiaid '110869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13620736'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '110869'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13620737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13620737> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13620737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13620737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13620737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13620737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607300" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13620737'^^xsd:integer;
  dwc:scientificName 'Cellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607300'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607300'^^xsd:string;
  dwc:aphiaid '110869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13620737'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '110869'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216978> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14216978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607561" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14216978'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607561'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607561'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14216978'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13939972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13939972> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13939972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13939972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13939972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13939972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607562" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13939972'^^xsd:integer;
  dwc:scientificName 'Hyas araneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607562'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607562'^^xsd:string;
  dwc:aphiaid '107322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13939972'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '107322'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216983> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14216983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613922" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14216983'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613922'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613922'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14216983'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14310666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14310666> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14310666> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14310666>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14310666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14310666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607669" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14310666'^^xsd:integer;
  dwc:scientificName 'Polycarpa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607669'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607669'^^xsd:string;
  dwc:aphiaid '103538'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14310666'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '103538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216975> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14216975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607548" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14216975'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607548'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607548'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14216975'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13759050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13759050> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13759050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13759050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13759050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13759050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597002" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13759050'^^xsd:integer;
  dwc:scientificName 'Dosinia exoleta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597002'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597002'^^xsd:string;
  dwc:aphiaid '141911'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13759050'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '141911'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13897190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13897190> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13897190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13897190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13897190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13897190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585178" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13897190'^^xsd:integer;
  dwc:scientificName 'Halurus flosculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585178'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585178'^^xsd:string;
  dwc:aphiaid '144595'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13897190'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144595'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14135903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14135903> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14135903> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14135903>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14135903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14135903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614155" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14135903'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614155'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614155'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14135903'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389487> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389487> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389487>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13389487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607483" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13389487'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607483'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607483'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13389487'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12458388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12458388> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12458388> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12458388>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12458388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:12458388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614209" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '12458388'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614209'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614209'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:12458388'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14200401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14200401> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14200401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14200401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14200401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14200401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607503" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14200401'^^xsd:integer;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607503'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607503'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14200401'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14083587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14083587> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14083587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14083587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14083587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14083587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607603" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14083587'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607603'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607603'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14083587'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535497> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535497> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535497>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14535497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607169" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14535497'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607169'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607169'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14535497'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13827026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13827026> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13827026> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13827026>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13827026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13827026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607173" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13827026'^^xsd:integer;
  dwc:scientificName 'Filograna implexa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607173'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607173'^^xsd:string;
  dwc:aphiaid '130989'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13827026'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '130989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14447880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14447880> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14447880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14447880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14447880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:14447880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40728999" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '14447880'^^xsd:integer;
  dwc:scientificName 'Spiophanes bombyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40728999'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40728999'^^xsd:string;
  dwc:aphiaid '131187'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:14447880'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '131187'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14222279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14222279> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14222279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14222279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14222279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:14222279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611298" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '14222279'^^xsd:integer;
  dwc:scientificName 'Pagurus prideaux'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611298'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611298'^^xsd:string;
  dwc:aphiaid '107239'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:14222279'^^xsd:string;
  dwc:observationDate '2000-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '107239'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13448624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13448624> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13448624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13448624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13448624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13448624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597008" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13448624'^^xsd:integer;
  dwc:scientificName 'Amphiura chiajei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597008'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597008'^^xsd:string;
  dwc:aphiaid '125073'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13448624'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '125073'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14324339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14324339> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14324339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14324339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14324339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14324339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614166" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14324339'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614166'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614166'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14324339'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12458390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12458390> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12458390> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12458390>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12458390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:12458390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613904" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '12458390'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613904'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613904'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:12458390'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14324340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14324340> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14324340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14324340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14324340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14324340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607286" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14324340'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607286'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607286'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14324340'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13324380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13324380> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13324380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13324380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13324380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13324380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611481" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13324380'^^xsd:integer;
  dwc:scientificName 'Ascidiacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611481'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611481'^^xsd:string;
  dwc:aphiaid '1839'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13324380'^^xsd:string;
  dwc:observationDate '2000-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '1839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A12994143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A12994143> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A12994143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A12994143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A12994143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:12994143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611272" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '12994143'^^xsd:integer;
  dwc:scientificName 'Amphipoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611272'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611272'^^xsd:string;
  dwc:aphiaid '1135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:12994143'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '1135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13713194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13713194> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13713194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13713194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13713194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13713194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611279" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13713194'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611279'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611279'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13713194'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917839> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13917839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614371" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13917839'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614371'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614371'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13917839'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346978> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346978> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346978>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14346978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615058" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14346978'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615058'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615058'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14346978'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594147> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13594147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579316" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13594147'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579316'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579316'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13594147'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13563142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13563142> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13563142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13563142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13563142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13563142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401807" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13563142'^^xsd:integer;
  dwc:scientificName 'Branchiomma bombyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401807'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401807'^^xsd:string;
  dwc:aphiaid '130878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13563142'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '130878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419561> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13419561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579360" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13419561'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579360'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579360'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13419561'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13914467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13914467> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13914467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13914467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13914467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13914467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580375" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13914467'^^xsd:integer;
  dwc:scientificName 'Hemimycale columella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580375'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580375'^^xsd:string;
  dwc:aphiaid '133543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13914467'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '133543'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13431522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13431522> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13431522> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13431522>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13431522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13431522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579918" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13431522'^^xsd:integer;
  dwc:scientificName 'Ammodytes tobianus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579918'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579918'^^xsd:string;
  dwc:aphiaid '126752'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13431522'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126752'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14228964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14228964> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14228964> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14228964>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14228964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14228964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615019" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14228964'^^xsd:integer;
  dwc:scientificName 'Parablennius gattorugine'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615019'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615019'^^xsd:string;
  dwc:aphiaid '126770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14228964'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '126770'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13250313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13250313> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13250313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13250313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13250313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13250313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615207" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13250313'^^xsd:integer;
  dwc:scientificName 'Verrucaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615207'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615207'^^xsd:string;
  dwc:aphiaid '147701'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13250313'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '147701'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14488971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14488971> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14488971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14488971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14488971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14488971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614756" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14488971'^^xsd:integer;
  dwc:scientificName 'Terpios fugax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614756'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614756'^^xsd:string;
  dwc:aphiaid '134307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14488971'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '134307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981592> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13981592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580135" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13981592'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580135'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580135'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13981592'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14417956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14417956> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14417956> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14417956>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14417956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14417956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581059" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14417956'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581059'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581059'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14417956'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018457> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13018457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615141" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13018457'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615141'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615141'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13018457'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413674> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13413674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615621" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13413674'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615621'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615621'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13413674'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766485> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766485> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766485>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13766485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580756" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13766485'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580756'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580756'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13766485'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583945> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583945> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583945>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13583945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580772" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13583945'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580772'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580772'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13583945'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14573565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14573565> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14573565> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14573565>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14573565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14573565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580036" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14573565'^^xsd:integer;
  dwc:scientificName 'Pterothamnion crispum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580036'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580036'^^xsd:string;
  dwc:aphiaid '144682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14573565'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144682'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13483277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13483277> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13483277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13483277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13483277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13483277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615632" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13483277'^^xsd:integer;
  dwc:scientificName 'Aplidium punctum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615632'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615632'^^xsd:string;
  dwc:aphiaid '103662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13483277'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '103662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14116814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14116814> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14116814> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14116814>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14116814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14116814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580526" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14116814'^^xsd:integer;
  dwc:scientificName 'Myxilla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580526'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580526'^^xsd:string;
  dwc:aphiaid '131970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14116814'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '131970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718204> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13718204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597143" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13718204'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597143'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597143'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13718204'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14478701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14478701> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14478701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14478701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14478701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14478701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597119" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14478701'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597119'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597119'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14478701'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14513294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14513294> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14513294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14513294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14513294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14513294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597107" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14513294'^^xsd:integer;
  dwc:scientificName 'Trivia monacha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597107'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597107'^^xsd:string;
  dwc:aphiaid '141744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14513294'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '141744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14498083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14498083> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14498083> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14498083>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14498083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14498083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14498083'^^xsd:integer;
  dwc:scientificName 'Thymosia guernei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614868'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614868'^^xsd:string;
  dwc:aphiaid '134113'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14498083'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '134113'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14498084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14498084> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14498084> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14498084>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14498084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14498084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615053" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14498084'^^xsd:integer;
  dwc:scientificName 'Thymosia guernei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615053'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615053'^^xsd:string;
  dwc:aphiaid '134113'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14498084'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '134113'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055221> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14055221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580645" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14055221'^^xsd:integer;
  dwc:scientificName 'Macropodia rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580645'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580645'^^xsd:string;
  dwc:aphiaid '107345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14055221'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455441> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:12455441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580648" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '12455441'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580648'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580648'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:12455441'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13882469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13882469> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13882469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13882469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13882469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13882469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598086" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13882469'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598086'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598086'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13882469'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977168> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13977168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580692" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13977168'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580692'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580692'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13977168'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882483> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13882483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580671" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13882483'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580671'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580671'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13882483'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13882472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13882472> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13882472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13882472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13882472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13882472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597986" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13882472'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597986'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597986'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13882472'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924080> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13924080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596046" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13924080'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596046'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596046'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13924080'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477089> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14477089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597157" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14477089'^^xsd:integer;
  dwc:scientificName 'Taonia atomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597157'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597157'^^xsd:string;
  dwc:aphiaid '145393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14477089'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924083> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13924083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596001" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13924083'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596001'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596001'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13924083'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13551085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13551085> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13551085> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13551085>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13551085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13551085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615010" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13551085'^^xsd:integer;
  dwc:scientificName 'Bicellariella ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615010'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615010'^^xsd:string;
  dwc:aphiaid '111147'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13551085'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '111147'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13551086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13551086> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13551086> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13551086>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13551086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13551086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615844" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13551086'^^xsd:integer;
  dwc:scientificName 'Bicellariella ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615844'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615844'^^xsd:string;
  dwc:aphiaid '111147'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13551086'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '111147'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607449> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607449> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607449>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14607449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577575" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14607449'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577575'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577575'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14607449'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14386489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14386489> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14386489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14386489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14386489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14386489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578781" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14386489'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578781'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578781'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14386489'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380345> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14380345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578811" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14380345'^^xsd:integer;
  dwc:scientificName 'Rhodophyllis divaricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578811'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578811'^^xsd:string;
  dwc:aphiaid '145617'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14380345'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459653> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14459653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578819" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14459653'^^xsd:integer;
  dwc:scientificName 'Spyridia filamentosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578819'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578819'^^xsd:string;
  dwc:aphiaid '144706'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14459653'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13334160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13334160> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13334160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13334160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13334160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13334160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611413" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13334160'^^xsd:integer;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611413'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611413'^^xsd:string;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13334160'^^xsd:string;
  dwc:observationDate '2000-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216882> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14216882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578784" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14216882'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578784'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578784'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14216882'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13762185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13762185> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13762185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13762185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13762185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13762185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578807" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13762185'^^xsd:integer;
  dwc:scientificName 'Dudresnaya verticillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578807'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578807'^^xsd:string;
  dwc:aphiaid '145226'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13762185'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145226'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13473489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13473489> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13473489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13473489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13473489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13473489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578813" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13473489'^^xsd:integer;
  dwc:scientificName 'Antithamnion cruciatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578813'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578813'^^xsd:string;
  dwc:aphiaid '144509'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13473489'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13385410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13385410> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13385410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13385410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13385410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13385410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611411" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13385410'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611411'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611411'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13385410'^^xsd:string;
  dwc:observationDate '2000-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329639> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14329639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578827" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14329639'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578827'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578827'^^xsd:string;
  dwc:aphiaid '144629'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14329639'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1346682'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649249> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13649249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595771" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13649249'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595771'^^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 '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595771'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13649249'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13622584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13622584> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13622584> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13622584>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13622584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13622584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580181" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13622584'^^xsd:integer;
  dwc:scientificName 'Cellepora pumicosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580181'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580181'^^xsd:string;
  dwc:aphiaid '111268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13622584'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '111268'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419531> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419531> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419531>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13419531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580179" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13419531'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580179'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580179'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13419531'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14707604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14707604> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14707604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14707604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14707604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14707604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579145" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14707604'^^xsd:integer;
  dwc:scientificName 'Ulva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579145'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579145'^^xsd:string;
  dwc:aphiaid '144296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14707604'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694991> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13694991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579334" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13694991'^^xsd:integer;
  dwc:scientificName 'Cordylecladia erecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579334'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579334'^^xsd:string;
  dwc:aphiaid '145847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13694991'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145847'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13942313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13942313> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13942313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13942313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13942313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13942313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577583" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13942313'^^xsd:integer;
  dwc:scientificName 'Hydractinia echinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577583'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577583'^^xsd:string;
  dwc:aphiaid '117644'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13942313'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '117644'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14257968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14257968> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14257968> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14257968>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14257968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14257968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580553" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14257968'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580553'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580553'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14257968'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13551075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13551075> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13551075> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13551075>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13551075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13551075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580559" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13551075'^^xsd:integer;
  dwc:scientificName 'Bicellariella ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580559'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580559'^^xsd:string;
  dwc:aphiaid '111147'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13551075'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '111147'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755859> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13755859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580652" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13755859'^^xsd:integer;
  dwc:scientificName 'Diplosoma spongiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580652'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580652'^^xsd:string;
  dwc:aphiaid '103582'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13755859'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13880210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13880210> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13880210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13880210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13880210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13880210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580663" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13880210'^^xsd:integer;
  dwc:scientificName 'Grateloupia filicina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580663'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580663'^^xsd:string;
  dwc:aphiaid '145248'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13880210'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13501050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13501050> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13501050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13501050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13501050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13501050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598099" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13501050'^^xsd:integer;
  dwc:scientificName 'Arthrocladia villosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598099'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598099'^^xsd:string;
  dwc:aphiaid '145306'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13501050'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145306'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13501048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13501048> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13501048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13501048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13501048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13501048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597928" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13501048'^^xsd:integer;
  dwc:scientificName 'Arthrocladia villosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597928'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597928'^^xsd:string;
  dwc:aphiaid '145306'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13501048'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '145306'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517451> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13517451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579699" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13517451'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579699'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579699'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13517451'^^xsd:string;
  dwc:observationDate '1998-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554680> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13554680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579380" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13554680'^^xsd:integer;
  dwc:scientificName 'Bonnemaisonia asparagoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579380'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579380'^^xsd:string;
  dwc:aphiaid '144440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13554680'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14346941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14346941> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14346941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14346941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14346941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14346941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579350" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14346941'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579350'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579350'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14346941'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346976> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346976> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346976>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14346976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614870" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14346976'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614870'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614870'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14346976'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403072> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14403072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579332" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14403072'^^xsd:integer;
  dwc:scientificName 'Schottera nicaeënsis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579332'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579332'^^xsd:string;
  dwc:aphiaid '494793'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14403072'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145666'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14389479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14389479> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14389479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14389479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14389479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14389479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597896" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14389479'^^xsd:integer;
  dwc:scientificName 'Sabellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597896'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597896'^^xsd:string;
  dwc:aphiaid '985'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14389479'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13469697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13469697> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13469697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13469697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13469697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13469697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13469697'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597900'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597900'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13469697'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14119166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14119166> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14119166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14119166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14119166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14119166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580660" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14119166'^^xsd:integer;
  dwc:scientificName 'Naccaria wiggii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580660'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580660'^^xsd:string;
  dwc:aphiaid '145769'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14119166'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145769'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13882468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13882468> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13882468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13882468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13882468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13882468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13882468'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597912'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597912'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13882468'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882477> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13882477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579708" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13882477'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579708'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579708'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13882477'^^xsd:string;
  dwc:observationDate '1998-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13729088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13729088> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13729088> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13729088>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13729088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13729088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577654" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13729088'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577654'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577654'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13729088'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13564523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13564523> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13564523> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13564523>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13564523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13564523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577657" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13564523'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577657'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577657'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13564523'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14460784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14460784> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14460784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14460784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14460784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14460784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579458" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14460784'^^xsd:integer;
  dwc:scientificName 'Stelligera stuposa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579458'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579458'^^xsd:string;
  dwc:aphiaid '134175'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14460784'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '134175'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13850128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13850128> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13850128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13850128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13850128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13850128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614937" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13850128'^^xsd:integer;
  dwc:scientificName 'Gelidium pusillum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614937'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614937'^^xsd:string;
  dwc:aphiaid '145590'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13850128'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145590'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924028> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924028> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924028>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13924028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581773" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13924028'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581773'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581773'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13924028'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924040> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924040> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924040>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13924040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578931" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13924040'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578931'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578931'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13924040'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924037> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924037> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924037>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13924037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577837" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13924037'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577837'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577837'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13924037'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675080> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13675080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580129" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13675080'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580129'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580129'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13675080'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13675074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13675074> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13675074> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13675074>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13675074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13675074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579594" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13675074'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579594'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579594'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13675074'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517465> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13517465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580650" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13517465'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580650'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580650'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13517465'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423741> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423741> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423741>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14423741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578611" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14423741'^^xsd:integer;
  dwc:scientificName 'Sertularella gayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578611'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578611'^^xsd:string;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14423741'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396849> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396849> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396849>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14396849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578615" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14396849'^^xsd:integer;
  dwc:scientificName 'Salmacina dysteri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578615'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578615'^^xsd:string;
  dwc:aphiaid '131038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14396849'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '131038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14396839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14396839> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14396839> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14396839>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14396839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14396839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578154" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14396839'^^xsd:integer;
  dwc:scientificName 'Salmacina dysteri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578154'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578154'^^xsd:string;
  dwc:aphiaid '131038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14396839'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '131038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675084> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13675084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577969" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13675084'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577969'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577969'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13675084'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675094> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13675094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580511" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13675094'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580511'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580511'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13675094'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14492419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14492419> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14492419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14492419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14492419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14492419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40298382" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14492419'^^xsd:integer;
  dwc:scientificName 'Thorogobius ephippiatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40298382'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40298382'^^xsd:string;
  dwc:aphiaid '126937'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14492419'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '126937'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675089> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13675089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579401" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13675089'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579401'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579401'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13675089'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13675072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13675072> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13675072> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13675072>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13675072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13675072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580048" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13675072'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580048'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580048'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13675072'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14261000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14261000> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14261000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14261000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14261000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14261000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577922" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14261000'^^xsd:integer;
  dwc:scientificName 'Perophora listeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577922'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577922'^^xsd:string;
  dwc:aphiaid '103759'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14261000'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103759'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423745> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423745> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423745>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14423745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579253" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14423745'^^xsd:integer;
  dwc:scientificName 'Sertularella gayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579253'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579253'^^xsd:string;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14423745'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423742> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423742> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423742>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14423742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14423742'^^xsd:integer;
  dwc:scientificName 'Sertularella gayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579834'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579834'^^xsd:string;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14423742'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14423734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14423734> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14423734> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14423734>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14423734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14423734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14423734'^^xsd:integer;
  dwc:scientificName 'Sertularella gayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578147'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578147'^^xsd:string;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14423734'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14423736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14423736> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14423736> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14423736>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14423736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14423736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581066" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14423736'^^xsd:integer;
  dwc:scientificName 'Sertularella gayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581066'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581066'^^xsd:string;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14423736'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13914449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13914449> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13914449> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13914449>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13914449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13914449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580163" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13914449'^^xsd:integer;
  dwc:scientificName 'Hemimycale columella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580163'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580163'^^xsd:string;
  dwc:aphiaid '133543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13914449'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '133543'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13563144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13563144> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13563144> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13563144>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13563144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13563144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580169" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13563144'^^xsd:integer;
  dwc:scientificName 'Branchiomma bombyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580169'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580169'^^xsd:string;
  dwc:aphiaid '130878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13563144'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '130878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13755848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13755848> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13755848> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13755848>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13755848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13755848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580193" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13755848'^^xsd:integer;
  dwc:scientificName 'Diplosoma spongiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580193'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580193'^^xsd:string;
  dwc:aphiaid '103582'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13755848'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '103582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953198> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13953198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579478" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13953198'^^xsd:integer;
  dwc:scientificName 'Inachus phalangium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579478'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579478'^^xsd:string;
  dwc:aphiaid '107333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13953198'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '107333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763715> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13763715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615803" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13763715'^^xsd:integer;
  dwc:scientificName 'Dynamena pumila'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615803'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615803'^^xsd:string;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13763715'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14513284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14513284> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14513284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14513284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14513284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14513284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579480" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14513284'^^xsd:integer;
  dwc:scientificName 'Trivia monacha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579480'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579480'^^xsd:string;
  dwc:aphiaid '141744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14513284'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '141744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14488972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14488972> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14488972> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14488972>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14488972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14488972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615377" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14488972'^^xsd:integer;
  dwc:scientificName 'Terpios fugax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615377'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615377'^^xsd:string;
  dwc:aphiaid '134307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14488972'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '134307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452567> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452567> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452567>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14452567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614984" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14452567'^^xsd:integer;
  dwc:scientificName 'Spirorbidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614984'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40614984'^^xsd:string;
  dwc:aphiaid '1021266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14452567'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681926> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681926> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681926>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13681926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615011" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13681926'^^xsd:integer;
  dwc:scientificName 'Clavelinidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615011'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615011'^^xsd:string;
  dwc:aphiaid '103438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13681926'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '103438'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795486> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13795486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578775" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13795486'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578775'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578775'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13795486'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638356> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13638356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578780" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13638356'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578780'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578780'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13638356'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13830326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13830326> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13830326> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13830326>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13830326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13830326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615384" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13830326'^^xsd:integer;
  dwc:scientificName 'Flustrellidra hispida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615384'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615384'^^xsd:string;
  dwc:aphiaid '111621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13830326'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '111621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744573> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13744573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578833" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13744573'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578833'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578833'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13744573'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13857789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13857789> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13857789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13857789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13857789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13857789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578791" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13857789'^^xsd:integer;
  dwc:scientificName 'Gibbula magus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578791'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578791'^^xsd:string;
  dwc:aphiaid '141790'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13857789'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '141790'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419601> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13419601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614922" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13419601'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614922'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614922'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13419601'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419599> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13419599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615071" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13419599'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615071'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615071'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13419599'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419602> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419602> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419602>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13419602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615009" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13419602'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615009'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615009'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13419602'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714743> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714743> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714743>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13714743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607209" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13714743'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607209'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607209'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13714743'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714750> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714750> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714750>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13714750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614187" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13714750'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614187'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614187'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13714750'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714757> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13714757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614370" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13714757'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614370'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614370'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13714757'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092254> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092254> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092254>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14092254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579261" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14092254'^^xsd:integer;
  dwc:scientificName 'Molgula manhattensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579261'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579261'^^xsd:string;
  dwc:aphiaid '103788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14092254'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882487> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13882487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579388" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13882487'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579388'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579388'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13882487'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13727036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13727036> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13727036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13727036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13727036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13727036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596411" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13727036'^^xsd:integer;
  dwc:scientificName 'Cystoclonium purpureum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596411'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596411'^^xsd:string;
  dwc:aphiaid '145615'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13727036'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14561141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14561141> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14561141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14561141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14561141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14561141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14561141'^^xsd:integer;
  dwc:scientificName 'Gracilariopsis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597910'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597910'^^xsd:string;
  dwc:aphiaid '146959'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14561141'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '146959'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14510257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14510257> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14510257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14510257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14510257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14510257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579327" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14510257'^^xsd:integer;
  dwc:scientificName 'Trisopterus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579327'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579327'^^xsd:string;
  dwc:aphiaid '126446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14510257'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126446'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14328939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14328939> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14328939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14328939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14328939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14328939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597998" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14328939'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597998'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597998'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14328939'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655355> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13655355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580691" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13655355'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580691'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580691'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13655355'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14079579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14079579> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14079579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14079579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14079579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14079579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580679" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14079579'^^xsd:integer;
  dwc:scientificName 'Membranoptera alata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580679'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580679'^^xsd:string;
  dwc:aphiaid '144758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14079579'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144758'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13736048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13736048> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13736048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13736048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13736048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13736048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580690" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13736048'^^xsd:integer;
  dwc:scientificName 'Desmarestia aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580690'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580690'^^xsd:string;
  dwc:aphiaid '145307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13736048'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14415280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14415280> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14415280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14415280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14415280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14415280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596398" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14415280'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria scruposa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596398'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596398'^^xsd:string;
  dwc:aphiaid '111250'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14415280'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '111250'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14328937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14328937> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14328937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14328937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14328937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14328937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598093" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14328937'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598093'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598093'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14328937'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14416120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14416120> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14416120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14416120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14416120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14416120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598079" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14416120'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598079'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598079'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14416120'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13883095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13883095> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13883095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13883095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13883095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13883095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598058" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13883095'^^xsd:integer;
  dwc:scientificName 'Halecium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598058'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598058'^^xsd:string;
  dwc:aphiaid '117103'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13883095'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117103'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13951743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13951743> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13951743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13951743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13951743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13951743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598066" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13951743'^^xsd:integer;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598066'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598066'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13951743'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14322783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14322783> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14322783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14322783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14322783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14322783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607394" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14322783'^^xsd:integer;
  dwc:scientificName 'Polyides rotundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607394'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607394'^^xsd:string;
  dwc:aphiaid '145668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14322783'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145668'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13529547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13529547> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13529547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13529547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13529547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13529547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579703" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13529547'^^xsd:integer;
  dwc:scientificName 'Atractophora hypnoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579703'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579703'^^xsd:string;
  dwc:aphiaid '145767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13529547'^^xsd:string;
  dwc:observationDate '1998-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '145767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13579470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13579470> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13579470> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13579470>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13579470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13579470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614214" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13579470'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614214'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614214'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13579470'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714747> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714747> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714747>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13714747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607496" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13714747'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607496'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607496'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13714747'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14433748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14433748> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14433748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14433748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14433748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14433748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614468" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14433748'^^xsd:integer;
  dwc:scientificName 'Sphacelaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614468'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614468'^^xsd:string;
  dwc:aphiaid '144272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14433748'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '144272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14324305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14324305> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14324305> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14324305>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14324305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14324305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579512" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14324305'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579512'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40579512'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14324305'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14478685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14478685> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14478685> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14478685>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14478685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14478685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577644" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14478685'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577644'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577644'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14478685'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13859750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13859750> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13859750> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13859750>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13859750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13859750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615383" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13859750'^^xsd:integer;
  dwc:scientificName 'Gibbula umbilicalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615383'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615383'^^xsd:string;
  dwc:aphiaid '141801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13859750'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '1039850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14510256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14510256> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14510256> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14510256>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14510256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14510256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577582" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14510256'^^xsd:integer;
  dwc:scientificName 'Trisopterus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577582'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577582'^^xsd:string;
  dwc:aphiaid '126446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14510256'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '126446'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301856> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301856> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301856>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14301856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615839" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14301856'^^xsd:integer;
  dwc:scientificName 'Plumularia setacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615839'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615839'^^xsd:string;
  dwc:aphiaid '117824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14301856'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '117824'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13551914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13551914> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13551914> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13551914>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13551914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13551914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614983" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13551914'^^xsd:integer;
  dwc:scientificName 'Bispira volutacornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614983'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40614983'^^xsd:string;
  dwc:aphiaid '130875'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13551914'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '130875'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13630908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13630908> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13630908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13630908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13630908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13630908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614917" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13630908'^^xsd:integer;
  dwc:scientificName 'Cereus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614917'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614917'^^xsd:string;
  dwc:aphiaid '100987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13630908'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '100987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031658> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14031658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614800" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14031658'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614800'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614800'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14031658'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14261013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14261013> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14261013> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14261013>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14261013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14261013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611467" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14261013'^^xsd:integer;
  dwc:scientificName 'Perophora listeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611467'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611467'^^xsd:string;
  dwc:aphiaid '103759'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14261013'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '103759'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13712316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13712316> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13712316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13712316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13712316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13712316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579359" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13712316'^^xsd:integer;
  dwc:scientificName 'Crisia eburnea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579359'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579359'^^xsd:string;
  dwc:aphiaid '111696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13712316'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '111696'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288204> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14288204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579385" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14288204'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579385'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579385'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14288204'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915261> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13915261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579368" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13915261'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579368'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579368'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13915261'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748907> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748907> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748907>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13748907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580010" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13748907'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580010'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580010'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13748907'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482487> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13482487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615747" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13482487'^^xsd:integer;
  dwc:scientificName 'Aplidium nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615747'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615747'^^xsd:string;
  dwc:aphiaid '103656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13482487'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '103656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749804> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13749804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596403" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13749804'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596403'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596403'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13749804'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468545> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14468545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596388" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14468545'^^xsd:integer;
  dwc:scientificName 'Stylostichon plumosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596388'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596388'^^xsd:string;
  dwc:aphiaid '150212'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14468545'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '133688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083598> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083598> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083598>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14083598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14083598'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614910'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40614910'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14083598'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13755115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13755115> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13755115> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13755115>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13755115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13755115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40294626" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13755115'^^xsd:integer;
  dwc:scientificName 'Diplosoma listerianum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40294626'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40294626'^^xsd:string;
  dwc:aphiaid '103579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13755115'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '103579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567971> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567971> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567971>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567971'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614914'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40614914'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567971'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13536908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13536908> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13536908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13536908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13536908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13536908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580386" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13536908'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580386'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580386'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13536908'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12458393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12458393> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12458393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12458393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12458393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:12458393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614457" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '12458393'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614457'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614457'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:12458393'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13250318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13250318> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13250318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13250318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13250318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13250318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615455" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13250318'^^xsd:integer;
  dwc:scientificName 'Verrucaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615455'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615455'^^xsd:string;
  dwc:aphiaid '147701'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13250318'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '147701'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14083566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14083566> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14083566> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14083566>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14083566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14083566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578150" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14083566'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578150'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578150'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14083566'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13943522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13943522> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13943522> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13943522>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13943522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13943522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578146" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13943522'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578146'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578146'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13943522'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732629> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13732629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615328" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13732629'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615328'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615328'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13732629'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489393> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489393> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489393>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14489393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579251" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14489393'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579251'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579251'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14489393'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336150> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336150> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336150>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14336150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579999" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14336150'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579999'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579999'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14336150'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535364> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535364> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535364>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14535364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580535" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14535364'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580535'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580535'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14535364'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951757> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951757> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951757>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13951757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578645" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13951757'^^xsd:integer;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578645'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578645'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13951757'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951758> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951758> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951758>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13951758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580769" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13951758'^^xsd:integer;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580769'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580769'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13951758'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951765> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13951765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580388" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13951765'^^xsd:integer;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580388'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580388'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13951765'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055222> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14055222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14055222'^^xsd:integer;
  dwc:scientificName 'Macropodia rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577900'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577900'^^xsd:string;
  dwc:aphiaid '107345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14055222'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718170> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718170> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718170>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13718170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579628" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13718170'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579628'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579628'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13718170'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13689732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13689732> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13689732> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13689732>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13689732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13689732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579621" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13689732'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579621'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579621'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13689732'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689760> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13689760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596405" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13689760'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596405'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596405'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13689760'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718212> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13718212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596421" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13718212'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596421'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596421'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13718212'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13858611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13858611> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13858611> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13858611>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13858611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13858611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578647" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13858611'^^xsd:integer;
  dwc:scientificName 'Gibbula tumida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578647'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578647'^^xsd:string;
  dwc:aphiaid '141799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13858611'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1477356'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577652> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13577652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615744" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13577652'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615744'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615744'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13577652'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14005082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14005082> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14005082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14005082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14005082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14005082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615733" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14005082'^^xsd:integer;
  dwc:scientificName 'Leucosolenia complicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615733'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615733'^^xsd:string;
  dwc:aphiaid '132219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14005082'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '132219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393041> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393041> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393041>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14393041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614911" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14393041'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614911'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40614911'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14393041'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523624> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523624> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523624>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14523624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614909" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14523624'^^xsd:integer;
  dwc:scientificName 'Tubularia indivisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614909'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40614909'^^xsd:string;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14523624'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567965> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614765" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567965'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614765'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614765'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567965'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13732602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13732602> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13732602> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13732602>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13732602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13732602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579568" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13732602'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579568'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579568'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13732602'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13737953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13737953> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13737953> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13737953>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13737953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13737953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580052" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13737953'^^xsd:integer;
  dwc:scientificName 'Desmarestia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580052'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580052'^^xsd:string;
  dwc:aphiaid '145310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13737953'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14283061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14283061> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14283061> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14283061>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14283061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14283061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580042" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14283061'^^xsd:integer;
  dwc:scientificName 'Phycodrys rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580042'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580042'^^xsd:string;
  dwc:aphiaid '144773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14283061'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14328940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14328940> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14328940> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14328940>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14328940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14328940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580594" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14328940'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580594'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580594'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14328940'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14119162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14119162> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14119162> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14119162>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14119162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14119162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579571" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14119162'^^xsd:integer;
  dwc:scientificName 'Naccaria wiggii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579571'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579571'^^xsd:string;
  dwc:aphiaid '145769'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14119162'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145769'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851936> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851936> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851936>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13851936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579564" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13851936'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579564'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579564'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13851936'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13747467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13747467> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13747467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13747467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13747467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13747467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401823" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13747467'^^xsd:integer;
  dwc:scientificName 'Didemnidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401823'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401823'^^xsd:string;
  dwc:aphiaid '103439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13747467'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '103439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13539160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13539160> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13539160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13539160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13539160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13539160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401810" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13539160'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401810'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401810'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13539160'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14093956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14093956> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14093956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14093956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14093956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14093956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585555" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14093956'^^xsd:integer;
  dwc:scientificName 'Morchellium argus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585555'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585555'^^xsd:string;
  dwc:aphiaid '148714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14093956'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '148714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13774294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13774294> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13774294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13774294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13774294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13774294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585587" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13774294'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585587'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585587'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13774294'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851947> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13851947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585549" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13851947'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585549'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585549'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13851947'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851953> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13851953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580462" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13851953'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580462'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580462'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13851953'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694999> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13694999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580496" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13694999'^^xsd:integer;
  dwc:scientificName 'Cordylecladia erecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580496'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580496'^^xsd:string;
  dwc:aphiaid '145847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13694999'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145847'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535523> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535523> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535523>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14535523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614612" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14535523'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614612'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614612'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14535523'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14469344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14469344> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14469344> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14469344>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14469344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14469344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580522" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14469344'^^xsd:integer;
  dwc:scientificName 'Suberites carnosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580522'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580522'^^xsd:string;
  dwc:aphiaid '134275'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14469344'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '134275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539167> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539167> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539167>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13539167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580539" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13539167'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580539'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580539'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13539167'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13431024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13431024> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13431024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13431024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13431024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13431024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580396" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13431024'^^xsd:integer;
  dwc:scientificName 'Amathia lendigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580396'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580396'^^xsd:string;
  dwc:aphiaid '111659'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13431024'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '111659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562174> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13562174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580397" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13562174'^^xsd:integer;
  dwc:scientificName 'Bowerbankia citrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580397'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580397'^^xsd:string;
  dwc:aphiaid '111664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13562174'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '851584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13960970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13960970> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13960970> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13960970>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13960970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13960970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581475" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13960970'^^xsd:integer;
  dwc:scientificName 'Kallymenia reniformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581475'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581475'^^xsd:string;
  dwc:aphiaid '145267'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13960970'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297497> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297497> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297497>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14297497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581479" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14297497'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581479'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581479'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14297497'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297498> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297498> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297498>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14297498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580587" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14297498'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580587'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580587'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14297498'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301860> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14301860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615623" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14301860'^^xsd:integer;
  dwc:scientificName 'Plumularia setacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615623'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615623'^^xsd:string;
  dwc:aphiaid '117824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14301860'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '117824'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301862> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14301862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615288" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14301862'^^xsd:integer;
  dwc:scientificName 'Plumularia setacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615288'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615288'^^xsd:string;
  dwc:aphiaid '117824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14301862'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '117824'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14459754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14459754> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14459754> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14459754>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14459754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14459754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614607" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14459754'^^xsd:integer;
  dwc:scientificName 'Stelletta grubii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614607'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614607'^^xsd:string;
  dwc:aphiaid '133974'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14459754'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '133974'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14066209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14066209> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14066209> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14066209>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14066209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14066209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581086" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14066209'^^xsd:integer;
  dwc:scientificName 'Marthasterias glacialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581086'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581086'^^xsd:string;
  dwc:aphiaid '123803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14066209'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '123803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14039194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14039194> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14039194> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14039194>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14039194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14039194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579582" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14039194'^^xsd:integer;
  dwc:scientificName 'Lomentaria orcadensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579582'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579582'^^xsd:string;
  dwc:aphiaid '145830'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14039194'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14513292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14513292> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14513292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14513292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14513292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14513292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580392" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14513292'^^xsd:integer;
  dwc:scientificName 'Trivia monacha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580392'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580392'^^xsd:string;
  dwc:aphiaid '141744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14513292'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '141744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478694> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14478694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580412" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14478694'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580412'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580412'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14478694'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14172408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14172408> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14172408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14172408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14172408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14172408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614447" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14172408'^^xsd:integer;
  dwc:scientificName 'Obelia dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614447'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614447'^^xsd:string;
  dwc:aphiaid '117386'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14172408'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '117386'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380363> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14380363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596412" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14380363'^^xsd:integer;
  dwc:scientificName 'Rhodophyllis divaricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596412'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596412'^^xsd:string;
  dwc:aphiaid '145617'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14380363'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14332637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14332637> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14332637> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14332637>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14332637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14332637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580571" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14332637'^^xsd:integer;
  dwc:scientificName 'Polysyncraton lacazei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580571'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580571'^^xsd:string;
  dwc:aphiaid '103593'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14332637'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '103593'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893830> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13893830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595775" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13893830'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595775'^^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 '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595775'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13893830'^^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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564578> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13564578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596425" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13564578'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596425'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596425'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13564578'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14189988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14189988> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14189988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14189988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14189988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14189988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578964" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14189988'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578964'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578964'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14189988'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14301849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14301849> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14301849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14301849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14301849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14301849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580065" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14301849'^^xsd:integer;
  dwc:scientificName 'Plumularia setacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580065'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580065'^^xsd:string;
  dwc:aphiaid '117824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14301849'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '117824'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189972> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189972> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189972>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14189972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581087" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14189972'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581087'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581087'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14189972'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564532> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564532> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564532>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13564532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579591" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13564532'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579591'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579591'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13564532'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13791242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13791242> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13791242> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13791242>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13791242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13791242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580763" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13791242'^^xsd:integer;
  dwc:scientificName 'Epizoanthus couchii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580763'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580763'^^xsd:string;
  dwc:aphiaid '101025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13791242'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '101025'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13756603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13756603> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13756603> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13756603>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13756603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13756603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580790" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13756603'^^xsd:integer;
  dwc:scientificName 'Distomus variolosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580790'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580790'^^xsd:string;
  dwc:aphiaid '103890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13756603'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535397> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535397> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535397>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14535397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580764" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14535397'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580764'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580764'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14535397'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416141> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416141> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416141>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14416141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580792" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14416141'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580792'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580792'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14416141'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13951746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13951746> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13951746> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13951746>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13951746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13951746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580541" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13951746'^^xsd:integer;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580541'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580541'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13951746'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756591> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756591> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756591>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13756591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580198" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13756591'^^xsd:integer;
  dwc:scientificName 'Distomus variolosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580198'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580198'^^xsd:string;
  dwc:aphiaid '103890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13756591'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '103890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13729118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13729118> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13729118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13729118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13729118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13729118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596422" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13729118'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596422'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596422'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13729118'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14332651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14332651> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14332651> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14332651>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14332651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14332651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14332651'^^xsd:integer;
  dwc:scientificName 'Polysyncraton lacazei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615064'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615064'^^xsd:string;
  dwc:aphiaid '103593'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14332651'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '103593'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14512170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14512170> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14512170> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14512170>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14512170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14512170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580174" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14512170'^^xsd:integer;
  dwc:scientificName 'Trivia arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580174'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580174'^^xsd:string;
  dwc:aphiaid '141741'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14512170'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '141741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14332636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14332636> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14332636> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14332636>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14332636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14332636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580192" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14332636'^^xsd:integer;
  dwc:scientificName 'Polysyncraton lacazei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580192'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580192'^^xsd:string;
  dwc:aphiaid '103593'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14332636'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '103593'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649941> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13649941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596407" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13649941'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596407'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596407'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13649941'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301858> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14301858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615507" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14301858'^^xsd:integer;
  dwc:scientificName 'Plumularia setacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615507'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615507'^^xsd:string;
  dwc:aphiaid '117824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14301858'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117824'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407862> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407862> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407862>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13407862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614647" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13407862'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614647'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614647'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13407862'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683235> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683235> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683235>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13683235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580523" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13683235'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580523'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580523'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13683235'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13407838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13407838> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13407838> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13407838>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13407838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13407838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580537" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13407838'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580537'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580537'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13407838'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108764> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14108764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614636" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14108764'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614636'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614636'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14108764'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596435> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14596435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615741" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14596435'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615741'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615741'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14596435'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886967> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886967> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886967>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13886967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615054" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13886967'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615054'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615054'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13886967'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485064> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485064> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485064>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13485064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614869" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13485064'^^xsd:integer;
  dwc:scientificName 'Aplysilla sulfurea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614869'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614869'^^xsd:string;
  dwc:aphiaid '132298'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13485064'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297525> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14297525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580426" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14297525'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580426'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580426'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14297525'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14381750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14381750> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14381750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14381750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14381750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14381750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614463" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14381750'^^xsd:integer;
  dwc:scientificName 'Rhodymenia holmesii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614463'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614463'^^xsd:string;
  dwc:aphiaid '145853'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14381750'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '145853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13943613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13943613> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13943613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13943613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13943613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13943613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614898" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13943613'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614898'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614898'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13943613'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083595> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14083595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14083595'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615203'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615203'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14083595'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943547> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13943547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578946" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13943547'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578946'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578946'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13943547'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458355> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:12458355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580082" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '12458355'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580082'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580082'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:12458355'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13402885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13402885> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13402885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13402885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13402885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13402885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580118" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13402885'^^xsd:integer;
  dwc:scientificName 'Acrosorium venulosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580118'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580118'^^xsd:string;
  dwc:aphiaid '144734'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13402885'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '144734'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403465> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14403465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580098" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14403465'^^xsd:integer;
  dwc:scientificName 'Scinaia furcellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580098'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580098'^^xsd:string;
  dwc:aphiaid '145743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14403465'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949164> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13949164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580122" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13949164'^^xsd:integer;
  dwc:scientificName 'Hypoglossum hypoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580122'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580122'^^xsd:string;
  dwc:aphiaid '144756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13949164'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '144756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896807> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13896807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580115" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13896807'^^xsd:integer;
  dwc:scientificName 'Halurus equisetifolius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580115'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580115'^^xsd:string;
  dwc:aphiaid '146345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13896807'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '146345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943549> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13943549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580066" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13943549'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580066'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580066'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13943549'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13765606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13765606> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13765606> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13765606>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13765606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13765606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580540" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13765606'^^xsd:integer;
  dwc:scientificName 'Dyopedos porrectus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580540'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580540'^^xsd:string;
  dwc:aphiaid '103044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13765606'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '103044'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216933> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14216933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595766" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14216933'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595766'^^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 '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595766'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14216933'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594133> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594133> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594133>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13594133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580542" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13594133'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580542'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580542'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13594133'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946632> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13946632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615504" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13946632'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615504'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615504'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13946632'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13645212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13645212> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13645212> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13645212>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13645212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13645212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615423" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13645212'^^xsd:integer;
  dwc:scientificName 'Chartella papyracea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615423'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615423'^^xsd:string;
  dwc:aphiaid '111365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13645212'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111365'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14334430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14334430> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14334430> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14334430>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14334430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14334430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615445" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14334430'^^xsd:integer;
  dwc:scientificName 'Pomatoceros lamarcki'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615445'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615445'^^xsd:string;
  dwc:aphiaid '152358'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14334430'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '560033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713202> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713202> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713202>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13713202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615422" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13713202'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615422'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615422'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13713202'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13473488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13473488> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13473488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13473488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13473488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13473488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401837" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13473488'^^xsd:integer;
  dwc:scientificName 'Antithamnion cruciatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401837'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401837'^^xsd:string;
  dwc:aphiaid '144509'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13473488'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '144509'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14378390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14378390> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14378390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14378390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14378390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14378390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401844" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14378390'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401844'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401844'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14378390'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13625064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13625064> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13625064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13625064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13625064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13625064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579140" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13625064'^^xsd:integer;
  dwc:scientificName 'Ceramium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579140'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579140'^^xsd:string;
  dwc:aphiaid '143834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13625064'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '143834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288193> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14288193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580105" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14288193'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580105'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580105'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14288193'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376197> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14376197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580126" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14376197'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580126'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580126'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14376197'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707933> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13707933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579379" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13707933'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579379'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579379'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13707933'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297530> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14297530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579387" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14297530'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579387'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579387'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14297530'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662508> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662508> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662508>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13662508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580785" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13662508'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580785'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580785'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13662508'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13570514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13570514> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13570514> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13570514>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13570514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13570514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578648" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13570514'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578648'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578648'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13570514'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13570515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13570515> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13570515> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13570515>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13570515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13570515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580773" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13570515'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580773'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580773'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13570515'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13960972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13960972> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13960972> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13960972>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13960972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13960972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580023" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13960972'^^xsd:integer;
  dwc:scientificName 'Kallymenia reniformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580023'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580023'^^xsd:string;
  dwc:aphiaid '145267'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13960972'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297500> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297500> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297500>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14297500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580027" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14297500'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580027'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580027'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14297500'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707931> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13707931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580413" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13707931'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580413'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580413'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13707931'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13777783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13777783> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13777783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13777783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13777783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13777783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615684" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13777783'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615684'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615684'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13777783'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13714658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13714658> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13714658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13714658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13714658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13714658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401693" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13714658'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401693'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401693'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13714658'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13472923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13472923> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13472923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13472923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13472923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13472923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580378" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13472923'^^xsd:integer;
  dwc:scientificName 'Antennella secundaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580378'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580378'^^xsd:string;
  dwc:aphiaid '117628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13472923'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13915244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13915244> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13915244> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13915244>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13915244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13915244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578172" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13915244'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578172'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578172'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13915244'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301854> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14301854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14301854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615735" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14301854'^^xsd:integer;
  dwc:scientificName 'Plumularia setacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615735'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615735'^^xsd:string;
  dwc:aphiaid '117824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14301854'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '117824'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13532847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13532847> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13532847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13532847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13532847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13532847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615737" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13532847'^^xsd:integer;
  dwc:scientificName 'Aulactinia verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615737'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615737'^^xsd:string;
  dwc:aphiaid '100815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13532847'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '100819'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14376237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14376237> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14376237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14376237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14376237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14376237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615758" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14376237'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615758'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615758'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14376237'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13575257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13575257> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13575257> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13575257>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13575257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13575257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578170" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13575257'^^xsd:integer;
  dwc:scientificName 'Bugula flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578170'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578170'^^xsd:string;
  dwc:aphiaid '111152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13575257'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '834002'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14512171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14512171> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14512171> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14512171>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14512171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14512171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580545" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14512171'^^xsd:integer;
  dwc:scientificName 'Trivia arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580545'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580545'^^xsd:string;
  dwc:aphiaid '141741'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14512171'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '141741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328950> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14328950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580682" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14328950'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580682'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580682'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14328950'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388188> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388188> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388188>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14388188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580766" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14388188'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580766'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580766'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14388188'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328951> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14328951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577963" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14328951'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577963'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577963'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14328951'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951764> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13951764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577899" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13951764'^^xsd:integer;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577899'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577899'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13951764'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737957> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13737957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580133" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13737957'^^xsd:integer;
  dwc:scientificName 'Desmarestia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580133'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580133'^^xsd:string;
  dwc:aphiaid '145310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13737957'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483263> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13483263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580087" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13483263'^^xsd:integer;
  dwc:scientificName 'Aplidium punctum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580087'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580087'^^xsd:string;
  dwc:aphiaid '103662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13483263'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '103662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336165> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14336165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580070" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14336165'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580070'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580070'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14336165'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14036341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14036341> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14036341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14036341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14036341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14036341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615121" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14036341'^^xsd:integer;
  dwc:scientificName 'Lomentaria articulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615121'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615121'^^xsd:string;
  dwc:aphiaid '145821'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14036341'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145821'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336325> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14336325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614760" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14336325'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614760'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614760'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14336325'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14005067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14005067> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14005067> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14005067>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14005067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14005067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581058" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14005067'^^xsd:integer;
  dwc:scientificName 'Leucosolenia complicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581058'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581058'^^xsd:string;
  dwc:aphiaid '132219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14005067'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '132219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336319> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14336319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14336319'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614902'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614902'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14336319'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336151> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336151> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336151>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14336151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579562" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14336151'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579562'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579562'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14336151'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336173> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14336173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580385" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14336173'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580385'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580385'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14336173'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13460049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13460049> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13460049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13460049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13460049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13460049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614449" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13460049'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614449'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614449'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13460049'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485234> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13485234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580436" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13485234'^^xsd:integer;
  dwc:scientificName 'Apoglossum ruscifolium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580436'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580436'^^xsd:string;
  dwc:aphiaid '144737'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13485234'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144737'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523614> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14523614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614446" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14523614'^^xsd:integer;
  dwc:scientificName 'Tubularia indivisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614446'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614446'^^xsd:string;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14523614'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14036338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14036338> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14036338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14036338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14036338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14036338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615146" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14036338'^^xsd:integer;
  dwc:scientificName 'Lomentaria articulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615146'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615146'^^xsd:string;
  dwc:aphiaid '145821'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14036338'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145821'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120740> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14120740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580390" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14120740'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580390'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580390'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14120740'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748926> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13748926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580407" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13748926'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580407'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580407'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13748926'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483269> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13483269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580406" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13483269'^^xsd:integer;
  dwc:scientificName 'Aplidium punctum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580406'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580406'^^xsd:string;
  dwc:aphiaid '103662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13483269'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689740> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13689740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580665" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13689740'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580665'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580665'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13689740'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718188> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13718188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580676" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13718188'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580676'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580676'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13718188'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14513296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14513296> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14513296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14513296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14513296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14513296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596396" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14513296'^^xsd:integer;
  dwc:scientificName 'Trivia monacha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596396'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596396'^^xsd:string;
  dwc:aphiaid '141744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14513296'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '141744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14370295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14370295> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14370295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14370295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14370295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14370295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598078" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14370295'^^xsd:integer;
  dwc:scientificName 'Pyura microcosmus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598078'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598078'^^xsd:string;
  dwc:aphiaid '103851'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14370295'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103851'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13580673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13580673> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13580673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13580673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13580673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13580673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598081" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13580673'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598081'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598081'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13580673'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987212> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13987212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579694" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13987212'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579694'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579694'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13987212'^^xsd:string;
  dwc:observationDate '1998-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13527918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13527918> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13527918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13527918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13527918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13527918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597901" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13527918'^^xsd:integer;
  dwc:scientificName 'Astropecten irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597901'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597901'^^xsd:string;
  dwc:aphiaid '123867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13527918'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '123867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419588> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419588> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419588>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13419588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607526" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13419588'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607526'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607526'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13419588'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13501440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13501440> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13501440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13501440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13501440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13501440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40298379" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13501440'^^xsd:integer;
  dwc:scientificName 'Ascidia conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40298379'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40298379'^^xsd:string;
  dwc:aphiaid '103702'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13501440'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '103702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13917824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13917824> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13917824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13917824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13917824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13917824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596399" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13917824'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596399'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596399'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13917824'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13970077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13970077> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13970077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13970077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13970077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13970077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577904" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13970077'^^xsd:integer;
  dwc:scientificName 'Lacuna vincta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577904'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577904'^^xsd:string;
  dwc:aphiaid '140170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13970077'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '140170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414558> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14414558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579366" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14414558'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria reptans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579366'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579366'^^xsd:string;
  dwc:aphiaid '111247'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14414558'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '738997'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535406> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14535406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580642" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14535406'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580642'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580642'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14535406'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583916> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583916> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583916>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13583916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579523" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13583916'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579523'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40579523'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13583916'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713168> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13713168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580395" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13713168'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580395'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580395'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13713168'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13897189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13897189> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13897189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13897189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13897189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13897189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580434" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13897189'^^xsd:integer;
  dwc:scientificName 'Halurus flosculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580434'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580434'^^xsd:string;
  dwc:aphiaid '144595'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13897189'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144595'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093958> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14093958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40298378" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14093958'^^xsd:integer;
  dwc:scientificName 'Morchellium argus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40298378'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40298378'^^xsd:string;
  dwc:aphiaid '148714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14093958'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '148714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14093941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14093941> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14093941> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14093941>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14093941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14093941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578174" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14093941'^^xsd:integer;
  dwc:scientificName 'Morchellium argus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578174'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578174'^^xsd:string;
  dwc:aphiaid '148714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14093941'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '148714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14093952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14093952> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14093952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14093952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14093952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14093952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580086" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14093952'^^xsd:integer;
  dwc:scientificName 'Morchellium argus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580086'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580086'^^xsd:string;
  dwc:aphiaid '148714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14093952'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '148714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13695544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13695544> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13695544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13695544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13695544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13695544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401696" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13695544'^^xsd:integer;
  dwc:scientificName 'Corella parallelogramma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401696'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401696'^^xsd:string;
  dwc:aphiaid '103743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13695544'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '103743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13419525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13419525> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13419525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13419525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13419525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13419525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401686" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13419525'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401686'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401686'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13419525'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14477077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14477077> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14477077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14477077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14477077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14477077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401717" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14477077'^^xsd:integer;
  dwc:scientificName 'Taonia atomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401717'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401717'^^xsd:string;
  dwc:aphiaid '145393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14477077'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14592275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14592275> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14592275> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14592275>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14592275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14592275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607432" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14592275'^^xsd:integer;
  dwc:scientificName 'Palaemon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607432'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607432'^^xsd:string;
  dwc:aphiaid '107032'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14592275'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '107032'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13647624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13647624> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13647624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13647624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13647624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13647624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579936" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13647624'^^xsd:integer;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579936'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579936'^^xsd:string;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13647624'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336301> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14336301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40298367" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14336301'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40298367'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40298367'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14336301'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336302> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14336302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615278" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14336302'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615278'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615278'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14336302'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577650> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13577650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615282" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13577650'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615282'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615282'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13577650'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346972> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14346972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615506" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14346972'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615506'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615506'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14346972'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A2918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A2918> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A2918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A2918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A2918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:2918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615620" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '2918'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615620'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615620'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:2918'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117482> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14117482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615617" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14117482'^^xsd:integer;
  dwc:scientificName 'Myxilla incrustans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615617'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615617'^^xsd:string;
  dwc:aphiaid '133882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14117482'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '169466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577658> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577658> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577658>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13577658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40294622" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13577658'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40294622'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40294622'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13577658'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14005087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14005087> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14005087> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14005087>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14005087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14005087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40294610" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14005087'^^xsd:integer;
  dwc:scientificName 'Leucosolenia complicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40294610'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40294610'^^xsd:string;
  dwc:aphiaid '132219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14005087'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '132219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13748947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13748947> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13748947> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13748947>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13748947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13748947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40294625" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13748947'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40294625'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40294625'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13748947'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336330> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336330> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336330>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14336330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14336330'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614912'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40614912'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14336330'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13431025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13431025> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13431025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13431025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13431025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13431025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579361" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13431025'^^xsd:integer;
  dwc:scientificName 'Amathia lendigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579361'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579361'^^xsd:string;
  dwc:aphiaid '111659'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13431025'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '111659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735509> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735509> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735509>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13735509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614606" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13735509'^^xsd:integer;
  dwc:scientificName 'Dercitus bucklandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614606'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614606'^^xsd:string;
  dwc:aphiaid '134068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13735509'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '555677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14211730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14211730> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14211730> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14211730>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14211730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14211730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580520" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14211730'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580520'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580520'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14211730'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13660254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13660254> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13660254> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13660254>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13660254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13660254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614570" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13660254'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614570'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^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-JNCCMNCR40614570'^^xsd:string;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13660254'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718192> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13718192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585579" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13718192'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585579'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585579'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13718192'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14553611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14553611> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14553611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14553611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14553611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14553611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585577" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14553611'^^xsd:integer;
  dwc:scientificName 'Ceramium siliquosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585577'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585577'^^xsd:string;
  dwc:aphiaid '144564'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14553611'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144564'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478700> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14478700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580482" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14478700'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580482'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580482'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14478700'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917810> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917810> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917810>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13917810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578632" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13917810'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578632'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578632'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13917810'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689743> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13689743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585565" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13689743'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585565'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585565'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13689743'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718191> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13718191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580437" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13718191'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580437'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580437'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13718191'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356500> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14356500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732719" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14356500'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732719'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732719'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14356500'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570521> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13570521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13570521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732509" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13570521'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732509'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732509'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13570521'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662519> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13662519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732411" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13662519'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732411'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732411'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13662519'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414916> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13414916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577966" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13414916'^^xsd:integer;
  dwc:scientificName 'Aglaozonia (asexual cutleria)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577966'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577966'^^xsd:string;
  dwc:aphiaid '182809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13414916'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424466> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13424466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577890" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13424466'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577890'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577890'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13424466'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840753> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13840753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577897" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13840753'^^xsd:integer;
  dwc:scientificName 'Galathea intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577897'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577897'^^xsd:string;
  dwc:aphiaid '107150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13840753'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14346938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14346938> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14346938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14346938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14346938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14346938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401581" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14346938'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401581'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401581'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14346938'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13539158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13539158> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13539158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13539158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13539158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13539158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401591" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13539158'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401591'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401591'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13539158'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721357> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721357> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721357>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13721357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580016" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13721357'^^xsd:integer;
  dwc:scientificName 'Ctenolabrus rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580016'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580016'^^xsd:string;
  dwc:aphiaid '126964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13721357'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126964'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12455434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12455434> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12455434> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12455434>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12455434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:12455434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580004" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '12455434'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580004'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580004'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:12455434'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14336248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14336248> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14336248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14336248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14336248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14336248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14336248'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611270'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611270'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14336248'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13896192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13896192> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13896192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13896192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13896192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13896192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401657" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13896192'^^xsd:integer;
  dwc:scientificName 'Halopteris catharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401657'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401657'^^xsd:string;
  dwc:aphiaid '117631'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13896192'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '117631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14055230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14055230> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14055230> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14055230>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14055230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14055230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611457" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14055230'^^xsd:integer;
  dwc:scientificName 'Macropodia rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611457'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611457'^^xsd:string;
  dwc:aphiaid '107345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14055230'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '107345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14529083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14529083> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14529083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14529083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14529083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14529083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613879" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14529083'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613879'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613879'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14529083'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359692> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13359692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614960" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13359692'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614960'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614960'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13359692'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676347> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13676347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615501" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13676347'^^xsd:integer;
  dwc:scientificName 'Clathrina coriacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615501'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615501'^^xsd:string;
  dwc:aphiaid '132277'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13676347'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '132277'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676349> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13676349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614627" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13676349'^^xsd:integer;
  dwc:scientificName 'Clathrina coriacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614627'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614627'^^xsd:string;
  dwc:aphiaid '132277'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13676349'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '132277'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14297592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14297592> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14297592> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14297592>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14297592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14297592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611384" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14297592'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611384'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611384'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14297592'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13570554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13570554> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13570554> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13570554>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13570554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13570554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611459" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13570554'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611459'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611459'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13570554'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14261001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14261001> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14261001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14261001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14261001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14261001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579193" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14261001'^^xsd:integer;
  dwc:scientificName 'Perophora listeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579193'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579193'^^xsd:string;
  dwc:aphiaid '103759'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14261001'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103759'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14346948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14346948> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14346948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14346948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14346948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14346948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611337" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14346948'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611337'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611337'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14346948'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14117471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14117471> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14117471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14117471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14117471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14117471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611335" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14117471'^^xsd:integer;
  dwc:scientificName 'Myxilla incrustans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611335'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611335'^^xsd:string;
  dwc:aphiaid '133882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14117471'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '169466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13946623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13946623> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13946623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13946623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13946623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13946623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611334" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13946623'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611334'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611334'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13946623'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14395347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14395347> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14395347> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14395347>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14395347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14395347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611437" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14395347'^^xsd:integer;
  dwc:scientificName 'Sagartia troglodytes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611437'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40611437'^^xsd:string;
  dwc:aphiaid '100994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14395347'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '855674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14395349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14395349> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14395349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14395349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14395349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14395349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611343" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14395349'^^xsd:integer;
  dwc:scientificName 'Sagartia troglodytes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611343'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611343'^^xsd:string;
  dwc:aphiaid '100994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14395349'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '855674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14695830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14695830> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14695830> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14695830>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14695830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14695830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611331" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14695830'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611331'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611331'^^xsd:string;
  dwc:aphiaid '125999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14695830'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '125999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14509211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14509211> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14509211> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14509211>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14509211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14509211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14509211'^^xsd:integer;
  dwc:scientificName 'Trisopterus luscus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611329'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611329'^^xsd:string;
  dwc:aphiaid '126445'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14509211'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '126445'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120771> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14120771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40298372" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14120771'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40298372'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40298372'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14120771'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13487634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13487634> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13487634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13487634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13487634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13487634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598070" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13487634'^^xsd:integer;
  dwc:scientificName 'Archidoris pseudoargus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598070'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598070'^^xsd:string;
  dwc:aphiaid '138763'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13487634'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '138763'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269693> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14269693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14269693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580416" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14269693'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580416'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580416'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14269693'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14260998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14260998> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14260998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14260998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14260998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14260998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579325" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14260998'^^xsd:integer;
  dwc:scientificName 'Perophora listeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579325'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579325'^^xsd:string;
  dwc:aphiaid '103759'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14260998'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103759'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517449> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517449> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517449>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13517449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578655" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13517449'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578655'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578655'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13517449'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622600> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622600> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622600>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13622600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578651" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13622600'^^xsd:integer;
  dwc:scientificName 'Cellepora pumicosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578651'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578651'^^xsd:string;
  dwc:aphiaid '111268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13622600'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111268'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13951745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13951745> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13951745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13951745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13951745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13951745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579930" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13951745'^^xsd:integer;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579930'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579930'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13951745'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276789> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276789> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276789>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14276789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577619" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14276789'^^xsd:integer;
  dwc:scientificName 'Phorbas fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577619'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577619'^^xsd:string;
  dwc:aphiaid '133679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14276789'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14543348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14543348> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14543348> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14543348>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14543348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14543348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579525" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14543348'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579525'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40579525'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14543348'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416123> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14416123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579944" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14416123'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579944'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579944'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14416123'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14197562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14197562> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14197562> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14197562>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14197562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14197562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577680" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14197562'^^xsd:integer;
  dwc:scientificName 'Ophiura albida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577680'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40577680'^^xsd:string;
  dwc:aphiaid '124913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14197562'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '124913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14543351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14543351> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14543351> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14543351>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14543351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14543351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577674" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14543351'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577674'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40577674'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14543351'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621410> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621410> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621410>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13621410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577677" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13621410'^^xsd:integer;
  dwc:scientificName 'Cellaria fistulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577677'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40577677'^^xsd:string;
  dwc:aphiaid '111257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13621410'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '111257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13326490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13326490> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13326490> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13326490>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13326490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13326490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614235" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13326490'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614235'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614235'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13326490'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14477085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14477085> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14477085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14477085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14477085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14477085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580448" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14477085'^^xsd:integer;
  dwc:scientificName 'Taonia atomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580448'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580448'^^xsd:string;
  dwc:aphiaid '145393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14477085'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359631> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13359631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578808" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13359631'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578808'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578808'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13359631'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489372> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489372> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489372>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14489372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579511" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14489372'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579511'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40579511'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14489372'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14346947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14346947> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14346947> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14346947>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14346947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14346947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611449" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14346947'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611449'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611449'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14346947'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13638342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13638342> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13638342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13638342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13638342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13638342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401667" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13638342'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401667'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401667'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13638342'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018466> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13018466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614798" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13018466'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614798'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614798'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13018466'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924031> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924031> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924031>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13924031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581487" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13924031'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581487'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581487'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13924031'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419605> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13419605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615327" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13419605'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615327'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615327'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13419605'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13827867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13827867> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13827867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13827867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13827867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13827867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579483" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13827867'^^xsd:integer;
  dwc:scientificName 'Flabellina pedata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579483'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579483'^^xsd:string;
  dwc:aphiaid '139993'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13827867'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '1047602'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13577620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13577620> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13577620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13577620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13577620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13577620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579492" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13577620'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579492'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579492'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13577620'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13748897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13748897> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13748897> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13748897>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13748897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13748897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577640" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13748897'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577640'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577640'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13748897'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14467977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14467977> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14467977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14467977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14467977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14467977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578802" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14467977'^^xsd:integer;
  dwc:scientificName 'Styela clava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578802'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578802'^^xsd:string;
  dwc:aphiaid '103929'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14467977'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018458> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13018458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615212" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13018458'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615212'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615212'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13018458'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018459> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13018459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614702" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13018459'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614702'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614702'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13018459'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359713> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13359713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614939" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13359713'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614939'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614939'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13359713'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018465> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13018465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614933" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13018465'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614933'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614933'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13018465'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359709> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13359709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615217" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13359709'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615217'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615217'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13359709'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13659083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13659083> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13659083> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13659083>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13659083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13659083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615553" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13659083'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615553'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^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-JNCCMNCR40615553'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13659083'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322768> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14322768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578104" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14322768'^^xsd:integer;
  dwc:scientificName 'Polyides rotundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578104'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578104'^^xsd:string;
  dwc:aphiaid '145668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14322768'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145668'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419604> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419604> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419604>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13419604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615450" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13419604'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615450'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615450'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13419604'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743190> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743190> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743190>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13743190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580597" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13743190'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580597'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580597'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13743190'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539240> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539240> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539240>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13539240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615670" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13539240'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615670'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615670'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13539240'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735522> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735522> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735522>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13735522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615050" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13735522'^^xsd:integer;
  dwc:scientificName 'Dercitus bucklandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615050'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615050'^^xsd:string;
  dwc:aphiaid '134068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13735522'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '555677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407863> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407863> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407863>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13407863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614872" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13407863'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614872'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614872'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13407863'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14459756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14459756> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14459756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14459756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14459756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14459756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615613" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14459756'^^xsd:integer;
  dwc:scientificName 'Stelletta grubii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615613'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615613'^^xsd:string;
  dwc:aphiaid '133974'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14459756'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '133974'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735518> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13735518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615612" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13735518'^^xsd:integer;
  dwc:scientificName 'Dercitus bucklandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615612'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615612'^^xsd:string;
  dwc:aphiaid '134068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13735518'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '555677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735519> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13735519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615285" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13735519'^^xsd:integer;
  dwc:scientificName 'Dercitus bucklandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615285'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615285'^^xsd:string;
  dwc:aphiaid '134068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13735519'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '555677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12455431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12455431> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12455431> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12455431>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12455431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:12455431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579605" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '12455431'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579605'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579605'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:12455431'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14542104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14542104> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14542104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14542104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14542104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14542104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615696" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14542104'^^xsd:integer;
  dwc:scientificName 'Verruca stroemia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615696'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615696'^^xsd:string;
  dwc:aphiaid '106257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14542104'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676352> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13676352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615691" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13676352'^^xsd:integer;
  dwc:scientificName 'Clathrina coriacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615691'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615691'^^xsd:string;
  dwc:aphiaid '132277'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13676352'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '132277'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416150> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14416150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579378" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14416150'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579378'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579378'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14416150'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13827871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13827871> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13827871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13827871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13827871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13827871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577907" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13827871'^^xsd:integer;
  dwc:scientificName 'Flabellina pedata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577907'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577907'^^xsd:string;
  dwc:aphiaid '139993'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13827871'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1047602'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13895287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13895287> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13895287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13895287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13895287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13895287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615284" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13895287'^^xsd:integer;
  dwc:scientificName 'Halyphysema tumanowiczi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615284'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615284'^^xsd:string;
  dwc:aphiaid '113869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13895287'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '113869'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14418000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14418000> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14418000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14418000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14418000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14418000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615610" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14418000'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615610'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615610'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14418000'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14470176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14470176> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14470176> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14470176>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14470176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14470176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614608" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14470176'^^xsd:integer;
  dwc:scientificName 'Suberites ficus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614608'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614608'^^xsd:string;
  dwc:aphiaid '134285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14470176'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '134285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14108744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14108744> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14108744> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14108744>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14108744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14108744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580548" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14108744'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580548'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580548'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14108744'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743191> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743191> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743191>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13743191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580049" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13743191'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580049'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580049'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13743191'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13987211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13987211> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13987211> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13987211>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13987211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13987211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578641" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13987211'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578641'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578641'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13987211'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13924127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13924127> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13924127> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13924127>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13924127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13924127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614195" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13924127'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614195'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614195'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13924127'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13332767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13332767> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13332767> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13332767>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13332767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13332767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580201" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13332767'^^xsd:integer;
  dwc:scientificName 'Gobiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580201'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580201'^^xsd:string;
  dwc:aphiaid '125537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13332767'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '125537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981584> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981584> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981584>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13981584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580055" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13981584'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580055'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580055'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13981584'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589747> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589747> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589747>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13589747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580022" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13589747'^^xsd:integer;
  dwc:scientificName 'Callophyllis laciniata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580022'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580022'^^xsd:string;
  dwc:aphiaid '145262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13589747'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1311357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417961> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417961> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417961>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14417961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579997" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14417961'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579997'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579997'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14417961'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14331602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14331602> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14331602> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14331602>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14331602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14331602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580046" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14331602'^^xsd:integer;
  dwc:scientificName 'Polysiphonia nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580046'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580046'^^xsd:string;
  dwc:aphiaid '144651'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14331602'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1027775'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14459648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14459648> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14459648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14459648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14459648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14459648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401840" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14459648'^^xsd:integer;
  dwc:scientificName 'Spyridia filamentosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401840'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401840'^^xsd:string;
  dwc:aphiaid '144706'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14459648'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '144706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403469> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14403469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577931" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14403469'^^xsd:integer;
  dwc:scientificName 'Scinaia furcellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577931'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577931'^^xsd:string;
  dwc:aphiaid '145743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14403469'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13567083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13567083> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13567083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13567083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13567083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13567083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577909" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13567083'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577909'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577909'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13567083'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896810> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13896810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577950" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13896810'^^xsd:integer;
  dwc:scientificName 'Halurus equisetifolius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577950'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577950'^^xsd:string;
  dwc:aphiaid '146345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13896810'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '146345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943556> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13943556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577889" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13943556'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577889'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577889'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13943556'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949170> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13949170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577958" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13949170'^^xsd:integer;
  dwc:scientificName 'Hypoglossum hypoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577958'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577958'^^xsd:string;
  dwc:aphiaid '144756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13949170'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13891466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13891466> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13891466> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13891466>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13891466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13891466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580529" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13891466'^^xsd:integer;
  dwc:scientificName 'Haliclona fistulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580529'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580529'^^xsd:string;
  dwc:aphiaid '181160'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13891466'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '1423860'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13389455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13389455> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13389455> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13389455>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13389455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13389455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580759" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13389455'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580759'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580759'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13389455'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311402> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311402> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311402>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14311402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578657" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14311402'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578657'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578657'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14311402'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311403> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311403> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311403>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14311403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580788" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14311403'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580788'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580788'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14311403'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13766458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13766458> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13766458> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13766458>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13766458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13766458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580530" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13766458'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580530'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580530'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13766458'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583921> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583921> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583921>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13583921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580544" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13583921'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580544'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580544'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13583921'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452566> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452566> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452566>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14452566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614772" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14452566'^^xsd:integer;
  dwc:scientificName 'Spirorbidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614772'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614772'^^xsd:string;
  dwc:aphiaid '1021266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14452566'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13567085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13567085> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13567085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13567085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13567085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13567085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580394" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13567085'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580394'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580394'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13567085'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14439443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14439443> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14439443> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14439443>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14439443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14439443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579627" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14439443'^^xsd:integer;
  dwc:scientificName 'Sphondylothamnion multifidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579627'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579627'^^xsd:string;
  dwc:aphiaid '144705'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14439443'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144705'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543364> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543364> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543364>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14543364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579737" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14543364'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579737'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579737'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14543364'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359662> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13359662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596404" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13359662'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596404'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596404'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13359662'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413655> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13413655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596389" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13413655'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596389'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596389'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13413655'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607443> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607443> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607443>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14607443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581469" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14607443'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581469'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581469'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14607443'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879195> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13879195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615223" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13879195'^^xsd:integer;
  dwc:scientificName 'Grantia compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615223'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615223'^^xsd:string;
  dwc:aphiaid '132181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13879195'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '132181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031653> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14031653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615209" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14031653'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615209'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615209'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14031653'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031655> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031655> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031655>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14031655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40297538" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14031655'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40297538'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^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-JNCCMNCR40297538'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14031655'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359714> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13359714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614802" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13359714'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614802'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614802'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13359714'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627185> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13627185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13627185'^^xsd:integer;
  dwc:scientificName 'Ceramium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578815'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578815'^^xsd:string;
  dwc:aphiaid '144546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13627185'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13660256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13660256> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13660256> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13660256>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13660256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13660256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40297536" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13660256'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40297536'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^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-JNCCMNCR40297536'^^xsd:string;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13660256'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13794731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13794731> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13794731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13794731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13794731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13794731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401687" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13794731'^^xsd:integer;
  dwc:scientificName 'Escharoides coccinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401687'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401687'^^xsd:string;
  dwc:aphiaid '111498'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13794731'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '111498'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14201843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14201843> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14201843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14201843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14201843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14201843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614630" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14201843'^^xsd:integer;
  dwc:scientificName 'Ophlitaspongia seriata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614630'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614630'^^xsd:string;
  dwc:aphiaid '150219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14201843'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '184428'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14574277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14574277> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14574277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14574277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14574277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14574277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614586" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14574277'^^xsd:integer;
  dwc:scientificName 'Rhodothamniella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614586'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614586'^^xsd:string;
  dwc:aphiaid '144221'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14574277'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '144221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413638> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14413638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579321" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14413638'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579321'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579321'^^xsd:string;
  dwc:aphiaid '110866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14413638'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '110866'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13622586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13622586> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13622586> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13622586>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13622586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13622586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580555" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13622586'^^xsd:integer;
  dwc:scientificName 'Cellepora pumicosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580555'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580555'^^xsd:string;
  dwc:aphiaid '111268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13622586'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '111268'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419610> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13419610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614763" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13419610'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614763'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614763'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13419610'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372634> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372634> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372634>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14372634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578604" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14372634'^^xsd:integer;
  dwc:scientificName 'Raspailia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578604'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578604'^^xsd:string;
  dwc:aphiaid '181150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14372634'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '133150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14477079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14477079> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14477079> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14477079>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14477079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14477079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580598" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14477079'^^xsd:integer;
  dwc:scientificName 'Taonia atomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580598'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580598'^^xsd:string;
  dwc:aphiaid '145393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14477079'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13737318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13737318> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13737318> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13737318>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13737318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13737318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579596" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13737318'^^xsd:integer;
  dwc:scientificName 'Desmarestia ligulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579596'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579596'^^xsd:string;
  dwc:aphiaid '145309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13737318'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737321> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13737321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580132" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13737321'^^xsd:integer;
  dwc:scientificName 'Desmarestia ligulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580132'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580132'^^xsd:string;
  dwc:aphiaid '145309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13737321'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737324> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13737324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577973" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13737324'^^xsd:integer;
  dwc:scientificName 'Desmarestia ligulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577973'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577973'^^xsd:string;
  dwc:aphiaid '145309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13737324'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13737315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13737315> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13737315> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13737315>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13737315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13737315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579635" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13737315'^^xsd:integer;
  dwc:scientificName 'Desmarestia ligulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579635'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579635'^^xsd:string;
  dwc:aphiaid '145309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13737315'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14042031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14042031> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14042031> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14042031>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14042031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14042031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614161" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14042031'^^xsd:integer;
  dwc:scientificName 'Luidia ciliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614161'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614161'^^xsd:string;
  dwc:aphiaid '123920'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14042031'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '123920'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424433> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13424433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579922" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13424433'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579922'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579922'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13424433'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392963> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14392963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579923" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14392963'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579923'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579923'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14392963'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14601078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14601078> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14601078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14601078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14601078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14601078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579935" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14601078'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579935'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579935'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14601078'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14336141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14336141> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14336141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14336141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14336141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14336141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579926" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14336141'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579926'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579926'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14336141'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13891648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13891648> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13891648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13891648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13891648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13891648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579919" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13891648'^^xsd:integer;
  dwc:scientificName 'Haliclona oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579919'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579919'^^xsd:string;
  dwc:aphiaid '236327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13891648'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '132833'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13625086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13625086> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13625086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13625086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13625086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13625086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615639" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13625086'^^xsd:integer;
  dwc:scientificName 'Ceramium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615639'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615639'^^xsd:string;
  dwc:aphiaid '143834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13625086'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '143834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012679> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14012679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578790" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14012679'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578790'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578790'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14012679'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14300780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14300780> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14300780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14300780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14300780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14300780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615810" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14300780'^^xsd:integer;
  dwc:scientificName 'Plumaria plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615810'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615810'^^xsd:string;
  dwc:aphiaid '144603'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14300780'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '144603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14300782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14300782> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14300782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14300782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14300782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14300782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614941" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14300782'^^xsd:integer;
  dwc:scientificName 'Plumaria plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614941'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614941'^^xsd:string;
  dwc:aphiaid '144603'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14300782'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '144603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535359> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535359> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535359>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14535359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579518" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14535359'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579518'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40579518'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14535359'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416124> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416124> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416124>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14416124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579531" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14416124'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579531'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40579531'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14416124'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535365> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14535365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579470" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14535365'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579470'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579470'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14535365'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14525898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14525898> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14525898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14525898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14525898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14525898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579487" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14525898'^^xsd:integer;
  dwc:scientificName 'Turbicellepora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579487'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579487'^^xsd:string;
  dwc:aphiaid '110880'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14525898'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '110880'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416127> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416127> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416127>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14416127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577642" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14416127'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577642'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577642'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14416127'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14377177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14377177> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14377177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14377177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14377177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:14377177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611415" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '14377177'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611415'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611415'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:14377177'^^xsd:string;
  dwc:observationDate '2000-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596437> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14596437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614703" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14596437'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614703'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614703'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14596437'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407856> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407856> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407856>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13407856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615005" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13407856'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615005'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615005'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13407856'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735513> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735513> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735513>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13735513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614979" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13735513'^^xsd:integer;
  dwc:scientificName 'Dercitus bucklandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614979'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40614979'^^xsd:string;
  dwc:aphiaid '134068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13735513'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '555677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13683256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13683256> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13683256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13683256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13683256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13683256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578774" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13683256'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578774'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578774'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13683256'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14356481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14356481> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14356481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14356481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14356481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14356481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578797" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14356481'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578797'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578797'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14356481'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14345813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14345813> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14345813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14345813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14345813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14345813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578788" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14345813'^^xsd:integer;
  dwc:scientificName 'Porcellana platycheles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578788'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578788'^^xsd:string;
  dwc:aphiaid '107190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14345813'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13870511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13870511> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13870511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13870511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13870511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13870511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578806" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13870511'^^xsd:integer;
  dwc:scientificName 'Gobius niger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578806'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578806'^^xsd:string;
  dwc:aphiaid '126892'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13870511'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '126892'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14300781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14300781> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14300781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14300781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14300781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14300781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615219" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14300781'^^xsd:integer;
  dwc:scientificName 'Plumaria plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615219'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615219'^^xsd:string;
  dwc:aphiaid '144603'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14300781'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '144603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14706406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14706406> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14706406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14706406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14706406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14706406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596437" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14706406'^^xsd:integer;
  dwc:scientificName 'Cystoseira'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596437'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596437'^^xsd:string;
  dwc:aphiaid '144126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14706406'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144126'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13737316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13737316> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13737316> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13737316>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13737316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13737316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580599" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13737316'^^xsd:integer;
  dwc:scientificName 'Desmarestia ligulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580599'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580599'^^xsd:string;
  dwc:aphiaid '145309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13737316'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13737317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13737317> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13737317> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13737317>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13737317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13737317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580051" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13737317'^^xsd:integer;
  dwc:scientificName 'Desmarestia ligulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580051'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580051'^^xsd:string;
  dwc:aphiaid '145309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13737317'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14396841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14396841> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14396841> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14396841>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14396841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14396841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580170" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14396841'^^xsd:integer;
  dwc:scientificName 'Salmacina dysteri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580170'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580170'^^xsd:string;
  dwc:aphiaid '131038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14396841'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '131038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372629> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372629> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372629>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14372629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14372629'^^xsd:integer;
  dwc:scientificName 'Raspailia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581062'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581062'^^xsd:string;
  dwc:aphiaid '181150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14372629'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '133150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14423753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14423753> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14423753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14423753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14423753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14423753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579311" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14423753'^^xsd:integer;
  dwc:scientificName 'Sertularella gayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579311'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579311'^^xsd:string;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14423753'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14005063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14005063> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14005063> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14005063>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14005063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14005063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577615" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14005063'^^xsd:integer;
  dwc:scientificName 'Leucosolenia complicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577615'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577615'^^xsd:string;
  dwc:aphiaid '132219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14005063'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '132219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392964> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392964> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392964>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14392964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579519" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14392964'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579519'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40579519'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14392964'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14425451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14425451> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14425451> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14425451>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14425451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14425451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579515" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14425451'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579515'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40579515'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14425451'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424434> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424434> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424434>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13424434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579517" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13424434'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579517'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40579517'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13424434'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359700> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359700> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359700>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13359700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615013" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13359700'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615013'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615013'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13359700'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413668> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413668> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413668>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13413668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615837" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13413668'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615837'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615837'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13413668'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13517607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13517607> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13517607> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13517607>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13517607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13517607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611327" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13517607'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611327'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611327'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13517607'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13517606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13517606> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13517606> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13517606>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13517606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13517606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611444" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13517606'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611444'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40611444'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13517606'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13517609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13517609> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13517609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13517609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13517609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13517609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611354" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13517609'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611354'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611354'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13517609'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13576595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13576595> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13576595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13576595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13576595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13576595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611352" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13576595'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611352'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611352'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13576595'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13419579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13419579> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13419579> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13419579>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13419579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13419579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611326" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13419579'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611326'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611326'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13419579'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580696> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13580696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579330" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13580696'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579330'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579330'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13580696'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13963190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13963190> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13963190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13963190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13963190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13963190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578944" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13963190'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria pinnata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578944'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578944'^^xsd:string;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13963190'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414307> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13414307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13414307'^^xsd:integer;
  dwc:scientificName 'Aglaophenia tubulifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580064'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580064'^^xsd:string;
  dwc:aphiaid '117285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13414307'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '117285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744577> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13744577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580130" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13744577'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580130'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580130'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13744577'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14385694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14385694> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14385694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14385694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14385694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14385694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580078" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14385694'^^xsd:integer;
  dwc:scientificName 'Rostanga rubra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580078'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580078'^^xsd:string;
  dwc:aphiaid '141404'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14385694'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '141404'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744551> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744551> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744551>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13744551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579633" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13744551'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579633'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579633'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13744551'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13527926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13527926> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13527926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13527926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13527926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13527926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577586" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13527926'^^xsd:integer;
  dwc:scientificName 'Astropecten irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577586'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577586'^^xsd:string;
  dwc:aphiaid '123867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13527926'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '123867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13695548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13695548> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13695548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13695548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13695548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13695548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578966" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13695548'^^xsd:integer;
  dwc:scientificName 'Corella parallelogramma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578966'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578966'^^xsd:string;
  dwc:aphiaid '103743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13695548'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14695810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14695810> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14695810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14695810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14695810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14695810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597907" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14695810'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597907'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597907'^^xsd:string;
  dwc:aphiaid '125999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14695810'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '125999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14459650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14459650> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14459650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14459650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14459650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14459650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598090" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14459650'^^xsd:integer;
  dwc:scientificName 'Spyridia filamentosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598090'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598090'^^xsd:string;
  dwc:aphiaid '144706'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14459650'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14316676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14316676> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14316676> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14316676>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14316676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14316676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578236" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14316676'^^xsd:integer;
  dwc:scientificName 'Polyclinum aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578236'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578236'^^xsd:string;
  dwc:aphiaid '103674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14316676'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132870> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132870> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132870>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14132870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578208" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14132870'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578208'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578208'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14132870'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14508176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14508176> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14508176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14508176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14508176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14508176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579500" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14508176'^^xsd:integer;
  dwc:scientificName 'Trididemnum cereum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579500'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579500'^^xsd:string;
  dwc:aphiaid '103594'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14508176'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '103594'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489377> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14489377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579456" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14489377'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579456'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579456'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14489377'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14523597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14523597> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14523597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14523597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14523597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14523597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579463" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14523597'^^xsd:integer;
  dwc:scientificName 'Tubularia indivisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579463'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579463'^^xsd:string;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14523597'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13482478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13482478> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13482478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13482478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13482478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13482478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579499" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13482478'^^xsd:integer;
  dwc:scientificName 'Aplidium nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579499'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579499'^^xsd:string;
  dwc:aphiaid '103656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13482478'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '103656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424439> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13424439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579469" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13424439'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579469'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579469'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13424439'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392969> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14392969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579471" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14392969'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579471'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579471'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14392969'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13721354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13721354> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13721354> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13721354>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13721354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13721354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577645" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13721354'^^xsd:integer;
  dwc:scientificName 'Ctenolabrus rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577645'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577645'^^xsd:string;
  dwc:aphiaid '126964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13721354'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '126964'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14160002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14160002> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14160002> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14160002>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14160002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14160002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577655" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14160002'^^xsd:integer;
  dwc:scientificName 'Nitophyllum punctatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577655'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577655'^^xsd:string;
  dwc:aphiaid '144770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14160002'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144770'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543363> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543363> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543363>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14543363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577567" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14543363'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577567'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577567'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14543363'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621420> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621420> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621420>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13621420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577570" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13621420'^^xsd:integer;
  dwc:scientificName 'Cellaria fistulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577570'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577570'^^xsd:string;
  dwc:aphiaid '111257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13621420'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328945> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14328945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578826" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14328945'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578826'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578826'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14328945'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596436> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14596436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615214" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14596436'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615214'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615214'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14596436'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14119163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14119163> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14119163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14119163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14119163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14119163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579704" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14119163'^^xsd:integer;
  dwc:scientificName 'Naccaria wiggii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579704'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579704'^^xsd:string;
  dwc:aphiaid '145769'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14119163'^^xsd:string;
  dwc:observationDate '1998-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '145769'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13914463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13914463> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13914463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13914463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13914463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13914463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579300" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13914463'^^xsd:integer;
  dwc:scientificName 'Hemimycale columella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579300'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579300'^^xsd:string;
  dwc:aphiaid '133543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13914463'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '133543'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14477081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14477081> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14477081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14477081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14477081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14477081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580131" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14477081'^^xsd:integer;
  dwc:scientificName 'Taonia atomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580131'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580131'^^xsd:string;
  dwc:aphiaid '145393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14477081'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678881> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13678881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577919" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13678881'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577919'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577919'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13678881'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14389480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14389480> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14389480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14389480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14389480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14389480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598063" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14389480'^^xsd:integer;
  dwc:scientificName 'Sabellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598063'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598063'^^xsd:string;
  dwc:aphiaid '985'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14389480'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576580> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576580> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576580>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13576580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580782" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13576580'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580782'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580782'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13576580'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576560> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576560> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576560>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13576560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580007" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13576560'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580007'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580007'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13576560'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924058> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13924058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580441" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13924058'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580441'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580441'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13924058'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14477110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14477110> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14477110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14477110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14477110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14477110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615759" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14477110'^^xsd:integer;
  dwc:scientificName 'Taonia atomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615759'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615759'^^xsd:string;
  dwc:aphiaid '145393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14477110'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14477087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14477087> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14477087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14477087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14477087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14477087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580513" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14477087'^^xsd:integer;
  dwc:scientificName 'Taonia atomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580513'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580513'^^xsd:string;
  dwc:aphiaid '145393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14477087'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924065> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13924065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579397" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13924065'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579397'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579397'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13924065'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14477084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14477084> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14477084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14477084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14477084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14477084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577971" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14477084'^^xsd:integer;
  dwc:scientificName 'Taonia atomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577971'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577971'^^xsd:string;
  dwc:aphiaid '145393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14477084'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924056> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13924056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577960" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13924056'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577960'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577960'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13924056'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924070> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13924070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580505" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13924070'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580505'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580505'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13924070'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924039> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924039> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924039>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13924039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579590" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13924039'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579590'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579590'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13924039'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924059> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13924059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585583" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13924059'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585583'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585583'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13924059'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924033> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924033> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924033>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13924033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580043" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13924033'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580043'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580043'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13924033'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329791> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14329791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579719" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14329791'^^xsd:integer;
  dwc:scientificName 'Polysiphonia fucoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579719'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579719'^^xsd:string;
  dwc:aphiaid '144639'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14329791'^^xsd:string;
  dwc:observationDate '1998-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '637672'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14322758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14322758> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14322758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14322758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14322758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14322758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597985" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14322758'^^xsd:integer;
  dwc:scientificName 'Polyides rotundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597985'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597985'^^xsd:string;
  dwc:aphiaid '145668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14322758'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145668'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322762> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14322762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580669" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14322762'^^xsd:integer;
  dwc:scientificName 'Polyides rotundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580669'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580669'^^xsd:string;
  dwc:aphiaid '145668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14322762'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145668'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14389481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14389481> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14389481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14389481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14389481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14389481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597961" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14389481'^^xsd:integer;
  dwc:scientificName 'Sabellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597961'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597961'^^xsd:string;
  dwc:aphiaid '985'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14389481'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14459651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14459651> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14459651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14459651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14459651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14459651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597993" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14459651'^^xsd:integer;
  dwc:scientificName 'Spyridia filamentosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597993'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597993'^^xsd:string;
  dwc:aphiaid '144706'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14459651'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14459652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14459652> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14459652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14459652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14459652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14459652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597994" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14459652'^^xsd:integer;
  dwc:scientificName 'Spyridia filamentosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597994'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597994'^^xsd:string;
  dwc:aphiaid '144706'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14459652'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558631> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13558631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579326" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13558631'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579326'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579326'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13558631'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13937263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13937263> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13937263> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13937263>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13937263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13937263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13937263'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614270'^^xsd:string;
  dwc:yearCollected '1997'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614270'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13937263'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13630890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13630890> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13630890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13630890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13630890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13630890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597957" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13630890'^^xsd:integer;
  dwc:scientificName 'Cereus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597957'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597957'^^xsd:string;
  dwc:aphiaid '100987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13630890'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '100987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13638349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13638349> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13638349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13638349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13638349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13638349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597960" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13638349'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597960'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597960'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13638349'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627109> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13627109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579711" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13627109'^^xsd:integer;
  dwc:scientificName 'Ceramium cimbricum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579711'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579711'^^xsd:string;
  dwc:aphiaid '144538'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13627109'^^xsd:string;
  dwc:observationDate '1998-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '144538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564536> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13564536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579715" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13564536'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579715'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579715'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13564536'^^xsd:string;
  dwc:observationDate '1998-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13564518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13564518> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13564518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13564518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13564518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13564518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597920" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13564518'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597920'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597920'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13564518'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851931> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851931> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851931>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13851931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581460" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13851931'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581460'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581460'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13851931'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14119161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14119161> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14119161> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14119161>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14119161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14119161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580583" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14119161'^^xsd:integer;
  dwc:scientificName 'Naccaria wiggii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580583'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580583'^^xsd:string;
  dwc:aphiaid '145769'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14119161'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145769'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14039192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14039192> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14039192> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14039192>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14039192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14039192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580589" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14039192'^^xsd:integer;
  dwc:scientificName 'Lomentaria orcadensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580589'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580589'^^xsd:string;
  dwc:aphiaid '145830'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14039192'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14423235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14423235> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14423235> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14423235>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14423235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14423235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614771" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14423235'^^xsd:integer;
  dwc:scientificName 'Sertularella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614771'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614771'^^xsd:string;
  dwc:aphiaid '117233'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14423235'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '117233'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286798> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14286798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580422" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14286798'^^xsd:integer;
  dwc:scientificName 'Phyllophora crispa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580422'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580422'^^xsd:string;
  dwc:aphiaid '145660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14286798'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554677> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13554677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580419" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13554677'^^xsd:integer;
  dwc:scientificName 'Bonnemaisonia asparagoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580419'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580419'^^xsd:string;
  dwc:aphiaid '144440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13554677'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055219> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14055219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579315" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14055219'^^xsd:integer;
  dwc:scientificName 'Macropodia rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579315'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579315'^^xsd:string;
  dwc:aphiaid '107345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14055219'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13484313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13484313> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13484313> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13484313>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13484313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13484313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577629" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13484313'^^xsd:integer;
  dwc:scientificName 'Aplysia punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577629'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577629'^^xsd:string;
  dwc:aphiaid '138758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13484313'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '138758'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14120718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14120718> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14120718> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14120718>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14120718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14120718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577626" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14120718'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577626'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577626'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14120718'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14336142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14336142> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14336142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14336142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14336142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14336142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579476" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14336142'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579476'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579476'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14336142'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372635> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372635> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372635>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14372635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579830" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14372635'^^xsd:integer;
  dwc:scientificName 'Raspailia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579830'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579830'^^xsd:string;
  dwc:aphiaid '181150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14372635'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '133150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372624> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372624> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372624>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14372624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578141" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14372624'^^xsd:integer;
  dwc:scientificName 'Raspailia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578141'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578141'^^xsd:string;
  dwc:aphiaid '181150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14372624'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '133150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14329789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14329789> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14329789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14329789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14329789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14329789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598094" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14329789'^^xsd:integer;
  dwc:scientificName 'Polysiphonia fucoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598094'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598094'^^xsd:string;
  dwc:aphiaid '144639'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14329789'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '637672'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14329790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14329790> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14329790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14329790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14329790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14329790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598000" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14329790'^^xsd:integer;
  dwc:scientificName 'Polysiphonia fucoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598000'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598000'^^xsd:string;
  dwc:aphiaid '144639'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14329790'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '637672'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329794> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14329794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580683" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14329794'^^xsd:integer;
  dwc:scientificName 'Polysiphonia fucoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580683'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580683'^^xsd:string;
  dwc:aphiaid '144639'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14329794'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '637672'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359703> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359703> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359703>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13359703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40297540" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13359703'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40297540'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^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-JNCCMNCR40297540'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13359703'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243640> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14243640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615636" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14243640'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615636'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615636'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14243640'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13770245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13770245> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13770245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13770245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13770245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13770245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13770245'^^xsd:integer;
  dwc:scientificName 'Echinocardium cordatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597902'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597902'^^xsd:string;
  dwc:aphiaid '124392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13770245'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '124392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13880207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13880207> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13880207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13880207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13880207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13880207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579705" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13880207'^^xsd:integer;
  dwc:scientificName 'Grateloupia filicina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579705'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579705'^^xsd:string;
  dwc:aphiaid '145248'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13880207'^^xsd:string;
  dwc:observationDate '1998-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '145248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13924021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13924021> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13924021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13924021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13924021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13924021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401842" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13924021'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401842'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401842'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13924021'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924045> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13924045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578979" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13924045'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578979'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578979'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13924045'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924049> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13924049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580124" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13924049'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580124'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580124'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13924049'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328944> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14328944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579718" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14328944'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579718'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579718'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14328944'^^xsd:string;
  dwc:observationDate '1998-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13638347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13638347> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13638347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13638347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13638347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13638347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13638347'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598062'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598062'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13638347'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13678849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13678849> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13678849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13678849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13678849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13678849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597973" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13678849'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597973'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597973'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13678849'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13849608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13849608> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13849608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13849608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13849608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13849608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614936" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13849608'^^xsd:integer;
  dwc:scientificName 'Gelidium latifolium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614936'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614936'^^xsd:string;
  dwc:aphiaid '156097'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13849608'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145594'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14055213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14055213> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14055213> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14055213>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14055213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14055213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577669" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14055213'^^xsd:integer;
  dwc:scientificName 'Macropodia rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577669'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40577669'^^xsd:string;
  dwc:aphiaid '107345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14055213'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '107345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14707613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14707613> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14707613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14707613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14707613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14707613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615814" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14707613'^^xsd:integer;
  dwc:scientificName 'Ulva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615814'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615814'^^xsd:string;
  dwc:aphiaid '144296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14707613'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14370298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14370298> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14370298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14370298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14370298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14370298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578805" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14370298'^^xsd:integer;
  dwc:scientificName 'Pyura microcosmus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578805'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578805'^^xsd:string;
  dwc:aphiaid '103851'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14370298'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103851'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893789> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13893789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578836" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13893789'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578836'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578836'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13893789'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629993> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13629993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578817" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13629993'^^xsd:integer;
  dwc:scientificName 'Ceramium tenuissimum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578817'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578817'^^xsd:string;
  dwc:aphiaid '162826'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13629993'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297523> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14297523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577941" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14297523'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577941'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577941'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14297523'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297505> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297505> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297505>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14297505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579580" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14297505'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579580'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579580'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14297505'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662504> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662504> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662504>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13662504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578635" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13662504'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578635'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578635'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13662504'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13390318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13390318> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13390318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13390318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13390318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13390318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585542" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13390318'^^xsd:integer;
  dwc:scientificName 'Abietinaria filicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585542'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585542'^^xsd:string;
  dwc:aphiaid '117871'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13390318'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '117871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297527> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14297527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585571" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14297527'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585571'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585571'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14297527'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297535> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14297535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580491" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14297535'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580491'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580491'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14297535'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539256> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13539256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615627" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13539256'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615627'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615627'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13539256'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311370> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311370> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311370>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14311370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580574" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14311370'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580574'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580574'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14311370'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135875> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135875> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135875>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14135875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580532" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14135875'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580532'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580532'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14135875'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13949160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13949160> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13949160> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13949160>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13949160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13949160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579589" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13949160'^^xsd:integer;
  dwc:scientificName 'Hypoglossum hypoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579589'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579589'^^xsd:string;
  dwc:aphiaid '144756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13949160'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943537> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943537> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943537>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13943537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579833" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13943537'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579833'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579833'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13943537'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13732603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13732603> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13732603> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13732603>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13732603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13732603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578638" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13732603'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578638'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578638'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13732603'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502391> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502391> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502391>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13502391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578636" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13502391'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578636'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578636'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13502391'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13567081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13567081> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13567081> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13567081>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13567081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13567081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578624" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13567081'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578624'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578624'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13567081'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943536> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943536> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943536>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13943536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578610" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13943536'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578610'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578610'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13943536'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458362> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:12458362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585552" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '12458362'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585552'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585552'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:12458362'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755105> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13755105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585556" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13755105'^^xsd:integer;
  dwc:scientificName 'Diplosoma listerianum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585556'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585556'^^xsd:string;
  dwc:aphiaid '103579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13755105'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13896803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13896803> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13896803> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13896803>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13896803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13896803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579585" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13896803'^^xsd:integer;
  dwc:scientificName 'Halurus equisetifolius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579585'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579585'^^xsd:string;
  dwc:aphiaid '146345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13896803'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '146345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393019> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14393019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615738" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14393019'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615738'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615738'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14393019'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14413652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14413652> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14413652> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14413652>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14413652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14413652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615672" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14413652'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615672'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615672'^^xsd:string;
  dwc:aphiaid '110866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14413652'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '110866'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485066> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485066> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485066>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13485066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615057" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13485066'^^xsd:integer;
  dwc:scientificName 'Aplysilla sulfurea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615057'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615057'^^xsd:string;
  dwc:aphiaid '132298'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13485066'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508245> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13508245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580410" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13508245'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580410'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580410'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13508245'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132886> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14132886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580379" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14132886'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580379'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580379'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14132886'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13711759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13711759> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13711759> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13711759>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13711759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13711759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581463" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13711759'^^xsd:integer;
  dwc:scientificName 'Crisia denticulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581463'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581463'^^xsd:string;
  dwc:aphiaid '111695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13711759'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '111695'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13711761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13711761> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13711761> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13711761>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13711761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13711761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614616" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13711761'^^xsd:integer;
  dwc:scientificName 'Crisia denticulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614616'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614616'^^xsd:string;
  dwc:aphiaid '111695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13711761'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '111695'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14425497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14425497> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14425497> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14425497>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14425497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14425497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40294618" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14425497'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40294618'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40294618'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14425497'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13482474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13482474> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13482474> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13482474>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13482474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13482474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578176" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13482474'^^xsd:integer;
  dwc:scientificName 'Aplidium nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578176'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578176'^^xsd:string;
  dwc:aphiaid '103656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13482474'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '103656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14005062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14005062> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14005062> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14005062>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14005062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14005062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578136" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14005062'^^xsd:integer;
  dwc:scientificName 'Leucosolenia complicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578136'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578136'^^xsd:string;
  dwc:aphiaid '132219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14005062'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '132219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120785> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14120785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614906" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14120785'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614906'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614906'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14120785'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120786> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14120786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614483" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14120786'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614483'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614483'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14120786'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413676> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413676> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413676>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13413676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40294617" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13413676'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40294617'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40294617'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13413676'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505594> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13505594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578967" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13505594'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578967'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578967'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13505594'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359635> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13359635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580102" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13359635'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580102'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580102'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13359635'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413629> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13413629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580063" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13413629'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580063'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580063'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13413629'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14439445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14439445> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14439445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14439445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14439445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14439445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580117" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14439445'^^xsd:integer;
  dwc:scientificName 'Sphondylothamnion multifidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580117'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580117'^^xsd:string;
  dwc:aphiaid '144705'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14439445'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '144705'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621405> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621405> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621405>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13621405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578168" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13621405'^^xsd:integer;
  dwc:scientificName 'Cellaria fistulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578168'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578168'^^xsd:string;
  dwc:aphiaid '111257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13621405'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '111257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13963188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13963188> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13963188> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13963188>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13963188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13963188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581729" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13963188'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria pinnata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581729'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581729'^^xsd:string;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13963188'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396855> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396855> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396855>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14396855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580767" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14396855'^^xsd:integer;
  dwc:scientificName 'Salmacina dysteri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580767'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580767'^^xsd:string;
  dwc:aphiaid '131038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14396855'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '131038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13536052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13536052> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13536052> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13536052>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13536052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13536052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580159" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13536052'^^xsd:integer;
  dwc:scientificName 'Axinella infundibuliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580159'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580159'^^xsd:string;
  dwc:aphiaid '132480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13536052'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '132480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517428> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517428> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517428>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13517428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580008" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13517428'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580008'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580008'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13517428'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13469708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13469708> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13469708> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13469708>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13469708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13469708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614875" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13469708'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614875'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614875'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13469708'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535521> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14535521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614450" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14535521'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614450'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614450'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14535521'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376193> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14376193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579720" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14376193'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579720'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579720'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14376193'^^xsd:string;
  dwc:observationDate '1998-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981595> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13981595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580693" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13981595'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580693'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580693'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13981595'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795492> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13795492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580639" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13795492'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580639'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580639'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13795492'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189978> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189978> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189978>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14189978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579848" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14189978'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579848'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579848'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14189978'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216878> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216878> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216878>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14216878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577564" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14216878'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577564'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577564'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14216878'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243658> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14243658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614934" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14243658'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614934'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614934'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14243658'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243659> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14243659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614799" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14243659'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614799'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614799'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14243659'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A2913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A2913> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A2913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A2913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A2913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:2913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578829" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '2913'^^xsd:integer;
  dwc:scientificName 'Polysiphonia sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578829'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578829'^^xsd:string;
  dwc:aphiaid '144663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:2913'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558625> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13558625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578804" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13558625'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578804'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578804'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13558625'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243657> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14243657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615213" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14243657'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615213'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615213'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14243657'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13735695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13735695> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13735695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13735695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13735695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13735695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597979" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13735695'^^xsd:integer;
  dwc:scientificName 'Dermocorynus montagnei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597979'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597979'^^xsd:string;
  dwc:aphiaid '145243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13735695'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145243'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13718166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13718166> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13718166> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13718166>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13718166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13718166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577653" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13718166'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577653'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577653'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13718166'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953195> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953195> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953195>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13953195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579521" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13953195'^^xsd:integer;
  dwc:scientificName 'Inachus phalangium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579521'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40579521'^^xsd:string;
  dwc:aphiaid '107333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13953195'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '107333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14332645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14332645> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14332645> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14332645>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14332645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14332645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577577" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14332645'^^xsd:integer;
  dwc:scientificName 'Polysyncraton lacazei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577577'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577577'^^xsd:string;
  dwc:aphiaid '103593'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14332645'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103593'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701388> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701388> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701388>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13701388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615006" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13701388'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615006'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615006'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13701388'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701389> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701389> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701389>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13701389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615842" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13701389'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615842'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615842'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13701389'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763721> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13763721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614932" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13763721'^^xsd:integer;
  dwc:scientificName 'Dynamena pumila'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614932'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614932'^^xsd:string;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13763721'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535527> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535527> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535527>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14535527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615840" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14535527'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615840'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615840'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14535527'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827031> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827031> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827031>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13827031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615843" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13827031'^^xsd:integer;
  dwc:scientificName 'Filograna implexa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615843'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615843'^^xsd:string;
  dwc:aphiaid '130989'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13827031'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '130989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018444> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13018444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615804" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13018444'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615804'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615804'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13018444'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018445> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13018445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615208" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13018445'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615208'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615208'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13018445'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359699> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13359699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615808" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13359699'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615808'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615808'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13359699'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676358> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13676358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615221" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13676358'^^xsd:integer;
  dwc:scientificName 'Clathrina coriacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615221'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615221'^^xsd:string;
  dwc:aphiaid '132277'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13676358'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '132277'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424468> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13424468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580383" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13424468'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580383'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580383'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13424468'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14360090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14360090> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14360090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14360090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14360090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14360090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598003" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14360090'^^xsd:integer;
  dwc:scientificName 'Pseudolithoderma extensum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598003'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598003'^^xsd:string;
  dwc:aphiaid '144990'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14360090'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144990'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517520> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13517520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596142" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13517520'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596142'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596142'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13517520'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562172> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13562172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579319" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13562172'^^xsd:integer;
  dwc:scientificName 'Bowerbankia citrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579319'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579319'^^xsd:string;
  dwc:aphiaid '111664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13562172'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '851584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517483> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13517483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578085" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13517483'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578085'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578085'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13517483'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13418353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13418353> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13418353> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13418353>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13418353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13418353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613903" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13418353'^^xsd:integer;
  dwc:scientificName 'Alcyonidium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613903'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613903'^^xsd:string;
  dwc:aphiaid '110993'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13418353'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '110993'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621945> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621945> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621945>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13621945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580558" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13621945'^^xsd:integer;
  dwc:scientificName 'Cellaria sinuosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580558'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580558'^^xsd:string;
  dwc:aphiaid '111260'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13621945'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '111260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949174> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13949174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585581" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13949174'^^xsd:integer;
  dwc:scientificName 'Hypoglossum hypoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585581'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585581'^^xsd:string;
  dwc:aphiaid '144756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13949174'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13501052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13501052> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13501052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13501052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13501052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13501052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578133" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13501052'^^xsd:integer;
  dwc:scientificName 'Arthrocladia villosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578133'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578133'^^xsd:string;
  dwc:aphiaid '145306'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13501052'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145306'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517467> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13517467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579189" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13517467'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579189'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579189'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13517467'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14561143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14561143> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14561143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14561143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14561143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14561143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597982" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14561143'^^xsd:integer;
  dwc:scientificName 'Gracilariopsis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597982'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597982'^^xsd:string;
  dwc:aphiaid '146959'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14561143'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '146959'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13414909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13414909> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13414909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13414909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13414909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13414909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598005" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13414909'^^xsd:integer;
  dwc:scientificName 'Aglaozonia (asexual cutleria)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598005'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598005'^^xsd:string;
  dwc:aphiaid '182809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13414909'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14261765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14261765> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14261765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14261765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14261765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14261765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597980" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14261765'^^xsd:integer;
  dwc:scientificName 'Peyssonnelia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597980'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597980'^^xsd:string;
  dwc:aphiaid '144051'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14261765'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144051'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14055208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14055208> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14055208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14055208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14055208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14055208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598067" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14055208'^^xsd:integer;
  dwc:scientificName 'Macropodia rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598067'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598067'^^xsd:string;
  dwc:aphiaid '107345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14055208'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13606608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13606608> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13606608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13606608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13606608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13606608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598069" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13606608'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598069'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598069'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13606608'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14561142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14561142> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14561142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14561142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14561142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14561142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598085" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14561142'^^xsd:integer;
  dwc:scientificName 'Gracilariopsis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598085'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598085'^^xsd:string;
  dwc:aphiaid '146959'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14561142'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '146959'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13460010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13460010> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13460010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13460010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13460010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13460010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598059" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13460010'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598059'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598059'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13460010'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13385401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13385401> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13385401> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13385401>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13385401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13385401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580750" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13385401'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580750'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580750'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13385401'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14093943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14093943> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14093943> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14093943>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14093943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14093943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580568" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14093943'^^xsd:integer;
  dwc:scientificName 'Morchellium argus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580568'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580568'^^xsd:string;
  dwc:aphiaid '148714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14093943'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '148714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13851925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13851925> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13851925> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13851925>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13851925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13851925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580543" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13851925'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580543'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580543'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13851925'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093959> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093959> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093959>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14093959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614622" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14093959'^^xsd:integer;
  dwc:scientificName 'Morchellium argus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614622'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614622'^^xsd:string;
  dwc:aphiaid '148714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14093959'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '148714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539264> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13539264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614649" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13539264'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614649'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614649'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13539264'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749770> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749770> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749770>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13749770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581473" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13749770'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581473'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581473'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13749770'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14424186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14424186> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14424186> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14424186>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14424186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14424186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614610" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14424186'^^xsd:integer;
  dwc:scientificName 'Sertularella polyzonias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614610'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614610'^^xsd:string;
  dwc:aphiaid '117906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14424186'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '117906'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14467934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14467934> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14467934> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14467934>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14467934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14467934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14467934'^^xsd:integer;
  dwc:scientificName 'Stryphnus ponderosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614866'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614866'^^xsd:string;
  dwc:aphiaid '133991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14467934'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '133991'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14467935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14467935> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14467935> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14467935>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14467935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14467935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615051" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14467935'^^xsd:integer;
  dwc:scientificName 'Stryphnus ponderosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615051'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615051'^^xsd:string;
  dwc:aphiaid '133991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14467935'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '133991'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452576> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452576> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452576>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14452576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614874" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14452576'^^xsd:integer;
  dwc:scientificName 'Spirorbidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614874'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614874'^^xsd:string;
  dwc:aphiaid '1021266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14452576'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452578> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452578> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452578>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14452578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615061" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14452578'^^xsd:integer;
  dwc:scientificName 'Spirorbidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615061'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615061'^^xsd:string;
  dwc:aphiaid '1021266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14452578'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755108> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13755108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580476" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13755108'^^xsd:integer;
  dwc:scientificName 'Diplosoma listerianum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580476'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580476'^^xsd:string;
  dwc:aphiaid '103579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13755108'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943571> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13943571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580455" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13943571'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580455'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580455'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13943571'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949180> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13949180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580504" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13949180'^^xsd:integer;
  dwc:scientificName 'Hypoglossum hypoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580504'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580504'^^xsd:string;
  dwc:aphiaid '144756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13949180'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678890> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13678890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580472" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13678890'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580472'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580472'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13678890'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458370> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:12458370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580466" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '12458370'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580466'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580466'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:12458370'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458359> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:12458359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '12458359'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577914'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577914'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:12458359'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13402888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13402888> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13402888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13402888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13402888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13402888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577954" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13402888'^^xsd:integer;
  dwc:scientificName 'Acrosorium venulosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577954'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577954'^^xsd:string;
  dwc:aphiaid '144734'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13402888'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144734'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13558600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13558600> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13558600> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13558600>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13558600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13558600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580577" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13558600'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580577'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580577'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13558600'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14573564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14573564> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14573564> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14573564>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14573564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14573564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580591" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14573564'^^xsd:integer;
  dwc:scientificName 'Pterothamnion crispum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580591'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580591'^^xsd:string;
  dwc:aphiaid '144682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14573564'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144682'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558608> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558608> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558608>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13558608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581471" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13558608'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581471'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581471'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13558608'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535531> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14535531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615625" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14535531'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615625'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615625'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14535531'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276792> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276792> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276792>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14276792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580528" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14276792'^^xsd:integer;
  dwc:scientificName 'Phorbas fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580528'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580528'^^xsd:string;
  dwc:aphiaid '133679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14276792'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413673> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413673> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413673>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13413673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614643" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13413673'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614643'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614643'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13413673'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424458> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13424458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578948" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13424458'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578948'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578948'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13424458'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14425458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14425458> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14425458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14425458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14425458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14425458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578947" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14425458'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578947'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578947'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14425458'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414912> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13414912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580128" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13414912'^^xsd:integer;
  dwc:scientificName 'Aglaozonia (asexual cutleria)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580128'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580128'^^xsd:string;
  dwc:aphiaid '182809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13414912'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '144054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424461> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13424461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580068" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13424461'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580068'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580068'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13424461'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403071> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14403071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580107" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14403071'^^xsd:integer;
  dwc:scientificName 'Schottera nicaeënsis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580107'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580107'^^xsd:string;
  dwc:aphiaid '494793'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14403071'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145666'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424432> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424432> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424432>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13424432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578148" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13424432'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578148'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578148'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13424432'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392962> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392962> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392962>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14392962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578151" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14392962'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578151'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578151'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14392962'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393028> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14393028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14393028'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614900'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614900'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14393028'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594196> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13594196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615829" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13594196'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615829'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615829'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13594196'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312065> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312065> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312065>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14312065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578243" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14312065'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578243'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578243'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14312065'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13963191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13963191> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13963191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13963191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13963191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13963191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578778" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13963191'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria pinnata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578778'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578778'^^xsd:string;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13963191'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953194> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13953194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579931" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13953194'^^xsd:integer;
  dwc:scientificName 'Inachus phalangium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579931'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579931'^^xsd:string;
  dwc:aphiaid '107333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13953194'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '107333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13749764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13749764> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13749764> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13749764>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13749764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13749764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577648" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13749764'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577648'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577648'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13749764'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13780658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13780658> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13780658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13780658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13780658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13780658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614704" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13780658'^^xsd:integer;
  dwc:scientificName 'Chlorophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614704'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614704'^^xsd:string;
  dwc:aphiaid '801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13780658'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14189989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14189989> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14189989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14189989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14189989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14189989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578796" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14189989'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578796'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578796'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14189989'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564538> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13564538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578822" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13564538'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578822'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578822'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13564538'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13993988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13993988> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13993988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13993988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13993988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13993988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578824" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13993988'^^xsd:integer;
  dwc:scientificName 'Laurencia obtusa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578824'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578824'^^xsd:string;
  dwc:aphiaid '144827'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13993988'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144827'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13784780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13784780> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13784780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13784780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13784780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13784780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614942" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13784780'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614942'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614942'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13784780'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766489> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13766489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579302" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13766489'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579302'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579302'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13766489'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977157> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977157> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977157>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13977157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580054" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13977157'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580054'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580054'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13977157'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13882474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13882474> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13882474> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13882474>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13882474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13882474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580028" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13882474'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580028'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580028'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13882474'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382164> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382164> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382164>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14382164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580030" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14382164'^^xsd:integer;
  dwc:scientificName 'Rhodymenia pseudopalmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580030'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580030'^^xsd:string;
  dwc:aphiaid '145855'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14382164'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13714690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13714690> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13714690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13714690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13714690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13714690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577916" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13714690'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577916'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577916'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13714690'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14312051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14312051> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14312051> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14312051>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14312051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14312051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580197" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14312051'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580197'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580197'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14312051'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416154> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13416154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579384" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13416154'^^xsd:integer;
  dwc:scientificName 'Ahnfeltia plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579384'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579384'^^xsd:string;
  dwc:aphiaid '144422'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13416154'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649924> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13649924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579386" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13649924'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579386'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579386'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13649924'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211767> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14211767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615615" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14211767'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615615'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615615'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14211767'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13483278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13483278> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13483278> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13483278>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13483278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13483278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615063" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13483278'^^xsd:integer;
  dwc:scientificName 'Aplidium punctum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615063'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615063'^^xsd:string;
  dwc:aphiaid '103662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13483278'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '103662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336321> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336321> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336321>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14336321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614873" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14336321'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614873'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614873'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14336321'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638383> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13638383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596393" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13638383'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596393'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596393'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13638383'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13937264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13937264> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13937264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13937264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13937264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13937264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614352" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13937264'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614352'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614352'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13937264'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14376185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14376185> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14376185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14376185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14376185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14376185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598001" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14376185'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598001'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598001'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14376185'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13512779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13512779> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13512779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13512779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13512779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13512779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598009" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13512779'^^xsd:integer;
  dwc:scientificName 'Asperococcus bullosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598009'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598009'^^xsd:string;
  dwc:aphiaid '145311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13512779'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14353677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14353677> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14353677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14353677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14353677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14353677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597958" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14353677'^^xsd:integer;
  dwc:scientificName 'Prostheceraeus vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597958'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597958'^^xsd:string;
  dwc:aphiaid '142820'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14353677'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '142820'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676356> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676356> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676356>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13676356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615048" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13676356'^^xsd:integer;
  dwc:scientificName 'Clathrina coriacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615048'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615048'^^xsd:string;
  dwc:aphiaid '132277'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13676356'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '132277'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120731> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120731> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120731>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14120731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580770" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14120731'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580770'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580770'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14120731'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120777> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14120777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615830" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14120777'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615830'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615830'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14120777'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14523596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14523596> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14523596> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14523596>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14523596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14523596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580531" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14523596'^^xsd:integer;
  dwc:scientificName 'Tubularia indivisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580531'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580531'^^xsd:string;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14523596'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14508175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14508175> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14508175> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14508175>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14508175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14508175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580570" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14508175'^^xsd:integer;
  dwc:scientificName 'Trididemnum cereum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580570'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580570'^^xsd:string;
  dwc:aphiaid '103594'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14508175'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '103594'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489376> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489376> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489376>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14489376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580521" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14489376'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580521'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580521'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14489376'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13484314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13484314> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13484314> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13484314>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13484314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13484314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581462" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13484314'^^xsd:integer;
  dwc:scientificName 'Aplysia punctata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581462'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581462'^^xsd:string;
  dwc:aphiaid '138758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13484314'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '138758'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489381> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489381> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489381>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14489381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581456" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14489381'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581456'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581456'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14489381'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328943> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14328943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578980" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14328943'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578980'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578980'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14328943'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951759> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13951759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578954" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13951759'^^xsd:integer;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578954'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578954'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13951759'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328947> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14328947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580125" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14328947'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580125'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580125'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14328947'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535400> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14535400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580069" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14535400'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580069'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580069'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14535400'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756595> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756595> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756595>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13756595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581091" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13756595'^^xsd:integer;
  dwc:scientificName 'Distomus variolosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581091'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581091'^^xsd:string;
  dwc:aphiaid '103890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13756595'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '103890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312082> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14312082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40298381" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14312082'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40298381'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40298381'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14312082'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312064> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312064> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312064>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14312064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579851" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14312064'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579851'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579851'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14312064'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828588> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828588> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828588>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13828588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578629" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13828588'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578629'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578629'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13828588'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828589> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828589> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828589>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13828589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579845" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13828589'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579845'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579845'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13828589'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13625067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13625067> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13625067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13625067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13625067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13625067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585576" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13625067'^^xsd:integer;
  dwc:scientificName 'Ceramium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585576'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585576'^^xsd:string;
  dwc:aphiaid '143834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13625067'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '143834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14312056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14312056> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14312056> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14312056>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14312056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14312056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581090" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14312056'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581090'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581090'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14312056'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828573> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828573> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828573>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13828573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581081" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13828573'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581081'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581081'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13828573'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13649907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13649907> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13649907> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13649907>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13649907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13649907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579579" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13649907'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579579'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579579'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13649907'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14377160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14377160> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14377160> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14377160>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14377160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14377160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579570" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14377160'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579570'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579570'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14377160'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13579471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13579471> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13579471> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13579471>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13579471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13579471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614241" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13579471'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614241'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614241'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13579471'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13579469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13579469> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13579469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13579469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13579469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13579469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607655" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13579469'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607655'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607655'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13579469'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943546> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943546> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943546>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13943546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580760" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13943546'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580760'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580760'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13943546'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851930> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851930> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851930>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13851930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579601" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13851930'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579601'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579601'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13851930'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14093945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14093945> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14093945> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14093945>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14093945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14093945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579612" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14093945'^^xsd:integer;
  dwc:scientificName 'Morchellium argus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579612'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579612'^^xsd:string;
  dwc:aphiaid '148714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14093945'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '148714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13882473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13882473> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13882473> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13882473>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13882473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13882473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580588" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13882473'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580588'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580588'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13882473'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977155> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977155> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977155>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13977155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581491" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13977155'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581491'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581491'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13977155'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13977178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13977178> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13977178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13977178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13977178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13977178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595774" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13977178'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595774'^^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 '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595774'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13977178'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695009> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13695009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596413" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13695009'^^xsd:integer;
  dwc:scientificName 'Cordylecladia erecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596413'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596413'^^xsd:string;
  dwc:aphiaid '145847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13695009'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145847'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119173> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14119173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596402" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14119173'^^xsd:integer;
  dwc:scientificName 'Naccaria wiggii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596402'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596402'^^xsd:string;
  dwc:aphiaid '145769'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14119173'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145769'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535529> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535529> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535529>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14535529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615443" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14535529'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615443'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615443'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14535529'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211768> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14211768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615286" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14211768'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615286'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615286'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14211768'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336312> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14336312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615828" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14336312'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615828'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615828'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14336312'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13326487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13326487> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13326487> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13326487>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13326487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13326487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607431" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13326487'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607431'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607431'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13326487'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13563145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13563145> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13563145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13563145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13563145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13563145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579474" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13563145'^^xsd:integer;
  dwc:scientificName 'Branchiomma bombyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579474'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579474'^^xsd:string;
  dwc:aphiaid '130878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13563145'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '130878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13326492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13326492> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13326492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13326492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13326492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13326492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607509" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13326492'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607509'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607509'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13326492'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13326493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13326493> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13326493> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13326493>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13326493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13326493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613857" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13326493'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613857'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613857'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13326493'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13924024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13924024> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13924024> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13924024>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13924024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13924024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577656" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13924024'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577656'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577656'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13924024'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13914448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13914448> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13914448> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13914448>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13914448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13914448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577620" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13914448'^^xsd:integer;
  dwc:scientificName 'Hemimycale columella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577620'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577620'^^xsd:string;
  dwc:aphiaid '133543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13914448'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '133543'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13924026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13924026> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13924026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13924026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13924026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13924026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579510" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13924026'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579510'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579510'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13924026'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392987> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392987> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392987>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14392987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577558" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14392987'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577558'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577558'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14392987'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14012702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14012702> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14012702> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14012702>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14012702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14012702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611375" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14012702'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611375'^^xsd:string;
  dwc:yearCollected '1999'^^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.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611375'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14012702'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13951741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13951741> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13951741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13951741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13951741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13951741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401677" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13951741'^^xsd:integer;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401677'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401677'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13951741'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14535355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14535355> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14535355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14535355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14535355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14535355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401666" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14535355'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401666'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401666'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14535355'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14416119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14416119> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14416119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14416119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14416119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14416119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401701" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14416119'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401701'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401701'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14416119'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14535485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14535485> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14535485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14535485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14535485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14535485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611266" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14535485'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611266'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611266'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14535485'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13606644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13606644> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13606644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13606644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13606644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13606644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611276" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13606644'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611276'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611276'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13606644'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14355836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14355836> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14355836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14355836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14355836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14355836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401589" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14355836'^^xsd:integer;
  dwc:scientificName 'Protula tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401589'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401589'^^xsd:string;
  dwc:aphiaid '131035'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14355836'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '131035'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13577648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13577648> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13577648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13577648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13577648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13577648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611283" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13577648'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611283'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611283'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13577648'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13558686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13558686> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13558686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13558686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13558686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13558686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614585" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13558686'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614585'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614585'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13558686'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14425479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14425479> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14425479> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14425479>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14425479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14425479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611369" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14425479'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611369'^^xsd:string;
  dwc:yearCollected '1999'^^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.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611369'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14425479'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14135866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14135866> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14135866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14135866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14135866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14135866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401659" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14135866'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401659'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401659'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14135866'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13389442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13389442> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13389442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13389442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13389442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13389442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401661" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13389442'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401661'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401661'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13389442'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13713138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13713138> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13713138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13713138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13713138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13713138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401685" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13713138'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401685'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401685'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13713138'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14530058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14530058> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14530058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14530058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14530058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14530058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614582" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14530058'^^xsd:integer;
  dwc:scientificName 'Umbonula littoralis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614582'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614582'^^xsd:string;
  dwc:aphiaid '111586'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14530058'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '146830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404278> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13404278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614579" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13404278'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614579'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614579'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13404278'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14512168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14512168> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14512168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14512168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14512168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14512168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401597" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14512168'^^xsd:integer;
  dwc:scientificName 'Trivia arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401597'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401597'^^xsd:string;
  dwc:aphiaid '141741'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14512168'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '141741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13580741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13580741> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13580741> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13580741>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13580741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13580741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611380" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13580741'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611380'^^xsd:string;
  dwc:yearCollected '1999'^^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.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611380'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13580741'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14426458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14426458> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14426458> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14426458>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14426458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14426458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611370" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14426458'^^xsd:integer;
  dwc:scientificName 'Sertularia cupressina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611370'^^xsd:string;
  dwc:yearCollected '1999'^^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.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611370'^^xsd:string;
  dwc:aphiaid '117913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14426458'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '117913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13575280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13575280> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13575280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13575280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13575280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13575280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611281" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13575280'^^xsd:integer;
  dwc:scientificName 'Bugula flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611281'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611281'^^xsd:string;
  dwc:aphiaid '111152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13575280'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '834002'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13886941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13886941> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13886941> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13886941>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13886941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13886941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611447" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13886941'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611447'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611447'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13886941'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14381745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14381745> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14381745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14381745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14381745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14381745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401712" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14381745'^^xsd:integer;
  dwc:scientificName 'Rhodymenia holmesii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401712'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401712'^^xsd:string;
  dwc:aphiaid '145853'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14381745'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14413630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14413630> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14413630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14413630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14413630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14413630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401691" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14413630'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401691'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401691'^^xsd:string;
  dwc:aphiaid '110866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14413630'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '110866'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14483493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14483493> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14483493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14483493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14483493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14483493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401668" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14483493'^^xsd:integer;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401668'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401668'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14483493'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108757> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14108757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615686" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14108757'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615686'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615686'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14108757'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14316668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14316668> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14316668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14316668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14316668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14316668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401606" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14316668'^^xsd:integer;
  dwc:scientificName 'Polyclinum aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401606'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401606'^^xsd:string;
  dwc:aphiaid '103674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14316668'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '103674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14235898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14235898> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14235898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14235898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14235898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14235898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401600" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14235898'^^xsd:integer;
  dwc:scientificName 'Parasmittina trispinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401600'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401600'^^xsd:string;
  dwc:aphiaid '111547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14235898'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '111547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14483491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14483491> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14483491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14483491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14483491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14483491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401587" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14483491'^^xsd:integer;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401587'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401587'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14483491'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14413628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14413628> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14413628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14413628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14413628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14413628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401601" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14413628'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401601'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401601'^^xsd:string;
  dwc:aphiaid '110866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14413628'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '110866'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14108750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14108750> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14108750> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14108750>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14108750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14108750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611460" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14108750'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611460'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611460'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14108750'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14108751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14108751> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14108751> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14108751>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14108751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14108751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611383" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14108751'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611383'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611383'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14108751'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13655396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13655396> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13655396> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13655396>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13655396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13655396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611388" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13655396'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611388'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611388'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13655396'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13492263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13492263> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13492263> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13492263>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13492263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13492263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611372" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13492263'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611372'^^xsd:string;
  dwc:yearCollected '1999'^^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.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611372'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13492263'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13780659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13780659> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13780659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13780659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13780659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13780659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614752" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13780659'^^xsd:integer;
  dwc:scientificName 'Chlorophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614752'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614752'^^xsd:string;
  dwc:aphiaid '801'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13780659'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '801'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649207> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13649207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579716" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13649207'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579716'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579716'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13649207'^^xsd:string;
  dwc:observationDate '1998-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14381581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14381581> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14381581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14381581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14381581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14381581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614464" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14381581'^^xsd:integer;
  dwc:scientificName 'Rhodymenia ardissonei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614464'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614464'^^xsd:string;
  dwc:aphiaid '145850'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14381581'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '145850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14381579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14381579> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14381579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14381579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14381579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14381579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577947" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14381579'^^xsd:integer;
  dwc:scientificName 'Rhodymenia ardissonei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577947'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577947'^^xsd:string;
  dwc:aphiaid '145850'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14381579'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755857> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13755857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580088" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13755857'^^xsd:integer;
  dwc:scientificName 'Diplosoma spongiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580088'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580088'^^xsd:string;
  dwc:aphiaid '103582'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13755857'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '103582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13914462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13914462> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13914462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13914462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13914462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13914462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580061" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13914462'^^xsd:integer;
  dwc:scientificName 'Hemimycale columella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580061'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580061'^^xsd:string;
  dwc:aphiaid '133543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13914462'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '133543'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419533> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13419533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579484" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13419533'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579484'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579484'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13419533'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13914451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13914451> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13914451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13914451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13914451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13914451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579461" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13914451'^^xsd:integer;
  dwc:scientificName 'Hemimycale columella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579461'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579461'^^xsd:string;
  dwc:aphiaid '133543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13914451'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '133543'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583922> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13583922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579479" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13583922'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579479'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579479'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13583922'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14132921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14132921> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14132921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14132921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14132921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:14132921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611414" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '14132921'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611414'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611414'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:14132921'^^xsd:string;
  dwc:observationDate '2000-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14508180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14508180> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14508180> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14508180>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14508180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14508180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577576" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14508180'^^xsd:integer;
  dwc:scientificName 'Trididemnum cereum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577576'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577576'^^xsd:string;
  dwc:aphiaid '103594'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14508180'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103594'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14420799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14420799> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14420799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14420799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14420799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14420799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14420799'^^xsd:integer;
  dwc:scientificName 'Seirospora interrupta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578818'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578818'^^xsd:string;
  dwc:aphiaid '144697'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14420799'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144697'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562167> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13562167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578794" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13562167'^^xsd:integer;
  dwc:scientificName 'Bowerbankia citrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578794'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578794'^^xsd:string;
  dwc:aphiaid '111664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13562167'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '851584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14569707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14569707> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14569707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14569707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14569707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14569707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14569707'^^xsd:integer;
  dwc:scientificName 'Osmundea osmunda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578825'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578825'^^xsd:string;
  dwc:aphiaid '144844'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14569707'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144844'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031656> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031656> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031656>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14031656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615556" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14031656'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615556'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^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-JNCCMNCR40615556'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14031656'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13915305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13915305> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13915305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13915305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13915305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13915305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615511" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13915305'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615511'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615511'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13915305'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649918> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13649918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585570" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13649918'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585570'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585570'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13649918'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14092242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14092242> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14092242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14092242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14092242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14092242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579507" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14092242'^^xsd:integer;
  dwc:scientificName 'Molgula manhattensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579507'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579507'^^xsd:string;
  dwc:aphiaid '103788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14092242'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '103788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556173> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13556173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615281" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13556173'^^xsd:integer;
  dwc:scientificName 'Boscia anglica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615281'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615281'^^xsd:string;
  dwc:aphiaid '182762'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13556173'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '106227'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13558593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13558593> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13558593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13558593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13558593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13558593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401700" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13558593'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401700'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401700'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13558593'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13632819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13632819> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13632819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13632819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13632819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13632819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401665" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13632819'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401665'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401665'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13632819'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13749762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13749762> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13749762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13749762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13749762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13749762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401706" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13749762'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401706'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401706'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13749762'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828593> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828593> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828593>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13828593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578225" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13828593'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578225'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578225'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13828593'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13937265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13937265> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13937265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13937265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13937265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13937265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614372" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13937265'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614372'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614372'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13937265'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13937261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13937261> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13937261> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13937261>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13937261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13937261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607155" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13937261'^^xsd:integer;
  dwc:scientificName 'Holothuria forskali'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607155'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607155'^^xsd:string;
  dwc:aphiaid '124501'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13937261'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '1670329'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755851> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755851> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755851>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13755851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578907" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13755851'^^xsd:integer;
  dwc:scientificName 'Diplosoma spongiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578907'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578907'^^xsd:string;
  dwc:aphiaid '103582'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13755851'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622599> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622599> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622599>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13622599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579285" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13622599'^^xsd:integer;
  dwc:scientificName 'Cellepora pumicosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579285'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579285'^^xsd:string;
  dwc:aphiaid '111268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13622599'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111268'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744570> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744570> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744570>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13744570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579295" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13744570'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579295'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579295'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13744570'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372115> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372115> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372115>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14372115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581544" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14372115'^^xsd:integer;
  dwc:scientificName 'Raspailia hispida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581544'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581544'^^xsd:string;
  dwc:aphiaid '133147'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14372115'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '133147'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13784768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13784768> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13784768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13784768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13784768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13784768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597594" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13784768'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597594'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597594'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13784768'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13580740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13580740> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13580740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13580740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13580740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13580740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611287" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13580740'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611287'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611287'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13580740'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419586> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13419586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607253" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13419586'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607253'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607253'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13419586'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14509210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14509210> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14509210> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14509210>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14509210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14509210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611445" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14509210'^^xsd:integer;
  dwc:scientificName 'Trisopterus luscus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611445'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40611445'^^xsd:string;
  dwc:aphiaid '126445'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14509210'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '126445'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13501260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13501260> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13501260> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13501260>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13501260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13501260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607273" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13501260'^^xsd:integer;
  dwc:scientificName 'Ascidia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607273'^^xsd:string;
  dwc:yearCollected '1997'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607273'^^xsd:string;
  dwc:aphiaid '103483'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13501260'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '103483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13977215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13977215> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13977215> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13977215>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13977215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13977215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613984" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13977215'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613984'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613984'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13977215'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14695828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14695828> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14695828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14695828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14695828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14695828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596382" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14695828'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596382'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596382'^^xsd:string;
  dwc:aphiaid '125999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14695828'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '125999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695007> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13695007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596384" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13695007'^^xsd:integer;
  dwc:scientificName 'Cordylecladia erecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596384'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596384'^^xsd:string;
  dwc:aphiaid '145847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13695007'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145847'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14547499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14547499> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14547499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14547499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14547499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:14547499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611430" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '14547499'^^xsd:integer;
  dwc:scientificName 'Meiosquilla desmaresti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611430'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611430'^^xsd:string;
  dwc:aphiaid '148537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:14547499'^^xsd:string;
  dwc:observationDate '2000-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '136135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744665> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744665> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744665>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13744665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613894" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13744665'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613894'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613894'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13744665'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407124> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407124> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407124>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13407124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614611" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13407124'^^xsd:integer;
  dwc:scientificName 'Actinia fragacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614611'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614611'^^xsd:string;
  dwc:aphiaid '100805'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13407124'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '100805'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744654> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13744654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607658" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13744654'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607658'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607658'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13744654'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547680> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597671" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547680'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597671'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597671'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547680'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14307888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14307888> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14307888> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14307888>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14307888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14307888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578664" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14307888'^^xsd:integer;
  dwc:scientificName 'Polinices pulchellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578664'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578664'^^xsd:string;
  dwc:aphiaid '150554'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14307888'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '151894'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336276> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614271" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336276'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614271'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614271'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336276'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13774286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13774286> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13774286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13774286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13774286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13774286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401795" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13774286'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401795'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401795'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13774286'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13851914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13851914> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13851914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13851914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13851914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13851914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401765" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13851914'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401765'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401765'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13851914'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13469695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13469695> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13469695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13469695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13469695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13469695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401876" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13469695'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401876'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401876'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13469695'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13977148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13977148> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13977148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13977148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13977148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13977148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401908" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13977148'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401908'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401908'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13977148'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14120714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14120714> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14120714> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14120714>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14120714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14120714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605081" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14120714'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605081'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605081'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14120714'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523608> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523608> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523608>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14523608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613995" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14523608'^^xsd:integer;
  dwc:scientificName 'Tubularia indivisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613995'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613995'^^xsd:string;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14523608'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14375320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14375320> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14375320> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14375320>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14375320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14375320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605090" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14375320'^^xsd:integer;
  dwc:scientificName 'Rhizocaulus verticillatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605090'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605090'^^xsd:string;
  dwc:aphiaid '117399'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14375320'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '117399'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336266> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336266> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336266>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613998" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336266'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613998'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613998'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336266'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424598> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424598> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424598>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13424598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607149" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13424598'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607149'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607149'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13424598'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14392958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14392958> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14392958> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14392958>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14392958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14392958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605075" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14392958'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605075'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605075'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14392958'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13721377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13721377> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13721377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13721377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13721377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13721377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607317" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13721377'^^xsd:integer;
  dwc:scientificName 'Ctenolabrus rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607317'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607317'^^xsd:string;
  dwc:aphiaid '126964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13721377'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '126964'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14120769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14120769> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14120769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14120769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14120769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14120769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607314" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14120769'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607314'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607314'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14120769'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535501> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535501> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535501>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14535501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607585" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14535501'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607585'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40607585'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14535501'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14539994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14539994> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14539994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14539994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14539994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14539994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611278" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14539994'^^xsd:integer;
  dwc:scientificName 'Venerupis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611278'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611278'^^xsd:string;
  dwc:aphiaid '138647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14539994'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '138647'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14416175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14416175> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14416175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14416175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14416175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14416175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607646" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14416175'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607646'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607646'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14416175'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14416176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14416176> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14416176> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14416176>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14416176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14416176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607594" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14416176'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607594'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40607594'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14416176'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535510> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14535510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607602" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14535510'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607602'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607602'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14535510'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535506> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14535506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607676" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14535506'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607676'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607676'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14535506'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554377> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13554377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614252" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13554377'^^xsd:integer;
  dwc:scientificName 'Bonnemaisonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614252'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614252'^^xsd:string;
  dwc:aphiaid '143810'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13554377'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '143810'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13588002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13588002> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13588002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13588002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13588002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13588002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401748" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13588002'^^xsd:integer;
  dwc:scientificName 'Callithamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401748'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401748'^^xsd:string;
  dwc:aphiaid '143832'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13588002'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '143832'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13705468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13705468> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13705468> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13705468>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13705468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:13705468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605077" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '13705468'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605077'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605077'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:13705468'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14439617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14439617> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14439617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14439617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14439617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14439617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607325" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14439617'^^xsd:integer;
  dwc:scientificName 'Spinachia spinachia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607325'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607325'^^xsd:string;
  dwc:aphiaid '126508'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14439617'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '126508'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14416180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14416180> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14416180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14416180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14416180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14416180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607693" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14416180'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607693'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607693'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14416180'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535511> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14535511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607688" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14535511'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607688'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607688'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14535511'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14416177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14416177> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14416177> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14416177>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14416177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14416177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613993" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14416177'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613993'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613993'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14416177'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425480> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14425480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614312" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14425480'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614312'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614312'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14425480'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13939973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13939973> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13939973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13939973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13939973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13939973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13939973'^^xsd:integer;
  dwc:scientificName 'Hyas araneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614365'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614365'^^xsd:string;
  dwc:aphiaid '107322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13939973'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '107322'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13385417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13385417> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13385417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13385417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13385417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13385417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614065" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13385417'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614065'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614065'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13385417'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13637443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13637443> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13637443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13637443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13637443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13637443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596251" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13637443'^^xsd:integer;
  dwc:scientificName 'Chaetomorpha melagonium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596251'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596251'^^xsd:string;
  dwc:aphiaid '145029'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13637443'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145029'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13815072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13815072> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13815072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13815072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13815072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13815072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596201" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13815072'^^xsd:integer;
  dwc:scientificName 'Eurynome aspera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596201'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596201'^^xsd:string;
  dwc:aphiaid '107318'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13815072'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '107318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13447178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13447178> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13447178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13447178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13447178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13447178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581813" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13447178'^^xsd:integer;
  dwc:scientificName 'Amphiura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581813'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581813'^^xsd:string;
  dwc:aphiaid '123613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13447178'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '123613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13765608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13765608> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13765608> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13765608>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13765608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13765608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607277" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13765608'^^xsd:integer;
  dwc:scientificName 'Dyopedos porrectus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607277'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607277'^^xsd:string;
  dwc:aphiaid '103044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13765608'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '103044'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13594191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13594191> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13594191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13594191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13594191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13594191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607549" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13594191'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607549'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607549'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13594191'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14332708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14332708> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14332708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14332708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14332708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:14332708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611393" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '14332708'^^xsd:integer;
  dwc:scientificName 'Pomatoceros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611393'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611393'^^xsd:string;
  dwc:aphiaid '129572'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:14332708'^^xsd:string;
  dwc:observationDate '2000-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '129582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13345895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13345895> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13345895> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13345895>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13345895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13345895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13345895'^^xsd:integer;
  dwc:scientificName 'Pleuronectidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613862'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40613862'^^xsd:string;
  dwc:aphiaid '125579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13345895'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '125579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13765609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13765609> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13765609> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13765609>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13765609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13765609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614129" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13765609'^^xsd:integer;
  dwc:scientificName 'Dyopedos porrectus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614129'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614129'^^xsd:string;
  dwc:aphiaid '103044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13765609'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '103044'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13345897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13345897> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13345897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13345897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13345897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13345897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614348" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13345897'^^xsd:integer;
  dwc:scientificName 'Pleuronectidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614348'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614348'^^xsd:string;
  dwc:aphiaid '125579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13345897'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '125579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14696959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14696959> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14696959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14696959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14696959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14696959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596943" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14696959'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596943'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596943'^^xsd:string;
  dwc:aphiaid '126928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14696959'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '126928'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13703438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13703438> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13703438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13703438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13703438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13703438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13703438'^^xsd:integer;
  dwc:scientificName 'Coryphella lineata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401866'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401866'^^xsd:string;
  dwc:aphiaid '139982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13703438'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '1047411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795533> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795533> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795533>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13795533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613896" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13795533'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613896'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613896'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13795533'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795537> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795537> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795537>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13795537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614023" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13795537'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614023'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614023'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13795537'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A2371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A2371> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A2371> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A2371>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A2371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:2371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607114" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '2371'^^xsd:integer;
  dwc:scientificName 'Diatoms - film'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607114'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40607114'^^xsd:string;
  dwc:aphiaid '148898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:2371'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '148898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743197> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743197> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743197>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13743197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580980" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13743197'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580980'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580980'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13743197'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795535> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795535> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795535>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13795535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13795535'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607263'^^xsd:string;
  dwc:yearCollected '1997'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607263'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13795535'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13630906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13630906> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13630906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13630906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13630906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13630906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607604" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13630906'^^xsd:integer;
  dwc:scientificName 'Cereus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607604'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607604'^^xsd:string;
  dwc:aphiaid '100987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13630906'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '100987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13795523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13795523> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13795523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13795523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13795523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13795523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611401" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13795523'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611401'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611401'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13795523'^^xsd:string;
  dwc:observationDate '2000-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583962> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583962> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583962>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13583962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607176" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13583962'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607176'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607176'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13583962'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583969> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583969> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583969>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13583969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614341" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13583969'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614341'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614341'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13583969'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389482> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13389482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613962" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13389482'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613962'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613962'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13389482'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943582> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13943582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596374" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13943582'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596374'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596374'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13943582'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13755110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13755110> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13755110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13755110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13755110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13755110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596379" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13755110'^^xsd:integer;
  dwc:scientificName 'Diplosoma listerianum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596379'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596379'^^xsd:string;
  dwc:aphiaid '103579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13755110'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '103579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583968> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583968> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583968>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13583968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607665" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13583968'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607665'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607665'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13583968'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14155742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14155742> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14155742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14155742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14155742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14155742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607340" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14155742'^^xsd:integer;
  dwc:scientificName 'Neptunea antiqua'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607340'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607340'^^xsd:string;
  dwc:aphiaid '138920'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14155742'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '138920'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14101404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14101404> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14101404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14101404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14101404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14101404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732476" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14101404'^^xsd:integer;
  dwc:scientificName 'Mycale (Carmia) macilenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732476'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732476'^^xsd:string;
  dwc:aphiaid '168587'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14101404'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '168587'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14101405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14101405> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14101405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14101405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14101405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14101405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732489" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14101405'^^xsd:integer;
  dwc:scientificName 'Mycale (Carmia) macilenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732489'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732489'^^xsd:string;
  dwc:aphiaid '168587'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14101405'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '168587'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320514> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.33027"^^xsd:decimal ;
  dwc:decimalLongitude "-3.436709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  geo-pos:lat "51.33027"^^xsd:decimal ;
  geo-pos:long "-3.436709"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14320514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610306" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14320514'^^xsd:integer;
  dwc:scientificName 'Polydora ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610306'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.436709'^^xsd:double;
  dwc:latitude '51.33027'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610306'^^xsd:string;
  dwc:aphiaid '131141'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14320514'^^xsd:string;
  dwc:observationDate '1998-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '131141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320515> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.33027"^^xsd:decimal ;
  dwc:decimalLongitude "-3.436709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  geo-pos:lat "51.33027"^^xsd:decimal ;
  geo-pos:long "-3.436709"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14320515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735389" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14320515'^^xsd:integer;
  dwc:scientificName 'Polydora ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735389'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.436709'^^xsd:double;
  dwc:latitude '51.33027'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735389'^^xsd:string;
  dwc:aphiaid '131141'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14320515'^^xsd:string;
  dwc:observationDate '1998-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '131141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14541380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14541380> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14541380> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14541380>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14541380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14541380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608840" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14541380'^^xsd:integer;
  dwc:scientificName 'Ventrosia ventrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608840'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40608840'^^xsd:string;
  dwc:aphiaid '147197'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14541380'^^xsd:string;
  dwc:observationDate '1998-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '238104'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14541381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14541381> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14541381> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14541381>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14541381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14541381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735352" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14541381'^^xsd:integer;
  dwc:scientificName 'Ventrosia ventrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735352'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40735352'^^xsd:string;
  dwc:aphiaid '147197'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14541381'^^xsd:string;
  dwc:observationDate '1998-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '238104'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14482379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14482379> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14482379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14482379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14482379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14482379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752769" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14482379'^^xsd:integer;
  dwc:scientificName 'Tellimya ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752769'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752769'^^xsd:string;
  dwc:aphiaid '146952'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14482379'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '146952'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046646> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14046646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752597" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14046646'^^xsd:integer;
  dwc:scientificName 'Lumbrineris gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752597'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752597'^^xsd:string;
  dwc:aphiaid '130244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14046646'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '607402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046647> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14046647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752765" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14046647'^^xsd:integer;
  dwc:scientificName 'Lumbrineris gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752765'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752765'^^xsd:string;
  dwc:aphiaid '130244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14046647'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '607402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046653> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14046653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752805" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14046653'^^xsd:integer;
  dwc:scientificName 'Lumbrineris gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752805'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752805'^^xsd:string;
  dwc:aphiaid '130244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14046653'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '607402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14483507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14483507> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14483507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.115583 -4.776391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.115583"^^xsd:decimal ;
  dwc:decimalLongitude "-4.776391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14483507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.115583 -4.776391)"^^geo:wktLiteral ;
  geo-pos:lat "52.115583"^^xsd:decimal ;
  geo-pos:long "-4.776391"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14483507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14483507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752204" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14483507'^^xsd:integer;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752204'^^xsd:string;
  dwc:yearCollected '1998'^^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.776391'^^xsd:double;
  dwc:latitude '52.115583'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752204'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14483507'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14483514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14483514> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14483514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.304741"^^xsd:decimal ;
  dwc:decimalLongitude "-4.34813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14483514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  geo-pos:lat "52.304741"^^xsd:decimal ;
  geo-pos:long "-4.34813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14483514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14483514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752851" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14483514'^^xsd:integer;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752851'^^xsd:string;
  dwc:yearCollected '1998'^^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.34813'^^xsd:double;
  dwc:latitude '52.304741'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752851'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14483514'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13732070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13732070> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13732070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.115583 -4.776391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.115583"^^xsd:decimal ;
  dwc:decimalLongitude "-4.776391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13732070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.115583 -4.776391)"^^geo:wktLiteral ;
  geo-pos:lat "52.115583"^^xsd:decimal ;
  geo-pos:long "-4.776391"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13732070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13732070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752210" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13732070'^^xsd:integer;
  dwc:scientificName 'Dendrodoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752210'^^xsd:string;
  dwc:yearCollected '1998'^^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.776391'^^xsd:double;
  dwc:latitude '52.115583'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752210'^^xsd:string;
  dwc:aphiaid '103531'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13732070'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '103531'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14465441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14465441> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14465441> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14465441>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14465441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14465441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608831" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14465441'^^xsd:integer;
  dwc:scientificName 'Streblospio shrubsolii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608831'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40608831'^^xsd:string;
  dwc:aphiaid '131193'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14465441'^^xsd:string;
  dwc:observationDate '1998-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '131193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14465442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14465442> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14465442> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14465442>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14465442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14465442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735349" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14465442'^^xsd:integer;
  dwc:scientificName 'Streblospio shrubsolii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735349'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40735349'^^xsd:string;
  dwc:aphiaid '131193'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14465442'^^xsd:string;
  dwc:observationDate '1998-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '131193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12975998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12975998> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12975998> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12975998>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12975998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:12975998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729069" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '12975998'^^xsd:integer;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729069'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40729069'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:12975998'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13459737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13459737> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13459737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13459737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13459737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13459737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752414" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13459737'^^xsd:integer;
  dwc:scientificName 'Anemonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752414'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752414'^^xsd:string;
  dwc:aphiaid '100695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13459737'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '100695'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13563383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13563383> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13563383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.304741"^^xsd:decimal ;
  dwc:decimalLongitude "-4.34813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13563383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  geo-pos:lat "52.304741"^^xsd:decimal ;
  geo-pos:long "-4.34813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13563383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13563383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752295" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13563383'^^xsd:integer;
  dwc:scientificName 'Branchiostoma lanceolatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752295'^^xsd:string;
  dwc:yearCollected '1998'^^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.34813'^^xsd:double;
  dwc:latitude '52.304741'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752295'^^xsd:string;
  dwc:aphiaid '104906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13563383'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '104906'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13876386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13876386> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13876386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13876386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13876386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13876386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752778" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13876386'^^xsd:integer;
  dwc:scientificName 'Goniadella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752778'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752778'^^xsd:string;
  dwc:aphiaid '129301'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13876386'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129301'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14541379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14541379> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14541379> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14541379>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14541379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14541379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40751794" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14541379'^^xsd:integer;
  dwc:scientificName 'Ventrosia ventrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40751794'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40751794'^^xsd:string;
  dwc:aphiaid '147197'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14541379'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '238104'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12976003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12976003> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12976003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.33027"^^xsd:decimal ;
  dwc:decimalLongitude "-3.436709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12976003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  geo-pos:lat "51.33027"^^xsd:decimal ;
  geo-pos:long "-3.436709"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12976003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:12976003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735388" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '12976003'^^xsd:integer;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735388'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.436709'^^xsd:double;
  dwc:latitude '51.33027'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735388'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:12976003'^^xsd:string;
  dwc:observationDate '1998-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13698912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13698912> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13698912> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13698912>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13698912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13698912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608835" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13698912'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608835'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40608835'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13698912'^^xsd:string;
  dwc:observationDate '1998-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13698913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13698913> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13698913> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13698913>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13698913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13698913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735356" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13698913'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735356'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40735356'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13698913'^^xsd:string;
  dwc:observationDate '1998-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14050267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14050267> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14050267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14050267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14050267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14050267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752321" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14050267'^^xsd:integer;
  dwc:scientificName 'Lysianassidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752321'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752321'^^xsd:string;
  dwc:aphiaid '101395'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14050267'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '101395'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447883> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14447883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752993" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14447883'^^xsd:integer;
  dwc:scientificName 'Spiophanes bombyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752993'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752993'^^xsd:string;
  dwc:aphiaid '131187'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14447883'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '131187'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447884> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14447884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14447884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752540" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14447884'^^xsd:integer;
  dwc:scientificName 'Spiophanes bombyx'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752540'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752540'^^xsd:string;
  dwc:aphiaid '131187'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14447884'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '131187'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14465445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14465445> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14465445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.588826 -4.166647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.588826"^^xsd:decimal ;
  dwc:decimalLongitude "-4.166647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14465445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.588826 -4.166647)"^^geo:wktLiteral ;
  geo-pos:lat "51.588826"^^xsd:decimal ;
  geo-pos:long "-4.166647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14465445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14465445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735400" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14465445'^^xsd:integer;
  dwc:scientificName 'Streblospio shrubsolii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735400'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.166647'^^xsd:double;
  dwc:latitude '51.588826'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735400'^^xsd:string;
  dwc:aphiaid '131193'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14465445'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '131193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14465444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14465444> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14465444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.588826 -4.166647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.588826"^^xsd:decimal ;
  dwc:decimalLongitude "-4.166647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14465444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.588826 -4.166647)"^^geo:wktLiteral ;
  geo-pos:lat "51.588826"^^xsd:decimal ;
  geo-pos:long "-4.166647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14465444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14465444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610320" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14465444'^^xsd:integer;
  dwc:scientificName 'Streblospio shrubsolii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610320'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.166647'^^xsd:double;
  dwc:latitude '51.588826'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610320'^^xsd:string;
  dwc:aphiaid '131193'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14465444'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '131193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13845642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13845642> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13845642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.577065"^^xsd:decimal ;
  dwc:decimalLongitude "-4.215065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13845642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  geo-pos:lat "52.577065"^^xsd:decimal ;
  geo-pos:long "-4.215065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13845642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13845642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735366" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13845642'^^xsd:integer;
  dwc:scientificName 'Gammarus salinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735366'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.215065'^^xsd:double;
  dwc:latitude '52.577065'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735366'^^xsd:string;
  dwc:aphiaid '102292'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13845642'^^xsd:string;
  dwc:observationDate '1998-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '102292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13987228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13987228> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13987228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13987228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13987228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13987228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752716" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13987228'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752716'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752716'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13987228'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412334> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14412334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598015" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14412334'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598015'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598015'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14412334'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14542095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14542095> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14542095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14542095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14542095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14542095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401913" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14542095'^^xsd:integer;
  dwc:scientificName 'Verruca stroemia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401913'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401913'^^xsd:string;
  dwc:aphiaid '106257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14542095'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '106257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559721> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14559721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752541" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14559721'^^xsd:integer;
  dwc:scientificName 'Eurydice truncata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752541'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752541'^^xsd:string;
  dwc:aphiaid '118855'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14559721'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '118855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559719> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14559719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752138" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14559719'^^xsd:integer;
  dwc:scientificName 'Eurydice truncata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752138'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752138'^^xsd:string;
  dwc:aphiaid '118855'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14559719'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '118855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13991830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13991830> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13991830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13991830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13991830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13991830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752309" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13991830'^^xsd:integer;
  dwc:scientificName 'Laonice'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752309'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752309'^^xsd:string;
  dwc:aphiaid '129613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13991830'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559720> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14559720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752999" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14559720'^^xsd:integer;
  dwc:scientificName 'Eurydice truncata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752999'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752999'^^xsd:string;
  dwc:aphiaid '118855'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14559720'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '118855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14362330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14362330> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14362330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14362330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14362330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14362330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752996" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14362330'^^xsd:integer;
  dwc:scientificName 'Pseudoprotella phasma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752996'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752996'^^xsd:string;
  dwc:aphiaid '101871'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14362330'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '101871'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13436290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13436290> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13436290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13436290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13436290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13436290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752804" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13436290'^^xsd:integer;
  dwc:scientificName 'Ampelisca typica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752804'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752804'^^xsd:string;
  dwc:aphiaid '101933'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13436290'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '101933'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603295> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.115583 -4.776391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.115583"^^xsd:decimal ;
  dwc:decimalLongitude "-4.776391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.115583 -4.776391)"^^geo:wktLiteral ;
  geo-pos:lat "52.115583"^^xsd:decimal ;
  geo-pos:long "-4.776391"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13603295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13603295'^^xsd:integer;
  dwc:scientificName 'Capitellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752203'^^xsd:string;
  dwc:yearCollected '1998'^^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.776391'^^xsd:double;
  dwc:latitude '52.115583'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752203'^^xsd:string;
  dwc:aphiaid '921'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13603295'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603304> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13603304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13603304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752788" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13603304'^^xsd:integer;
  dwc:scientificName 'Capitellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752788'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752788'^^xsd:string;
  dwc:aphiaid '921'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13603304'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13424484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13424484> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13424484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13424484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13424484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13424484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752195" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13424484'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752195'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752195'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13424484'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445090> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14445090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752782" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14445090'^^xsd:integer;
  dwc:scientificName 'Spionidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752782'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752782'^^xsd:string;
  dwc:aphiaid '913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14445090'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493298> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14493298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14493298'^^xsd:integer;
  dwc:scientificName 'Thracia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752262'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752262'^^xsd:string;
  dwc:aphiaid '138549'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14493298'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '138549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493295> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14493295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752973" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14493295'^^xsd:integer;
  dwc:scientificName 'Thracia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752973'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752973'^^xsd:string;
  dwc:aphiaid '138549'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14493295'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '138549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13488741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13488741> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13488741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13488741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13488741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13488741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752895" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13488741'^^xsd:integer;
  dwc:scientificName 'Arcopagia crassa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752895'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752895'^^xsd:string;
  dwc:aphiaid '141577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13488741'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '141577'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866055> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13866055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752898" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13866055'^^xsd:integer;
  dwc:scientificName 'Glycera lapidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752898'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752898'^^xsd:string;
  dwc:aphiaid '155036'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13866055'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866056> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13866056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752268" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13866056'^^xsd:integer;
  dwc:scientificName 'Glycera lapidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752268'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752268'^^xsd:string;
  dwc:aphiaid '155036'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13866056'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866057> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13866057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752215" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13866057'^^xsd:integer;
  dwc:scientificName 'Glycera lapidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752215'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752215'^^xsd:string;
  dwc:aphiaid '155036'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13866057'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493291> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14493291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752245" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14493291'^^xsd:integer;
  dwc:scientificName 'Thracia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752245'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752245'^^xsd:string;
  dwc:aphiaid '138549'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14493291'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '138549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13961958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13961958> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13961958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13961958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13961958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13961958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13961958'^^xsd:integer;
  dwc:scientificName 'Kefersteinia cirrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752270'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752270'^^xsd:string;
  dwc:aphiaid '130164'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13961958'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '336123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13961959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13961959> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13961959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13961959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13961959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13961959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752216" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13961959'^^xsd:integer;
  dwc:scientificName 'Kefersteinia cirrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752216'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752216'^^xsd:string;
  dwc:aphiaid '130164'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13961959'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '336123'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646362> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.33027"^^xsd:decimal ;
  dwc:decimalLongitude "-3.436709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  geo-pos:lat "51.33027"^^xsd:decimal ;
  geo-pos:long "-3.436709"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13646362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610310" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13646362'^^xsd:integer;
  dwc:scientificName 'Chironomida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610310'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.436709'^^xsd:double;
  dwc:latitude '51.33027'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610310'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13646362'^^xsd:string;
  dwc:observationDate '1998-12-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646363> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.33027"^^xsd:decimal ;
  dwc:decimalLongitude "-3.436709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  geo-pos:lat "51.33027"^^xsd:decimal ;
  geo-pos:long "-3.436709"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13646363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735393" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13646363'^^xsd:integer;
  dwc:scientificName 'Chironomida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735393'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.436709'^^xsd:double;
  dwc:latitude '51.33027'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735393'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13646363'^^xsd:string;
  dwc:observationDate '1998-12-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13424482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13424482> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13424482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13424482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13424482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13424482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752069" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13424482'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752069'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752069'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13424482'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13424483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13424483> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13424483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13424483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13424483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13424483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752086" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13424483'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752086'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752086'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13424483'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14293489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14293489> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14293489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14293489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14293489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14293489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752950" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14293489'^^xsd:integer;
  dwc:scientificName 'Pista cristata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752950'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752950'^^xsd:string;
  dwc:aphiaid '131516'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14293489'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '131516'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13768945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13768945> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13768945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13768945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13768945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13768945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752413" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13768945'^^xsd:integer;
  dwc:scientificName 'Ebalia tumefacta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752413'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752413'^^xsd:string;
  dwc:aphiaid '107302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13768945'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '107302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908344> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.588826 -4.166647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.588826"^^xsd:decimal ;
  dwc:decimalLongitude "-4.166647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.588826 -4.166647)"^^geo:wktLiteral ;
  geo-pos:lat "51.588826"^^xsd:decimal ;
  geo-pos:long "-4.166647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13908344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735397" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13908344'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735397'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.166647'^^xsd:double;
  dwc:latitude '51.588826'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735397'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13908344'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14528111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14528111> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14528111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14528111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14528111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14528111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752075" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14528111'^^xsd:integer;
  dwc:scientificName 'Typosyllis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752075'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752075'^^xsd:string;
  dwc:aphiaid '147195'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14528111'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129680'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13536909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13536909> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13536909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13536909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13536909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13536909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752078" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13536909'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752078'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752078'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13536909'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14336191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14336191> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14336191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14336191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14336191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14336191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752619" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14336191'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752619'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752619'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14336191'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14425475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14425475> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14425475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14425475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14425475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14425475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557090" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14425475'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557090'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557090'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14425475'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366789> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732995" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366789'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732995'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732995'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366789'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559722> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14559722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752602" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14559722'^^xsd:integer;
  dwc:scientificName 'Eurydice truncata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752602'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752602'^^xsd:string;
  dwc:aphiaid '118855'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14559722'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '118855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547689> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13547689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732999" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13547689'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732999'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732999'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13547689'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14439441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14439441> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14439441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14439441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14439441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14439441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401647" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14439441'^^xsd:integer;
  dwc:scientificName 'Sphondylothamnion multifidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401647'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401647'^^xsd:string;
  dwc:aphiaid '144705'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14439441'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '144705'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13744539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13744539> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13744539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13744539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13744539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13744539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401757" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13744539'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401757'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401757'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13744539'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13649200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13649200> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13649200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13649200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13649200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13649200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401651" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13649200'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401651'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401651'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13649200'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559718> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14559718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752953" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14559718'^^xsd:integer;
  dwc:scientificName 'Eurydice truncata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752953'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752953'^^xsd:string;
  dwc:aphiaid '118855'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14559718'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '118855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13558594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13558594> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13558594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13558594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13558594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13558594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401641" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13558594'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401641'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401641'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13558594'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14696943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14696943> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14696943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14696943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14696943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14696943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401643" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14696943'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401643'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401643'^^xsd:string;
  dwc:aphiaid '126928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14696943'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '126928'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13677151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13677151> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13677151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13677151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13677151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13677151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752004" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13677151'^^xsd:integer;
  dwc:scientificName 'Clausinella fasciata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752004'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752004'^^xsd:string;
  dwc:aphiaid '141909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13677151'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '141909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14358456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14358456> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14358456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14358456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14358456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14358456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732997" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14358456'^^xsd:integer;
  dwc:scientificName 'Psammodrilus balanoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732997'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732997'^^xsd:string;
  dwc:aphiaid '130859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14358456'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '130859'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13580667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13580667> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13580667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13580667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13580667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13580667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401642" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13580667'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401642'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401642'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13580667'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13924017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13924017> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13924017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13924017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13924017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13924017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401752" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13924017'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401752'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401752'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13924017'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13919165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13919165> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13919165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13919165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13919165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13919165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401635" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13919165'^^xsd:integer;
  dwc:scientificName 'Henricia sanguinolenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401635'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401635'^^xsd:string;
  dwc:aphiaid '381573'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13919165'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13737312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13737312> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13737312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13737312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13737312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13737312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401758" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13737312'^^xsd:integer;
  dwc:scientificName 'Desmarestia ligulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401758'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401758'^^xsd:string;
  dwc:aphiaid '145309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13737312'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14185290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14185290> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14185290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14185290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14185290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14185290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732642" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14185290'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732642'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732642'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14185290'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13840748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13840748> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13840748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13840748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13840748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13840748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401916" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13840748'^^xsd:integer;
  dwc:scientificName 'Galathea intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401916'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401916'^^xsd:string;
  dwc:aphiaid '107150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13840748'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '107150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14477075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14477075> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14477075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14477075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14477075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14477075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40764030" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14477075'^^xsd:integer;
  dwc:scientificName 'Taonia atomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40764030'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40764030'^^xsd:string;
  dwc:aphiaid '145393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14477075'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590459> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14590459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14590459'^^xsd:integer;
  dwc:scientificName 'Eurydice'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597820'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597820'^^xsd:string;
  dwc:aphiaid '118401'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14590459'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '118401'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590456> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14590456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597888" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14590456'^^xsd:integer;
  dwc:scientificName 'Eurydice'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597888'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597888'^^xsd:string;
  dwc:aphiaid '118401'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14590456'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '118401'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590455> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14590455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598047" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14590455'^^xsd:integer;
  dwc:scientificName 'Eurydice'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598047'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598047'^^xsd:string;
  dwc:aphiaid '118401'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14590455'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '118401'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A4001657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A4001657> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A4001657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A4001657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A4001657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:4001657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598016" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '4001657'^^xsd:integer;
  dwc:scientificName 'Salicornia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598016'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598016'^^xsd:string;
  dwc:aphiaid '403903'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:4001657'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '403903'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573578> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14573578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580939" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14573578'^^xsd:integer;
  dwc:scientificName 'Pterothamnion crispum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580939'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580939'^^xsd:string;
  dwc:aphiaid '144682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14573578'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144682'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558647> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13558647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580921" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13558647'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580921'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580921'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13558647'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749790> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13749790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580927" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13749790'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580927'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580927'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13749790'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795496> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13795496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581501" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13795496'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581501'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581501'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13795496'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638366> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13638366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581512" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13638366'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581512'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581512'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13638366'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13415592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13415592> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13415592> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13415592>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13415592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:13415592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605086" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '13415592'^^xsd:integer;
  dwc:scientificName 'Agonus cataphractus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605086'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605086'^^xsd:string;
  dwc:aphiaid '127190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:13415592'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '127190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13345889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13345889> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13345889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13345889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13345889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13345889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596985" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13345889'^^xsd:integer;
  dwc:scientificName 'Pleuronectidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596985'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596985'^^xsd:string;
  dwc:aphiaid '125579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13345889'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '125579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594170> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13594170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596977" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13594170'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596977'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596977'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13594170'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372638> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372638> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372638>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14372638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579808" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14372638'^^xsd:integer;
  dwc:scientificName 'Raspailia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579808'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579808'^^xsd:string;
  dwc:aphiaid '181150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14372638'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '133150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372637> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372637> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372637>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14372637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579955" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14372637'^^xsd:integer;
  dwc:scientificName 'Raspailia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579955'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579955'^^xsd:string;
  dwc:aphiaid '181150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14372637'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '133150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13749763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13749763> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13749763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13749763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13749763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13749763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401831" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13749763'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401831'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401831'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13749763'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482484> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482484> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482484>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13482484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615676" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13482484'^^xsd:integer;
  dwc:scientificName 'Aplidium nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615676'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615676'^^xsd:string;
  dwc:aphiaid '103656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13482484'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '103656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884218> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13884218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579305" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13884218'^^xsd:integer;
  dwc:scientificName 'Halecium halecinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579305'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579305'^^xsd:string;
  dwc:aphiaid '231751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13884218'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567964> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615231" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567964'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615231'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615231'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567964'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14330517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14330517> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14330517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14330517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14330517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14330517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581380" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14330517'^^xsd:integer;
  dwc:scientificName 'Polysiphonia furcellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581380'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581380'^^xsd:string;
  dwc:aphiaid '144641'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14330517'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '637756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13389449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13389449> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13389449> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13389449>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13389449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13389449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579409" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13389449'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579409'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579409'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13389449'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713169> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13713169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581521" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13713169'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581521'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581521'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13713169'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14135886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14135886> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14135886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14135886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14135886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14135886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581508" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14135886'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581508'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581508'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14135886'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13714691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13714691> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13714691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13714691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13714691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13714691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580400" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13714691'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580400'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580400'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13714691'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13933285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13933285> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13933285> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13933285>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13933285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13933285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581075" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13933285'^^xsd:integer;
  dwc:scientificName 'Hinia reticulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581075'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581075'^^xsd:string;
  dwc:aphiaid '416627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13933285'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '140513'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13326489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13326489> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13326489> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13326489>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13326489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13326489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613999" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13326489'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613999'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613999'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13326489'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14553569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14553569> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14553569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14553569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14553569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14553569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752455" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14553569'^^xsd:integer;
  dwc:scientificName 'Celleporidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752455'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752455'^^xsd:string;
  dwc:aphiaid '110736'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14553569'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '110736'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714717> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13714717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557094" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13714717'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557094'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557094'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13714717'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14203036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14203036> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14203036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.304741"^^xsd:decimal ;
  dwc:decimalLongitude "-4.34813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14203036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  geo-pos:lat "52.304741"^^xsd:decimal ;
  geo-pos:long "-4.34813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14203036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14203036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752844" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14203036'^^xsd:integer;
  dwc:scientificName 'Orbinia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752844'^^xsd:string;
  dwc:yearCollected '1998'^^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.34813'^^xsd:double;
  dwc:latitude '52.304741'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752844'^^xsd:string;
  dwc:aphiaid '129420'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14203036'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '129420'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475991> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13475991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752273" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13475991'^^xsd:integer;
  dwc:scientificName 'Aonides paucibranchiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752273'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752273'^^xsd:string;
  dwc:aphiaid '131107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13475991'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '131107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475992> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13475992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752222" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13475992'^^xsd:integer;
  dwc:scientificName 'Aonides paucibranchiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752222'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752222'^^xsd:string;
  dwc:aphiaid '131107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13475992'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '131107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14533485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14533485> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14533485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14533485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14533485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14533485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752625" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14533485'^^xsd:integer;
  dwc:scientificName 'Urothoe marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752625'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752625'^^xsd:string;
  dwc:aphiaid '103233'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14533485'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '103233'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166374> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14166374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752620" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14166374'^^xsd:integer;
  dwc:scientificName 'Nucula nitidosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752620'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752620'^^xsd:string;
  dwc:aphiaid '140589'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14166374'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '140589'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166375> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14166375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752709" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14166375'^^xsd:integer;
  dwc:scientificName 'Nucula nitidosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752709'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752709'^^xsd:string;
  dwc:aphiaid '140589'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14166375'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '140589'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14314220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14314220> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14314220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14314220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14314220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14314220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752257" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14314220'^^xsd:integer;
  dwc:scientificName 'Polycirrus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752257'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752257'^^xsd:string;
  dwc:aphiaid '129710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14314220'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '129710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13872378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13872378> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13872378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13872378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13872378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13872378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752797" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13872378'^^xsd:integer;
  dwc:scientificName 'Golfingia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752797'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752797'^^xsd:string;
  dwc:aphiaid '136021'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13872378'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '136021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091190> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14091190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752054" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14091190'^^xsd:integer;
  dwc:scientificName 'Moerella donacina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752054'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752054'^^xsd:string;
  dwc:aphiaid '147021'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14091190'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '147021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091191> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14091191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752060" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14091191'^^xsd:integer;
  dwc:scientificName 'Moerella donacina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752060'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752060'^^xsd:string;
  dwc:aphiaid '147021'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14091191'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '147021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13925982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13925982> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13925982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13925982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13925982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13925982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752802" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13925982'^^xsd:integer;
  dwc:scientificName 'Hiatella arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752802'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752802'^^xsd:string;
  dwc:aphiaid '140103'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13925982'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '140103'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297598> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297598> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297598>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14297598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614191" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14297598'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614191'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614191'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14297598'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13570561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13570561> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13570561> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13570561>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13570561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13570561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607493" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13570561'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607493'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607493'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13570561'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297596> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297596> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297596>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14297596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614213" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14297596'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614213'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614213'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14297596'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132937> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14132937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607558" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14132937'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607558'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607558'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14132937'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826548> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826548> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826548>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13826548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614243" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13826548'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614243'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614243'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13826548'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132932> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132932> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132932>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14132932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614231" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14132932'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614231'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614231'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14132932'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828700> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828700> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828700>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614236" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828700'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614236'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614236'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828700'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729156> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729156> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729156>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13729156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13729156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614242" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13729156'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614242'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614242'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13729156'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828689> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828689> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828689>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607279" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828689'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607279'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607279'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828689'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828692> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.740528 -4.964139)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.740528"^^xsd:decimal ;
  dwc:decimalLongitude "-4.964139"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.740528 -4.964139)"^^geo:wktLiteral ;
  geo-pos:lat "52.740528"^^xsd:decimal ;
  geo-pos:long "-4.964139"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607375" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828692'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607375'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.964139'^^xsd:double;
  dwc:latitude '52.740528'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607375'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828692'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621879> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733445" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621879'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733445'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733445'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621879'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621883> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732795" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621883'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732795'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732795'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621883'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13509659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13509659> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13509659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13509659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13509659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13509659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598155" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13509659'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598155'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598155'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13509659'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405152> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14405152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14405152'^^xsd:integer;
  dwc:scientificName 'Scolelepis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733255'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733255'^^xsd:string;
  dwc:aphiaid '131177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14405152'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '157566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405148> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14405148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732746" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14405148'^^xsd:integer;
  dwc:scientificName 'Scolelepis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732746'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732746'^^xsd:string;
  dwc:aphiaid '131177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14405148'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '157566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710201> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597691" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710201'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597691'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597691'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710201'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710198> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732916" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710198'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732916'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732916'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710198'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443777> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14443777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732937" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14443777'^^xsd:integer;
  dwc:scientificName 'Spio martinensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732937'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732937'^^xsd:string;
  dwc:aphiaid '131185'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14443777'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '131185'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12397206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12397206> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12397206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12397206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12397206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:12397206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597640" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '12397206'^^xsd:integer;
  dwc:scientificName 'Caloplaca marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597640'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597640'^^xsd:string;
  dwc:aphiaid '147724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:12397206'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '147724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710193> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710193'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732871'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732871'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710193'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13431022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13431022> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13431022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13431022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13431022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13431022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733012" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13431022'^^xsd:integer;
  dwc:scientificName 'Amathia lendigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733012'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733012'^^xsd:string;
  dwc:aphiaid '111659'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13431022'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '111659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908276> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13908276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733283" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13908276'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733283'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733283'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13908276'^^xsd:string;
  dwc:observationDate '1999-09-23'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14482960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14482960> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14482960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14482960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14482960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14482960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733682" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14482960'^^xsd:integer;
  dwc:scientificName 'Tellinidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733682'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733682'^^xsd:string;
  dwc:aphiaid '235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14482960'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '235'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710190> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732909" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710190'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732909'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732909'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710190'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405146> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14405146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733541" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14405146'^^xsd:integer;
  dwc:scientificName 'Scolelepis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733541'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733541'^^xsd:string;
  dwc:aphiaid '131177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14405146'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '157566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405147> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14405147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14405147'^^xsd:integer;
  dwc:scientificName 'Scolelepis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732902'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732902'^^xsd:string;
  dwc:aphiaid '131177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14405147'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '157566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405139> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14405139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733688" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14405139'^^xsd:integer;
  dwc:scientificName 'Scolelepis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733688'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733688'^^xsd:string;
  dwc:aphiaid '131177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14405139'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '157566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621894> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734075" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621894'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734075'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734075'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621894'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13624778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13624778> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13624778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13624778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13624778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13624778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607571" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13624778'^^xsd:integer;
  dwc:scientificName 'Ceramiales'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607571'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607571'^^xsd:string;
  dwc:aphiaid '860'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13624778'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '860'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132946> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14132946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614358" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14132946'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614358'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614358'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14132946'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132942> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14132942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613952" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14132942'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613952'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613952'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14132942'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132941> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132941> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132941>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14132941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14132941'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614262'^^xsd:string;
  dwc:yearCollected '1997'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614262'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14132941'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828718> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828718> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828718>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614108" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828718'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614108'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614108'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828718'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828719> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828719> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828719>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614116" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828719'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614116'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614116'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828719'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627186> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13627186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577749" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13627186'^^xsd:integer;
  dwc:scientificName 'Ceramium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577749'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577749'^^xsd:string;
  dwc:aphiaid '144546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13627186'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828706> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607511" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828706'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607511'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607511'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828706'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828717> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828717> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828717>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614343" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828717'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614343'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614343'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828717'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13915302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13915302> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13915302> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13915302>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13915302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13915302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614269" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13915302'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614269'^^xsd:string;
  dwc:yearCollected '1997'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614269'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13915302'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132940> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132940> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132940>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14132940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614337" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14132940'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614337'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614337'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14132940'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492172> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13492172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597696" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13492172'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597696'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597696'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13492172'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424593> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13424593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607292" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13424593'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607292'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607292'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13424593'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13577618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13577618> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13577618> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13577618>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13577618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13577618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577637" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13577618'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577637'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577637'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13577618'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774321> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774321> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774321>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13774321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610248" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13774321'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610248'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40610248'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13774321'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419537> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419537> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419537>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13419537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580003" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13419537'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580003'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580003'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13419537'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13919170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13919170> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13919170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13919170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13919170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13919170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580401" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13919170'^^xsd:integer;
  dwc:scientificName 'Henricia sanguinolenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580401'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580401'^^xsd:string;
  dwc:aphiaid '381573'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13919170'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13919167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13919167> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13919167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13919167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13919167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13919167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580084" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13919167'^^xsd:integer;
  dwc:scientificName 'Henricia sanguinolenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580084'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580084'^^xsd:string;
  dwc:aphiaid '381573'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13919167'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13919169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13919169> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13919169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13919169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13919169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13919169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577917" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13919169'^^xsd:integer;
  dwc:scientificName 'Henricia sanguinolenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577917'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577917'^^xsd:string;
  dwc:aphiaid '381573'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13919169'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714670> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714670> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714670>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13714670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580580" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13714670'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580580'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580580'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13714670'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714664> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714664> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714664>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13714664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580563" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13714664'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580563'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580563'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13714664'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714662> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714662> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714662>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13714662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580186" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13714662'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580186'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580186'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13714662'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714667> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714667> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714667>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13714667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581085" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13714667'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581085'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581085'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13714667'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714688> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714688> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714688>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13714688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579741" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13714688'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579741'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579741'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13714688'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359639> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13359639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580664" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13359639'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580664'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580664'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13359639'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13970076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13970076> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13970076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13970076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13970076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13970076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580647" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13970076'^^xsd:integer;
  dwc:scientificName 'Lacuna vincta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580647'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580647'^^xsd:string;
  dwc:aphiaid '140170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13970076'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '140170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13827025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13827025> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13827025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13827025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13827025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13827025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579313" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13827025'^^xsd:integer;
  dwc:scientificName 'Filograna implexa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579313'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579313'^^xsd:string;
  dwc:aphiaid '130989'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13827025'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '130989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749779> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13749779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580662" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13749779'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580662'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580662'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13749779'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573571> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14573571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580675" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14573571'^^xsd:integer;
  dwc:scientificName 'Pterothamnion crispum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580675'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580675'^^xsd:string;
  dwc:aphiaid '144682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14573571'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144682'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13724175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13724175> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13724175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13724175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13724175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13724175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598095" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13724175'^^xsd:integer;
  dwc:scientificName 'Cutleria multifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598095'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598095'^^xsd:string;
  dwc:aphiaid '145297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13724175'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145297'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13766451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13766451> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13766451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13766451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13766451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13766451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598057" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13766451'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598057'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598057'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13766451'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13724176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13724176> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13724176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13724176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13724176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13724176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598004" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13724176'^^xsd:integer;
  dwc:scientificName 'Cutleria multifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598004'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598004'^^xsd:string;
  dwc:aphiaid '145297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13724176'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145297'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13512778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13512778> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13512778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13512778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13512778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13512778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598100" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13512778'^^xsd:integer;
  dwc:scientificName 'Asperococcus bullosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598100'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598100'^^xsd:string;
  dwc:aphiaid '145311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13512778'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13743735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13743735> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13743735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13743735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13743735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13743735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598101" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13743735'^^xsd:integer;
  dwc:scientificName 'Dictyosiphon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598101'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598101'^^xsd:string;
  dwc:aphiaid '144067'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13743735'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144067'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288195> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14288195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580667" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14288195'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580667'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580667'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14288195'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884223> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13884223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580453" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13884223'^^xsd:integer;
  dwc:scientificName 'Halecium halecinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580453'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580453'^^xsd:string;
  dwc:aphiaid '231751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13884223'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336149> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336149> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336149>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14336149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580578" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14336149'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580578'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580578'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14336149'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748905> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748905> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748905>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13748905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581470" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13748905'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581470'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581470'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13748905'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482482> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482482> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482482>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13482482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614775" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13482482'^^xsd:integer;
  dwc:scientificName 'Aplidium nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614775'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614775'^^xsd:string;
  dwc:aphiaid '103656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13482482'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '103656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482483> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482483> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482483>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13482483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614624" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13482483'^^xsd:integer;
  dwc:scientificName 'Aplidium nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614624'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614624'^^xsd:string;
  dwc:aphiaid '103656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13482483'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '103656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840754> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13840754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580387" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13840754'^^xsd:integer;
  dwc:scientificName 'Galathea intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580387'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580387'^^xsd:string;
  dwc:aphiaid '107150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13840754'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13577625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13577625> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13577625> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13577625>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13577625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13577625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581468" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13577625'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581468'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581468'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13577625'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336148> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336148> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336148>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14336148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581459" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14336148'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581459'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581459'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14336148'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288198> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14288198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580423" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14288198'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580423'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580423'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14288198'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14460117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14460117> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14460117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14460117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14460117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14460117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580372" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14460117'^^xsd:integer;
  dwc:scientificName 'Stelligera rigida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580372'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580372'^^xsd:string;
  dwc:aphiaid '134174'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14460117'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1424275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14228957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14228957> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14228957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14228957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14228957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14228957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580415" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14228957'^^xsd:integer;
  dwc:scientificName 'Parablennius gattorugine'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580415'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580415'^^xsd:string;
  dwc:aphiaid '126770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14228957'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126770'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376203> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14376203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580445" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14376203'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580445'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580445'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14376203'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14300779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14300779> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14300779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14300779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14300779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14300779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614467" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14300779'^^xsd:integer;
  dwc:scientificName 'Plumaria plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614467'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614467'^^xsd:string;
  dwc:aphiaid '144603'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14300779'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '144603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735525> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735525> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735525>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13735525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40294612" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13735525'^^xsd:integer;
  dwc:scientificName 'Dercitus bucklandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40294612'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40294612'^^xsd:string;
  dwc:aphiaid '134068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13735525'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '555677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14459758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14459758> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14459758> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14459758>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14459758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14459758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40294613" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14459758'^^xsd:integer;
  dwc:scientificName 'Stelletta grubii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40294613'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40294613'^^xsd:string;
  dwc:aphiaid '133974'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14459758'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '133974'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13683284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13683284> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13683284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13683284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13683284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13683284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615734" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13683284'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615734'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615734'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13683284'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13784191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13784191> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13784191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13784191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13784191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13784191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401829" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13784191'^^xsd:integer;
  dwc:scientificName 'Entelurus aequoreus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401829'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401829'^^xsd:string;
  dwc:aphiaid '127379'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13784191'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '127379'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13981575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13981575> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13981575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13981575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13981575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13981575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579143" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13981575'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579143'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579143'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13981575'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13630891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13630891> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13630891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13630891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13630891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13630891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579133" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13630891'^^xsd:integer;
  dwc:scientificName 'Cereus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579133'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579133'^^xsd:string;
  dwc:aphiaid '100987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13630891'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '100987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14096785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14096785> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14096785> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14096785>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14096785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14096785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580549" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14096785'^^xsd:integer;
  dwc:scientificName 'Musculus discors'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580549'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580549'^^xsd:string;
  dwc:aphiaid '140472'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14096785'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '140472'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14417953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14417953> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14417953> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14417953>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14417953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14417953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580519" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14417953'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580519'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580519'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14417953'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14395355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14395355> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14395355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14395355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14395355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14395355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614480" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14395355'^^xsd:integer;
  dwc:scientificName 'Sagartia troglodytes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614480'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614480'^^xsd:string;
  dwc:aphiaid '100994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14395355'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '855674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14395352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14395352> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14395352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14395352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14395352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14395352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615324" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14395352'^^xsd:integer;
  dwc:scientificName 'Sagartia troglodytes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615324'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615324'^^xsd:string;
  dwc:aphiaid '100994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14395352'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '855674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14395353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14395353> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14395353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14395353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14395353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14395353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614901" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14395353'^^xsd:integer;
  dwc:scientificName 'Sagartia troglodytes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614901'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614901'^^xsd:string;
  dwc:aphiaid '100994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14395353'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '855674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946638> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13946638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614896" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13946638'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614896'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614896'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13946638'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13657615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13657615> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13657615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13657615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13657615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13657615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615500" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13657615'^^xsd:integer;
  dwc:scientificName 'Chromophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615500'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615500'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13657615'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13933279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13933279> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13933279> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13933279>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13933279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13933279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578161" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13933279'^^xsd:integer;
  dwc:scientificName 'Hinia reticulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578161'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578161'^^xsd:string;
  dwc:aphiaid '416627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13933279'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '140513'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977165> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13977165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580134" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13977165'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580134'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580134'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13977165'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589744> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589744> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589744>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13589744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579620" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13589744'^^xsd:integer;
  dwc:scientificName 'Callophyllis laciniata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579620'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579620'^^xsd:string;
  dwc:aphiaid '145262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13589744'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1311357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981580> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981580> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981580>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13981580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579637" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13981580'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579637'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579637'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13981580'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13981604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13981604> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13981604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13981604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13981604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13981604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596436" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13981604'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596436'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596436'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13981604'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795512> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13795512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596387" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13795512'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596387'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596387'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13795512'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13784774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13784774> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13784774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13784774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13784774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13784774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615640" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13784774'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615640'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615640'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13784774'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732636> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13732636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615232" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13732636'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615232'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615232'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13732636'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924041> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924041> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924041>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13924041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578312" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13924041'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578312'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578312'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13924041'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744550> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744550> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744550>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13744550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578874" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13744550'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578874'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578874'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13744550'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419552> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419552> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419552>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13419552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579970" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13419552'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579970'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579970'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13419552'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744567> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744567> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744567>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13744567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579996" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13744567'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579996'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579996'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13744567'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14327406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14327406> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14327406> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14327406>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14327406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14327406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581716" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14327406'^^xsd:integer;
  dwc:scientificName 'Polysiphonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581716'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581716'^^xsd:string;
  dwc:aphiaid '143853'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14327406'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '143853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924034> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924034> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924034>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13924034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581715" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13924034'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581715'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581715'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13924034'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622595> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622595> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622595>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13622595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581283" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13622595'^^xsd:integer;
  dwc:scientificName 'Cellepora pumicosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581283'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581283'^^xsd:string;
  dwc:aphiaid '111268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13622595'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111268'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372632> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372632> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372632>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14372632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578260" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14372632'^^xsd:integer;
  dwc:scientificName 'Raspailia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578260'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578260'^^xsd:string;
  dwc:aphiaid '181150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14372632'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '133150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396848> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396848> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396848>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14396848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578274" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14396848'^^xsd:integer;
  dwc:scientificName 'Salmacina dysteri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578274'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578274'^^xsd:string;
  dwc:aphiaid '131038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14396848'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '131038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13677150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13677150> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13677150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13677150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13677150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13677150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752001" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13677150'^^xsd:integer;
  dwc:scientificName 'Clausinella fasciata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752001'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752001'^^xsd:string;
  dwc:aphiaid '141909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13677150'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '141909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14336131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14336131> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14336131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14336131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14336131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14336131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14336131'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401912'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401912'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14336131'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756621> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756621> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756621>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13756621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607670" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13756621'^^xsd:integer;
  dwc:scientificName 'Distomus variolosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607670'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607670'^^xsd:string;
  dwc:aphiaid '103890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13756621'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '103890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468590> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14468590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597154" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14468590'^^xsd:integer;
  dwc:scientificName 'Stypocaulon scoparium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597154'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597154'^^xsd:string;
  dwc:aphiaid '145907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14468590'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '182742'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13774327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13774327> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13774327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13774327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13774327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13774327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613875" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13774327'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613875'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613875'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13774327'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554693> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13554693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607326" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13554693'^^xsd:integer;
  dwc:scientificName 'Bonnemaisonia asparagoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607326'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607326'^^xsd:string;
  dwc:aphiaid '144440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13554693'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '144440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490086> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14490086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732899" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14490086'^^xsd:integer;
  dwc:scientificName 'Tetrastemma candidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732899'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732899'^^xsd:string;
  dwc:aphiaid '122764'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14490086'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '122764'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547663> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732903" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547663'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732903'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732903'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547663'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547665> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732920" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547665'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732920'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732920'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547665'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050948> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732817" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050948'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732817'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732817'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050948'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490087> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14490087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732918" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14490087'^^xsd:integer;
  dwc:scientificName 'Tetrastemma candidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732918'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732918'^^xsd:string;
  dwc:aphiaid '122764'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14490087'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '122764'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490089> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14490089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14490089'^^xsd:integer;
  dwc:scientificName 'Tetrastemma candidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732910'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732910'^^xsd:string;
  dwc:aphiaid '122764'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14490089'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '122764'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547644> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733285" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547644'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733285'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733285'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547644'^^xsd:string;
  dwc:observationDate '1999-09-23'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547659> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734066" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547659'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734066'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734066'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547659'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590685> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590685'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734064'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734064'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590685'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14464447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14464447> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14464447> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14464447>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14464447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14464447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614049" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14464447'^^xsd:integer;
  dwc:scientificName 'Stolonica socialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614049'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614049'^^xsd:string;
  dwc:aphiaid '103921'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14464447'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '103921'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840043> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13840043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578676" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13840043'^^xsd:integer;
  dwc:scientificName 'Galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578676'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578676'^^xsd:string;
  dwc:aphiaid '106834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13840043'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '106834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13977218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13977218> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13977218> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13977218>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13977218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13977218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607534" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13977218'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607534'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607534'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13977218'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744554> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744554> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744554>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13744554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580050" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13744554'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580050'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580050'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13744554'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297608> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14297608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607570" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14297608'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607570'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607570'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14297608'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13727025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13727025> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13727025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13727025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13727025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13727025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579709" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13727025'^^xsd:integer;
  dwc:scientificName 'Cystoclonium purpureum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579709'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579709'^^xsd:string;
  dwc:aphiaid '145615'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13727025'^^xsd:string;
  dwc:observationDate '1998-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '145615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13695545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13695545> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13695545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13695545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13695545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13695545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597904" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13695545'^^xsd:integer;
  dwc:scientificName 'Corella parallelogramma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597904'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597904'^^xsd:string;
  dwc:aphiaid '103743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13695545'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '103743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13784779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13784779> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13784779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13784779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13784779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13784779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13784779'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615147'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615147'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13784779'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257982> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257982> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257982>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14257982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580775" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14257982'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580775'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580775'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14257982'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346961> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346961> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346961>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14346961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614609" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14346961'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614609'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614609'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14346961'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755864> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13755864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580477" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13755864'^^xsd:integer;
  dwc:scientificName 'Diplosoma spongiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580477'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580477'^^xsd:string;
  dwc:aphiaid '103582'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13755864'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13570502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13570502> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13570502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13570502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13570502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13570502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597970" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13570502'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597970'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597970'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13570502'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13743201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13743201> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13743201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13743201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13743201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13743201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579346" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13743201'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579346'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579346'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13743201'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13649204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13649204> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13649204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13649204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13649204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13649204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598092" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13649204'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598092'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598092'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13649204'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13385402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13385402> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13385402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13385402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13385402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13385402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580638" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13385402'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580638'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580638'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13385402'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216900> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14216900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577585" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14216900'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577585'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577585'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14216900'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713161> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13713161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579696" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13713161'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579696'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579696'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13713161'^^xsd:string;
  dwc:observationDate '1998-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946643> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13946643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614757" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13946643'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614757'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614757'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13946643'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946646> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13946646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615119" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13946646'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615119'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615119'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13946646'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13473574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13473574> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13473574> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13473574>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13473574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13473574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579583" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13473574'^^xsd:integer;
  dwc:scientificName 'Antithamnionella spirographidis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579583'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579583'^^xsd:string;
  dwc:aphiaid '144521'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13473574'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13882476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13882476> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13882476> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13882476>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13882476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13882476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579581" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13882476'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579581'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579581'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13882476'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13933289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13933289> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13933289> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13933289>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13933289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13933289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578622" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13933289'^^xsd:integer;
  dwc:scientificName 'Hinia reticulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578622'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578622'^^xsd:string;
  dwc:aphiaid '416627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13933289'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '140513'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13487635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13487635> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13487635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13487635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13487635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13487635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578793" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13487635'^^xsd:integer;
  dwc:scientificName 'Archidoris pseudoargus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578793'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578793'^^xsd:string;
  dwc:aphiaid '138763'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13487635'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '138763'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329792> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14329792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578828" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14329792'^^xsd:integer;
  dwc:scientificName 'Polysiphonia fucoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578828'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578828'^^xsd:string;
  dwc:aphiaid '144639'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14329792'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '637672'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13959784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13959784> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13959784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13959784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13959784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13959784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615070" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13959784'^^xsd:integer;
  dwc:scientificName 'Jorunna tomentosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615070'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615070'^^xsd:string;
  dwc:aphiaid '140166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13959784'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140166'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575286> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575286> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575286>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13575286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615845" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13575286'^^xsd:integer;
  dwc:scientificName 'Bugula flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615845'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615845'^^xsd:string;
  dwc:aphiaid '111152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13575286'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '834002'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13744545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13744545> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13744545> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13744545>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13744545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13744545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577659" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13744545'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577659'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577659'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13744545'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419529> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419529> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419529>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13419529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579524" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13419529'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579524'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40579524'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13419529'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482166> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13482166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614584" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13482166'^^xsd:integer;
  dwc:scientificName 'Aplidium densum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614584'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614584'^^xsd:string;
  dwc:aphiaid '103642'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13482166'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '103642'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13539209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13539209> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13539209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13539209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13539209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13539209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13539209'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580072'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580072'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13539209'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14470166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14470166> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14470166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14470166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14470166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14470166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578940" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14470166'^^xsd:integer;
  dwc:scientificName 'Suberites ficus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578940'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578940'^^xsd:string;
  dwc:aphiaid '134285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14470166'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '134285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14433671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14433671> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14433671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14433671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14433671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14433671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580116" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14433671'^^xsd:integer;
  dwc:scientificName 'Spermothamnion repens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580116'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580116'^^xsd:string;
  dwc:aphiaid '144702'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14433671'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '144702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594146> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13594146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580074" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13594146'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580074'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580074'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13594146'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14470165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14470165> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14470165> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14470165>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14470165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14470165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578601" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14470165'^^xsd:integer;
  dwc:scientificName 'Suberites ficus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578601'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578601'^^xsd:string;
  dwc:aphiaid '134285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14470165'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14704836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14704836> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14704836> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14704836>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14704836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14704836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579578" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14704836'^^xsd:integer;
  dwc:scientificName 'Schmitzia hiscockiana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579578'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579578'^^xsd:string;
  dwc:aphiaid '145603'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14704836'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145603'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14005065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14005065> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14005065> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14005065>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14005065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14005065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580518" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14005065'^^xsd:integer;
  dwc:scientificName 'Leucosolenia complicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580518'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580518'^^xsd:string;
  dwc:aphiaid '132219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14005065'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '132219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564555> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13564555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579398" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13564555'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579398'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579398'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13564555'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14211736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14211736> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14211736> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14211736>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14211736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14211736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580751" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14211736'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580751'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580751'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14211736'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276797> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276797> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276797>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14276797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581457" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14276797'^^xsd:integer;
  dwc:scientificName 'Phorbas fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581457'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581457'^^xsd:string;
  dwc:aphiaid '133679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14276797'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14614568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14614568> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14614568> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14614568>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14614568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14614568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580200" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14614568'^^xsd:integer;
  dwc:scientificName 'Galeorhinus galeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580200'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580200'^^xsd:string;
  dwc:aphiaid '105820'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14614568'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '105820'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621407> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621407> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621407>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13621407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580184" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13621407'^^xsd:integer;
  dwc:scientificName 'Cellaria fistulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580184'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580184'^^xsd:string;
  dwc:aphiaid '111257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13621407'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '111257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535372> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535372> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535372>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14535372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579599" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14535372'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579599'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579599'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14535372'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535428> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14535428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596392" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14535428'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596392'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596392'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14535428'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328970> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14328970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596427" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14328970'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596427'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596427'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14328970'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13588006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13588006> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13588006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13588006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13588006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13588006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13588006'^^xsd:integer;
  dwc:scientificName 'Callithamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401838'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401838'^^xsd:string;
  dwc:aphiaid '143832'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13588006'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '143832'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13551908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13551908> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13551908> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13551908>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13551908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13551908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581139" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13551908'^^xsd:integer;
  dwc:scientificName 'Bispira volutacornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581139'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581139'^^xsd:string;
  dwc:aphiaid '130875'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13551908'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '130875'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189976> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189976> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189976>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14189976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581153" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14189976'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581153'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581153'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14189976'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951365> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951365> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951365>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13951365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578277" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13951365'^^xsd:integer;
  dwc:scientificName 'Inachus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578277'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578277'^^xsd:string;
  dwc:aphiaid '106905'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13951365'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '106905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297509> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297509> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297509>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14297509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578308" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14297509'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578308'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578308'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14297509'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951367> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951367> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951367>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13951367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581280" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13951367'^^xsd:integer;
  dwc:scientificName 'Inachus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581280'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581280'^^xsd:string;
  dwc:aphiaid '106905'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13951367'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '106905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14376188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14376188> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14376188> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14376188>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14376188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14376188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578872" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14376188'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578872'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578872'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14376188'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621415> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621415> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621415>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13621415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581285" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13621415'^^xsd:integer;
  dwc:scientificName 'Cellaria fistulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581285'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581285'^^xsd:string;
  dwc:aphiaid '111257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13621415'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297512> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297512> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297512>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14297512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579990" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14297512'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579990'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579990'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14297512'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951366> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951366> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951366>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13951366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579967" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13951366'^^xsd:integer;
  dwc:scientificName 'Inachus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579967'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579967'^^xsd:string;
  dwc:aphiaid '106905'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13951366'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '106905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297494> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297494> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297494>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14297494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578863" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14297494'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578863'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578863'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14297494'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297492> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297492> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297492>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14297492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581618" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14297492'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581618'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581618'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14297492'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132864> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132864> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132864>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14132864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579228" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14132864'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579228'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579228'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14132864'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13960967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13960967> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13960967> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13960967>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13960967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13960967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581612" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13960967'^^xsd:integer;
  dwc:scientificName 'Kallymenia reniformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581612'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581612'^^xsd:string;
  dwc:aphiaid '145267'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13960967'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13505590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13505590> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13505590> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13505590>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13505590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13505590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579246" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13505590'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579246'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579246'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13505590'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12455435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12455435> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12455435> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12455435>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12455435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:12455435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581706" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '12455435'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581706'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581706'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:12455435'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13483260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13483260> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13483260> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13483260>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13483260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13483260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579822" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13483260'^^xsd:integer;
  dwc:scientificName 'Aplidium punctum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579822'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579822'^^xsd:string;
  dwc:aphiaid '103662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13483260'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14508178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14508178> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14508178> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14508178>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14508178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14508178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578849" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14508178'^^xsd:integer;
  dwc:scientificName 'Trididemnum cereum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578849'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578849'^^xsd:string;
  dwc:aphiaid '103594'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14508178'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103594'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748902> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748902> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748902>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13748902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578850" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13748902'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578850'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578850'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13748902'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748916> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748916> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748916>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13748916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579985" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13748916'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579985'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579985'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13748916'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13483254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13483254> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13483254> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13483254>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13483254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13483254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581597" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13483254'^^xsd:integer;
  dwc:scientificName 'Aplidium punctum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581597'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581597'^^xsd:string;
  dwc:aphiaid '103662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13483254'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535384> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535384> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535384>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14535384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579961" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14535384'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579961'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579961'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14535384'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359620> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359620> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359620>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13359620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579989" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13359620'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579989'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579989'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13359620'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543358> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543358> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543358>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14543358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579971" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14543358'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579971'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579971'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14543358'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359608> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359608> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359608>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13359608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578858" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13359608'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578858'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578858'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13359608'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748900> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748900> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748900>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13748900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581598" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13748900'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581598'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581598'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13748900'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766472> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766472> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766472>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13766472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578265" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13766472'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578265'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578265'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13766472'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766468> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766468> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766468>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13766468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581132" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13766468'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581132'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581132'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13766468'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583930> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583930> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583930>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13583930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581143" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13583930'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581143'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581143'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13583930'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14592422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14592422> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14592422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14592422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14592422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14592422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596182" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14592422'^^xsd:integer;
  dwc:scientificName 'Homarus gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596182'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596182'^^xsd:string;
  dwc:aphiaid '107253'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14592422'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '107253'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558614> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558614> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558614>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13558614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579247" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13558614'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579247'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579247'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13558614'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13018438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13018438> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13018438> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13018438>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13018438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13018438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579965" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13018438'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579965'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579965'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13018438'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197569> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197569> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197569>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14197569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579982" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14197569'^^xsd:integer;
  dwc:scientificName 'Ophiura albida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579982'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579982'^^xsd:string;
  dwc:aphiaid '124913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14197569'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621413> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621413> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621413>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13621413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579973" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13621413'^^xsd:integer;
  dwc:scientificName 'Cellaria fistulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579973'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579973'^^xsd:string;
  dwc:aphiaid '111257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13621413'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276802> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276802> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276802>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14276802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579956" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14276802'^^xsd:integer;
  dwc:scientificName 'Phorbas fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579956'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579956'^^xsd:string;
  dwc:aphiaid '133679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14276802'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416131> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416131> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416131>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14416131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581708" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14416131'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581708'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581708'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14416131'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755098> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755098> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755098>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13755098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581599" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13755098'^^xsd:integer;
  dwc:scientificName 'Diplosoma listerianum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581599'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581599'^^xsd:string;
  dwc:aphiaid '103579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13755098'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13732599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13732599> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13732599> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13732599>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13732599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13732599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581603" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13732599'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581603'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581603'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13732599'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12458344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12458344> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12458344> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12458344>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12458344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:12458344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581593" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '12458344'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581593'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581593'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:12458344'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766464> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766464> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766464>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13766464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578842" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13766464'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578842'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578842'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13766464'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678868> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678868> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678868>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13678868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579821" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13678868'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579821'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579821'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13678868'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766477> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766477> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766477>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13766477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579958" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13766477'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579958'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579958'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13766477'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216877> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216877> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216877>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14216877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579548" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14216877'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579548'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579548'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14216877'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216866> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216866> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216866>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14216866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578593" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14216866'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578593'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40578593'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14216866'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917817> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917817> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917817>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13917817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579557" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13917817'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579557'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579557'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13917817'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743196> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743196> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743196>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13743196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578315" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13743196'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578315'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578315'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13743196'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14309285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14309285> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14309285> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14309285>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14309285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14309285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581605" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14309285'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581605'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581605'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14309285'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743199> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743199> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743199>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13743199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579995" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13743199'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579995'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579995'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13743199'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981578> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981578> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981578>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13981578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578877" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13981578'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578877'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578877'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13981578'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851927> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851927> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851927>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13851927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13851927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581590" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13851927'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581590'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581590'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13851927'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13389453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13389453> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13389453> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13389453>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13389453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13389453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578320" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13389453'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578320'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578320'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13389453'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713156> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713156> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713156>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13713156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578328" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13713156'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578328'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578328'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13713156'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389491> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389491> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389491>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13389491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614297" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13389491'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614297'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40614297'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13389491'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638385> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13638385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596100" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13638385'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596100'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596100'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13638385'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621884> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732850" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621884'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732850'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732850'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621884'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621837> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733017" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621837'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733017'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733017'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621837'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749773> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749773> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749773>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13749773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581261" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13749773'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581261'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581261'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13749773'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13632821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13632821> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13632821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13632821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13632821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13632821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581198" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13632821'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581198'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581198'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13632821'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13956678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13956678> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13956678> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13956678>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13956678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13956678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581242" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13956678'^^xsd:integer;
  dwc:scientificName 'Janolus cristatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581242'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581242'^^xsd:string;
  dwc:aphiaid '140855'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13956678'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '162687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13751948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13751948> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13751948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13751948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13751948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13751948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615653" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13751948'^^xsd:integer;
  dwc:scientificName 'Diphasia rosacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615653'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615653'^^xsd:string;
  dwc:aphiaid '117883'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13751948'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '117883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13632823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13632823> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13632823> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13632823>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13632823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13632823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578662" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13632823'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578662'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578662'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13632823'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311383> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311383> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311383>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14311383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579161" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14311383'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579161'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579161'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14311383'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311401> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311401> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311401>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14311401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580230" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14311401'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580230'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580230'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14311401'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14424189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14424189> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14424189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14424189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14424189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14424189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615654" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14424189'^^xsd:integer;
  dwc:scientificName 'Sertularella polyzonias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615654'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615654'^^xsd:string;
  dwc:aphiaid '117906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14424189'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '117906'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13460012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13460012> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13460012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13460012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13460012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13460012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580144" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13460012'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580144'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580144'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13460012'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197570> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197570> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197570>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14197570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578668" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14197570'^^xsd:integer;
  dwc:scientificName 'Ophiura albida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578668'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578668'^^xsd:string;
  dwc:aphiaid '124913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14197570'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14221763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14221763> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14221763> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14221763>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14221763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14221763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596260" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14221763'^^xsd:integer;
  dwc:scientificName 'Pagurus cuanensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596260'^^xsd:string;
  dwc:yearCollected '1998'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596260'^^xsd:string;
  dwc:aphiaid '107235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14221763'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '107235'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14303286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14303286> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14303286> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14303286>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14303286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14303286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596268" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14303286'^^xsd:integer;
  dwc:scientificName 'Pododesmus patelliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596268'^^xsd:string;
  dwc:yearCollected '1998'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596268'^^xsd:string;
  dwc:aphiaid '138751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14303286'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '138751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13751946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13751946> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13751946> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13751946>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13751946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13751946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577849" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13751946'^^xsd:integer;
  dwc:scientificName 'Diphasia rosacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577849'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577849'^^xsd:string;
  dwc:aphiaid '117883'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13751946'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14470172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14470172> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14470172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14470172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14470172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14470172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614008" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14470172'^^xsd:integer;
  dwc:scientificName 'Suberites ficus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614008'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614008'^^xsd:string;
  dwc:aphiaid '134285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14470172'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '134285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13765611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13765611> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13765611> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13765611>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13765611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13765611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613991" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13765611'^^xsd:integer;
  dwc:scientificName 'Dyopedos porrectus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613991'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613991'^^xsd:string;
  dwc:aphiaid '103044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13765611'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '103044'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621955> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621955> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621955>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13621955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577874" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13621955'^^xsd:integer;
  dwc:scientificName 'Cellaria sinuosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577874'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577874'^^xsd:string;
  dwc:aphiaid '111260'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13621955'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311396> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311396> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311396>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14311396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577882" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14311396'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577882'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577882'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14311396'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714684> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714684> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714684>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13714684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577877" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13714684'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577877'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577877'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13714684'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714673> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714673> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714673>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13714673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581250" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13714673'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581250'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581250'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13714673'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714754> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13714754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607342" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13714754'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607342'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607342'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13714754'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714660> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13714660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581219" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13714660'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581219'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581219'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13714660'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714755> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13714755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607512" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13714755'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607512'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607512'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13714755'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599772> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13599772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732927" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13599772'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732927'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732927'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13599772'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599786> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13599786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733182" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13599786'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733182'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733182'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13599786'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629455> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13629455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596546" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13629455'^^xsd:integer;
  dwc:scientificName 'Ceramium secundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596546'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596546'^^xsd:string;
  dwc:aphiaid '144562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13629455'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144562'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629450> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13629450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596084" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13629450'^^xsd:integer;
  dwc:scientificName 'Ceramium secundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596084'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596084'^^xsd:string;
  dwc:aphiaid '144562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13629450'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144562'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13777786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13777786> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13777786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13777786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13777786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13777786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615104" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13777786'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615104'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615104'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13777786'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135871> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14135871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14135871'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581194'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581194'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14135871'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13389445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13389445> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13389445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13389445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13389445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13389445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581195" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13389445'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581195'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581195'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13389445'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13646993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13646993> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13646993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13646993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13646993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13646993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615663" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13646993'^^xsd:integer;
  dwc:scientificName 'Chlamys distorta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615663'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615663'^^xsd:string;
  dwc:aphiaid '146807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13646993'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '236715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713190> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13713190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596109" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13713190'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596109'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596109'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13713190'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311372> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311372> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311372>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14311372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581124" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14311372'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581124'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581124'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14311372'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897182> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897182> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897182>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13897182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581266" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13897182'^^xsd:integer;
  dwc:scientificName 'Halurus flosculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581266'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581266'^^xsd:string;
  dwc:aphiaid '144595'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13897182'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144595'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13460047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13460047> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13460047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13460047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13460047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13460047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607559" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13460047'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607559'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607559'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13460047'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393036> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14393036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615167" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14393036'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615167'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615167'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14393036'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14425454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14425454> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14425454> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14425454>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14425454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14425454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579149" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14425454'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579149'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579149'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14425454'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798790> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13798790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733384" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13798790'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733384'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733384'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13798790'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13687684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13687684> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13687684> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13687684>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13687684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13687684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577864" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13687684'^^xsd:integer;
  dwc:scientificName 'Colus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577864'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577864'^^xsd:string;
  dwc:aphiaid '138899'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13687684'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '138899'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798787> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13798787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733179" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13798787'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733179'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733179'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13798787'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14423735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14423735> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14423735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14423735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14423735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14423735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581197" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14423735'^^xsd:integer;
  dwc:scientificName 'Sertularella gayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581197'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581197'^^xsd:string;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14423735'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423748> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423748> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423748>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14423748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578322" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14423748'^^xsd:integer;
  dwc:scientificName 'Sertularella gayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578322'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578322'^^xsd:string;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14423748'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423747> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423747> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423747>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14423747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577851" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14423747'^^xsd:integer;
  dwc:scientificName 'Sertularella gayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577851'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577851'^^xsd:string;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14423747'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14430238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14430238> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14430238> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14430238>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14430238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14430238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580223" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14430238'^^xsd:integer;
  dwc:scientificName 'Smittina landsborovii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580223'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580223'^^xsd:string;
  dwc:aphiaid '111558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14430238'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777780> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13777780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13777780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598029" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13777780'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598029'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598029'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13777780'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714685> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714685> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714685>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13714685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578330" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13714685'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578330'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578330'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13714685'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798764> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13798764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732924" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13798764'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732924'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732924'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13798764'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798786> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13798786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732846" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13798786'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732846'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732846'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13798786'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798768> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13798768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733764" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13798768'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733764'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733764'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13798768'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713185> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13713185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596516" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13713185'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596516'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596516'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13713185'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13332768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13332768> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13332768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13332768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13332768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13332768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580151" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13332768'^^xsd:integer;
  dwc:scientificName 'Gobiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580151'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580151'^^xsd:string;
  dwc:aphiaid '125537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13332768'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '125537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14097725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14097725> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14097725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14097725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14097725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14097725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596107" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14097725'^^xsd:integer;
  dwc:scientificName 'Mya'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596107'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596107'^^xsd:string;
  dwc:aphiaid '138211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14097725'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '138211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564581> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13564581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596121" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13564581'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596121'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596121'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13564581'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622589> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622589> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622589>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13622589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581245" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13622589'^^xsd:integer;
  dwc:scientificName 'Cellepora pumicosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581245'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581245'^^xsd:string;
  dwc:aphiaid '111268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13622589'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '111268'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744559> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744559> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744559>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13744559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581271" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13744559'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581271'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581271'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13744559'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924078> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13924078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596550" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13924078'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596550'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596550'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13924078'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14327408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14327408> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14327408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14327408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14327408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14327408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596554" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14327408'^^xsd:integer;
  dwc:scientificName 'Polysiphonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596554'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596554'^^xsd:string;
  dwc:aphiaid '143853'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14327408'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '143853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477088> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14477088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596094" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14477088'^^xsd:integer;
  dwc:scientificName 'Taonia atomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596094'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596094'^^xsd:string;
  dwc:aphiaid '145393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14477088'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14131804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14131804> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14131804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14131804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14131804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14131804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607336" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14131804'^^xsd:integer;
  dwc:scientificName 'Nemertesia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607336'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607336'^^xsd:string;
  dwc:aphiaid '117195'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14131804'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '117195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145860> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14145860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733367" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14145860'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733367'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733367'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14145860'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145859> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14145859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732765" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14145859'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732765'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732765'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14145859'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452584> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14452584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615023" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14452584'^^xsd:integer;
  dwc:scientificName 'Spirorbidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615023'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615023'^^xsd:string;
  dwc:aphiaid '1021266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14452584'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14332709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14332709> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14332709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14332709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14332709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14332709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615398" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14332709'^^xsd:integer;
  dwc:scientificName 'Pomatoceros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615398'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615398'^^xsd:string;
  dwc:aphiaid '129572'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14332709'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '129582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13893090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13893090> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13893090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13893090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13893090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13893090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615394" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13893090'^^xsd:integer;
  dwc:scientificName 'Haliclona viscosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615394'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615394'^^xsd:string;
  dwc:aphiaid '132881'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13893090'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '235864'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13542878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13542878> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13542878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13542878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13542878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13542878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615400" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13542878'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615400'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615400'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13542878'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13784775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13784775> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13784775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13784775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13784775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13784775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614721" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13784775'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614721'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614721'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13784775'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14179168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14179168> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14179168> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14179168>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14179168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14179168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579013" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14179168'^^xsd:integer;
  dwc:scientificName 'Omalosecosa ramulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579013'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40579013'^^xsd:string;
  dwc:aphiaid '111281'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14179168'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '111281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13580680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13580680> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13580680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13580680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13580680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13580680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580150" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13580680'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580150'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580150'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13580680'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13893787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13893787> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13893787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13893787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13893787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13893787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580154" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13893787'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580154'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580154'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13893787'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763720> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13763720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615099" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13763720'^^xsd:integer;
  dwc:scientificName 'Dynamena pumila'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615099'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615099'^^xsd:string;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13763720'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893848> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13893848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614020" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13893848'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614020'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614020'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13893848'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893853> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13893853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614261" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13893853'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614261'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614261'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13893853'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701391> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701391> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701391>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13701391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13701391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615034" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13701391'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615034'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615034'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13701391'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14475254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14475254> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14475254> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14475254>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14475254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14475254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615046" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14475254'^^xsd:integer;
  dwc:scientificName 'Synoicum pulmonaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615046'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615046'^^xsd:string;
  dwc:aphiaid '103692'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14475254'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '103692'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14316694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14316694> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14316694> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14316694>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14316694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14316694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615045" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14316694'^^xsd:integer;
  dwc:scientificName 'Polyclinum aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615045'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615045'^^xsd:string;
  dwc:aphiaid '103674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14316694'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '103674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886961> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886961> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886961>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13886961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615031" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13886961'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615031'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615031'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13886961'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13782426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13782426> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13782426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13782426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13782426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13782426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596105" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13782426'^^xsd:integer;
  dwc:scientificName 'Ensis arcuatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596105'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596105'^^xsd:string;
  dwc:aphiaid '140731'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13782426'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '160539'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580730> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13580730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596113" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13580730'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596113'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596113'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13580730'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14128046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14128046> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14128046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14128046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14128046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14128046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733404" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14128046'^^xsd:integer;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733404'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733404'^^xsd:string;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14128046'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697116> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13697116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733450" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13697116'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733450'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733450'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13697116'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14179658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14179658> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14179658> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14179658>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14179658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14179658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14179658'^^xsd:integer;
  dwc:scientificName 'Onchidoris muricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577866'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577866'^^xsd:string;
  dwc:aphiaid '140640'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14179658'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '140640'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826553> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13826553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614257" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13826553'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614257'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614257'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13826553'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216864> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216864> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216864>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14216864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579154" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14216864'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579154'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579154'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14216864'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13714693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13714693> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13714693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13714693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13714693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13714693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596524" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13714693'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596524'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596524'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13714693'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14049343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14049343> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14049343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14049343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14049343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14049343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596104" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14049343'^^xsd:integer;
  dwc:scientificName 'Lutraria lutraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596104'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596104'^^xsd:string;
  dwc:aphiaid '140295'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14049343'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '140295'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714699> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714699> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714699>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13714699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13714699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608917" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13714699'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608917'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608917'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13714699'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579462> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579462> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579462>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13579462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609424" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13579462'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609424'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609424'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13579462'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13622582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13622582> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13622582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13622582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13622582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13622582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581213" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13622582'^^xsd:integer;
  dwc:scientificName 'Cellepora pumicosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581213'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581213'^^xsd:string;
  dwc:aphiaid '111268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13622582'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '111268'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419541> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419541> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419541>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13419541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581243" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13419541'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581243'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581243'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13419541'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424579> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13424579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607469" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13424579'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607469'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607469'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13424579'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543354> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543354> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543354>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14543354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581244" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14543354'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581244'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581244'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14543354'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366724> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733013" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366724'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733013'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733013'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366724'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756108> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13756108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733020" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13756108'^^xsd:integer;
  dwc:scientificName 'Diptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733020'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733020'^^xsd:string;
  dwc:aphiaid '118088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13756108'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '118088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547662> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733449" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547662'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733449'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733449'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547662'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14131803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14131803> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14131803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14131803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14131803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14131803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614274" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14131803'^^xsd:integer;
  dwc:scientificName 'Nemertesia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614274'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614274'^^xsd:string;
  dwc:aphiaid '117195'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14131803'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '117195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145864> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14145864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733908" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14145864'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733908'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733908'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14145864'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145862> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14145862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733582" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14145862'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733582'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733582'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14145862'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145855> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14145855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733754" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14145855'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733754'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733754'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14145855'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13579455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13579455> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13579455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13579455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13579455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13579455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610277" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13579455'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610277'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610277'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13579455'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879193> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13879193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615391" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13879193'^^xsd:integer;
  dwc:scientificName 'Grantia compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615391'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615391'^^xsd:string;
  dwc:aphiaid '132181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13879193'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '132181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14317972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14317972> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14317972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14317972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14317972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14317972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615397" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14317972'^^xsd:integer;
  dwc:scientificName 'Polydora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615397'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615397'^^xsd:string;
  dwc:aphiaid '129619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14317972'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '129619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556605> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13556605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615406" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13556605'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615406'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615406'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13556605'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13488743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13488743> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13488743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13488743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13488743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13488743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752003" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13488743'^^xsd:integer;
  dwc:scientificName 'Arcopagia crassa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752003'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752003'^^xsd:string;
  dwc:aphiaid '141577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13488743'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '141577'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14366833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14366833> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14366833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.588826 -4.166647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.588826"^^xsd:decimal ;
  dwc:decimalLongitude "-4.166647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14366833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.588826 -4.166647)"^^geo:wktLiteral ;
  geo-pos:lat "51.588826"^^xsd:decimal ;
  geo-pos:long "-4.166647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14366833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14366833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735399" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14366833'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735399'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.166647'^^xsd:double;
  dwc:latitude '51.588826'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735399'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14366833'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908334> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.577065"^^xsd:decimal ;
  dwc:decimalLongitude "-4.215065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  geo-pos:lat "52.577065"^^xsd:decimal ;
  geo-pos:long "-4.215065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13908334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609029" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13908334'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609029'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.215065'^^xsd:double;
  dwc:latitude '52.577065'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609029'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13908334'^^xsd:string;
  dwc:observationDate '1998-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908335> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.577065"^^xsd:decimal ;
  dwc:decimalLongitude "-4.215065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  geo-pos:lat "52.577065"^^xsd:decimal ;
  geo-pos:long "-4.215065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13908335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735362" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13908335'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735362'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.215065'^^xsd:double;
  dwc:latitude '52.577065'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735362'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13908335'^^xsd:string;
  dwc:observationDate '1998-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14175050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14175050> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14175050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14175050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14175050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14175050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752698" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14175050'^^xsd:integer;
  dwc:scientificName 'Ocenebra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752698'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752698'^^xsd:string;
  dwc:aphiaid '138200'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14175050'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '138200'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776575> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13776575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752701" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13776575'^^xsd:integer;
  dwc:scientificName 'Ehlersia cornuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752701'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752701'^^xsd:string;
  dwc:aphiaid '131286'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13776575'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '157583'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13385406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13385406> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13385406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13385406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13385406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13385406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752631" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13385406'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752631'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752631'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13385406'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14175190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14175190> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14175190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14175190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14175190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14175190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752708" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14175190'^^xsd:integer;
  dwc:scientificName 'Ocenebra erinacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752708'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752708'^^xsd:string;
  dwc:aphiaid '140405'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14175190'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '140405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475994> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13475994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752614" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13475994'^^xsd:integer;
  dwc:scientificName 'Aonides paucibranchiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752614'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752614'^^xsd:string;
  dwc:aphiaid '131107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13475994'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '131107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475995> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13475995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752404" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13475995'^^xsd:integer;
  dwc:scientificName 'Aonides paucibranchiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752404'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752404'^^xsd:string;
  dwc:aphiaid '131107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13475995'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '131107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14057811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14057811> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14057811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14057811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14057811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14057811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752282" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14057811'^^xsd:integer;
  dwc:scientificName 'Maerella tenuimana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752282'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752282'^^xsd:string;
  dwc:aphiaid '102831'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14057811'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '102831'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13385405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13385405> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13385405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13385405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13385405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13385405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752230" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13385405'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752230'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752230'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13385405'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475990> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13475990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752905" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13475990'^^xsd:integer;
  dwc:scientificName 'Aonides paucibranchiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752905'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752905'^^xsd:string;
  dwc:aphiaid '131107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13475990'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '131107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14456769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14456769> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14456769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.115583 -4.776391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.115583"^^xsd:decimal ;
  dwc:decimalLongitude "-4.776391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14456769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.115583 -4.776391)"^^geo:wktLiteral ;
  geo-pos:lat "52.115583"^^xsd:decimal ;
  geo-pos:long "-4.776391"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14456769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14456769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752468" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14456769'^^xsd:integer;
  dwc:scientificName 'Spisula elliptica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752468'^^xsd:string;
  dwc:yearCollected '1998'^^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.776391'^^xsd:double;
  dwc:latitude '52.115583'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752468'^^xsd:string;
  dwc:aphiaid '140300'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14456769'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '140300'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14456773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14456773> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14456773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14456773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14456773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14456773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752971" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14456773'^^xsd:integer;
  dwc:scientificName 'Spisula elliptica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752971'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752971'^^xsd:string;
  dwc:aphiaid '140300'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14456773'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '140300'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14240139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14240139> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14240139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14240139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14240139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14240139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752955" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14240139'^^xsd:integer;
  dwc:scientificName 'Parvicardium minimum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752955'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752955'^^xsd:string;
  dwc:aphiaid '139010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14240139'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '1417307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14317963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14317963> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14317963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14317963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14317963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14317963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752248" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14317963'^^xsd:integer;
  dwc:scientificName 'Polydora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752248'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752248'^^xsd:string;
  dwc:aphiaid '129619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14317963'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132922> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14132922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614310" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14132922'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614310'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614310'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14132922'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14605091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14605091> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14605091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.33027"^^xsd:decimal ;
  dwc:decimalLongitude "-3.436709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14605091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  geo-pos:lat "51.33027"^^xsd:decimal ;
  geo-pos:long "-3.436709"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14605091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14605091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735390" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14605091'^^xsd:integer;
  dwc:scientificName 'Cerastoderma glaucum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735390'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.436709'^^xsd:double;
  dwc:latitude '51.33027'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735390'^^xsd:string;
  dwc:aphiaid '138999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14605091'^^xsd:string;
  dwc:observationDate '1998-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '138999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14605090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14605090> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14605090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.33027"^^xsd:decimal ;
  dwc:decimalLongitude "-3.436709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14605090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  geo-pos:lat "51.33027"^^xsd:decimal ;
  geo-pos:long "-3.436709"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14605090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14605090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610313" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14605090'^^xsd:integer;
  dwc:scientificName 'Cerastoderma glaucum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610313'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.436709'^^xsd:double;
  dwc:latitude '51.33027'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610313'^^xsd:string;
  dwc:aphiaid '138999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14605090'^^xsd:string;
  dwc:observationDate '1998-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '138999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14530784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14530784> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14530784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14530784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14530784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14530784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752081" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14530784'^^xsd:integer;
  dwc:scientificName 'Unciola crenatipalma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752081'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752081'^^xsd:string;
  dwc:aphiaid '102057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14530784'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '102057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535490> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535490> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535490>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14535490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607488" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14535490'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607488'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607488'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14535490'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424577> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65776 -4.662763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.65776"^^xsd:decimal ;
  dwc:decimalLongitude "-4.662763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65776 -4.662763)"^^geo:wktLiteral ;
  geo-pos:lat "52.65776"^^xsd:decimal ;
  geo-pos:long "-4.662763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13424577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613970" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13424577'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613970'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.662763'^^xsd:double;
  dwc:latitude '52.65776'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613970'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13424577'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13508271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13508271> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13508271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13508271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13508271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13508271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607392" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13508271'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607392'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607392'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13508271'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828707> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65776 -4.662763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.65776"^^xsd:decimal ;
  dwc:decimalLongitude "-4.662763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65776 -4.662763)"^^geo:wktLiteral ;
  geo-pos:lat "52.65776"^^xsd:decimal ;
  geo-pos:long "-4.662763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614057" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828707'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614057'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.662763'^^xsd:double;
  dwc:latitude '52.65776'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614057'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828707'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190053> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14190053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607231" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14190053'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607231'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607231'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14190053'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946634> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13946634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614437" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13946634'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614437'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614437'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13946634'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14395354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14395354> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14395354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14395354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14395354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14395354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615345" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14395354'^^xsd:integer;
  dwc:scientificName 'Sagartia troglodytes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615345'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615345'^^xsd:string;
  dwc:aphiaid '100994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14395354'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '855674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946639> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13946639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614652" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13946639'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614652'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614652'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13946639'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946645> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13946645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615182" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13946645'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615182'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615182'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13946645'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13774306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13774306> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13774306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13774306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13774306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13774306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609553" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13774306'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609553'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609553'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13774306'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710182> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733461" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710182'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733461'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733461'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710182'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14395346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14395346> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14395346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14395346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14395346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14395346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581292" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14395346'^^xsd:integer;
  dwc:scientificName 'Sagartia troglodytes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581292'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581292'^^xsd:string;
  dwc:aphiaid '100994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14395346'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '855674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14508111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14508111> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14508111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14508111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14508111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14508111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577590" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14508111'^^xsd:integer;
  dwc:scientificName 'Tridentata distans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577590'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577590'^^xsd:string;
  dwc:aphiaid '152169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14508111'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '1341823'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14185294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14185294> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14185294> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14185294>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14185294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14185294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607593" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14185294'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607593'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40607593'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14185294'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346981> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14346981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614653" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14346981'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614653'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614653'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14346981'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14185276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14185276> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14185276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14185276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14185276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14185276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596968" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14185276'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596968'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596968'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14185276'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13349138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13349138> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13349138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13349138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13349138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13349138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614488" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13349138'^^xsd:integer;
  dwc:scientificName 'Prosobranchia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614488'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614488'^^xsd:string;
  dwc:aphiaid '102'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13349138'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '102'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14286816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14286816> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14286816> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14286816>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14286816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14286816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610295" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14286816'^^xsd:integer;
  dwc:scientificName 'Phyllophora crispa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610295'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610295'^^xsd:string;
  dwc:aphiaid '145660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14286816'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14705498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14705498> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14705498> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14705498>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14705498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14705498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610305" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14705498'^^xsd:integer;
  dwc:scientificName 'Laminaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610305'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610305'^^xsd:string;
  dwc:aphiaid '144199'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14705498'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144199'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13795546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13795546> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13795546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13795546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13795546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13795546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615527" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13795546'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615527'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615527'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13795546'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614187> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614187> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614187>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13614187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614524" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13614187'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614524'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614524'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13614187'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405149> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14405149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733573" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14405149'^^xsd:integer;
  dwc:scientificName 'Scolelepis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733573'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733573'^^xsd:string;
  dwc:aphiaid '131177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14405149'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '157566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13551084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13551084> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13551084> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13551084>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13551084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13551084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615791" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13551084'^^xsd:integer;
  dwc:scientificName 'Bicellariella ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615791'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615791'^^xsd:string;
  dwc:aphiaid '111147'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13551084'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '111147'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257994> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14257994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609567" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14257994'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609567'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609567'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14257994'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13551082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13551082> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13551082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13551082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13551082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13551082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615588" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13551082'^^xsd:integer;
  dwc:scientificName 'Bicellariella ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615588'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615588'^^xsd:string;
  dwc:aphiaid '111147'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13551082'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '111147'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13893072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13893072> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13893072> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13893072>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13893072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13893072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578991" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13893072'^^xsd:integer;
  dwc:scientificName 'Haliclona viscosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578991'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578991'^^xsd:string;
  dwc:aphiaid '132881'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13893072'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '235864'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13554682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13554682> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13554682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13554682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13554682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13554682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597048" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13554682'^^xsd:integer;
  dwc:scientificName 'Bonnemaisonia asparagoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597048'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597048'^^xsd:string;
  dwc:aphiaid '144440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13554682'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14286807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14286807> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14286807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14286807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14286807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14286807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597053" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14286807'^^xsd:integer;
  dwc:scientificName 'Phyllophora crispa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597053'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597053'^^xsd:string;
  dwc:aphiaid '145660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14286807'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13756464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13756464> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13756464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13756464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13756464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13756464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13756464'^^xsd:integer;
  dwc:scientificName 'Distaplia rosea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580815'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580815'^^xsd:string;
  dwc:aphiaid '103609'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13756464'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103609'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405133> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14405133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733133" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14405133'^^xsd:integer;
  dwc:scientificName 'Scolelepis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733133'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733133'^^xsd:string;
  dwc:aphiaid '131177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14405133'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '157566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13509654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13509654> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13509654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13509654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13509654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13509654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597604" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13509654'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597604'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597604'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13509654'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13977186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13977186> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13977186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13977186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13977186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13977186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609797" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13977186'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609797'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609797'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13977186'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13977187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13977187> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13977187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13977187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13977187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13977187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556965" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13977187'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556965'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556965'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13977187'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13977188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13977188> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13977188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13977188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13977188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13977188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609922" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13977188'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609922'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609922'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13977188'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14257985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14257985> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14257985> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14257985>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14257985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14257985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609882" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14257985'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609882'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609882'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14257985'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14092266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14092266> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14092266> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14092266>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14092266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14092266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610075" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14092266'^^xsd:integer;
  dwc:scientificName 'Molgula manhattensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610075'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610075'^^xsd:string;
  dwc:aphiaid '103788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14092266'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '103788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407125> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407125> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407125>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13407125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13407125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614521" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13407125'^^xsd:integer;
  dwc:scientificName 'Actinia fragacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614521'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614521'^^xsd:string;
  dwc:aphiaid '100805'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13407125'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '100805'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405144> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14405144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733657" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14405144'^^xsd:integer;
  dwc:scientificName 'Scolelepis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733657'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733657'^^xsd:string;
  dwc:aphiaid '131177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14405144'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '157566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13657609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13657609> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13657609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13657609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13657609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13657609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596351" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13657609'^^xsd:integer;
  dwc:scientificName 'Chromophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596351'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596351'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13657609'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14269707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14269707> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14269707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14269707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14269707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14269707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596315" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14269707'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596315'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596315'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14269707'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882496> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13882496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596331" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13882496'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596331'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596331'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13882496'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13882510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13882510> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13882510> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13882510>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13882510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13882510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609467" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13882510'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609467'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609467'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13882510'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13977184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13977184> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13977184> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13977184>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13977184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13977184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609471" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13977184'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609471'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609471'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13977184'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977194> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977194> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977194>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13977194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609962" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13977194'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609962'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609962'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13977194'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882491> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13882491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597058" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13882491'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597058'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597058'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13882491'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14269703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14269703> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14269703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14269703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14269703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14269703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597045" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14269703'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597045'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597045'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14269703'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13657610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13657610> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13657610> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13657610>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13657610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13657610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609583" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13657610'^^xsd:integer;
  dwc:scientificName 'Chromophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609583'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609583'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13657610'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13774309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13774309> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13774309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13774309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13774309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13774309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609873" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13774309'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609873'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609873'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13774309'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13774303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13774303> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13774303> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13774303>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13774303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13774303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609440" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13774303'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609440'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609440'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13774303'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774316> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774316> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774316>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13774316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609113" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13774316'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609113'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609113'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13774316'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710171> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597950" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710171'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597950'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597950'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710171'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851974> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851974> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851974>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13851974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609172" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13851974'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609172'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609172'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13851974'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14705501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14705501> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14705501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14705501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14705501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14705501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615499" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14705501'^^xsd:integer;
  dwc:scientificName 'Laminaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615499'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615499'^^xsd:string;
  dwc:aphiaid '144199'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14705501'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144199'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14286819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14286819> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14286819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14286819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14286819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14286819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614512" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14286819'^^xsd:integer;
  dwc:scientificName 'Phyllophora crispa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614512'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614512'^^xsd:string;
  dwc:aphiaid '145660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14286819'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710183> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733760" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710183'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733760'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733760'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710183'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13851926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13851926> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13851926> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13851926>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13851926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13851926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581025" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13851926'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581025'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581025'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13851926'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14474699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14474699> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14474699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14474699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14474699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14474699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578509" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14474699'^^xsd:integer;
  dwc:scientificName 'Syngnathus acus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578509'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578509'^^xsd:string;
  dwc:aphiaid '127387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14474699'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '127387'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14695820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14695820> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14695820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14695820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14695820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14695820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578511" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14695820'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578511'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578511'^^xsd:string;
  dwc:aphiaid '125999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14695820'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '125999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594136> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594136> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594136>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13594136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581023" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13594136'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581023'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581023'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13594136'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093962> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093962> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093962>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14093962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614842" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14093962'^^xsd:integer;
  dwc:scientificName 'Morchellium argus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614842'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614842'^^xsd:string;
  dwc:aphiaid '148714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14093962'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '148714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093964> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093964> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093964>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14093964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615491" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14093964'^^xsd:integer;
  dwc:scientificName 'Morchellium argus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615491'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615491'^^xsd:string;
  dwc:aphiaid '148714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14093964'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '148714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14286814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14286814> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14286814> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14286814>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14286814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14286814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609137" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14286814'^^xsd:integer;
  dwc:scientificName 'Phyllophora crispa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609137'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609137'^^xsd:string;
  dwc:aphiaid '145660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14286814'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '145660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13882506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13882506> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13882506> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13882506>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13882506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13882506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609139" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13882506'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609139'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609139'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13882506'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14117463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14117463> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14117463> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14117463>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14117463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14117463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581007" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14117463'^^xsd:integer;
  dwc:scientificName 'Myxilla incrustans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581007'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581007'^^xsd:string;
  dwc:aphiaid '133882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14117463'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '169466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14286813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14286813> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14286813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14286813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14286813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14286813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596633" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14286813'^^xsd:integer;
  dwc:scientificName 'Phyllophora crispa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596633'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596633'^^xsd:string;
  dwc:aphiaid '145660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14286813'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490083> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14490083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733654" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14490083'^^xsd:integer;
  dwc:scientificName 'Tetrastemma candidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733654'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733654'^^xsd:string;
  dwc:aphiaid '122764'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14490083'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '122764'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710197> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733915" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710197'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733915'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733915'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710197'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443781> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14443781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14443781'^^xsd:integer;
  dwc:scientificName 'Spio martinensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733910'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733910'^^xsd:string;
  dwc:aphiaid '131185'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14443781'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '131185'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14019644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14019644> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14019644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14019644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14019644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14019644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598216" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14019644'^^xsd:integer;
  dwc:scientificName 'Lithothamnion glaciale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598216'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598216'^^xsd:string;
  dwc:aphiaid '145170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14019644'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '1736213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13924025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13924025> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13924025> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13924025>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13924025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13924025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577814" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13924025'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577814'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577814'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13924025'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924111> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924111> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924111>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13924111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556988" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13924111'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556988'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556988'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13924111'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924117> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924117> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924117>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13924117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609112" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13924117'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609112'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609112'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13924117'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13924099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13924099> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13924099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13924099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13924099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13924099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610097" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13924099'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610097'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610097'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13924099'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924123> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924123> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924123>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13924123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609404" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13924123'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609404'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609404'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13924123'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13924095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13924095> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13924095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13924095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13924095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13924095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609551" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13924095'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609551'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609551'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13924095'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13924096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13924096> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13924096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13924096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13924096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13924096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556961" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13924096'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556961'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556961'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13924096'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924051> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13924051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13924051'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580825'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580825'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13924051'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13965879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13965879> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13965879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13965879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13965879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13965879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581311" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13965879'^^xsd:integer;
  dwc:scientificName 'Labidoplax digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581311'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581311'^^xsd:string;
  dwc:aphiaid '124456'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13965879'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '152547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14557232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14557232> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14557232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14557232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14557232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14557232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598214" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14557232'^^xsd:integer;
  dwc:scientificName 'Dudresnaya'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598214'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598214'^^xsd:string;
  dwc:aphiaid '144032'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14557232'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '144032'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924071> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13924071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597067" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13924071'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597067'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597067'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13924071'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924121> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924121> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924121>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13924121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609983" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13924121'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609983'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609983'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13924121'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924108> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924108> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924108>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13924108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610023" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13924108'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610023'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610023'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13924108'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924079> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13924079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596345" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13924079'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596345'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596345'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13924079'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13924094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13924094> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13924094> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13924094>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13924094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13924094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609469" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13924094'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609469'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609469'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13924094'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13670683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13670683> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13670683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13670683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13670683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13670683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597081" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13670683'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597081'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597081'^^xsd:string;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13670683'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924122> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924122> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924122>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13924122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609020" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13924122'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609020'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609020'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13924122'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942322> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13942322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596586" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13942322'^^xsd:integer;
  dwc:scientificName 'Hydractinia echinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596586'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596586'^^xsd:string;
  dwc:aphiaid '117644'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13942322'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '117644'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14403403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14403403> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14403403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14403403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14403403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14403403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596628" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14403403'^^xsd:integer;
  dwc:scientificName 'Scinaia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596628'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596628'^^xsd:string;
  dwc:aphiaid '144204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14403403'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13892188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13892188> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13892188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13892188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13892188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13892188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598165" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13892188'^^xsd:integer;
  dwc:scientificName 'Haliclona simulans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598165'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598165'^^xsd:string;
  dwc:aphiaid '236331'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13892188'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '132858'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13892195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13892195> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13892195> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13892195>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13892195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13892195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609396" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13892195'^^xsd:integer;
  dwc:scientificName 'Haliclona simulans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609396'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609396'^^xsd:string;
  dwc:aphiaid '236331'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13892195'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '132858'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554676> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13554676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579202" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13554676'^^xsd:integer;
  dwc:scientificName 'Bonnemaisonia asparagoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579202'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579202'^^xsd:string;
  dwc:aphiaid '144440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13554676'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13744623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13744623> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13744623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13744623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13744623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13744623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610101" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13744623'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610101'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610101'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13744623'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13770249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13770249> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13770249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13770249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13770249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13770249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581310" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13770249'^^xsd:integer;
  dwc:scientificName 'Echinocardium cordatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581310'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581310'^^xsd:string;
  dwc:aphiaid '124392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13770249'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '124392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744618> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744618> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744618>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13744618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609470" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13744618'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609470'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609470'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13744618'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744629> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744629> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744629>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13744629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609961" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13744629'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609961'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609961'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13744629'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744630> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744630> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744630>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13744630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610026" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13744630'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610026'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610026'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13744630'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744601> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13744601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596359" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13744601'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596359'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596359'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13744601'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419600> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13419600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615587" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13419600'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615587'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615587'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13419600'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13512586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13512586> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13512586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13512586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13512586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13512586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597076" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13512586'^^xsd:integer;
  dwc:scientificName 'Asperococcus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597076'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597076'^^xsd:string;
  dwc:aphiaid '144062'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13512586'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144062'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744617> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744617> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744617>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13744617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609623" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13744617'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609623'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609623'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13744617'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744646> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744646> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744646>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13744646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609986" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13744646'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609986'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609986'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13744646'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744650> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744650> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744650>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13744650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609905" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13744650'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609905'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609905'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13744650'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547656> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733659" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547656'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733659'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733659'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547656'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223515> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14223515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615318" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14223515'^^xsd:integer;
  dwc:scientificName 'Palaemon serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615318'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615318'^^xsd:string;
  dwc:aphiaid '107616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14223515'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '107616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795501> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13795501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580826" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13795501'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580826'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580826'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13795501'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981601> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13981601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580890" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13981601'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580890'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580890'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13981601'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908289> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13908289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733955" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13908289'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733955'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733955'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13908289'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14128049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14128049> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14128049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14128049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14128049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14128049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733953" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14128049'^^xsd:integer;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733953'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733953'^^xsd:string;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14128049'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638373> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13638373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580831" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13638373'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580831'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580831'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13638373'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14469351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14469351> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14469351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14469351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14469351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14469351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580795" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14469351'^^xsd:integer;
  dwc:scientificName 'Suberites carnosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580795'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580795'^^xsd:string;
  dwc:aphiaid '134275'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14469351'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '134275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562173> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13562173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580812" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13562173'^^xsd:integer;
  dwc:scientificName 'Bowerbankia citrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580812'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580812'^^xsd:string;
  dwc:aphiaid '111664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13562173'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '851584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A2364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A2364> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A2364> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A2364>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A2364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:2364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610278" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '2364'^^xsd:integer;
  dwc:scientificName 'Diatoms - film'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610278'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610278'^^xsd:string;
  dwc:aphiaid '148898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:2364'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '148898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13795519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13795519> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13795519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13795519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13795519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13795519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609490" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13795519'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609490'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609490'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13795519'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14417999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14417999> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14417999> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14417999>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14417999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14417999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14417999'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614820'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614820'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14417999'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14213420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14213420> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14213420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14213420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14213420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14213420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607556" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14213420'^^xsd:integer;
  dwc:scientificName 'Paguridae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607556'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607556'^^xsd:string;
  dwc:aphiaid '106738'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14213420'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '106738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223523> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14223523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614794" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14223523'^^xsd:integer;
  dwc:scientificName 'Palaemon serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614794'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614794'^^xsd:string;
  dwc:aphiaid '107616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14223523'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '107616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594137> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13594137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596959" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13594137'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596959'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596959'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13594137'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13542879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13542879> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13542879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13542879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13542879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13542879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615186" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13542879'^^xsd:integer;
  dwc:scientificName 'Balanus perforatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615186'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615186'^^xsd:string;
  dwc:aphiaid '106219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13542879'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '535477'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13334157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13334157> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13334157> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13334157>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13334157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13334157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610066" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13334157'^^xsd:integer;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610066'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610066'^^xsd:string;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13334157'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13417134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13417134> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13417134> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13417134>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13417134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13417134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609027" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13417134'^^xsd:integer;
  dwc:scientificName 'Alaria esculenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609027'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609027'^^xsd:string;
  dwc:aphiaid '145716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13417134'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14470180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14470180> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14470180> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14470180>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14470180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14470180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614517" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14470180'^^xsd:integer;
  dwc:scientificName 'Suberites ficus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614517'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614517'^^xsd:string;
  dwc:aphiaid '134285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14470180'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '134285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749827> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749827> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749827>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13749827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609175" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13749827'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609175'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609175'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13749827'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749831> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749831> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749831>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13749831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610033" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13749831'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610033'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610033'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13749831'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A2365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A2365> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A2365> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A2365>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A2365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:2365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608983" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '2365'^^xsd:integer;
  dwc:scientificName 'Diatoms - film'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608983'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608983'^^xsd:string;
  dwc:aphiaid '148898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:2365'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '148898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A2366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A2366> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A2366> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A2366>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A2366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:2366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609359" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '2366'^^xsd:integer;
  dwc:scientificName 'Diatoms - film'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609359'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609359'^^xsd:string;
  dwc:aphiaid '148898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:2366'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '148898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981619> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981619> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981619>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13981619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609364" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13981619'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609364'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609364'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13981619'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851978> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851978> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851978>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13851978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609016" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13851978'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609016'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609016'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13851978'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710185> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733664" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710185'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733664'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733664'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710185'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539171> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539171> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539171>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13539171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581018" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13539171'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581018'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581018'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13539171'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638361> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13638361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13638361'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579263'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579263'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13638361'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093969> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093969> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093969>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14093969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614532" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14093969'^^xsd:integer;
  dwc:scientificName 'Morchellium argus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614532'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614532'^^xsd:string;
  dwc:aphiaid '148714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14093969'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '148714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539176> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539176> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539176>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13539176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579030" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13539176'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579030'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579030'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13539176'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13774298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13774298> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13774298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13774298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13774298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13774298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596352" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13774298'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596352'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596352'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13774298'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13851961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13851961> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13851961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13851961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13851961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13851961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596292" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13851961'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596292'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596292'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13851961'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13774308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13774308> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13774308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13774308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13774308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13774308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609763" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13774308'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609763'^^xsd:string;
  dwc:yearCollected '1999'^^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.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609763'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13774308'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747482> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13747482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609839" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13747482'^^xsd:integer;
  dwc:scientificName 'Didemnidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609839'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609839'^^xsd:string;
  dwc:aphiaid '103439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13747482'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562185> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13562185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580840" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13562185'^^xsd:integer;
  dwc:scientificName 'Bowerbankia citrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580840'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580840'^^xsd:string;
  dwc:aphiaid '111664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13562185'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '851584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13747473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13747473> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13747473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13747473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13747473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13747473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580850" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13747473'^^xsd:integer;
  dwc:scientificName 'Didemnidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580850'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580850'^^xsd:string;
  dwc:aphiaid '103439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13747473'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539166> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539166> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539166>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13539166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577784" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13539166'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577784'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577784'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13539166'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539193> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539193> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539193>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13539193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581684" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13539193'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581684'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581684'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13539193'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216859> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216859> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216859>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14216859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580369" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14216859'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580369'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580369'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14216859'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13926001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13926001> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13926001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13926001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13926001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13926001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615268" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13926001'^^xsd:integer;
  dwc:scientificName 'Hiatella arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615268'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615268'^^xsd:string;
  dwc:aphiaid '140103'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13926001'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '140103'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13926002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13926002> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13926002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13926002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13926002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13926002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615153" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13926002'^^xsd:integer;
  dwc:scientificName 'Hiatella arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615153'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615153'^^xsd:string;
  dwc:aphiaid '140103'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13926002'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '140103'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539267> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13539267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13539267'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615263'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615263'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13539267'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539268> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13539268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615532" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13539268'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615532'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615532'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13539268'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747485> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13747485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13747485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609233" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13747485'^^xsd:integer;
  dwc:scientificName 'Didemnidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609233'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609233'^^xsd:string;
  dwc:aphiaid '103439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13747485'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539249> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539249> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539249>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13539249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614738" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13539249'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614738'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614738'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13539249'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216897> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14216897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579224" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14216897'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579224'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579224'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14216897'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638369> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13638369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577594" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13638369'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577594'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577594'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13638369'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981624> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981624> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981624>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13981624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557192" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13981624'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557192'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557192'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13981624'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A2363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A2363> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A2363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A2363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A2363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:2363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609626" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '2363'^^xsd:integer;
  dwc:scientificName 'Diatoms - film'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609626'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609626'^^xsd:string;
  dwc:aphiaid '148898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:2363'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '148898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13630911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13630911> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13630911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13630911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13630911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13630911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615259" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13630911'^^xsd:integer;
  dwc:scientificName 'Cereus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615259'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615259'^^xsd:string;
  dwc:aphiaid '100987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13630911'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '100987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14418002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14418002> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14418002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14418002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14418002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14418002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615243" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14418002'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615243'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615243'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14418002'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13795545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13795545> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13795545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13795545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13795545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13795545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615253" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13795545'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615253'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615253'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13795545'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14488970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14488970> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14488970> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14488970>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14488970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14488970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614822" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14488970'^^xsd:integer;
  dwc:scientificName 'Terpios fugax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614822'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614822'^^xsd:string;
  dwc:aphiaid '134307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14488970'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13795542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13795542> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13795542> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13795542>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13795542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13795542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615477" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13795542'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615477'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615477'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13795542'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13743231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13743231> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13743231> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13743231>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13743231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13743231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614700" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13743231'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614700'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614700'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13743231'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908290> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13908290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733907" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13908290'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733907'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733907'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13908290'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977153> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977153> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977153>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13977153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579053" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13977153'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579053'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579053'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13977153'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405143> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14405143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733756" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14405143'^^xsd:integer;
  dwc:scientificName 'Scolelepis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733756'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733756'^^xsd:string;
  dwc:aphiaid '131177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14405143'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '157566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14547496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14547496> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14547496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14547496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14547496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14547496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598178" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14547496'^^xsd:integer;
  dwc:scientificName 'Meiosquilla desmaresti'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598178'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598178'^^xsd:string;
  dwc:aphiaid '148537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14547496'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '136135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13431027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13431027> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13431027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13431027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13431027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13431027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597034" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13431027'^^xsd:integer;
  dwc:scientificName 'Amathia lendigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597034'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597034'^^xsd:string;
  dwc:aphiaid '111659'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13431027'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '111659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13943593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13943593> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13943593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13943593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13943593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13943593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609713" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13943593'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609713'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609713'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13943593'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216869> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216869> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216869>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14216869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581686" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14216869'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581686'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581686'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14216869'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223520> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14223520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615235" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14223520'^^xsd:integer;
  dwc:scientificName 'Palaemon serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615235'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615235'^^xsd:string;
  dwc:aphiaid '107616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14223520'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '107616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031652> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14031652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614974" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14031652'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614974'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614974'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14031652'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14096799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14096799> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14096799> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14096799>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14096799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14096799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609400" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14096799'^^xsd:integer;
  dwc:scientificName 'Musculus discors'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609400'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609400'^^xsd:string;
  dwc:aphiaid '140472'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14096799'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '140472'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743227> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743227> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743227>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13743227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609405" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13743227'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609405'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609405'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13743227'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14417996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14417996> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14417996> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14417996>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14417996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14417996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609392" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14417996'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609392'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609392'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14417996'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594200> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13594200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614782" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13594200'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614782'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614782'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13594200'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590713> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733321" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590713'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733321'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733321'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590713'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590705> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732749" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590705'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732749'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732749'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590705'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489382> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489382> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489382>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14489382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579745" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14489382'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579745'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579745'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14489382'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489421> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14489421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557202" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14489421'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557202'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557202'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14489421'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412299> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14412299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597621" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14412299'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597621'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597621'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14412299'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412325> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14412325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733870" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14412325'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733870'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733870'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14412325'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956076> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13956076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595843" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13956076'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595843'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595843'^^xsd:string;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13956076'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13724191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13724191> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13724191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13724191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13724191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13724191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595869" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13724191'^^xsd:integer;
  dwc:scientificName 'Cutleria multifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595869'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595869'^^xsd:string;
  dwc:aphiaid '145297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13724191'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145297'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766473> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766473> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766473>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13766473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581682" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13766473'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581682'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581682'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13766473'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14607456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14607456> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14607456> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14607456>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14607456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14607456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609616" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14607456'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609616'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609616'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14607456'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517504> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13517504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595823" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13517504'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595823'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595823'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13517504'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13670685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13670685> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13670685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13670685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13670685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13670685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595881" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13670685'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595881'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595881'^^xsd:string;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13670685'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924075> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13924075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595861" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13924075'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595861'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595861'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13924075'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14307893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14307893> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14307893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14307893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14307893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14307893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596134" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14307893'^^xsd:integer;
  dwc:scientificName 'Polinices pulchellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596134'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596134'^^xsd:string;
  dwc:aphiaid '150554'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14307893'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '151894'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536055> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536055> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536055>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13536055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581676" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13536055'^^xsd:integer;
  dwc:scientificName 'Axinella infundibuliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581676'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581676'^^xsd:string;
  dwc:aphiaid '132480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13536055'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517690> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13517690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13517690'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615818'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615818'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13517690'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517689> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13517689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614927" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13517689'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614927'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614927'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13517689'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517547> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517547> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517547>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13517547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609371" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13517547'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609371'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609371'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13517547'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14396856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14396856> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14396856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14396856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14396856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14396856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609832" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14396856'^^xsd:integer;
  dwc:scientificName 'Salmacina dysteri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609832'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609832'^^xsd:string;
  dwc:aphiaid '131038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14396856'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '131038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14396859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14396859> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14396859> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14396859>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14396859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14396859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610119" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14396859'^^xsd:integer;
  dwc:scientificName 'Salmacina dysteri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610119'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610119'^^xsd:string;
  dwc:aphiaid '131038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14396859'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '131038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14396840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14396840> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14396840> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14396840>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14396840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14396840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578999" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14396840'^^xsd:integer;
  dwc:scientificName 'Salmacina dysteri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578999'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578999'^^xsd:string;
  dwc:aphiaid '131038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14396840'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '131038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517530> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517530> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517530>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13517530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609515" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13517530'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609515'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609515'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13517530'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517551> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13517551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609351" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13517551'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609351'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609351'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13517551'^^xsd:string;
  dwc:observationDate '1999-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517624> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614102" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517624'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614102'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614102'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517624'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517561> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13517561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609348" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13517561'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609348'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609348'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13517561'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517548> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517548> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517548>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13517548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609810" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13517548'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609810'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609810'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13517548'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517563> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13517563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609625" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13517563'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609625'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609625'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13517563'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517429> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517429> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517429>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13517429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579781" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13517429'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579781'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579781'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13517429'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517524> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13517524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596454" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13517524'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596454'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596454'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13517524'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517477> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13517477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577603" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13517477'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577603'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577603'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13517477'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297513> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297513> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297513>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14297513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579826" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14297513'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579826'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579826'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14297513'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662501> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662501> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662501>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13662501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581158" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13662501'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581158'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581158'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13662501'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297503> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297503> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297503>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14297503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581168" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14297503'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581168'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581168'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14297503'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120749> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14120749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595809" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14120749'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595809'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595809'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14120749'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14309289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14309289> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14309289> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14309289>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14309289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14309289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578911" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14309289'^^xsd:integer;
  dwc:scientificName 'Pollachius pollachius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578911'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578911'^^xsd:string;
  dwc:aphiaid '126440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14309289'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424437> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424437> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424437>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13424437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577779" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13424437'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577779'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577779'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13424437'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13469702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13469702> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13469702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13469702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13469702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13469702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595821" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13469702'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595821'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595821'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13469702'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882493> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13882493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595851" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13882493'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595851'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595851'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13882493'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14269705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14269705> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14269705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14269705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14269705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14269705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595837" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14269705'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595837'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595837'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14269705'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223514> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14223514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615581" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14223514'^^xsd:integer;
  dwc:scientificName 'Palaemon serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615581'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615581'^^xsd:string;
  dwc:aphiaid '107616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14223514'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '107616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13743187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13743187> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13743187> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13743187>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13743187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13743187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13743187'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577815'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577815'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13743187'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13963199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13963199> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13963199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13963199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13963199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13963199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615149" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13963199'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria pinnata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615149'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615149'^^xsd:string;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13963199'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216922> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14216922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595803" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14216922'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595803'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595803'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14216922'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459664> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14459664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595859" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14459664'^^xsd:integer;
  dwc:scientificName 'Spyridia filamentosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595859'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595859'^^xsd:string;
  dwc:aphiaid '144706'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14459664'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594162> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13594162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13594162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595807" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13594162'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595807'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595807'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13594162'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14389484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14389484> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14389484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14389484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14389484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14389484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595797" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14389484'^^xsd:integer;
  dwc:scientificName 'Sabellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595797'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595797'^^xsd:string;
  dwc:aphiaid '985'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14389484'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13348327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13348327> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13348327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13348327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13348327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13348327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595811" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13348327'^^xsd:integer;
  dwc:scientificName 'Polyplacophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595811'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595811'^^xsd:string;
  dwc:aphiaid '55'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13348327'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '55'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13630902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13630902> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13630902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13630902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13630902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13630902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595792" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13630902'^^xsd:integer;
  dwc:scientificName 'Cereus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595792'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595792'^^xsd:string;
  dwc:aphiaid '100987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13630902'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '100987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573583> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14573583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595857" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14573583'^^xsd:integer;
  dwc:scientificName 'Pterothamnion crispum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595857'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595857'^^xsd:string;
  dwc:aphiaid '144682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14573583'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144682'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13604728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13604728> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13604728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13604728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13604728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13604728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595800" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13604728'^^xsd:integer;
  dwc:scientificName 'Caprellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595800'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595800'^^xsd:string;
  dwc:aphiaid '101361'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13604728'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '101361'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13659080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13659080> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13659080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13659080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13659080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13659080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614967" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13659080'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614967'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614967'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13659080'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13620729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13620729> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13620729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13620729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13620729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13620729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609836" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13620729'^^xsd:integer;
  dwc:scientificName 'Cellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609836'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609836'^^xsd:string;
  dwc:aphiaid '110869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13620729'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '110869'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14190019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14190019> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14190019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14190019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14190019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14190019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595824" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14190019'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595824'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595824'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14190019'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376214> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14376214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14376214'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595866'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595866'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14376214'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14353688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14353688> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14353688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14353688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14353688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14353688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595793" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14353688'^^xsd:integer;
  dwc:scientificName 'Prostheceraeus vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595793'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595793'^^xsd:string;
  dwc:aphiaid '142820'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14353688'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '142820'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743739> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13743739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595878" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13743739'^^xsd:integer;
  dwc:scientificName 'Dictyosiphon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595878'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595878'^^xsd:string;
  dwc:aphiaid '144067'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13743739'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144067'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288213> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14288213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595846" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14288213'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595846'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595846'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14288213'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380358> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14380358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595854" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14380358'^^xsd:integer;
  dwc:scientificName 'Rhodophyllis divaricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595854'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595854'^^xsd:string;
  dwc:aphiaid '145617'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14380358'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915270> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13915270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595822" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13915270'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595822'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595822'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13915270'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655366> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13655366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595879" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13655366'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595879'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595879'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13655366'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627200> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13627200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595856" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13627200'^^xsd:integer;
  dwc:scientificName 'Ceramium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595856'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595856'^^xsd:string;
  dwc:aphiaid '144546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13627200'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580721> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13580721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596140" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13580721'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596140'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596140'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13580721'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14131802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14131802> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14131802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14131802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14131802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14131802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614144" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14131802'^^xsd:integer;
  dwc:scientificName 'Nemertesia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614144'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614144'^^xsd:string;
  dwc:aphiaid '117195'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14131802'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '117195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13793096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13793096> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13793096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13793096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13793096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13793096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579344" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13793096'^^xsd:integer;
  dwc:scientificName 'Erythroglossum laciniatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579344'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579344'^^xsd:string;
  dwc:aphiaid '144749'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13793096'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144749'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795490> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13795490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579299" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13795490'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579299'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579299'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13795490'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14353675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14353675> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14353675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14353675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14353675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14353675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598061" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14353675'^^xsd:integer;
  dwc:scientificName 'Prostheceraeus vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598061'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598061'^^xsd:string;
  dwc:aphiaid '142820'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14353675'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '142820'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956073> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13956073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580485" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13956073'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580485'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580485'^^xsd:string;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13956073'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766474> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766474> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766474>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13766474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578608" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13766474'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578608'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578608'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13766474'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766475> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766475> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766475>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13766475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579832" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13766475'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579832'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579832'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13766475'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14200385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14200385> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14200385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14200385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14200385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14200385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578965" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14200385'^^xsd:integer;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578965'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578965'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14200385'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884214> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13884214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578943" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13884214'^^xsd:integer;
  dwc:scientificName 'Halecium halecinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578943'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578943'^^xsd:string;
  dwc:aphiaid '231751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13884214'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724180> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13724180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580127" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13724180'^^xsd:integer;
  dwc:scientificName 'Cutleria multifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580127'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580127'^^xsd:string;
  dwc:aphiaid '145297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13724180'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145297'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392990> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392990> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392990>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14392990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580765" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14392990'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580765'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580765'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14392990'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756593> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756593> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756593>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13756593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580576" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13756593'^^xsd:integer;
  dwc:scientificName 'Distomus variolosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580576'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580576'^^xsd:string;
  dwc:aphiaid '103890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13756593'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '103890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558638> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13558638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580411" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13558638'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580411'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580411'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13558638'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13793097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13793097> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13793097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13793097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13793097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13793097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577959" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13793097'^^xsd:integer;
  dwc:scientificName 'Erythroglossum laciniatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577959'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577959'^^xsd:string;
  dwc:aphiaid '144749'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13793097'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144749'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795493> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13795493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577884" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13795493'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577884'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577884'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13795493'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14418004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14418004> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14418004> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14418004>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14418004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14418004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40294611" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14418004'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40294611'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40294611'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14418004'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14468536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14468536> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14468536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14468536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14468536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14468536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580374" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14468536'^^xsd:integer;
  dwc:scientificName 'Stylostichon plumosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580374'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580374'^^xsd:string;
  dwc:aphiaid '150212'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14468536'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '133688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14310659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14310659> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14310659> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14310659>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14310659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14310659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579615" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14310659'^^xsd:integer;
  dwc:scientificName 'Polycarpa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579615'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579615'^^xsd:string;
  dwc:aphiaid '103538'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14310659'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713204> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13713204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615630" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13713204'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615630'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615630'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13713204'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13897197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13897197> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13897197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13897197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13897197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13897197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614466" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13897197'^^xsd:integer;
  dwc:scientificName 'Halurus flosculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614466'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614466'^^xsd:string;
  dwc:aphiaid '144595'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13897197'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '144595'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038138> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14038138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577948" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14038138'^^xsd:integer;
  dwc:scientificName 'Lomentaria clavellosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577948'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577948'^^xsd:string;
  dwc:aphiaid '145825'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14038138'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216890> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14216890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577896" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14216890'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577896'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577896'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14216890'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216873> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216873> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216873>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14216873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579256" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14216873'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579256'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579256'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14216873'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13627577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13627577> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13627577> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13627577>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13627577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13627577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580034" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13627577'^^xsd:integer;
  dwc:scientificName 'Ceramium nodulosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580034'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580034'^^xsd:string;
  dwc:aphiaid '146784'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13627577'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '178915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13637441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13637441> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13637441> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13637441>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13637441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13637441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580058" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13637441'^^xsd:integer;
  dwc:scientificName 'Chaetomorpha melagonium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580058'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580058'^^xsd:string;
  dwc:aphiaid '145029'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13637441'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145029'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840042> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13840042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578953" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13840042'^^xsd:integer;
  dwc:scientificName 'Galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578953'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578953'^^xsd:string;
  dwc:aphiaid '106834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13840042'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '106834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13877941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13877941> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13877941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13877941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13877941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13877941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578975" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13877941'^^xsd:integer;
  dwc:scientificName 'Gracilaria gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578975'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578975'^^xsd:string;
  dwc:aphiaid '145700'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13877941'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145700'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038134> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14038134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580113" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14038134'^^xsd:integer;
  dwc:scientificName 'Lomentaria clavellosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580113'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580113'^^xsd:string;
  dwc:aphiaid '145825'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14038134'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13417132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13417132> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13417132> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13417132>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13417132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13417132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579639" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13417132'^^xsd:integer;
  dwc:scientificName 'Alaria esculenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579639'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579639'^^xsd:string;
  dwc:aphiaid '145716'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13417132'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145716'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13594143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13594143> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13594143> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13594143>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13594143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13594143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579734" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13594143'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579734'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579734'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13594143'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13765605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13765605> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13765605> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13765605>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13765605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13765605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578155" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13765605'^^xsd:integer;
  dwc:scientificName 'Dyopedos porrectus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578155'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578155'^^xsd:string;
  dwc:aphiaid '103044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13765605'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '103044'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594128> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594128> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594128>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13594128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578158" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13594128'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578158'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578158'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13594128'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223521> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14223521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614905" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14223521'^^xsd:integer;
  dwc:scientificName 'Palaemon serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614905'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614905'^^xsd:string;
  dwc:aphiaid '107616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14223521'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '107616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14403560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14403560> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14403560> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14403560>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14403560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14403560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580019" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14403560'^^xsd:integer;
  dwc:scientificName 'Scinaia trigona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580019'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580019'^^xsd:string;
  dwc:aphiaid '366610'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14403560'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14293942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14293942> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14293942> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14293942>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14293942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14293942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578626" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14293942'^^xsd:integer;
  dwc:scientificName 'Plagioecia patina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578626'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578626'^^xsd:string;
  dwc:aphiaid '111719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14293942'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14293945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14293945> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14293945> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14293945>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14293945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14293945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40294620" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14293945'^^xsd:integer;
  dwc:scientificName 'Plagioecia patina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40294620'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40294620'^^xsd:string;
  dwc:aphiaid '111719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14293945'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '111719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14138115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14138115> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14138115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14138115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14138115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14138115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14138115'^^xsd:integer;
  dwc:scientificName 'Neopentadactyla mixta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579497'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579497'^^xsd:string;
  dwc:aphiaid '124685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14138115'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '124685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714666> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714666> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714666>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13714666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577679" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13714666'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577679'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40577679'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13714666'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13838571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13838571> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13838571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13838571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13838571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13838571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580492" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13838571'^^xsd:integer;
  dwc:scientificName 'Furcellaria lumbricalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580492'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580492'^^xsd:string;
  dwc:aphiaid '145620'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13838571'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145620'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915266> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13915266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580469" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13915266'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580469'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580469'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13915266'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288208> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14288208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580488" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14288208'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580488'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580488'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14288208'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13712318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13712318> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13712318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13712318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13712318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13712318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580463" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13712318'^^xsd:integer;
  dwc:scientificName 'Crisia eburnea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580463'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580463'^^xsd:string;
  dwc:aphiaid '111696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13712318'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '111696'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288196> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14288196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577938" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14288196'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577938'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577938'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14288196'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13712314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13712314> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13712314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13712314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13712314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13712314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13712314'^^xsd:integer;
  dwc:scientificName 'Crisia eburnea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577910'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577910'^^xsd:string;
  dwc:aphiaid '111696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13712314'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '111696'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13838565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13838565> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13838565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13838565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13838565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13838565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577942" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13838565'^^xsd:integer;
  dwc:scientificName 'Furcellaria lumbricalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577942'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577942'^^xsd:string;
  dwc:aphiaid '145620'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13838565'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145620'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886963> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13886963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615693" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13886963'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615693'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615693'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13886963'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14132953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14132953> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14132953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14132953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14132953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14132953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615622" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14132953'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615622'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615622'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14132953'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189970> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189970> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189970>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14189970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580188" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14189970'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580188'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580188'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14189970'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13321852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13321852> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13321852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13321852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13321852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13321852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13321852'^^xsd:integer;
  dwc:scientificName 'Alcyonidiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611365'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611365'^^xsd:string;
  dwc:aphiaid '110783'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13321852'^^xsd:string;
  dwc:observationDate '2000-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '110783'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694998> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13694998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13694998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580733" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13694998'^^xsd:integer;
  dwc:scientificName 'Cordylecladia erecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580733'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580733'^^xsd:string;
  dwc:aphiaid '145847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13694998'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145847'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13415597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13415597> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13415597> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13415597>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13415597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13415597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607442" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13415597'^^xsd:integer;
  dwc:scientificName 'Agonus cataphractus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607442'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607442'^^xsd:string;
  dwc:aphiaid '127190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13415597'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '127190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558673> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558673> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558673>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13558673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607217" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13558673'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607217'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607217'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13558673'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216969> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216969> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216969>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14216969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607154" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14216969'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607154'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607154'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14216969'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580410> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13580410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613945" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13580410'^^xsd:integer;
  dwc:scientificName 'Callionymus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613945'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613945'^^xsd:string;
  dwc:aphiaid '125930'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13580410'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '125930'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13841228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13841228> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13841228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13841228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13841228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13841228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613938" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13841228'^^xsd:integer;
  dwc:scientificName 'Galathea nexa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613938'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613938'^^xsd:string;
  dwc:aphiaid '107152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13841228'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '107152'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216962> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216962> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216962>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14216962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614007" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14216962'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614007'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614007'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14216962'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216982> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14216982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614206" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14216982'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614206'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614206'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14216982'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14135906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14135906> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14135906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14135906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14135906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14135906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614067" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14135906'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614067'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614067'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14135906'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559729> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14559729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752718" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14559729'^^xsd:integer;
  dwc:scientificName 'Eurydice truncata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752718'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752718'^^xsd:string;
  dwc:aphiaid '118855'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14559729'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '118855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13991831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13991831> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13991831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13991831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13991831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13991831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752132" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13991831'^^xsd:integer;
  dwc:scientificName 'Laonice'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752132'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752132'^^xsd:string;
  dwc:aphiaid '129613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13991831'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14158211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14158211> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14158211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14158211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14158211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14158211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752945" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14158211'^^xsd:integer;
  dwc:scientificName 'Nereis longissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752945'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752945'^^xsd:string;
  dwc:aphiaid '146928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14158211'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '130375'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14292524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14292524> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14292524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14292524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14292524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14292524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752246" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14292524'^^xsd:integer;
  dwc:scientificName 'Pisione remota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752246'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752246'^^xsd:string;
  dwc:aphiaid '130707'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14292524'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '130707'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14292525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14292525> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14292525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14292525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14292525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14292525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752391" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14292525'^^xsd:integer;
  dwc:scientificName 'Pisione remota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752391'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752391'^^xsd:string;
  dwc:aphiaid '130707'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14292525'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '130707'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13759048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13759048> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13759048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13759048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13759048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13759048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752251" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13759048'^^xsd:integer;
  dwc:scientificName 'Dosinia exoleta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752251'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752251'^^xsd:string;
  dwc:aphiaid '141911'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13759048'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '141911'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908342> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13908342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735372" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13908342'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735372'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735372'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13908342'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14546419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14546419> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14546419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14546419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14546419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14546419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752637" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14546419'^^xsd:integer;
  dwc:scientificName 'Westwoodilla caecula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752637'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752637'^^xsd:string;
  dwc:aphiaid '102932'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14546419'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '102932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13924020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13924020> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13924020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13924020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13924020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13924020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401649" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13924020'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401649'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401649'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13924020'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13389441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13389441> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13389441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13389441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13389441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13389441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401725" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13389441'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401725'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401725'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13389441'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14301846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14301846> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14301846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14301846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14301846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14301846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401724" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14301846'^^xsd:integer;
  dwc:scientificName 'Plumularia setacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401724'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401724'^^xsd:string;
  dwc:aphiaid '117824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14301846'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '117824'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14120708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14120708> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14120708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14120708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14120708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14120708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401728" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14120708'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401728'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401728'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14120708'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828726> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614368" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828726'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614368'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614368'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828726'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14216961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14216961> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14216961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14216961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14216961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:14216961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611483" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '14216961'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611483'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611483'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:14216961'^^xsd:string;
  dwc:observationDate '2000-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424603> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13424603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607687" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13424603'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607687'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607687'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13424603'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14096801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14096801> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14096801> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14096801>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14096801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14096801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614114" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14096801'^^xsd:integer;
  dwc:scientificName 'Musculus discors'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614114'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614114'^^xsd:string;
  dwc:aphiaid '140472'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14096801'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '140472'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223522> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14223522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614481" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14223522'^^xsd:integer;
  dwc:scientificName 'Palaemon serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614481'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614481'^^xsd:string;
  dwc:aphiaid '107616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14223522'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '107616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14494347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14494347> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14494347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14494347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14494347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14494347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596108" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14494347'^^xsd:integer;
  dwc:scientificName 'Thracia phaseolina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596108'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596108'^^xsd:string;
  dwc:aphiaid '152378'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14494347'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '152378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826554> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13826554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613931" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13826554'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613931'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613931'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13826554'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132947> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14132947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613918" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14132947'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613918'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613918'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14132947'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828727> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613926" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828727'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613926'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613926'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828727'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14095081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14095081> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14095081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14095081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14095081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14095081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614175" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14095081'^^xsd:integer;
  dwc:scientificName 'Munida rugosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614175'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614175'^^xsd:string;
  dwc:aphiaid '107160'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14095081'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '107160'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297600> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297600> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297600>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14297600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613913" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14297600'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613913'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613913'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14297600'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297606> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297606> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297606>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14297606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614030" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14297606'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614030'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614030'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14297606'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297609> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14297609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14297609'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614255'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614255'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14297609'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297602> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297602> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297602>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14297602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614240" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14297602'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614240'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614240'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14297602'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13359679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13359679> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13359679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13359679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13359679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13359679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611410" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13359679'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611410'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611410'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13359679'^^xsd:string;
  dwc:observationDate '2000-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14108752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14108752> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14108752> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14108752>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14108752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14108752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607434" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14108752'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607434'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607434'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14108752'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607463> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607463> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607463>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14607463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607440" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14607463'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607440'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607440'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14607463'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13869270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13869270> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13869270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13869270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13869270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13869270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596996" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13869270'^^xsd:integer;
  dwc:scientificName 'Glycymeris glycymeris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596996'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596996'^^xsd:string;
  dwc:aphiaid '140025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13869270'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '140025'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539235> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539235> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539235>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13539235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607160" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13539235'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607160'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40607160'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13539235'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744659> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744659> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744659>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13744659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613916" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13744659'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613916'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613916'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13744659'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419592> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13419592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607680" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13419592'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607680'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607680'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13419592'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744664> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744664> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744664>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13744664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614033" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13744664'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614033'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614033'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13744664'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13857795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13857795> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13857795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13857795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13857795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13857795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614250" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13857795'^^xsd:integer;
  dwc:scientificName 'Gibbula magus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614250'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614250'^^xsd:string;
  dwc:aphiaid '141790'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13857795'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '141790'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13774326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13774326> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13774326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13774326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13774326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13774326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614292" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13774326'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614292'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614292'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13774326'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13326377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13326377> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13326377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13326377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13326377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13326377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611251" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13326377'^^xsd:integer;
  dwc:scientificName 'Chlorophyceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611251'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611251'^^xsd:string;
  dwc:aphiaid '802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13326377'^^xsd:string;
  dwc:observationDate '2000-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '802'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412289> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14412289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598110" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14412289'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598110'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598110'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14412289'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13766512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13766512> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13766512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13766512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13766512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13766512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611407" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13766512'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611407'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611407'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13766512'^^xsd:string;
  dwc:observationDate '2000-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13846782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13846782> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13846782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13846782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13846782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13846782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596676" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13846782'^^xsd:integer;
  dwc:scientificName 'Gari fervensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596676'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596676'^^xsd:string;
  dwc:aphiaid '140870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13846782'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '140870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14370750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14370750> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14370750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14370750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14370750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14370750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596922" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14370750'^^xsd:integer;
  dwc:scientificName 'Raja clavata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596922'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596922'^^xsd:string;
  dwc:aphiaid '105883'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14370750'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '105883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460031> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13460031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596900" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13460031'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596900'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596900'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13460031'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14425469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14425469> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14425469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14425469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14425469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14425469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596898" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14425469'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596898'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596898'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14425469'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460036> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13460036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595927" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13460036'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595927'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595927'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13460036'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365491> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14365491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595969" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14365491'^^xsd:integer;
  dwc:scientificName 'Punctaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595969'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595969'^^xsd:string;
  dwc:aphiaid '144079'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14365491'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144079'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120750> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14120750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595886" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14120750'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595886'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595886'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14120750'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336205> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14336205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595885" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14336205'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595885'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595885'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14336205'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414570> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13414570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578570" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13414570'^^xsd:integer;
  dwc:scientificName 'Aglaothamnion byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578570'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578570'^^xsd:string;
  dwc:aphiaid '144490'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13414570'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144501'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737960> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13737960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578587" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13737960'^^xsd:integer;
  dwc:scientificName 'Desmarestia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578587'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578587'^^xsd:string;
  dwc:aphiaid '145310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13737960'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14005078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14005078> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14005078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14005078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14005078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14005078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595882" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14005078'^^xsd:integer;
  dwc:scientificName 'Leucosolenia complicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595882'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595882'^^xsd:string;
  dwc:aphiaid '132219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14005078'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '132219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13737966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13737966> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13737966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13737966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13737966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13737966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596737" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13737966'^^xsd:integer;
  dwc:scientificName 'Desmarestia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596737'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596737'^^xsd:string;
  dwc:aphiaid '145310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13737966'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14283067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14283067> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14283067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14283067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14283067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14283067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595956" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14283067'^^xsd:integer;
  dwc:scientificName 'Phycodrys rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595956'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595956'^^xsd:string;
  dwc:aphiaid '144773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14283067'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120756> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14120756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595933" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14120756'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595933'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595933'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14120756'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328969> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14328969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596849" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14328969'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596849'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596849'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14328969'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483266> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13483266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580305" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13483266'^^xsd:integer;
  dwc:scientificName 'Aplidium punctum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580305'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580305'^^xsd:string;
  dwc:aphiaid '103662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13483266'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336167> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14336167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580288" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14336167'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580288'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580288'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14336167'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748923> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13748923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580306" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13748923'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580306'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580306'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13748923'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13827869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13827869> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13827869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13827869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13827869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13827869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580295" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13827869'^^xsd:integer;
  dwc:scientificName 'Flabellina pedata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580295'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580295'^^xsd:string;
  dwc:aphiaid '139993'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13827869'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1047602'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424472> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13424472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578540" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13424472'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578540'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578540'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13424472'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14425470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14425470> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14425470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14425470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14425470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14425470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595883" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14425470'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595883'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595883'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14425470'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424516> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13424516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595884" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13424516'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595884'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595884'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13424516'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365487> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14365487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14365487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595917" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14365487'^^xsd:integer;
  dwc:scientificName 'Punctaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595917'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595917'^^xsd:string;
  dwc:aphiaid '144079'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14365487'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144079'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535413> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14535413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579857" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14535413'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579857'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579857'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14535413'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328963> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14328963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596933" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14328963'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596933'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596933'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14328963'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535425> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14535425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596901" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14535425'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596901'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596901'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14535425'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14416159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14416159> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14416159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14416159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14416159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14416159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596720" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14416159'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596720'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596720'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14416159'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535404> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14535404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14535404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580285" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14535404'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580285'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580285'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14535404'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416144> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14416144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580312" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14416144'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580312'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580312'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14416144'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328967> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14328967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596796" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14328967'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596796'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596796'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14328967'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535427> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14535427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596749" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14535427'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596749'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596749'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14535427'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413635> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13413635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578538" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13413635'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578538'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578538'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13413635'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505601> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13505601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578553" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13505601'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578553'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578553'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13505601'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359655> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13359655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595893" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13359655'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595893'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595893'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13359655'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120736> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14120736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580293" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14120736'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580293'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580293'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14120736'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13721365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13721365> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13721365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13721365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13721365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13721365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580317" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13721365'^^xsd:integer;
  dwc:scientificName 'Ctenolabrus rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580317'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580317'^^xsd:string;
  dwc:aphiaid '126964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13721365'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126964'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414913> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13414913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580357" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13414913'^^xsd:integer;
  dwc:scientificName 'Aglaozonia (asexual cutleria)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580357'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580357'^^xsd:string;
  dwc:aphiaid '182809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13414913'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328948> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14328948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580353" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14328948'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580353'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580353'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14328948'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14553612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14553612> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14553612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14553612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14553612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14553612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578573" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14553612'^^xsd:integer;
  dwc:scientificName 'Ceramium siliquosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578573'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578573'^^xsd:string;
  dwc:aphiaid '144564'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14553612'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144564'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13917826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13917826> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13917826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13917826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13917826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13917826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596716" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13917826'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596716'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596716'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13917826'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14478706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14478706> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14478706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14478706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14478706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14478706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596721" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14478706'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596721'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596721'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14478706'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14116307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14116307> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14116307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14116307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14116307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14116307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596702" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14116307'^^xsd:integer;
  dwc:scientificName 'Myxicola infundibulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596702'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596702'^^xsd:string;
  dwc:aphiaid '130932'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14116307'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '130932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718205> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13718205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596930" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13718205'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596930'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596930'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13718205'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689761> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13689761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595945" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13689761'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595945'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595945'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13689761'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573584> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14573584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596929" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14573584'^^xsd:integer;
  dwc:scientificName 'Pterothamnion crispum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596929'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596929'^^xsd:string;
  dwc:aphiaid '144682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14573584'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144682'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13513023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13513023> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13513023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13513023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13513023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13513023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595968" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13513023'^^xsd:integer;
  dwc:scientificName 'Asperococcus fistulosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595968'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595968'^^xsd:string;
  dwc:aphiaid '145313'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13513023'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145313'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558664> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13558664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595940" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13558664'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595940'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595940'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13558664'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689738> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13689738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13689738'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580329'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580329'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13689738'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216929> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14216929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595931" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14216929'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595931'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595931'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14216929'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943564> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13943564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579853" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13943564'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579853'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579853'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13943564'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038142> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14038142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579895" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14038142'^^xsd:integer;
  dwc:scientificName 'Lomentaria clavellosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579895'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579895'^^xsd:string;
  dwc:aphiaid '145825'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14038142'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638368> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13638368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578543" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13638368'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578543'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578543'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13638368'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795498> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13795498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578537" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13795498'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578537'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578537'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13795498'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13589756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13589756> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13589756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13589756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13589756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13589756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578559" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13589756'^^xsd:integer;
  dwc:scientificName 'Callophyllis laciniata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578559'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578559'^^xsd:string;
  dwc:aphiaid '145262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13589756'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1311357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981598> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13981598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578589" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13981598'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578589'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578589'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13981598'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13630900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13630900> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13630900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13630900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13630900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13630900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578542" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13630900'^^xsd:integer;
  dwc:scientificName 'Cereus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578542'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578542'^^xsd:string;
  dwc:aphiaid '100987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13630900'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '100987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13981602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13981602> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13981602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13981602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13981602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13981602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595920" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13981602'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595920'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595920'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13981602'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749777> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13749777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580327" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13749777'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580327'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580327'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13749777'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558665> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13558665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596719" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13558665'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596719'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596719'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13558665'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13632834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13632834> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13632834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13632834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13632834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13632834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596698" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13632834'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596698'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596698'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13632834'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573573> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14573573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578576" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14573573'^^xsd:integer;
  dwc:scientificName 'Pterothamnion crispum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578576'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578576'^^xsd:string;
  dwc:aphiaid '144682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14573573'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144682'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13632831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13632831> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13632831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13632831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13632831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13632831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595926" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13632831'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595926'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595926'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13632831'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14363921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14363921> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14363921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14363921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14363921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14363921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596842" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14363921'^^xsd:integer;
  dwc:scientificName 'Pterothamnion plumula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596842'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596842'^^xsd:string;
  dwc:aphiaid '144683'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14363921'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144683'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336212> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14336212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596812" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14336212'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596812'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596812'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14336212'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14425463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14425463> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14425463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14425463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14425463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14425463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579854" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14425463'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579854'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579854'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14425463'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840755> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13840755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579861" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13840755'^^xsd:integer;
  dwc:scientificName 'Galathea intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579861'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579861'^^xsd:string;
  dwc:aphiaid '107150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13840755'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '107150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649243> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13649243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595959" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13649243'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595959'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595959'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13649243'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14082577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14082577> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14082577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14082577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14082577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14082577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596735" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14082577'^^xsd:integer;
  dwc:scientificName 'Mesogloia vermiculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596735'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596735'^^xsd:string;
  dwc:aphiaid '144924'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14082577'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144924'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14342448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14342448> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14342448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14342448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14342448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14342448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596724" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14342448'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus pictus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596724'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596724'^^xsd:string;
  dwc:aphiaid '126930'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14342448'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '126930'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649246> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13649246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596731" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13649246'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596731'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596731'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13649246'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882499> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13882499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596779" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13882499'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596779'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596779'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13882499'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882502> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13882502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595949" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13882502'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595949'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595949'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13882502'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13473576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13473576> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13473576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13473576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13473576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13473576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596784" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13473576'^^xsd:integer;
  dwc:scientificName 'Antithamnionella spirographidis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596784'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596784'^^xsd:string;
  dwc:aphiaid '144521'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13473576'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13977173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13977173> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13977173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13977173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13977173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13977173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595974" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13977173'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595974'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595974'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13977173'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14459755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14459755> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14459755> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14459755>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14459755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14459755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615776" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14459755'^^xsd:integer;
  dwc:scientificName 'Stelletta grubii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615776'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615776'^^xsd:string;
  dwc:aphiaid '133974'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14459755'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '133974'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683274> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13683274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607627" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13683274'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607627'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607627'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13683274'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13662524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13662524> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13662524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13662524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13662524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13662524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614106" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13662524'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614106'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614106'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13662524'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13580682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13580682> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13580682> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13580682>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13580682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13580682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580371" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13580682'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580371'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580371'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13580682'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416166> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416166> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416166>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14416166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609581" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14416166'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609581'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609581'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14416166'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535479> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535479> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535479>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14535479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609218" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14535479'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609218'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609218'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14535479'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108777> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14108777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615267" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14108777'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615267'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615267'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14108777'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108778> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14108778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615152" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14108778'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615152'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615152'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14108778'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018439> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13018439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614969" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13018439'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614969'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614969'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13018439'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14543382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14543382> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14543382> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14543382>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14543382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14543382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609380" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14543382'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609380'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609380'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14543382'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13018432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13018432> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13018432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13018432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13018432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13018432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597599" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13018432'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597599'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597599'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13018432'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13912025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13912025> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13912025> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13912025>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13912025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13912025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579031" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13912025'^^xsd:integer;
  dwc:scientificName 'Helcion pellucidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579031'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579031'^^xsd:string;
  dwc:aphiaid '162669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13912025'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '147459'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13625066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13625066> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13625066> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13625066>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13625066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13625066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579048" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13625066'^^xsd:integer;
  dwc:scientificName 'Ceramium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579048'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579048'^^xsd:string;
  dwc:aphiaid '143834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13625066'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '143834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828678> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828678> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828678>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13828678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609223" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13828678'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609223'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609223'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13828678'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13625084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13625084> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13625084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13625084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13625084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13625084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607656" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13625084'^^xsd:integer;
  dwc:scientificName 'Ceramium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607656'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607656'^^xsd:string;
  dwc:aphiaid '143834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13625084'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '143834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14211745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14211745> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14211745> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14211745>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14211745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14211745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609393" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14211745'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609393'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609393'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14211745'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13736052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13736052> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13736052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13736052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13736052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13736052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609795" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13736052'^^xsd:integer;
  dwc:scientificName 'Desmarestia aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609795'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609795'^^xsd:string;
  dwc:aphiaid '145307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13736052'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13562434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13562434> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13562434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13562434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13562434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13562434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609547" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13562434'^^xsd:integer;
  dwc:scientificName 'Bowerbankia pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609547'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609547'^^xsd:string;
  dwc:aphiaid '111668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13562434'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '851599'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655382> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13655382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609921" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13655382'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609921'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609921'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13655382'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492189> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13492189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597930" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13492189'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597930'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597930'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13492189'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13867579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13867579> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13867579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13867579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13867579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13867579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733456" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13867579'^^xsd:integer;
  dwc:scientificName 'Glycera tridactyla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733456'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733456'^^xsd:string;
  dwc:aphiaid '130130'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13867579'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '130130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492192> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13492192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597732" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13492192'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597732'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597732'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13492192'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050939> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733462" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050939'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733462'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733462'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050939'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012682> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14012682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580810" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14012682'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580810'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580810'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14012682'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698891> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13698891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13698891'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733912'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733912'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13698891'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828666> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828666> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828666>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13828666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610121" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13828666'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610121'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610121'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13828666'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416166> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13416166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596632" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13416166'^^xsd:integer;
  dwc:scientificName 'Ahnfeltia plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596632'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596632'^^xsd:string;
  dwc:aphiaid '144422'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13416166'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729132> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729132> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729132>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13729132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610184" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13729132'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610184'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610184'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13729132'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13646821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13646821> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13646821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13646821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13646821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13646821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607454" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13646821'^^xsd:integer;
  dwc:scientificName 'Chlamys'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607454'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607454'^^xsd:string;
  dwc:aphiaid '138315'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13646821'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '138315'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13973933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13973933> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13973933> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13973933>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13973933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13973933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609458" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13973933'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609458'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609458'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13973933'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607448> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607448> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607448>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14607448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580626" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14607448'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580626'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580626'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14607448'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505605> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13505605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13505605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581312" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13505605'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581312'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581312'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13505605'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838580> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13838580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596637" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13838580'^^xsd:integer;
  dwc:scientificName 'Furcellaria lumbricalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596637'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596637'^^xsd:string;
  dwc:aphiaid '145620'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13838580'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145620'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14353690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14353690> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14353690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14353690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14353690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14353690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596595" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14353690'^^xsd:integer;
  dwc:scientificName 'Prostheceraeus vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596595'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596595'^^xsd:string;
  dwc:aphiaid '142820'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14353690'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '142820'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743747> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13743747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596652" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13743747'^^xsd:integer;
  dwc:scientificName 'Dictyosiphon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596652'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596652'^^xsd:string;
  dwc:aphiaid '144067'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13743747'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144067'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211774> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14211774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615247" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14211774'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615247'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615247'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14211774'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132925> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132925> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132925>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14132925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607426" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14132925'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607426'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607426'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14132925'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297587> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297587> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297587>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14297587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609018" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14297587'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609018'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609018'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14297587'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683232> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683232> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683232>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13683232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578983" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13683232'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578983'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578983'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13683232'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14356473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14356473> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14356473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14356473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14356473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14356473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598200" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14356473'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598200'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598200'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14356473'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13681922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13681922> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13681922> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13681922>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13681922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13681922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581043" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13681922'^^xsd:integer;
  dwc:scientificName 'Clavelinidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581043'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581043'^^xsd:string;
  dwc:aphiaid '103438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13681922'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '103438'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14403404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14403404> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14403404> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14403404>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14403404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14403404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609517" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14403404'^^xsd:integer;
  dwc:scientificName 'Scinaia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609517'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609517'^^xsd:string;
  dwc:aphiaid '144204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14403404'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '144204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924124> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924124> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924124>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13924124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13924124'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609902'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609902'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13924124'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13963198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13963198> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13963198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13963198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13963198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13963198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13963198'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria pinnata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615255'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615255'^^xsd:string;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13963198'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13953220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13953220> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13953220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13953220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13953220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13953220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595804" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13953220'^^xsd:integer;
  dwc:scientificName 'Inachus phalangium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595804'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595804'^^xsd:string;
  dwc:aphiaid '107333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13953220'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '107333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14478702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14478702> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14478702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14478702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14478702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14478702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14478702'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595834'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595834'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14478702'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14312070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14312070> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14312070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14312070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14312070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14312070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595830" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14312070'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595830'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595830'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14312070'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416160> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13416160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595844" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13416160'^^xsd:integer;
  dwc:scientificName 'Ahnfeltia plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595844'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595844'^^xsd:string;
  dwc:aphiaid '144422'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13416160'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517627> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614228" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517627'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614228'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614228'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517627'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744642> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744642> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744642>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13744642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609114" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13744642'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609114'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609114'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13744642'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12994137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12994137> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12994137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12994137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12994137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:12994137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597631" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '12994137'^^xsd:integer;
  dwc:scientificName 'Amphipoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597631'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597631'^^xsd:string;
  dwc:aphiaid '1135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:12994137'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '1135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389497> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13389497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607291" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13389497'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607291'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607291'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13389497'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311376> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311376> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311376>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14311376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581053" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14311376'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581053'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581053'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14311376'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14396375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14396375> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14396375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14396375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14396375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14396375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596594" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14396375'^^xsd:integer;
  dwc:scientificName 'Sagartiogeton undatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596594'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596594'^^xsd:string;
  dwc:aphiaid '101002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14396375'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '855675'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14577089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14577089> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14577089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14577089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14577089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14577089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596641" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14577089'^^xsd:integer;
  dwc:scientificName 'Spyridia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596641'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596641'^^xsd:string;
  dwc:aphiaid '143866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14577089'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '143866'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14135891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14135891> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14135891> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14135891>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14135891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14135891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610141" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14135891'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610141'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610141'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14135891'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13513607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13513607> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13513607> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13513607>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13513607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13513607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13513607'^^xsd:integer;
  dwc:scientificName 'Aspitrigla cuculus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610147'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610147'^^xsd:string;
  dwc:aphiaid '150662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13513607'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '127259'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13389475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13389475> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13389475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13389475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13389475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13389475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609561" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13389475'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609561'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609561'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13389475'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13620733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13620733> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13620733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13620733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13620733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13620733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557208" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13620733'^^xsd:integer;
  dwc:scientificName 'Cellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557208'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557208'^^xsd:string;
  dwc:aphiaid '110869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13620733'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '110869'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13851957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13851957> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13851957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13851957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13851957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13851957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597030" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13851957'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597030'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597030'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13851957'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185282> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185282> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185282>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14185282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580625" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14185282'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580625'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580625'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14185282'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774313> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774313> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774313>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13774313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609428" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13774313'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609428'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609428'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13774313'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710217> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597699" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710217'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597699'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597699'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710217'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13942310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13942310> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13942310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13942310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13942310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13942310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578496" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13942310'^^xsd:integer;
  dwc:scientificName 'Hydractinia echinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578496'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578496'^^xsd:string;
  dwc:aphiaid '117644'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13942310'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '117644'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13770246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13770246> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13770246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13770246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13770246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13770246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578507" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13770246'^^xsd:integer;
  dwc:scientificName 'Echinocardium cordatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578507'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578507'^^xsd:string;
  dwc:aphiaid '124392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13770246'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '124392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117478> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117478> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117478>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14117478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615478" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14117478'^^xsd:integer;
  dwc:scientificName 'Myxilla incrustans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615478'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615478'^^xsd:string;
  dwc:aphiaid '133882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14117478'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '169466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117479> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117479> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117479>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14117479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614733" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14117479'^^xsd:integer;
  dwc:scientificName 'Myxilla incrustans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614733'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614733'^^xsd:string;
  dwc:aphiaid '133882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14117479'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '169466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117481> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117481> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117481>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14117481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14117481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614684" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14117481'^^xsd:integer;
  dwc:scientificName 'Myxilla incrustans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614684'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614684'^^xsd:string;
  dwc:aphiaid '133882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14117481'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '169466'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14286818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14286818> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14286818> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14286818>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14286818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14286818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614691" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14286818'^^xsd:integer;
  dwc:scientificName 'Phyllophora crispa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614691'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614691'^^xsd:string;
  dwc:aphiaid '145660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14286818'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13851966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13851966> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13851966> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13851966>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13851966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13851966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610254" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13851966'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610254'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610254'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13851966'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774318> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774318> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774318>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13774318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557186" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13774318'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557186'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557186'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13774318'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554681> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13554681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580864" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13554681'^^xsd:integer;
  dwc:scientificName 'Bonnemaisonia asparagoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580864'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580864'^^xsd:string;
  dwc:aphiaid '144440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13554681'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286805> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14286805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580870" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14286805'^^xsd:integer;
  dwc:scientificName 'Phyllophora crispa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580870'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580870'^^xsd:string;
  dwc:aphiaid '145660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14286805'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A2917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A2917> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A2917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A2917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A2917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:2917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614508" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '2917'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614508'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614508'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:2917'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A2919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A2919> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A2919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A2919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A2919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:2919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615355" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '2919'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615355'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615355'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:2919'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13630901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13630901> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13630901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13630901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13630901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13630901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581293" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13630901'^^xsd:integer;
  dwc:scientificName 'Cereus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581293'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581293'^^xsd:string;
  dwc:aphiaid '100987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13630901'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '100987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216944> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216944> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216944>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14216944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609367" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14216944'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609367'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609367'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14216944'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14075461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14075461> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14075461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14075461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14075461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14075461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615646" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14075461'^^xsd:integer;
  dwc:scientificName 'Melarhaphe neritoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615646'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615646'^^xsd:string;
  dwc:aphiaid '140266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14075461'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '140266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14075463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14075463> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14075463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14075463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14075463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14075463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614972" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14075463'^^xsd:integer;
  dwc:scientificName 'Melarhaphe neritoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614972'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614972'^^xsd:string;
  dwc:aphiaid '140266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14075463'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '140266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594130> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594130> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594130>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13594130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581183" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13594130'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581183'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581183'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13594130'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14460782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14460782> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14460782> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14460782>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14460782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14460782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577769" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14460782'^^xsd:integer;
  dwc:scientificName 'Stelligera stuposa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577769'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577769'^^xsd:string;
  dwc:aphiaid '134175'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14460782'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '134175'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13638388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13638388> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13638388> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13638388>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13638388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13638388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609376" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13638388'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609376'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609376'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13638388'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14696960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14696960> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14696960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14696960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14696960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14696960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609498" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14696960'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609498'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609498'^^xsd:string;
  dwc:aphiaid '126928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14696960'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '126928'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13687686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13687686> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13687686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13687686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13687686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13687686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614085" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13687686'^^xsd:integer;
  dwc:scientificName 'Colus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614085'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614085'^^xsd:string;
  dwc:aphiaid '138899'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13687686'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '138899'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13795472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13795472> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13795472> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13795472>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13795472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13795472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577771" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13795472'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577771'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577771'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13795472'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14460799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14460799> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14460799> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14460799>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14460799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14460799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14460799'^^xsd:integer;
  dwc:scientificName 'Stelligera stuposa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610194'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610194'^^xsd:string;
  dwc:aphiaid '134175'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14460799'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '134175'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13795515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13795515> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13795515> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13795515>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13795515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13795515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610197" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13795515'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610197'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610197'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13795515'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743207> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743207> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743207>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13743207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610219" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13743207'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610219'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610219'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13743207'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583935> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583935> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583935>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13583935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581688" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13583935'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581688'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581688'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13583935'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13646988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13646988> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13646988> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13646988>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13646988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13646988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580619" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13646988'^^xsd:integer;
  dwc:scientificName 'Chlamys distorta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580619'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580619'^^xsd:string;
  dwc:aphiaid '146807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13646988'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '236715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13409973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13409973> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13409973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13409973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13409973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13409973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581305" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13409973'^^xsd:integer;
  dwc:scientificName 'Aeolidia papillosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581305'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581305'^^xsd:string;
  dwc:aphiaid '138709'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13409973'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '138709'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13703859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13703859> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13703859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13703859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13703859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13703859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578498" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13703859'^^xsd:integer;
  dwc:scientificName 'Corystes cassivelaunus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578498'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578498'^^xsd:string;
  dwc:aphiaid '107277'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13703859'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '107277'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13755111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13755111> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13755111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13755111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13755111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13755111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596619" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13755111'^^xsd:integer;
  dwc:scientificName 'Diplosoma listerianum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596619'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596619'^^xsd:string;
  dwc:aphiaid '103579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13755111'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '103579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14324333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14324333> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14324333> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14324333>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14324333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14324333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610177" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14324333'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610177'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610177'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14324333'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14312081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14312081> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14312081> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14312081>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14312081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14312081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614047" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14312081'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614047'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614047'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14312081'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14108745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14108745> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14108745> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14108745>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14108745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14108745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581032" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14108745'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581032'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581032'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14108745'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359664> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13359664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596630" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13359664'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596630'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596630'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13359664'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543381> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14543381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596608" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14543381'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596608'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596608'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14543381'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14055212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14055212> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14055212> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14055212>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14055212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14055212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577787" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14055212'^^xsd:integer;
  dwc:scientificName 'Macropodia rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577787'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577787'^^xsd:string;
  dwc:aphiaid '107345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14055212'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '107345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489414> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14489414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609229" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14489414'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609229'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609229'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14489414'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13748935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13748935> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13748935> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13748935>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13748935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13748935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610211" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13748935'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610211'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610211'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13748935'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705481> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13705481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733913" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13705481'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733913'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733913'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13705481'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689756> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13689756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596324" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13689756'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596324'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596324'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13689756'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14547023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14547023> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14547023> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14547023>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14547023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14547023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579038" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14547023'^^xsd:integer;
  dwc:scientificName 'Zeugopterus punctatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579038'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579038'^^xsd:string;
  dwc:aphiaid '127151'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14547023'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '127151'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055225> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14055225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580836" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14055225'^^xsd:integer;
  dwc:scientificName 'Macropodia rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580836'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580836'^^xsd:string;
  dwc:aphiaid '107345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14055225'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '107345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13959480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13959480> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13959480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13959480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13959480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13959480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596601" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13959480'^^xsd:integer;
  dwc:scientificName 'Jassa falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596601'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596601'^^xsd:string;
  dwc:aphiaid '102431'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13959480'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '102431'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12455459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12455459> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12455459> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12455459>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12455459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:12455459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609173" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '12455459'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609173'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609173'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:12455459'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A12455450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A12455450> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A12455450> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A12455450>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A12455450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:12455450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609513" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '12455450'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609513'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609513'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:12455450'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A12455454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A12455454> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A12455454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A12455454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A12455454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:12455454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610088" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '12455454'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610088'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610088'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:12455454'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424435> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424435> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424435>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13424435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578996" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13424435'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578996'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578996'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13424435'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14393002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14393002> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14393002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14393002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14393002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14393002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609632" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14393002'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609632'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609632'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14393002'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14189996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14189996> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14189996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14189996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14189996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14189996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752087" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14189996'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752087'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752087'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14189996'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14189995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14189995> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14189995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14189995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14189995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14189995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752068" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14189995'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752068'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752068'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14189995'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13488742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13488742> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13488742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13488742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13488742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13488742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752968" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13488742'^^xsd:integer;
  dwc:scientificName 'Arcopagia crassa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752968'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752968'^^xsd:string;
  dwc:aphiaid '141577'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13488742'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '141577'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14156340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14156340> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14156340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14156340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14156340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14156340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752944" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14156340'^^xsd:integer;
  dwc:scientificName 'Nereididae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752944'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752944'^^xsd:string;
  dwc:aphiaid '22496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14156340'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '22496'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14141222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14141222> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14141222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.304741"^^xsd:decimal ;
  dwc:decimalLongitude "-4.34813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14141222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  geo-pos:lat "52.304741"^^xsd:decimal ;
  geo-pos:long "-4.34813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14141222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14141222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752286" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14141222'^^xsd:integer;
  dwc:scientificName 'Nephtys'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752286'^^xsd:string;
  dwc:yearCollected '1998'^^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.34813'^^xsd:double;
  dwc:latitude '52.304741'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752286'^^xsd:string;
  dwc:aphiaid '129370'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14141222'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '129370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14531224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14531224> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14531224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.304741"^^xsd:decimal ;
  dwc:decimalLongitude "-4.34813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14531224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  geo-pos:lat "52.304741"^^xsd:decimal ;
  geo-pos:long "-4.34813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14531224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14531224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752841" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14531224'^^xsd:integer;
  dwc:scientificName 'Upogebia deltaura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752841'^^xsd:string;
  dwc:yearCollected '1998'^^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.34813'^^xsd:double;
  dwc:latitude '52.304741'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752841'^^xsd:string;
  dwc:aphiaid '107739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14531224'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '107739'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646355> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.577065"^^xsd:decimal ;
  dwc:decimalLongitude "-4.215065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  geo-pos:lat "52.577065"^^xsd:decimal ;
  geo-pos:long "-4.215065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13646355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611477" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13646355'^^xsd:integer;
  dwc:scientificName 'Chironomida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611477'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.215065'^^xsd:double;
  dwc:latitude '52.577065'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611477'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13646355'^^xsd:string;
  dwc:observationDate '1998-12-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646356> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.577065"^^xsd:decimal ;
  dwc:decimalLongitude "-4.215065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  geo-pos:lat "52.577065"^^xsd:decimal ;
  geo-pos:long "-4.215065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13646356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40751802" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13646356'^^xsd:integer;
  dwc:scientificName 'Chironomida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40751802'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.215065'^^xsd:double;
  dwc:latitude '52.577065'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40751802'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13646356'^^xsd:string;
  dwc:observationDate '1998-12-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646353> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.577065"^^xsd:decimal ;
  dwc:decimalLongitude "-4.215065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  geo-pos:lat "52.577065"^^xsd:decimal ;
  geo-pos:long "-4.215065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13646353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609036" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13646353'^^xsd:integer;
  dwc:scientificName 'Chironomida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609036'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.215065'^^xsd:double;
  dwc:latitude '52.577065'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609036'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13646353'^^xsd:string;
  dwc:observationDate '1998-12-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828685> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607474" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828685'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607474'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607474'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828685'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698889> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13698889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733372" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13698889'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733372'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733372'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13698889'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14386485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14386485> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14386485> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14386485>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14386485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14386485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578326" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14386485'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578326'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578326'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14386485'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189983> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189983> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189983>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14189983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578331" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14189983'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578331'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578331'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14189983'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826546> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13826546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614016" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13826546'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614016'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614016'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13826546'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14426453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14426453> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14426453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14426453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14426453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14426453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596061" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14426453'^^xsd:integer;
  dwc:scientificName 'Sertularia cupressina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596061'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596061'^^xsd:string;
  dwc:aphiaid '117913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14426453'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '117913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13630892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13630892> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13630892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13630892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13630892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13630892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580145" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13630892'^^xsd:integer;
  dwc:scientificName 'Cereus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580145'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580145'^^xsd:string;
  dwc:aphiaid '100987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13630892'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '100987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535508> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14535508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607506" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14535508'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607506'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607506'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14535508'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535519> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535519> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535519>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14535519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607221" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14535519'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607221'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607221'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14535519'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907449> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13907449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732768" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13907449'^^xsd:integer;
  dwc:scientificName 'Haustorius arenarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732768'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732768'^^xsd:string;
  dwc:aphiaid '102317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13907449'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '102317'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589743> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14589743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733770" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14589743'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733770'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733770'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14589743'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13777785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13777785> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13777785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13777785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13777785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13777785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614487" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13777785'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614487'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614487'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13777785'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13777787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13777787> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13777787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13777787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13777787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13777787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614793" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13777787'^^xsd:integer;
  dwc:scientificName 'Elminius modestus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614793'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614793'^^xsd:string;
  dwc:aphiaid '106209'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13777787'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '712167'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359606> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359606> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359606>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13359606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581614" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13359606'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581614'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581614'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13359606'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460790> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460790> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460790>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14460790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579954" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14460790'^^xsd:integer;
  dwc:scientificName 'Stelligera stuposa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579954'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579954'^^xsd:string;
  dwc:aphiaid '134175'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14460790'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134175'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417971> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417971> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417971>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14417971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579946" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14417971'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579946'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579946'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14417971'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14096793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14096793> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14096793> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14096793>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14096793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14096793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579969" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14096793'^^xsd:integer;
  dwc:scientificName 'Musculus discors'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579969'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579969'^^xsd:string;
  dwc:aphiaid '140472'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14096793'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '140472'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14295610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14295610> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14295610> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14295610>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14295610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14295610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578671" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14295610'^^xsd:integer;
  dwc:scientificName 'Pleuronectes platessa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578671'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578671'^^xsd:string;
  dwc:aphiaid '127143'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14295610'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '127143'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14179171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14179171> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14179171> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14179171>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14179171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14179171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581116" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14179171'^^xsd:integer;
  dwc:scientificName 'Omalosecosa ramulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581116'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581116'^^xsd:string;
  dwc:aphiaid '111281'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14179171'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '111281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14138118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14138118> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14138118> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14138118>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14138118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14138118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578669" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14138118'^^xsd:integer;
  dwc:scientificName 'Neopentadactyla mixta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578669'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578669'^^xsd:string;
  dwc:aphiaid '124685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14138118'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14322772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14322772> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14322772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14322772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14322772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14322772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596080" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14322772'^^xsd:integer;
  dwc:scientificName 'Polyides rotundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596080'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596080'^^xsd:string;
  dwc:aphiaid '145668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14322772'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145668'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13795544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13795544> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13795544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13795544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13795544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13795544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615098" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13795544'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615098'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615098'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13795544'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13638352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13638352> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13638352> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13638352>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13638352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13638352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579151" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13638352'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579151'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579151'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13638352'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756594> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756594> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756594>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13756594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581126" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13756594'^^xsd:integer;
  dwc:scientificName 'Distomus variolosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581126'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581126'^^xsd:string;
  dwc:aphiaid '103890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13756594'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '103890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14128050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14128050> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14128050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14128050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14128050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14128050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732771" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14128050'^^xsd:integer;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732771'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732771'^^xsd:string;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14128050'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908295> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13908295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732772" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13908295'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732772'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732772'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13908295'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535533> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14535533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614591" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14535533'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614591'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614591'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14535533'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13334155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13334155> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13334155> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13334155>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13334155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13334155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581277" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13334155'^^xsd:integer;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581277'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581277'^^xsd:string;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13334155'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13349643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13349643> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13349643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.304741"^^xsd:decimal ;
  dwc:decimalLongitude "-4.34813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13349643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  geo-pos:lat "52.304741"^^xsd:decimal ;
  geo-pos:long "-4.34813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13349643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13349643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752858" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13349643'^^xsd:integer;
  dwc:scientificName 'Soleidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752858'^^xsd:string;
  dwc:yearCollected '1998'^^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.34813'^^xsd:double;
  dwc:latitude '52.304741'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752858'^^xsd:string;
  dwc:aphiaid '125581'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13349643'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '125581'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445091> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.304741"^^xsd:decimal ;
  dwc:decimalLongitude "-4.34813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  geo-pos:lat "52.304741"^^xsd:decimal ;
  geo-pos:long "-4.34813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14445091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752845" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14445091'^^xsd:integer;
  dwc:scientificName 'Spionidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752845'^^xsd:string;
  dwc:yearCollected '1998'^^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.34813'^^xsd:double;
  dwc:latitude '52.304741'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752845'^^xsd:string;
  dwc:aphiaid '913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14445091'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14605087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14605087> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14605087> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14605087>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14605087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14605087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40751793" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14605087'^^xsd:integer;
  dwc:scientificName 'Cerastoderma glaucum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40751793'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40751793'^^xsd:string;
  dwc:aphiaid '138999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14605087'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '138999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14533484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14533484> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14533484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14533484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14533484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14533484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752803" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14533484'^^xsd:integer;
  dwc:scientificName 'Urothoe marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752803'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752803'^^xsd:string;
  dwc:aphiaid '103233'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14533484'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '103233'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091196> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14091196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14091196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752261" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14091196'^^xsd:integer;
  dwc:scientificName 'Moerella donacina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752261'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752261'^^xsd:string;
  dwc:aphiaid '147021'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14091196'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '147021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13864423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13864423> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13864423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.304741"^^xsd:decimal ;
  dwc:decimalLongitude "-4.34813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13864423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  geo-pos:lat "52.304741"^^xsd:decimal ;
  geo-pos:long "-4.34813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13864423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13864423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752839" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13864423'^^xsd:integer;
  dwc:scientificName 'Glycera gigantea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752839'^^xsd:string;
  dwc:yearCollected '1998'^^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.34813'^^xsd:double;
  dwc:latitude '52.304741'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752839'^^xsd:string;
  dwc:aphiaid '130122'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13864423'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '336908'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13556598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13556598> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13556598> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13556598>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13556598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13556598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607364" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13556598'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607364'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607364'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13556598'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13625083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13625083> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13625083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13625083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13625083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13625083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607396" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13625083'^^xsd:integer;
  dwc:scientificName 'Ceramium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607396'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607396'^^xsd:string;
  dwc:aphiaid '143834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13625083'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '143834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14386506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14386506> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14386506> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14386506>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14386506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14386506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607489" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14386506'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607489'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607489'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14386506'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132926> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132926> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132926>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14132926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607482" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14132926'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607482'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607482'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14132926'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594148> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13594148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580292" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13594148'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580292'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580292'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13594148'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749787> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13749787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579884" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13749787'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579884'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579884'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13749787'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558644> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13558644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579880" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13558644'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579880'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579880'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13558644'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851948> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13851948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578548" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13851948'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578548'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578548'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13851948'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695002> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13695002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13695002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595904" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13695002'^^xsd:integer;
  dwc:scientificName 'Cordylecladia erecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595904'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595904'^^xsd:string;
  dwc:aphiaid '145847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13695002'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145847'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896525> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13896525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13896525'^^xsd:integer;
  dwc:scientificName 'Halopteris filicina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579912'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579912'^^xsd:string;
  dwc:aphiaid '145906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13896525'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145906'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13759053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13759053> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13759053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13759053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13759053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13759053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596712" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13759053'^^xsd:integer;
  dwc:scientificName 'Dosinia exoleta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596712'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596712'^^xsd:string;
  dwc:aphiaid '141911'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13759053'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '141911'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14695829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14695829> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14695829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14695829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14695829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14695829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596723" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14695829'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596723'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596723'^^xsd:string;
  dwc:aphiaid '125999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14695829'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '125999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13792576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13792576> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13792576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13792576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13792576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13792576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580331" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13792576'^^xsd:integer;
  dwc:scientificName 'Erythrodermis traillii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580331'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580331'^^xsd:string;
  dwc:aphiaid '145655'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13792576'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145655'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554673> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13554673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13554673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580325" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13554673'^^xsd:integer;
  dwc:scientificName 'Bonnemaisonia asparagoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580325'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580325'^^xsd:string;
  dwc:aphiaid '144440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13554673'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459671> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14459671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596843" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14459671'^^xsd:integer;
  dwc:scientificName 'Spyridia filamentosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596843'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596843'^^xsd:string;
  dwc:aphiaid '144706'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14459671'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14223511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14223511> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14223511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14223511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14223511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14223511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596813" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14223511'^^xsd:integer;
  dwc:scientificName 'Palaemon serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596813'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596813'^^xsd:string;
  dwc:aphiaid '107616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14223511'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '107616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13348328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13348328> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13348328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13348328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13348328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13348328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596814" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13348328'^^xsd:integer;
  dwc:scientificName 'Polyplacophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596814'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596814'^^xsd:string;
  dwc:aphiaid '55'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13348328'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '55'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562179> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13562179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13562179'^^xsd:integer;
  dwc:scientificName 'Bowerbankia citrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579868'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579868'^^xsd:string;
  dwc:aphiaid '111664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13562179'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '851584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13792586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13792586> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13792586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13792586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13792586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13792586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596832" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13792586'^^xsd:integer;
  dwc:scientificName 'Erythrodermis traillii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596832'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596832'^^xsd:string;
  dwc:aphiaid '145655'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13792586'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145655'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14286812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14286812> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14286812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14286812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14286812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14286812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596830" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14286812'^^xsd:integer;
  dwc:scientificName 'Phyllophora crispa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596830'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596830'^^xsd:string;
  dwc:aphiaid '145660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14286812'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328972> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14328972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596732" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14328972'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596732'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596732'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14328972'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414308> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13414308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13414308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596896" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13414308'^^xsd:integer;
  dwc:scientificName 'Aglaophenia tubulifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596896'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596896'^^xsd:string;
  dwc:aphiaid '117285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13414308'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '117285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13727037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13727037> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13727037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13727037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13727037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13727037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595950" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13727037'^^xsd:integer;
  dwc:scientificName 'Cystoclonium purpureum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595950'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595950'^^xsd:string;
  dwc:aphiaid '145615'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13727037'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145615'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13512589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13512589> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13512589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13512589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13512589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13512589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595967" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13512589'^^xsd:integer;
  dwc:scientificName 'Asperococcus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595967'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595967'^^xsd:string;
  dwc:aphiaid '144062'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13512589'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144062'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14286811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14286811> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14286811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14286811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14286811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14286811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596774" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14286811'^^xsd:integer;
  dwc:scientificName 'Phyllophora crispa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596774'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596774'^^xsd:string;
  dwc:aphiaid '145660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14286811'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13792585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13792585> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13792585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13792585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13792585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13792585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596775" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13792585'^^xsd:integer;
  dwc:scientificName 'Erythrodermis traillii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596775'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596775'^^xsd:string;
  dwc:aphiaid '145655'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13792585'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145655'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14286810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14286810> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14286810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14286810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14286810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14286810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595896" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14286810'^^xsd:integer;
  dwc:scientificName 'Phyllophora crispa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595896'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595896'^^xsd:string;
  dwc:aphiaid '145660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14286810'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13792582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13792582> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13792582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13792582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13792582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13792582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595898" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13792582'^^xsd:integer;
  dwc:scientificName 'Erythrodermis traillii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595898'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595898'^^xsd:string;
  dwc:aphiaid '145655'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13792582'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145655'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755106> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13755106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579876" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13755106'^^xsd:integer;
  dwc:scientificName 'Diplosoma listerianum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579876'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579876'^^xsd:string;
  dwc:aphiaid '103579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13755106'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678884> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13678884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579874" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13678884'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579874'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579874'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13678884'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458363> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:12458363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579869" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '12458363'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579869'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579869'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:12458363'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956066> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13956066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579885" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13956066'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579885'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579885'^^xsd:string;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13956066'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573590> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14573590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596788" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14573590'^^xsd:integer;
  dwc:scientificName 'Pterothamnion crispum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596788'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596788'^^xsd:string;
  dwc:aphiaid '144682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14573590'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144682'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468544> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14468544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596745" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14468544'^^xsd:integer;
  dwc:scientificName 'Stylostichon plumosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596745'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596745'^^xsd:string;
  dwc:aphiaid '150212'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14468544'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '133688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558662> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13558662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596767" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13558662'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596767'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596767'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13558662'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743838> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13743838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596739" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13743838'^^xsd:integer;
  dwc:scientificName 'Dictyosiphon foeniculaceus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596739'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596739'^^xsd:string;
  dwc:aphiaid '145322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13743838'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145322'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713165> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13713165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580296" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13713165'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580296'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580296'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13713165'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981593> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13981593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580366" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13981593'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580366'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580366'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13981593'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638362> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13638362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580286" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13638362'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580286'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580286'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13638362'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696950> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14696950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580321" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14696950'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580321'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580321'^^xsd:string;
  dwc:aphiaid '126928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14696950'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126928'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13897187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13897187> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13897187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13897187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13897187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13897187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580342" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13897187'^^xsd:integer;
  dwc:scientificName 'Halurus flosculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580342'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580342'^^xsd:string;
  dwc:aphiaid '144595'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13897187'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144595'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713189> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13713189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596755" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13713189'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596755'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596755'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13713189'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038135> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14038135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580338" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14038135'^^xsd:integer;
  dwc:scientificName 'Lomentaria clavellosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580338'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580338'^^xsd:string;
  dwc:aphiaid '145825'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14038135'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13661124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13661124> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13661124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13661124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13661124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13661124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596783" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13661124'^^xsd:integer;
  dwc:scientificName 'Chylocladia verticillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596783'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596783'^^xsd:string;
  dwc:aphiaid '145808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13661124'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14261010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14261010> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14261010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14261010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14261010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14261010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596527" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14261010'^^xsd:integer;
  dwc:scientificName 'Perophora listeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596527'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596527'^^xsd:string;
  dwc:aphiaid '103759'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14261010'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '103759'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14554394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14554394> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14554394> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14554394>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14554394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14554394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596267" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14554394'^^xsd:integer;
  dwc:scientificName 'Chlamys varia var. nivea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596267'^^xsd:string;
  dwc:yearCollected '1998'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596267'^^xsd:string;
  dwc:aphiaid '246133'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14554394'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '393741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564565> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13564565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13564565'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595862'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595862'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13564565'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031650> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14031650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14031650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615647" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14031650'^^xsd:integer;
  dwc:scientificName 'Littorina saxatilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615647'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615647'^^xsd:string;
  dwc:aphiaid '140264'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14031650'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13683262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13683262> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13683262> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13683262>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13683262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13683262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610192" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13683262'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610192'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610192'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13683262'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459248> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14459248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596649" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14459248'^^xsd:integer;
  dwc:scientificName 'Sporochnus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596649'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596649'^^xsd:string;
  dwc:aphiaid '145915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14459248'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424535> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13424535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609285" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13424535'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609285'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609285'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13424535'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489423> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489423> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489423>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14489423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609394" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14489423'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609394'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609394'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14489423'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535524> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14535524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615081" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14535524'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615081'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615081'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14535524'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13966394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13966394> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13966394> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13966394>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13966394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13966394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13966394'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610255'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610255'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13966394'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13385404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13385404> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13385404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13385404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13385404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13385404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13385404'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752064'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752064'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13385404'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14399592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14399592> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14399592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.304741"^^xsd:decimal ;
  dwc:decimalLongitude "-4.34813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14399592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  geo-pos:lat "52.304741"^^xsd:decimal ;
  geo-pos:long "-4.34813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14399592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14399592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752850" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14399592'^^xsd:integer;
  dwc:scientificName 'Scalibregma inflatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752850'^^xsd:string;
  dwc:yearCollected '1998'^^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.34813'^^xsd:double;
  dwc:latitude '52.304741'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752850'^^xsd:string;
  dwc:aphiaid '130980'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14399592'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '130980'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13711757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13711757> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13711757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13711757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13711757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13711757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401627" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13711757'^^xsd:integer;
  dwc:scientificName 'Crisia denticulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401627'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401627'^^xsd:string;
  dwc:aphiaid '111695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13711757'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '111695'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13872379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13872379> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13872379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13872379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13872379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13872379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752980" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13872379'^^xsd:integer;
  dwc:scientificName 'Golfingia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752980'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752980'^^xsd:string;
  dwc:aphiaid '136021'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13872379'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '136021'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13407854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13407854> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13407854> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13407854>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13407854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13407854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607170" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13407854'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607170'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607170'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13407854'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190056> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190056> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190056>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14190056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14190056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607498" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14190056'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607498'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607498'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14190056'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336291> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336291> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336291>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336291'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614329'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614329'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336291'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917828> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917828> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917828>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13917828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607280" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13917828'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607280'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607280'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13917828'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917840> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13917840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613927" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13917840'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613927'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613927'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13917840'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14526717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14526717> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14526717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14526717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14526717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14526717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607416" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14526717'^^xsd:integer;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607416'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607416'^^xsd:string;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14526717'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13670688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13670688> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13670688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13670688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13670688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13670688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596807" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13670688'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596807'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596807'^^xsd:string;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13670688'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13670682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13670682> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13670682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13670682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13670682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13670682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578591" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13670682'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578591'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578591'^^xsd:string;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13670682'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924086> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13924086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595957" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13924086'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595957'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595957'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13924086'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13877763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13877763> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13877763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13877763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13877763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13877763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578560" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13877763'^^xsd:integer;
  dwc:scientificName 'Gracilaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578560'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578560'^^xsd:string;
  dwc:aphiaid '144188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13877763'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13622607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13622607> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13622607> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13622607>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13622607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13622607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610166" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13622607'^^xsd:integer;
  dwc:scientificName 'Cellepora pumicosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610166'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610166'^^xsd:string;
  dwc:aphiaid '111268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13622607'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '111268'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744615> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744615> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744615>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13744615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13744615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557016" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13744615'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557016'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557016'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13744615'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14303296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14303296> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14303296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14303296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14303296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14303296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596939" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14303296'^^xsd:integer;
  dwc:scientificName 'Pododesmus patelliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596939'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596939'^^xsd:string;
  dwc:aphiaid '138751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14303296'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '138751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14303297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14303297> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14303297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14303297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14303297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14303297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596371" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14303297'^^xsd:integer;
  dwc:scientificName 'Pododesmus patelliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596371'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596371'^^xsd:string;
  dwc:aphiaid '138751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14303297'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '138751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14303299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14303299> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14303299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14303299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14303299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14303299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596744" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14303299'^^xsd:integer;
  dwc:scientificName 'Pododesmus patelliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596744'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596744'^^xsd:string;
  dwc:aphiaid '138751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14303299'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '138751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14327410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14327410> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14327410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14327410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14327410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14327410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595960" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14327410'^^xsd:integer;
  dwc:scientificName 'Polysiphonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595960'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595960'^^xsd:string;
  dwc:aphiaid '143853'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14327410'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '143853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924084> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13924084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596845" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13924084'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596845'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596845'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13924084'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477096> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14477096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14477096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596804" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14477096'^^xsd:integer;
  dwc:scientificName 'Taonia atomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596804'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596804'^^xsd:string;
  dwc:aphiaid '145393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14477096'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14477082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14477082> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14477082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14477082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14477082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14477082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580360" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14477082'^^xsd:integer;
  dwc:scientificName 'Taonia atomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580360'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580360'^^xsd:string;
  dwc:aphiaid '145393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14477082'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924060> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13924060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578579" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13924060'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578579'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578579'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13924060'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924077> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13924077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595907" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13924077'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595907'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595907'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13924077'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924052> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13924052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580350" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13924052'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580350'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580350'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13924052'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924082> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13924082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596793" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13924082'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596793'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596793'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13924082'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924063> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13924063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579903" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13924063'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579903'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579903'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13924063'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329699> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14329699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596850" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14329699'^^xsd:integer;
  dwc:scientificName 'Polysiphonia fibrillosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596850'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596850'^^xsd:string;
  dwc:aphiaid '144634'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14329699'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '1339221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329695> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14329695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14329695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579907" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14329695'^^xsd:integer;
  dwc:scientificName 'Polysiphonia fibrillosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579907'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579907'^^xsd:string;
  dwc:aphiaid '144634'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14329695'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '1339221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13966395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13966395> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13966395> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13966395>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13966395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13966395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609275" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13966395'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609275'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609275'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13966395'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13973934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13973934> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13973934> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13973934>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13973934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13973934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609995" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13973934'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609995'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609995'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13973934'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629459> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13629459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596841" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13629459'^^xsd:integer;
  dwc:scientificName 'Ceramium secundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596841'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596841'^^xsd:string;
  dwc:aphiaid '144562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13629459'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144562'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579435> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13579435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578566" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13579435'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578566'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578566'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13579435'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14093181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14093181> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14093181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14093181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14093181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14093181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578575" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14093181'^^xsd:integer;
  dwc:scientificName 'Monosporus pedicellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578575'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578575'^^xsd:string;
  dwc:aphiaid '144599'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14093181'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144599'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14572003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14572003> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14572003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14572003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14572003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14572003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579908" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14572003'^^xsd:integer;
  dwc:scientificName 'Polysiphonia harveyi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579908'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579908'^^xsd:string;
  dwc:aphiaid '144642'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14572003'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '1027787'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579449> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13579449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596780" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13579449'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596780'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596780'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13579449'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579431> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13579431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580335" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13579431'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580335'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580335'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13579431'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579450> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13579450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596836" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13579450'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596836'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596836'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13579450'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629452> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13629452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596928" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13629452'^^xsd:integer;
  dwc:scientificName 'Ceramium secundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596928'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596928'^^xsd:string;
  dwc:aphiaid '144562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13629452'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144562'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629446> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13629446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579899" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13629446'^^xsd:integer;
  dwc:scientificName 'Ceramium secundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579899'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579899'^^xsd:string;
  dwc:aphiaid '144562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13629446'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144562'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629457> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13629457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596786" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13629457'^^xsd:integer;
  dwc:scientificName 'Ceramium secundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596786'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596786'^^xsd:string;
  dwc:aphiaid '144562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13629457'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144562'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629441> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13629441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580340" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13629441'^^xsd:integer;
  dwc:scientificName 'Ceramium secundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580340'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580340'^^xsd:string;
  dwc:aphiaid '144562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13629441'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144562'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629445> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13629445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578572" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13629445'^^xsd:integer;
  dwc:scientificName 'Ceramium secundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578572'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578572'^^xsd:string;
  dwc:aphiaid '144562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13629445'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144562'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629454> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13629454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595906" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13629454'^^xsd:integer;
  dwc:scientificName 'Ceramium secundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595906'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595906'^^xsd:string;
  dwc:aphiaid '144562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13629454'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144562'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629462> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13629462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596729" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13629462'^^xsd:integer;
  dwc:scientificName 'Ceramium secundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596729'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596729'^^xsd:string;
  dwc:aphiaid '144562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13629462'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144562'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828682> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614318" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828682'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614318'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614318'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828682'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297511> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297511> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297511>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14297511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581700" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14297511'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581700'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581700'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14297511'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297536> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14297536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597056" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14297536'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597056'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597056'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14297536'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297560> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297560> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297560>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14297560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609619" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14297560'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609619'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609619'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14297560'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297589> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297589> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297589>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14297589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609899" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14297589'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609899'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609899'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14297589'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707942> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13707942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596314" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13707942'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596314'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596314'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13707942'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297544> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14297544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596330" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14297544'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596330'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596330'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14297544'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297495> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297495> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297495>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14297495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579047" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14297495'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579047'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579047'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14297495'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14092742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14092742> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14092742> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14092742>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14092742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14092742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610213" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14092742'^^xsd:integer;
  dwc:scientificName 'Molva molva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610213'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610213'^^xsd:string;
  dwc:aphiaid '126461'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14092742'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '126461'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13683287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13683287> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13683287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13683287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13683287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13683287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614650" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13683287'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614650'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614650'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13683287'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14356477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14356477> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14356477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14356477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14356477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14356477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596969" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14356477'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596969'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596969'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14356477'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14242309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14242309> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14242309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14242309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14242309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14242309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615187" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14242309'^^xsd:integer;
  dwc:scientificName 'Patella ulyssiponensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615187'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615187'^^xsd:string;
  dwc:aphiaid '140684'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14242309'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140684'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13527924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13527924> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13527924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13527924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13527924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13527924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578504" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13527924'^^xsd:integer;
  dwc:scientificName 'Astropecten irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578504'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578504'^^xsd:string;
  dwc:aphiaid '123867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13527924'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '123867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14531183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14531183> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14531183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14531183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14531183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14531183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14531183'^^xsd:integer;
  dwc:scientificName 'Upogebia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580834'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580834'^^xsd:string;
  dwc:aphiaid '107079'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14531183'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '107079'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13487438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13487438> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13487438> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13487438>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13487438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13487438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581045" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13487438'^^xsd:integer;
  dwc:scientificName 'Archidistoma aggregatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581045'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581045'^^xsd:string;
  dwc:aphiaid '103548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13487438'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '103548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13784193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13784193> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13784193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13784193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13784193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13784193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580856" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13784193'^^xsd:integer;
  dwc:scientificName 'Entelurus aequoreus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580856'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580856'^^xsd:string;
  dwc:aphiaid '127379'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13784193'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '127379'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13987204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13987204> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13987204> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13987204>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13987204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13987204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580368" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13987204'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580368'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580368'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13987204'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580697> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13580697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579265" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13580697'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579265'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579265'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13580697'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893808> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13893808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13893808'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580891'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580891'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13893808'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698890> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13698890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733959" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13698890'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733959'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733959'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13698890'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13966393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13966393> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13966393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13966393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13966393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13966393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580859" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13966393'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580859'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580859'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13966393'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556589> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13556589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580855" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13556589'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580855'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580855'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13556589'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871046> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13871046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13871046'^^xsd:integer;
  dwc:scientificName 'Gobiusculus flavescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580862'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580862'^^xsd:string;
  dwc:aphiaid '126898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13871046'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '1526389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14221761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14221761> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14221761> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14221761>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14221761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14221761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579001" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14221761'^^xsd:integer;
  dwc:scientificName 'Pagurus cuanensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579001'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40579001'^^xsd:string;
  dwc:aphiaid '107235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14221761'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '107235'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13931466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13931466> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13931466> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13931466>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13931466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13931466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579006" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13931466'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579006'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40579006'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13931466'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13828655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13828655> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13828655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13828655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13828655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13828655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609496" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13828655'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609496'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609496'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13828655'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189968> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189968> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189968>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14189968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14189968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579019" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14189968'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579019'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40579019'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14189968'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828721> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613956" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828721'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613956'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613956'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828721'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14017511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14017511> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14017511> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14017511>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14017511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14017511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581051" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14017511'^^xsd:integer;
  dwc:scientificName 'Lissoclinum perforatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581051'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581051'^^xsd:string;
  dwc:aphiaid '103585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14017511'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '103585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13931469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13931469> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13931469> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13931469>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13931469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13931469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581029" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13931469'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581029'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581029'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13931469'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14221769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14221769> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14221769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14221769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14221769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14221769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581300" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14221769'^^xsd:integer;
  dwc:scientificName 'Pagurus cuanensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581300'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581300'^^xsd:string;
  dwc:aphiaid '107235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14221769'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107235'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14317962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14317962> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14317962> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14317962>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14317962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14317962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577782" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14317962'^^xsd:integer;
  dwc:scientificName 'Polydora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577782'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577782'^^xsd:string;
  dwc:aphiaid '129619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14317962'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '129619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698892> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13698892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733507" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13698892'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733507'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733507'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13698892'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564609> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564609> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564609>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13564609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557152" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13564609'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557152'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40557152'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13564609'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564529> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564529> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564529>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13564529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579797" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13564529'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579797'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579797'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13564529'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13551907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13551907> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13551907> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13551907>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13551907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13551907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579761" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13551907'^^xsd:integer;
  dwc:scientificName 'Bispira volutacornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579761'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579761'^^xsd:string;
  dwc:aphiaid '130875'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13551907'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '130875'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564580> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13564580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596469" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13564580'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596469'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596469'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13564580'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564619> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564619> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564619>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13564619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609705" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13564619'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609705'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609705'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13564619'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828569> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828569> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828569>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13828569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577795" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13828569'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577795'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577795'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13828569'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14221764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14221764> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14221764> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14221764>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14221764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14221764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580370" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14221764'^^xsd:integer;
  dwc:scientificName 'Pagurus cuanensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580370'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580370'^^xsd:string;
  dwc:aphiaid '107235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14221764'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '107235'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13490246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13490246> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13490246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13490246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13490246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13490246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578503" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13490246'^^xsd:integer;
  dwc:scientificName 'Arctica islandica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578503'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578503'^^xsd:string;
  dwc:aphiaid '138802'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13490246'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '138802'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190043> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14190043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609949" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14190043'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609949'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609949'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14190043'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459242> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14459242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581332" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14459242'^^xsd:integer;
  dwc:scientificName 'Sporochnus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581332'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581332'^^xsd:string;
  dwc:aphiaid '145915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14459242'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14132855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14132855> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14132855> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14132855>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14132855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14132855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577778" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14132855'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577778'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577778'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14132855'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729138> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729138> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729138>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13729138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608962" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13729138'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608962'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608962'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13729138'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13729166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13729166> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13729166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13729166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13729166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13729166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614515" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13729166'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614515'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614515'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13729166'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13893783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13893783> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13893783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13893783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13893783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13893783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598230" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13893783'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598230'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598230'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13893783'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13580674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13580674> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13580674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13580674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13580674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13580674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598211" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13580674'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598211'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598211'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13580674'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462043> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13462043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733761" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13462043'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733761'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733761'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13462043'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13662522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13662522> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13662522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13662522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13662522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13662522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614323" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13662522'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614323'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614323'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13662522'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763719> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13763719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614779" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13763719'^^xsd:integer;
  dwc:scientificName 'Dynamena pumila'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614779'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614779'^^xsd:string;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13763719'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13580678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13580678> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13580678> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13580678>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13580678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13580678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577810" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13580678'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577810'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577810'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13580678'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13580679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13580679> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13580679> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13580679>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13580679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13580679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578660" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13580679'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578660'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40578660'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13580679'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13729125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13729125> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13729125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13729125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13729125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13729125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556960" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13729125'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556960'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556960'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13729125'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13729126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13729126> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13729126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13729126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13729126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13729126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609916" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13729126'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609916'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609916'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13729126'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14316688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14316688> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14316688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14316688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14316688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14316688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609574" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14316688'^^xsd:integer;
  dwc:scientificName 'Polyclinum aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609574'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609574'^^xsd:string;
  dwc:aphiaid '103674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14316688'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132910> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14132910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609560" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14132910'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609560'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609560'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14132910'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14512177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14512177> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14512177> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14512177>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14512177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14512177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580617" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14512177'^^xsd:integer;
  dwc:scientificName 'Trivia arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580617'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580617'^^xsd:string;
  dwc:aphiaid '141741'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14512177'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '141741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14266538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14266538> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14266538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14266538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14266538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14266538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581304" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14266538'^^xsd:integer;
  dwc:scientificName 'Philine aperta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581304'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581304'^^xsd:string;
  dwc:aphiaid '140744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14266538'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '140744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580715> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13580715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581315" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13580715'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581315'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581315'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13580715'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564596> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13564596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609762" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13564596'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609762'^^xsd:string;
  dwc:yearCollected '1999'^^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.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609762'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13564596'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14356511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14356511> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14356511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14356511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14356511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14356511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608991" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14356511'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608991'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608991'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14356511'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14512169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14512169> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14512169> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14512169>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14512169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14512169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579004" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14512169'^^xsd:integer;
  dwc:scientificName 'Trivia arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579004'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40579004'^^xsd:string;
  dwc:aphiaid '141741'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14512169'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '141741'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893837> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13893837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610108" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13893837'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610108'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610108'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13893837'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13527936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13527936> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13527936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13527936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13527936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13527936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609624" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13527936'^^xsd:integer;
  dwc:scientificName 'Astropecten irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609624'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609624'^^xsd:string;
  dwc:aphiaid '123867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13527936'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '123867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13987249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13987249> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13987249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13987249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13987249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13987249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607250" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13987249'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607250'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607250'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13987249'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13407848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13407848> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13407848> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13407848>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13407848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13407848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609121" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13407848'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609121'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609121'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13407848'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735517> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13735517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614504" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13735517'^^xsd:integer;
  dwc:scientificName 'Dercitus bucklandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614504'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614504'^^xsd:string;
  dwc:aphiaid '134068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13735517'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '555677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13683229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13683229> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13683229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13683229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13683229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13683229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598163" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13683229'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598163'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598163'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13683229'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683239> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683239> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683239>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13683239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579747" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13683239'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579747'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579747'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13683239'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13407841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13407841> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13407841> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13407841>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13407841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13407841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579758" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13407841'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579758'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579758'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13407841'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580714> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13580714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580861" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13580714'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580861'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580861'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13580714'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14370296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14370296> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14370296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14370296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14370296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14370296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598209" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14370296'^^xsd:integer;
  dwc:scientificName 'Pyura microcosmus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598209'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598209'^^xsd:string;
  dwc:aphiaid '103851'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14370296'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '103851'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14377172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14377172> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14377172> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14377172>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14377172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14377172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557026" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14377172'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557026'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40557026'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14377172'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14380367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14380367> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14380367> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14380367>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14380367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14380367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610217" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14380367'^^xsd:integer;
  dwc:scientificName 'Rhodophyllis divaricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610217'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610217'^^xsd:string;
  dwc:aphiaid '145617'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14380367'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '145617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828639> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828639> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828639>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13828639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610207" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13828639'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610207'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610207'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13828639'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460108> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460108> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460108>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14460108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581677" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14460108'^^xsd:integer;
  dwc:scientificName 'Stelligera rigida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581677'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581677'^^xsd:string;
  dwc:aphiaid '134174'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14460108'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1424275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13729123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13729123> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13729123> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13729123>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13729123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13729123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609468" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13729123'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609468'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609468'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13729123'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14132897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14132897> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14132897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14132897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14132897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14132897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609750" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14132897'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609750'^^xsd:string;
  dwc:yearCollected '1999'^^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.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609750'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14132897'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14386504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14386504> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14386504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14386504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14386504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14386504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609753" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14386504'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609753'^^xsd:string;
  dwc:yearCollected '1999'^^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.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609753'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14386504'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743736> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13743736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597077" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13743736'^^xsd:integer;
  dwc:scientificName 'Dictyosiphon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597077'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597077'^^xsd:string;
  dwc:aphiaid '144067'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13743736'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144067'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288209> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14288209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597054" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14288209'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597054'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597054'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14288209'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838572> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13838572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597057" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13838572'^^xsd:integer;
  dwc:scientificName 'Furcellaria lumbricalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597057'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597057'^^xsd:string;
  dwc:aphiaid '145620'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13838572'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145620'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376210> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14376210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597071" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14376210'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597071'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597071'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14376210'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13915288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13915288> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13915288> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13915288>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13915288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13915288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609615" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13915288'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609615'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609615'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13915288'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915297> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915297> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915297>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13915297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13915297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609227" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13915297'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609227'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609227'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13915297'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886964> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13886964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614778" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13886964'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614778'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614778'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13886964'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828649> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828649> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828649>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13828649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609370" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13828649'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609370'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609370'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13828649'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132901> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14132901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609629" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14132901'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609629'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609629'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14132901'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132902> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14132902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557110" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14132902'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557110'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557110'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14132902'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14332649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14332649> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14332649> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14332649>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14332649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14332649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614745" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14332649'^^xsd:integer;
  dwc:scientificName 'Polysyncraton lacazei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614745'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614745'^^xsd:string;
  dwc:aphiaid '103593'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14332649'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103593'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14426460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14426460> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14426460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14426460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14426460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14426460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607500" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14426460'^^xsd:integer;
  dwc:scientificName 'Sertularia cupressina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607500'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607500'^^xsd:string;
  dwc:aphiaid '117913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14426460'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '117913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14376232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14376232> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14376232> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14376232>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14376232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14376232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556989" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14376232'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556989'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556989'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14376232'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460102> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460102> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460102>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14460102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579749" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14460102'^^xsd:integer;
  dwc:scientificName 'Stelligera rigida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579749'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579749'^^xsd:string;
  dwc:aphiaid '134174'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14460102'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1424275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376225> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14376225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596472" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14376225'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596472'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596472'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14376225'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743745> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13743745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596479" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13743745'^^xsd:integer;
  dwc:scientificName 'Dictyosiphon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596479'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596479'^^xsd:string;
  dwc:aphiaid '144067'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13743745'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144067'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14433747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14433747> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14433747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14433747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14433747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14433747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596474" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14433747'^^xsd:integer;
  dwc:scientificName 'Sphacelaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596474'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596474'^^xsd:string;
  dwc:aphiaid '144272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14433747'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838578> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13838578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596463" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13838578'^^xsd:integer;
  dwc:scientificName 'Furcellaria lumbricalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596463'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596463'^^xsd:string;
  dwc:aphiaid '145620'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13838578'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145620'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14607453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14607453> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14607453> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14607453>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14607453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14607453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609134" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14607453'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609134'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609134'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14607453'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14376234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14376234> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14376234> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14376234>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14376234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14376234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557185" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14376234'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557185'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557185'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14376234'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14276822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14276822> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14276822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14276822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14276822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14276822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609627" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14276822'^^xsd:integer;
  dwc:scientificName 'Phorbas fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609627'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609627'^^xsd:string;
  dwc:aphiaid '133679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14276822'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388197> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14388197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609831" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14388197'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609831'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609831'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14388197'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108768> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14108768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615348" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14108768'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615348'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615348'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14108768'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108770> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14108770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614489" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14108770'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614489'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614489'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14108770'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915265> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13915265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13915265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580846" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13915265'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580846'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580846'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13915265'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627197> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13627197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581321" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13627197'^^xsd:integer;
  dwc:scientificName 'Ceramium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581321'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581321'^^xsd:string;
  dwc:aphiaid '144546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13627197'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492188> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13492188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598013" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13492188'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598013'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598013'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13492188'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14108737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14108737> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14108737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14108737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14108737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14108737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733663" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14108737'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733663'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733663'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14108737'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483506> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14483506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14483506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581297" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14483506'^^xsd:integer;
  dwc:scientificName 'Terebellidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581297'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581297'^^xsd:string;
  dwc:aphiaid '982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14483506'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13915245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13915245> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13915245> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13915245>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13915245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13915245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579017" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13915245'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579017'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40579017'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13915245'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13973930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13973930> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13973930> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13973930>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13973930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13973930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579052" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13973930'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579052'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579052'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13973930'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14353676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14353676> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14353676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14353676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14353676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14353676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598173" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14353676'^^xsd:integer;
  dwc:scientificName 'Prostheceraeus vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598173'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598173'^^xsd:string;
  dwc:aphiaid '142820'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14353676'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '142820'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14355837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14355837> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14355837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14355837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14355837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14355837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598177" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14355837'^^xsd:integer;
  dwc:scientificName 'Protula tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598177'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598177'^^xsd:string;
  dwc:aphiaid '131035'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14355837'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '131035'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649943> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13649943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596635" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13649943'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596635'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596635'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13649943'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108756> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14108756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614975" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14108756'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614975'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614975'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14108756'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13886937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13886937> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13886937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13886937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13886937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13886937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596585" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13886937'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596585'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596585'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13886937'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14388165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14388165> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14388165> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14388165>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14388165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14388165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577783" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14388165'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577783'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577783'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14388165'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13655390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13655390> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13655390> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13655390>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13655390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13655390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556992" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13655390'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556992'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556992'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13655390'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459252> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459252> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459252>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14459252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609507" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14459252'^^xsd:integer;
  dwc:scientificName 'Sporochnus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609507'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609507'^^xsd:string;
  dwc:aphiaid '145915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14459252'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14312076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14312076> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14312076> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14312076>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14312076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14312076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610125" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14312076'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610125'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610125'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14312076'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050960> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733308" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050960'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733308'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733308'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050960'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655362> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13655362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597079" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13655362'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597079'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597079'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13655362'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627198> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13627198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13627198'^^xsd:integer;
  dwc:scientificName 'Ceramium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597062'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597062'^^xsd:string;
  dwc:aphiaid '144546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13627198'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492242> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597803" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492242'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597803'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597803'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492242'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492243> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597680" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492243'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597680'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597680'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492243'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13512782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13512782> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13512782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13512782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13512782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13512782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581335" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13512782'^^xsd:integer;
  dwc:scientificName 'Asperococcus bullosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581335'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581335'^^xsd:string;
  dwc:aphiaid '145311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13512782'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13492260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13492260> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13492260> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13492260>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13492260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13492260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609353" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13492260'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609353'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609353'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13492260'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13655391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13655391> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13655391> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13655391>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13655391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13655391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609363" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13655391'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609363'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609363'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13655391'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359701> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13359701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615497" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13359701'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615497'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615497'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13359701'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359702> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13359702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614442" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13359702'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614442'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614442'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13359702'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018446> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13018446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614439" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13018446'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614439'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614439'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13018446'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018447> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13018447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615768" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13018447'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615768'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615768'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13018447'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018448> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13018448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614681" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13018448'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614681'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614681'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13018448'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018453> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13018453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614781" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13018453'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614781'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614781'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13018453'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13712319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13712319> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13712319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13712319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13712319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13712319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609636" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13712319'^^xsd:integer;
  dwc:scientificName 'Crisia eburnea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609636'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609636'^^xsd:string;
  dwc:aphiaid '111696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13712319'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '111696'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13505614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13505614> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13505614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13505614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13505614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13505614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614087" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13505614'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614087'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614087'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13505614'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050987> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14050987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598045" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14050987'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598045'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598045'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14050987'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492184> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13492184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598148" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13492184'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598148'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598148'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13492184'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359705> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13359705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614786" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13359705'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614786'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614786'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13359705'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621406> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621406> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621406>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13621406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579015" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13621406'^^xsd:integer;
  dwc:scientificName 'Cellaria fistulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579015'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40579015'^^xsd:string;
  dwc:aphiaid '111257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13621406'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '111257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276788> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276788> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276788>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14276788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578987" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14276788'^^xsd:integer;
  dwc:scientificName 'Phorbas fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578987'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578987'^^xsd:string;
  dwc:aphiaid '133679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14276788'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627206> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13627206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596338" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13627206'^^xsd:integer;
  dwc:scientificName 'Ceramium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596338'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596338'^^xsd:string;
  dwc:aphiaid '144546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13627206'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655372> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13655372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13655372'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596365'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596365'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13655372'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492247> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597622" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492247'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597622'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597622'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492247'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14460119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14460119> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14460119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14460119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14460119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14460119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614305" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14460119'^^xsd:integer;
  dwc:scientificName 'Stelligera rigida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614305'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614305'^^xsd:string;
  dwc:aphiaid '134174'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14460119'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '1424275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14413650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14413650> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14413650> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14413650>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14413650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14413650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613907" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14413650'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613907'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613907'^^xsd:string;
  dwc:aphiaid '110866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14413650'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '110866'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607466> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607466> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607466>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14607466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614165" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14607466'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614165'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614165'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14607466'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14376233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14376233> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14376233> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14376233>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14376233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14376233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609358" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14376233'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609358'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609358'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14376233'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14132950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14132950> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14132950> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14132950>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14132950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14132950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614829" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14132950'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614829'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614829'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14132950'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14012711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14012711> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14012711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14012711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14012711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14012711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607333" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14012711'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607333'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607333'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14012711'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13492259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13492259> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13492259> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13492259>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13492259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13492259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608981" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13492259'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608981'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608981'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13492259'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012688> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14012688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581303" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14012688'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581303'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581303'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14012688'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388180> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388180> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388180>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14388180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580614" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14388180'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580614'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580614'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14388180'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14388190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14388190> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14388190> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14388190>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14388190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14388190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609377" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14388190'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609377'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609377'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14388190'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14376235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14376235> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14376235> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14376235>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14376235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14376235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609022" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14376235'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609022'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609022'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14376235'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14433746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14433746> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14433746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14433746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14433746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14433746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596356" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14433746'^^xsd:integer;
  dwc:scientificName 'Sphacelaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596356'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596356'^^xsd:string;
  dwc:aphiaid '144272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14433746'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915274> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13915274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596306" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13915274'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596306'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596306'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13915274'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490036> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14490036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733653" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14490036'^^xsd:integer;
  dwc:scientificName 'Tetrastemma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733653'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733653'^^xsd:string;
  dwc:aphiaid '122419'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14490036'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '122419'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050944> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733665" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050944'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733665'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733665'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050944'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050943> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733894" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050943'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733894'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733894'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050943'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596433> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14596433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615089" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14596433'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615089'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615089'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14596433'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13637870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13637870> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13637870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13637870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13637870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13637870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607459" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13637870'^^xsd:integer;
  dwc:scientificName 'Chaetopterus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607459'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607459'^^xsd:string;
  dwc:aphiaid '129229'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13637870'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '129229'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14416155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14416155> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14416155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14416155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14416155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14416155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596312" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14416155'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596312'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596312'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14416155'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535433> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535433> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535433>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14535433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608913" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14535433'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608913'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608913'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14535433'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14535446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14535446> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14535446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14535446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14535446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14535446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609752" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14535446'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609752'^^xsd:string;
  dwc:yearCollected '1999'^^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.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609752'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14535446'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535471> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14535471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610053" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14535471'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610053'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610053'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14535471'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535482> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14535482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608987" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14535482'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608987'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608987'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14535482'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14468713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14468713> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14468713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14468713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14468713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14468713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615567" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14468713'^^xsd:integer;
  dwc:scientificName 'Suberites'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615567'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615567'^^xsd:string;
  dwc:aphiaid '132072'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14468713'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '132072'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13858609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13858609> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13858609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13858609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13858609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13858609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598190" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13858609'^^xsd:integer;
  dwc:scientificName 'Gibbula tumida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598190'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598190'^^xsd:string;
  dwc:aphiaid '141799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13858609'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '1477356'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14201718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14201718> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14201718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14201718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14201718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14201718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614677" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14201718'^^xsd:integer;
  dwc:scientificName 'Ophlitaspongia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614677'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614677'^^xsd:string;
  dwc:aphiaid '131873'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14201718'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '131873'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14535444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14535444> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14535444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14535444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14535444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14535444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610271" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14535444'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610271'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610271'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14535444'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827034> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13827034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615261" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13827034'^^xsd:integer;
  dwc:scientificName 'Filograna implexa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615261'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615261'^^xsd:string;
  dwc:aphiaid '130989'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13827034'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '130989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13791239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13791239> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13791239> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13791239>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13791239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13791239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579755" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13791239'^^xsd:integer;
  dwc:scientificName 'Epizoanthus couchii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579755'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579755'^^xsd:string;
  dwc:aphiaid '101025'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13791239'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '101025'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14416157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14416157> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14416157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14416157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14416157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14416157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596456" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14416157'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596456'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596456'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14416157'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535434> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535434> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535434>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14535434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609672" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14535434'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609672'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609672'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14535434'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535534> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14535534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615257" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14535534'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615257'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615257'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14535534'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535373> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535373> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535373>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14535373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579756" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14535373'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579756'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579756'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14535373'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13482476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13482476> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13482476> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13482476>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13482476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13482476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577804" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13482476'^^xsd:integer;
  dwc:scientificName 'Aplidium nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577804'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577804'^^xsd:string;
  dwc:aphiaid '103656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13482476'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '103656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14120719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14120719> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14120719> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14120719>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14120719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14120719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577789" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14120719'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577789'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577789'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14120719'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14283070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14283070> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14283070> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14283070>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14283070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14283070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608963" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14283070'^^xsd:integer;
  dwc:scientificName 'Phycodrys rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608963'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608963'^^xsd:string;
  dwc:aphiaid '144773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14283070'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '144773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676350> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13676350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614502" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13676350'^^xsd:integer;
  dwc:scientificName 'Clathrina coriacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614502'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614502'^^xsd:string;
  dwc:aphiaid '132277'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13676350'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '132277'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676353> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13676353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614776" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13676353'^^xsd:integer;
  dwc:scientificName 'Clathrina coriacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614776'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614776'^^xsd:string;
  dwc:aphiaid '132277'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13676353'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '132277'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336263> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607251" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336263'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607251'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607251'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336263'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413644> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13413644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597017" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13413644'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597017'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597017'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13413644'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956031> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13956031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597052" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13956031'^^xsd:integer;
  dwc:scientificName 'Jania'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597052'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597052'^^xsd:string;
  dwc:aphiaid '144012'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13956031'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144012'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543372> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14543372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597033" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14543372'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597033'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597033'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14543372'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197573> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197573> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197573>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14197573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578887" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14197573'^^xsd:integer;
  dwc:scientificName 'Ophiura albida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578887'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578887'^^xsd:string;
  dwc:aphiaid '124913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14197573'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359657> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13359657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596323" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13359657'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596323'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596323'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13359657'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413651> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13413651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596281" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13413651'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596281'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596281'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13413651'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14543383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14543383> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14543383> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14543383>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14543383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14543383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608915" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14543383'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608915'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608915'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14543383'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13413663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13413663> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13413663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13413663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13413663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13413663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609749" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13413663'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609749'^^xsd:string;
  dwc:yearCollected '1999'^^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.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609749'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13413663'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14543389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14543389> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14543389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14543389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14543389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14543389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609755" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14543389'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609755'^^xsd:string;
  dwc:yearCollected '1999'^^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.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609755'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14543389'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13647651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13647651> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13647651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13647651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13647651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13647651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610055" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13647651'^^xsd:integer;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610055'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610055'^^xsd:string;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13647651'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018469> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13018469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615185" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13018469'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615185'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615185'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13018469'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276796> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14276796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596945" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14276796'^^xsd:integer;
  dwc:scientificName 'Phorbas fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596945'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596945'^^xsd:string;
  dwc:aphiaid '133679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14276796'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14276821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14276821> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14276821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14276821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14276821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14276821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609828" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14276821'^^xsd:integer;
  dwc:scientificName 'Phorbas fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609828'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609828'^^xsd:string;
  dwc:aphiaid '133679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14276821'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13647649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13647649> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13647649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13647649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13647649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13647649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609237" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13647649'^^xsd:integer;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609237'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609237'^^xsd:string;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13647649'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14543396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14543396> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14543396> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14543396>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14543396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14543396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556980" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14543396'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556980'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556980'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14543396'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13359677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13359677> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13359677> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13359677>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13359677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13359677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609897" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13359677'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609897'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609897'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13359677'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589759> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14589759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733960" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14589759'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733960'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733960'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14589759'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348466> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14348466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733961" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14348466'^^xsd:integer;
  dwc:scientificName 'Portunidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733961'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733961'^^xsd:string;
  dwc:aphiaid '106763'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14348466'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '106763'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366777> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733956" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366777'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733956'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733956'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366777'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756128> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13756128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733966" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13756128'^^xsd:integer;
  dwc:scientificName 'Diptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733966'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733966'^^xsd:string;
  dwc:aphiaid '118088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13756128'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '118088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14543371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14543371> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14543371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14543371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14543371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14543371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580839" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14543371'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580839'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580839'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14543371'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655376> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13655376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596480" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13655376'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596480'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596480'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13655376'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359693> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13359693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614976" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13359693'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614976'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614976'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13359693'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13359603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13359603> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13359603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13359603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13359603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13359603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598215" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13359603'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598215'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598215'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13359603'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489424> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489424> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489424>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14489424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609215" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14489424'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609215'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609215'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14489424'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676342> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13676342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615563" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13676342'^^xsd:integer;
  dwc:scientificName 'Clathrina coriacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615563'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615563'^^xsd:string;
  dwc:aphiaid '132277'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13676342'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '132277'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535513> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14535513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614079" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14535513'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614079'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614079'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14535513'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535478> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535478> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535478>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14535478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609398" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14535478'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609398'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609398'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14535478'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328959> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14328959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581328" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14328959'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581328'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581328'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14328959'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328971> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14328971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596471" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14328971'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596471'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596471'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14328971'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535528> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535528> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535528>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14535528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614830" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14535528'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614830'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614830'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14535528'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14030447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14030447> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14030447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14030447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14030447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14030447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597602" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14030447'^^xsd:integer;
  dwc:scientificName 'Littorina obtusata/mariae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597602'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597602'^^xsd:string;
  dwc:aphiaid '138135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14030447'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '138135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14172409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14172409> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14172409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14172409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14172409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14172409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615760" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14172409'^^xsd:integer;
  dwc:scientificName 'Obelia dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615760'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615760'^^xsd:string;
  dwc:aphiaid '117386'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14172409'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '117386'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211761> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211761> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211761>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14211761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614821" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14211761'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614821'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614821'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14211761'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211762> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211762> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211762>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14211762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615475" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14211762'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615475'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615475'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14211762'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492196> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13492196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597721" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13492196'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597721'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597721'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13492196'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489412> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14489412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609284" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14489412'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609284'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609284'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14489412'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424560> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13424560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609822" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13424560'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609822'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609822'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13424560'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13721369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13721369> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13721369> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13721369>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13721369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13721369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609136" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13721369'^^xsd:integer;
  dwc:scientificName 'Ctenolabrus rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609136'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609136'^^xsd:string;
  dwc:aphiaid '126964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13721369'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '126964'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523615> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14523615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615078" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14523615'^^xsd:integer;
  dwc:scientificName 'Tubularia indivisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615078'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615078'^^xsd:string;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14523615'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13577639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13577639> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13577639> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13577639>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13577639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13577639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609129" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13577639'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609129'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609129'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13577639'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737976> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737976> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737976>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13737976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609362" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13737976'^^xsd:integer;
  dwc:scientificName 'Desmarestia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609362'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609362'^^xsd:string;
  dwc:aphiaid '145310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13737976'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14392961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14392961> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14392961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14392961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14392961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14392961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598170" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14392961'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598170'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598170'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14392961'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13424431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13424431> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13424431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13424431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13424431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13424431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598167" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13424431'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598167'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598167'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13424431'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697123> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13697123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733256" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13697123'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733256'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733256'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13697123'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590683> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732985" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590683'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732985'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732985'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590683'^^xsd:string;
  dwc:observationDate '1999-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621907> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732878" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621907'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732878'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732878'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621907'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589755> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14589755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14589755'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733891'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733891'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14589755'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756123> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13756123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13756123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733895" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13756123'^^xsd:integer;
  dwc:scientificName 'Diptera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733895'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733895'^^xsd:string;
  dwc:aphiaid '118088'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13756123'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '118088'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14279006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14279006> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14279006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14279006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14279006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14279006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614660" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14279006'^^xsd:integer;
  dwc:scientificName 'Phoronis hippocrepia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614660'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614660'^^xsd:string;
  dwc:aphiaid '128548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14279006'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '128548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366758> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733889" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366758'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733889'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733889'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366758'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366759> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733656" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366759'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733656'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733656'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366759'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655400> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13655400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614383" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13655400'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614383'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614383'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13655400'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460037> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13460037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596592" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13460037'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596592'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596592'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13460037'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424523> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13424523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596591" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13424523'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596591'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596591'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13424523'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13460040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13460040> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13460040> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13460040>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13460040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13460040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610179" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13460040'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610179'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610179'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13460040'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050929> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732986" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050929'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732986'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732986'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050929'^^xsd:string;
  dwc:observationDate '1999-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413642> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13413642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580828" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13413642'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580828'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580828'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13413642'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359649> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13359649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13359649'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580866'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580866'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13359649'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953201> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13953201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596958" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13953201'^^xsd:integer;
  dwc:scientificName 'Inachus phalangium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596958'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596958'^^xsd:string;
  dwc:aphiaid '107333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13953201'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '107333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621881> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733893" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621881'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733893'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733893'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621881'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14601112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14601112> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14601112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14601112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14601112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14601112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607453" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14601112'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607453'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607453'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14601112'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590680> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733138" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590680'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733138'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733138'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590680'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907438> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13907438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733136" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13907438'^^xsd:integer;
  dwc:scientificName 'Haustorius arenarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733136'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733136'^^xsd:string;
  dwc:aphiaid '102317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13907438'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '102317'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14120757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14120757> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14120757> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14120757>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14120757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14120757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609126" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14120757'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609126'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609126'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14120757'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13535518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13535518> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13535518> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13535518>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13535518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13535518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607347" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13535518'^^xsd:integer;
  dwc:scientificName 'Axinella dissimilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607347'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607347'^^xsd:string;
  dwc:aphiaid '132473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13535518'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '132473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336241> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14336241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609824" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14336241'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609824'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609824'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14336241'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489400> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489400> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489400>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14489400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14489400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609117" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14489400'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609117'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609117'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14489400'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737977> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737977> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737977>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13737977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610050" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13737977'^^xsd:integer;
  dwc:scientificName 'Desmarestia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610050'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610050'^^xsd:string;
  dwc:aphiaid '145310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13737977'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12455461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12455461> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12455461> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12455461>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12455461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:12455461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609699" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '12455461'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609699'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609699'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:12455461'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748908> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748908> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748908>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13748908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579785" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13748908'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579785'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579785'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13748908'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13953210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13953210> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13953210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13953210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13953210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13953210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581301" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13953210'^^xsd:integer;
  dwc:scientificName 'Inachus phalangium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581301'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581301'^^xsd:string;
  dwc:aphiaid '107333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13953210'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827875> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827875> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827875>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13827875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13827875'^^xsd:integer;
  dwc:scientificName 'Flabellina pedata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614834'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614834'^^xsd:string;
  dwc:aphiaid '139993'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13827875'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1047602'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14425452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14425452> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14425452> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14425452>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14425452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14425452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581180" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14425452'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581180'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581180'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14425452'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535466> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14535466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609948" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14535466'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609948'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609948'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14535466'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13577626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13577626> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13577626> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13577626>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13577626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13577626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579779" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13577626'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579779'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579779'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13577626'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13535510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13535510> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13535510> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13535510>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13535510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13535510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579748" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13535510'^^xsd:integer;
  dwc:scientificName 'Axinella dissimilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579748'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579748'^^xsd:string;
  dwc:aphiaid '132473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13535510'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '132473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120722> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120722> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120722>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14120722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579767" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14120722'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579767'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579767'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14120722'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14283071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14283071> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14283071> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14283071>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14283071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14283071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557151" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14283071'^^xsd:integer;
  dwc:scientificName 'Phycodrys rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557151'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40557151'^^xsd:string;
  dwc:aphiaid '144773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14283071'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424576> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13424576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613963" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13424576'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613963'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613963'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13424576'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13827866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13827866> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13827866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13827866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13827866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13827866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598193" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13827866'^^xsd:integer;
  dwc:scientificName 'Flabellina pedata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598193'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598193'^^xsd:string;
  dwc:aphiaid '139993'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13827866'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '1047602'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13460011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13460011> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13460011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13460011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13460011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13460011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598169" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13460011'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598169'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598169'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13460011'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718174> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718174> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718174>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13718174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579794" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13718174'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579794'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579794'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13718174'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621878> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733759" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621878'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733759'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733759'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621878'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13718232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13718232> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13718232> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13718232>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13718232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13718232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557148" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13718232'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557148'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40557148'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13718232'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13917825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13917825> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13917825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13917825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13917825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13917825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596453" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13917825'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596453'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596453'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13917825'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478713> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478713> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478713>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14478713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614747" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14478713'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614747'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614747'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14478713'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13718241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13718241> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13718241> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13718241>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13718241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13718241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614694" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13718241'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614694'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614694'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13718241'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324331> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324331> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324331>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14324331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14324331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609606" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14324331'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609606'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609606'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14324331'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590694> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732882" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590694'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732882'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732882'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590694'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14425453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14425453> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14425453> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14425453>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14425453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14425453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581009" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14425453'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581009'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581009'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14425453'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392971> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392971> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392971>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14392971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581013" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14392971'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581013'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581013'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14392971'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14005075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14005075> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14005075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14005075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14005075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14005075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577587" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14005075'^^xsd:integer;
  dwc:scientificName 'Leucosolenia complicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577587'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577587'^^xsd:string;
  dwc:aphiaid '132219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14005075'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '132219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482492> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13482492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13482492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615272" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13482492'^^xsd:integer;
  dwc:scientificName 'Aplidium nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615272'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615272'^^xsd:string;
  dwc:aphiaid '103656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13482492'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '103656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13748946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13748946> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13748946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13748946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13748946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13748946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615157" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13748946'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615157'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615157'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13748946'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458756> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458756> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458756>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13458756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581685" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13458756'^^xsd:integer;
  dwc:scientificName 'Anapagurus hyndmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581685'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581685'^^xsd:string;
  dwc:aphiaid '107217'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13458756'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107217'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766528> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13766528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615353" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13766528'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615353'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615353'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13766528'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13884230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13884230> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13884230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13884230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13884230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13884230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557109" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13884230'^^xsd:integer;
  dwc:scientificName 'Halecium halecinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557109'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557109'^^xsd:string;
  dwc:aphiaid '231751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13884230'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324391> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13324391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614661" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13324391'^^xsd:integer;
  dwc:scientificName 'Ascidiacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614661'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614661'^^xsd:string;
  dwc:aphiaid '1839'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13324391'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '1839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404276> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13404276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614789" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13404276'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614789'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614789'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13404276'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689772> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13689772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13689772'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615194'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615194'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13689772'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404281> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13404281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615183" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13404281'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615183'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615183'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13404281'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018461> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13018461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614486" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13018461'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614486'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614486'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13018461'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359717> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13359717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615193" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13359717'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615193'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615193'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13359717'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424575> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13424575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614313" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13424575'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614313'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614313'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13424575'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721361> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721361> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721361>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13721361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580633" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13721361'^^xsd:integer;
  dwc:scientificName 'Ctenolabrus rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580633'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580633'^^xsd:string;
  dwc:aphiaid '126964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13721361'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '126964'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13737970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13737970> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13737970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13737970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13737970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13737970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610104" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13737970'^^xsd:integer;
  dwc:scientificName 'Desmarestia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610104'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610104'^^xsd:string;
  dwc:aphiaid '145310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13737970'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14543353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14543353> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14543353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14543353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14543353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14543353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596965" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14543353'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596965'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596965'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14543353'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14543385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14543385> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14543385> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14543385>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14543385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14543385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609881" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14543385'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609881'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609881'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14543385'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13359673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13359673> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13359673> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13359673>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13359673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13359673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610294" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13359673'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610294'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610294'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13359673'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14543395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14543395> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14543395> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14543395>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14543395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14543395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610071" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14543395'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610071'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610071'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14543395'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018463> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13018463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615762" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13018463'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615762'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615762'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13018463'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018464> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13018464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614792" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13018464'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614792'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614792'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13018464'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13359666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13359666> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13359666> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13359666>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13359666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13359666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610258" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13359666'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610258'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610258'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13359666'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956078> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13956078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596325" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13956078'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596325'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596325'^^xsd:string;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13956078'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13724193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13724193> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13724193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13724193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13724193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13724193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596354" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13724193'^^xsd:integer;
  dwc:scientificName 'Cutleria multifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596354'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596354'^^xsd:string;
  dwc:aphiaid '145297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13724193'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145297'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13766505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13766505> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13766505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13766505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13766505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13766505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596280" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13766505'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596280'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596280'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13766505'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13884233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13884233> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13884233> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13884233>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13884233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13884233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610067" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13884233'^^xsd:integer;
  dwc:scientificName 'Halecium halecinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610067'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610067'^^xsd:string;
  dwc:aphiaid '231751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13884233'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558632> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13558632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580819" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13558632'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580819'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580819'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13558632'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13632824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13632824> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13632824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13632824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13632824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13632824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580806" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13632824'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580806'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580806'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13632824'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14425473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14425473> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14425473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14425473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14425473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14425473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596589" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14425473'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596589'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596589'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14425473'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14171446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14171446> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14171446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14171446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14171446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14171446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596590" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14171446'^^xsd:integer;
  dwc:scientificName 'Obelia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596590'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596590'^^xsd:string;
  dwc:aphiaid '117034'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14171446'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '117034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14005085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14005085> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14005085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14005085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14005085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14005085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615242" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14005085'^^xsd:integer;
  dwc:scientificName 'Leucosolenia complicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615242'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615242'^^xsd:string;
  dwc:aphiaid '132219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14005085'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '132219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336214> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14336214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596446" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14336214'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596446'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596446'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14336214'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13891661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13891661> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13891661> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13891661>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13891661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13891661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614824" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13891661'^^xsd:integer;
  dwc:scientificName 'Haliclona oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614824'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614824'^^xsd:string;
  dwc:aphiaid '236327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13891661'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132833'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577655> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577655> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577655>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13577655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13577655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614839" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13577655'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614839'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614839'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13577655'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564575> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13564575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596794" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13564575'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596794'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596794'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13564575'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14301850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14301850> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14301850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14301850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14301850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14301850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580283" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14301850'^^xsd:integer;
  dwc:scientificName 'Plumularia setacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580283'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580283'^^xsd:string;
  dwc:aphiaid '117824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14301850'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117824'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564542> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13564542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580351" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13564542'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580351'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580351'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13564542'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376206> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14376206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579909" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14376206'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579909'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579909'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14376206'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627192> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13627192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579897" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13627192'^^xsd:integer;
  dwc:scientificName 'Ceramium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579897'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579897'^^xsd:string;
  dwc:aphiaid '144546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13627192'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627193> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13627193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579898" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13627193'^^xsd:integer;
  dwc:scientificName 'Ceramium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579898'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579898'^^xsd:string;
  dwc:aphiaid '144546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13627193'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13838569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13838569> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13838569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13838569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13838569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13838569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579890" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13838569'^^xsd:integer;
  dwc:scientificName 'Furcellaria lumbricalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579890'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579890'^^xsd:string;
  dwc:aphiaid '145620'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13838569'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145620'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13421408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13421408> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13421408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13421408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13421408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13421408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579867" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13421408'^^xsd:integer;
  dwc:scientificName 'Alcyonidium gelatinosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579867'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579867'^^xsd:string;
  dwc:aphiaid '111600'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13421408'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '111600'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288202> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14288202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579886" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14288202'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579886'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579886'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14288202'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627207> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13627207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596785" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13627207'^^xsd:integer;
  dwc:scientificName 'Ceramium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596785'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596785'^^xsd:string;
  dwc:aphiaid '144546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13627207'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649919> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13649919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578564" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13649919'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578564'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578564'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13649919'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416153> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13416153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578561" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13416153'^^xsd:integer;
  dwc:scientificName 'Ahnfeltia plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578561'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578561'^^xsd:string;
  dwc:aphiaid '144422'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13416153'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508246> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13508246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578554" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13508246'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578554'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578554'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13508246'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380351> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14380351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578567" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14380351'^^xsd:integer;
  dwc:scientificName 'Rhodophyllis divaricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578567'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578567'^^xsd:string;
  dwc:aphiaid '145617'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14380351'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649933> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13649933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595899" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13649933'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595899'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595899'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13649933'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416161> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13416161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13416161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595895" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13416161'^^xsd:integer;
  dwc:scientificName 'Ahnfeltia plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595895'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595895'^^xsd:string;
  dwc:aphiaid '144422'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13416161'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508263> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13508263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13508263'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595891'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595891'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13508263'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413653> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13413653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596746" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13413653'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596746'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596746'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13413653'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359660> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13359660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13359660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596770" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13359660'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596770'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596770'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13359660'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14439449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14439449> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14439449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14439449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14439449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14439449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596789" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14439449'^^xsd:integer;
  dwc:scientificName 'Sphondylothamnion multifidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596789'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596789'^^xsd:string;
  dwc:aphiaid '144705'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14439449'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144705'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413645> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14413645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579870" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14413645'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579870'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579870'^^xsd:string;
  dwc:aphiaid '110866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14413645'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '110866'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956036> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13956036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596772" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13956036'^^xsd:integer;
  dwc:scientificName 'Jania'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596772'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596772'^^xsd:string;
  dwc:aphiaid '144012'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13956036'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144012'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543377> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14543377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596757" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14543377'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596757'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596757'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14543377'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649940> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13649940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596833" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13649940'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596833'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596833'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13649940'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376222> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14376222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596800" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14376222'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596800'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596800'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14376222'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655353> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13655353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580364" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13655353'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580364'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580364'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13655353'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915277> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13915277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596763" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13915277'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596763'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596763'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13915277'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838576> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13838576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596778" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13838576'^^xsd:integer;
  dwc:scientificName 'Furcellaria lumbricalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596778'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596778'^^xsd:string;
  dwc:aphiaid '145620'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13838576'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145620'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485232> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13485232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580346" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13485232'^^xsd:integer;
  dwc:scientificName 'Apoglossum ruscifolium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580346'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580346'^^xsd:string;
  dwc:aphiaid '144737'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13485232'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144737'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649912> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13649912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580332" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13649912'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580332'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580332'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13649912'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508240> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13508240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580309" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13508240'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580309'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580309'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13508240'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14377164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14377164> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14377164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14377164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14377164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14377164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580322" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14377164'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580322'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580322'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14377164'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580728> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13580728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13580728'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596825'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596825'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13580728'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288223> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14288223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595946" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14288223'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595946'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595946'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14288223'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743744> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13743744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595970" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13743744'^^xsd:integer;
  dwc:scientificName 'Dictyosiphon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595970'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595970'^^xsd:string;
  dwc:aphiaid '144067'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13743744'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144067'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376224> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14376224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595963" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14376224'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595963'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595963'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14376224'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13973931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13973931> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13973931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13973931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13973931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13973931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595973" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13973931'^^xsd:integer;
  dwc:scientificName 'Laminaria digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595973'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595973'^^xsd:string;
  dwc:aphiaid '145724'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13973931'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145724'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288200> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14288200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578563" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14288200'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578563'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578563'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14288200'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376205> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14376205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578583" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14376205'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578583'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578583'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14376205'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13838567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13838567> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13838567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13838567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13838567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13838567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578565" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13838567'^^xsd:integer;
  dwc:scientificName 'Furcellaria lumbricalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578565'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578565'^^xsd:string;
  dwc:aphiaid '145620'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13838567'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145620'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915273> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13915273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595889" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13915273'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595889'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595889'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13915273'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838575> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13838575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13838575'^^xsd:integer;
  dwc:scientificName 'Furcellaria lumbricalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595902'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595902'^^xsd:string;
  dwc:aphiaid '145620'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13838575'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145620'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288215> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14288215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14288215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595897" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14288215'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595897'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595897'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14288215'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376218> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14376218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595913" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14376218'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595913'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595913'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14376218'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14468589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14468589> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14468589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14468589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14468589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14468589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579913" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14468589'^^xsd:integer;
  dwc:scientificName 'Stypocaulon scoparium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579913'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579913'^^xsd:string;
  dwc:aphiaid '145907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14468589'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '182742'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893802> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13893802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579917" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13893802'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579917'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579917'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13893802'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893798> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13893798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578590" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13893798'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578590'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578590'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13893798'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580731> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13580731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596722" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13580731'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596722'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596722'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13580731'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14534210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14534210> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14534210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14534210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14534210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14534210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595928" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14534210'^^xsd:integer;
  dwc:scientificName 'Urticina eques'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595928'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595928'^^xsd:string;
  dwc:aphiaid '100833'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14534210'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '100833'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987216> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13987216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580287" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13987216'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580287'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580287'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13987216'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987221> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13987221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13987221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578544" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13987221'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578544'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578544'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13987221'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13527923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13527923> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13527923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13527923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13527923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13527923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578550" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13527923'^^xsd:integer;
  dwc:scientificName 'Astropecten irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578550'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578550'^^xsd:string;
  dwc:aphiaid '123867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13527923'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '123867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13881010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13881010> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13881010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13881010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13881010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13881010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578574" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13881010'^^xsd:integer;
  dwc:scientificName 'Griffithsia corallinoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578574'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578574'^^xsd:string;
  dwc:aphiaid '144582'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13881010'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547664> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732814" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547664'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732814'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732814'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547664'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547666> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733380" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547666'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733380'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733380'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547666'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547661> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733542" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547661'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733542'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733542'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547661'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621893> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734029" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621893'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734029'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734029'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621893'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590690> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733691" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590690'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733691'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733691'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590690'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590704> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733098" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590704'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733098'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733098'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590704'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925997> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13925997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614581" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13925997'^^xsd:integer;
  dwc:scientificName 'Hiatella arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614581'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614581'^^xsd:string;
  dwc:aphiaid '140103'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13925997'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140103'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13659079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13659079> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13659079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13659079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13659079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13659079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614956" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13659079'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614956'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614956'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13659079'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14425478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14425478> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14425478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14425478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14425478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14425478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611265" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14425478'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611265'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611265'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14425478'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14425477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14425477> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14425477> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14425477>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14425477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14425477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611452" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14425477'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611452'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611452'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14425477'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14378392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14378392> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14378392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14378392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14378392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14378392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614962" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14378392'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614962'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614962'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14378392'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886946> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13886946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615679" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13886946'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615679'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615679'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13886946'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744655> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744655> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744655>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13744655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613983" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13744655'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613983'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613983'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13744655'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14492421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14492421> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14492421> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14492421>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14492421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14492421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615012" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14492421'^^xsd:integer;
  dwc:scientificName 'Thorogobius ephippiatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615012'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615012'^^xsd:string;
  dwc:aphiaid '126937'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14492421'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '126937'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038140> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14038140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585575" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14038140'^^xsd:integer;
  dwc:scientificName 'Lomentaria clavellosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585575'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585575'^^xsd:string;
  dwc:aphiaid '145825'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14038140'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14380342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14380342> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14380342> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14380342>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14380342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14380342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580029" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14380342'^^xsd:integer;
  dwc:scientificName 'Rhodophyllis divaricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580029'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580029'^^xsd:string;
  dwc:aphiaid '145617'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14380342'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288199> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14288199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585567" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14288199'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585567'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585567'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14288199'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376204> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14376204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585586" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14376204'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585586'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585586'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14376204'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13838566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13838566> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13838566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13838566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13838566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13838566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585572" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13838566'^^xsd:integer;
  dwc:scientificName 'Furcellaria lumbricalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585572'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585572'^^xsd:string;
  dwc:aphiaid '145620'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13838566'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145620'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886947> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13886947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614444" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13886947'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614444'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614444'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13886947'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556606> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13556606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614766" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13556606'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614766'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614766'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13556606'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879196> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13879196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614754" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13879196'^^xsd:integer;
  dwc:scientificName 'Grantia compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614754'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614754'^^xsd:string;
  dwc:aphiaid '132181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13879196'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '132181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14017518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14017518> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14017518> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14017518>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14017518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14017518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578634" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14017518'^^xsd:integer;
  dwc:scientificName 'Lissoclinum perforatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578634'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578634'^^xsd:string;
  dwc:aphiaid '103585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14017518'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14221765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14221765> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14221765> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14221765>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14221765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14221765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578617" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14221765'^^xsd:integer;
  dwc:scientificName 'Pagurus cuanensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578617'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578617'^^xsd:string;
  dwc:aphiaid '107235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14221765'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107235'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871043> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13871043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585559" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13871043'^^xsd:integer;
  dwc:scientificName 'Gobiusculus flavescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585559'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585559'^^xsd:string;
  dwc:aphiaid '126898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13871043'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1526389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13966391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13966391> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13966391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13966391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13966391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13966391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585558" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13966391'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585558'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585558'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13966391'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556590> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13556590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580481" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13556590'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580481'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580481'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13556590'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485071> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485071> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485071>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13485071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40294615" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13485071'^^xsd:integer;
  dwc:scientificName 'Aplysilla sulfurea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40294615'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40294615'^^xsd:string;
  dwc:aphiaid '132298'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13485071'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621951> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621951> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621951>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13621951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578630" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13621951'^^xsd:integer;
  dwc:scientificName 'Cellaria sinuosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578630'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578630'^^xsd:string;
  dwc:aphiaid '111260'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13621951'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216848> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216848> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216848>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14216848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578156" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14216848'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578156'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578156'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14216848'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452583> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14452583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614761" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14452583'^^xsd:integer;
  dwc:scientificName 'Spirorbidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614761'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614761'^^xsd:string;
  dwc:aphiaid '1021266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14452583'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583924> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583924> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583924>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13583924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581073" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13583924'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581073'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581073'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13583924'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13662120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13662120> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13662120> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13662120>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13662120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13662120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578142" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13662120'^^xsd:integer;
  dwc:scientificName 'Ciocalypta penicillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578142'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578142'^^xsd:string;
  dwc:aphiaid '132575'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13662120'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '132575'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724183> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13724183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577965" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13724183'^^xsd:integer;
  dwc:scientificName 'Cutleria multifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577965'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577965'^^xsd:string;
  dwc:aphiaid '145297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13724183'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145297'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14460795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14460795> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14460795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14460795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14460795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14460795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579297" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14460795'^^xsd:integer;
  dwc:scientificName 'Stelligera stuposa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579297'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579297'^^xsd:string;
  dwc:aphiaid '134175'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14460795'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '134175'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14434021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14434021> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14434021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14434021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14434021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14434021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579721" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14434021'^^xsd:integer;
  dwc:scientificName 'Sphacelaria plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579721'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579721'^^xsd:string;
  dwc:aphiaid '145897'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14434021'^^xsd:string;
  dwc:observationDate '1998-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '497297'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908291> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13908291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597630" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13908291'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597630'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597630'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13908291'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14128044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14128044> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14128044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14128044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14128044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14128044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401585" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14128044'^^xsd:integer;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401585'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401585'^^xsd:string;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14128044'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539232> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539232> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539232>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13539232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607174" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13539232'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607174'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607174'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13539232'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828723> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828723'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614062'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614062'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828723'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14377178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14377178> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14377178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14377178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14377178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14377178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614380" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14377178'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614380'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614380'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14377178'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216970> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14216970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607402" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14216970'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607402'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607402'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14216970'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14478684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14478684> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14478684> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14478684>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14478684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14478684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578185" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14478684'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578185'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578185'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14478684'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13536938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13536938> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13536938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13536938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13536938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13536938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614173" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13536938'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614173'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614173'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13536938'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917831> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917831> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917831>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13917831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613908" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13917831'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613908'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613908'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13917831'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14116308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14116308> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14116308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14116308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14116308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14116308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607294" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14116308'^^xsd:integer;
  dwc:scientificName 'Myxicola infundibulum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607294'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607294'^^xsd:string;
  dwc:aphiaid '130932'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14116308'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '130932'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882485> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13882485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13882485'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579891'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579891'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13882485'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216893> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14216893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578545" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14216893'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578545'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578545'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14216893'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216923> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14216923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596907" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14216923'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596907'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596907'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14216923'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735514> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735514> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735514>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13735514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615775" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13735514'^^xsd:integer;
  dwc:scientificName 'Dercitus bucklandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615775'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615775'^^xsd:string;
  dwc:aphiaid '134068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13735514'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '555677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729140> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729140> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729140>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13729140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610299" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13729140'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610299'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610299'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13729140'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556582> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13556582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577607" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13556582'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577607'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577607'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13556582'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718195> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13718195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13718195'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579902'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579902'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13718195'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535430> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14535430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596699" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14535430'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596699'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596699'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14535430'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655370> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13655370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595919" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13655370'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595919'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595919'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13655370'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13570505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13570505> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13570505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13570505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13570505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13570505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579481" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13570505'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579481'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579481'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13570505'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14297490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14297490> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14297490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14297490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14297490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14297490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579508" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14297490'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579508'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579508'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14297490'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714665> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13714665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579493" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13714665'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579493'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579493'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13714665'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13960966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13960966> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13960966> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13960966>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13960966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13960966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577649" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13960966'^^xsd:integer;
  dwc:scientificName 'Kallymenia reniformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577649'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577649'^^xsd:string;
  dwc:aphiaid '145267'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13960966'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13662498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13662498> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13662498> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13662498>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13662498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13662498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577682" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13662498'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577682'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40577682'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13662498'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13662495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13662495> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13662495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13662495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13662495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13662495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579943" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13662495'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579943'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579943'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13662495'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13570503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13570503> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13570503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13570503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13570503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13570503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579932" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13570503'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579932'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579932'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13570503'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13566036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13566036> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13566036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13566036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13566036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13566036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578837" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13566036'^^xsd:integer;
  dwc:scientificName 'Bryopsis hypnoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578837'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578837'^^xsd:string;
  dwc:aphiaid '144452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13566036'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13720707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13720707> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13720707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13720707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13720707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13720707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614764" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13720707'^^xsd:integer;
  dwc:scientificName 'Cryptosula pallasiana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614764'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614764'^^xsd:string;
  dwc:aphiaid '111343'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13720707'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '111343'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744578> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13744578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579347" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13744578'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579347'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579347'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13744578'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13649202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13649202> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13649202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13649202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13649202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13649202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597921" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13649202'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597921'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597921'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13649202'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346967> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346967> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346967>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14346967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614826" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14346967'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614826'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614826'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14346967'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458383> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:12458383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596612" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '12458383'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596612'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596612'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:12458383'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14542101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14542101> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14542101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14542101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14542101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14542101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615729" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14542101'^^xsd:integer;
  dwc:scientificName 'Verruca stroemia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615729'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615729'^^xsd:string;
  dwc:aphiaid '106257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14542101'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13891660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13891660> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13891660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13891660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13891660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13891660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615075" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13891660'^^xsd:integer;
  dwc:scientificName 'Haliclona oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615075'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615075'^^xsd:string;
  dwc:aphiaid '236327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13891660'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '132833'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366780> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733302" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366780'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733302'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733302'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366780'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14376230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14376230> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14376230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14376230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14376230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14376230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610100" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14376230'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610100'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610100'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14376230'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372111> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372111> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372111>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14372111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578259" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14372111'^^xsd:integer;
  dwc:scientificName 'Raspailia hispida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578259'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578259'^^xsd:string;
  dwc:aphiaid '133147'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14372111'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '133147'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14376191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14376191> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14376191> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14376191>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14376191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14376191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581717" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14376191'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581717'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581717'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14376191'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517539> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517539> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517539>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13517539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610146" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13517539'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610146'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610146'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13517539'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A2089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A2089> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A2089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A2089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A2089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:2089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595867" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '2089'^^xsd:integer;
  dwc:scientificName 'Diatoms - colonial'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595867'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595867'^^xsd:string;
  dwc:aphiaid '148898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:2089'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '148898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646354> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.577065"^^xsd:decimal ;
  dwc:decimalLongitude "-4.215065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  geo-pos:lat "52.577065"^^xsd:decimal ;
  geo-pos:long "-4.215065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13646354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735364" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13646354'^^xsd:integer;
  dwc:scientificName 'Chironomida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735364'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.215065'^^xsd:double;
  dwc:latitude '52.577065'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735364'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13646354'^^xsd:string;
  dwc:observationDate '1998-12-16'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535421> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14535421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596063" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14535421'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596063'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596063'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14535421'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13638351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13638351> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13638351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13638351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13638351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13638351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580146" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13638351'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580146'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580146'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13638351'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13765613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13765613> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13765613> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13765613>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13765613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13765613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607710" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13765613'^^xsd:integer;
  dwc:scientificName 'Dyopedos porrectus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607710'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607710'^^xsd:string;
  dwc:aphiaid '103044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13765613'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '103044'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714659> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714659> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714659>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13714659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13714659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579527" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13714659'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579527'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40579527'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13714659'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13713139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13713139> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13713139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13713139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13713139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13713139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401814" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13713139'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401814'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401814'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13713139'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376209> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14376209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580508" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14376209'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580508'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580508'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14376209'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886923> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886923> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886923>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13886923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581583" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13886923'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581583'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581583'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13886923'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372625> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14372625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581191" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14372625'^^xsd:integer;
  dwc:scientificName 'Raspailia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581191'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581191'^^xsd:string;
  dwc:aphiaid '181150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14372625'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '133150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13826556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13826556> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13826556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13826556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13826556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13826556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615604" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13826556'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615604'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615604'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13826556'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866062> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13866062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752700" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13866062'^^xsd:integer;
  dwc:scientificName 'Glycera lapidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752700'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752700'^^xsd:string;
  dwc:aphiaid '155036'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13866062'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942323> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13942323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596973" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13942323'^^xsd:integer;
  dwc:scientificName 'Hydractinia echinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596973'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596973'^^xsd:string;
  dwc:aphiaid '117644'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13942323'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '117644'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14290884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14290884> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14290884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14290884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14290884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14290884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401676" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14290884'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401676'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401676'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14290884'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14017520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14017520> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14017520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14017520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14017520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14017520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580089" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14017520'^^xsd:integer;
  dwc:scientificName 'Lissoclinum perforatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580089'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580089'^^xsd:string;
  dwc:aphiaid '103585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14017520'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '103585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14586818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14586818> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14586818> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14586818>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14586818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14586818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613978" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14586818'^^xsd:integer;
  dwc:scientificName 'Balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613978'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613978'^^xsd:string;
  dwc:aphiaid '106122'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14586818'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '106122'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14707602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14707602> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14707602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14707602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14707602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14707602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597949" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14707602'^^xsd:integer;
  dwc:scientificName 'Ulva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597949'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597949'^^xsd:string;
  dwc:aphiaid '144296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14707602'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14707603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14707603> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14707603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14707603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14707603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14707603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598133" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14707603'^^xsd:integer;
  dwc:scientificName 'Ulva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598133'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598133'^^xsd:string;
  dwc:aphiaid '144296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14707603'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547675> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733008" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547675'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733008'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733008'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547675'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13784761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13784761> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13784761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13784761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13784761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13784761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597948" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13784761'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597948'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597948'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13784761'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13784762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13784762> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13784762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13784762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13784762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13784762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598132" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13784762'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598132'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598132'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13784762'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547651> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733689" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547651'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733689'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733689'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547651'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547668> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733096" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547668'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733096'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733096'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547668'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621890> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621890'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732816'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732816'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621890'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13509656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13509656> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13509656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13509656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13509656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13509656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598130" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13509656'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598130'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598130'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13509656'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14020849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14020849> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14020849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14020849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14020849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14020849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597943" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14020849'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597943'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597943'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14020849'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14020850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14020850> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14020850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14020850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14020850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14020850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598127" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14020850'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598127'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598127'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14020850'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490091> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14490091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733808" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14490091'^^xsd:integer;
  dwc:scientificName 'Tetrastemma candidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733808'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733808'^^xsd:string;
  dwc:aphiaid '122764'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14490091'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '122764'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547679> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733811" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547679'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733811'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733811'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547679'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547672> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732867" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547672'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732867'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732867'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547672'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13509658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13509658> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13509658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13509658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13509658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13509658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598121" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13509658'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598121'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598121'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13509658'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14020852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14020852> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14020852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14020852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14020852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14020852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598118" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14020852'^^xsd:integer;
  dwc:scientificName 'Littorina littorea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598118'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598118'^^xsd:string;
  dwc:aphiaid '140262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14020852'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '140262'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490090> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14490090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732872" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14490090'^^xsd:integer;
  dwc:scientificName 'Tetrastemma candidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732872'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732872'^^xsd:string;
  dwc:aphiaid '122764'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14490090'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '122764'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547678> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732874" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547678'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732874'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732874'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547678'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490088> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14490088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733260" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14490088'^^xsd:integer;
  dwc:scientificName 'Tetrastemma candidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733260'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733260'^^xsd:string;
  dwc:aphiaid '122764'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14490088'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '122764'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547676> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547676'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733263'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733263'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547676'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14356476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14356476> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14356476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14356476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14356476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14356476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579496" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14356476'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579496'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579496'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14356476'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13407837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13407837> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13407837> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13407837>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13407837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13407837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577622" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13407837'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577622'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577622'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13407837'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683233> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683233> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683233>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13683233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577617" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13683233'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577617'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577617'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13683233'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13882335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13882335> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13882335> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13882335>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13882335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13882335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577651" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13882335'^^xsd:integer;
  dwc:scientificName 'Halarachnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577651'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577651'^^xsd:string;
  dwc:aphiaid '144151'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13882335'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '144151'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372628> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14372628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14372628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579459" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14372628'^^xsd:integer;
  dwc:scientificName 'Raspailia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579459'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579459'^^xsd:string;
  dwc:aphiaid '181150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14372628'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '133150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132875> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132875> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132875>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14132875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577554" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14132875'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577554'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577554'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14132875'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14386487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14386487> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14386487> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14386487>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14386487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14386487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577562" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14386487'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577562'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577562'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14386487'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576553> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13576553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579491" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13576553'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579491'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579491'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13576553'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576574> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576574> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576574>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13576574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577571" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13576574'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577571'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577571'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13576574'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718210> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13718210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596791" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13718210'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596791'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596791'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13718210'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689757> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13689757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596771" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13689757'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596771'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596771'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13689757'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943576> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13943576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596897" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13943576'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596897'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596897'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13943576'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14419697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14419697> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14419697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14419697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14419697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14419697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595971" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14419697'^^xsd:integer;
  dwc:scientificName 'Scytosiphon lomentaria nom. cons.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595971'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595971'^^xsd:string;
  dwc:aphiaid '145869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14419697'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145869'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896821> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13896821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595953" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13896821'^^xsd:integer;
  dwc:scientificName 'Halurus equisetifolius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595953'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595953'^^xsd:string;
  dwc:aphiaid '146345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13896821'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '146345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14160006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14160006> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14160006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14160006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14160006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14160006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596792" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14160006'^^xsd:integer;
  dwc:scientificName 'Nitophyllum punctatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596792'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596792'^^xsd:string;
  dwc:aphiaid '144770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14160006'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144770'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14531271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14531271> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14531271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14531271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14531271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14531271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596753" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14531271'^^xsd:integer;
  dwc:scientificName 'Upogebiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596753'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596753'^^xsd:string;
  dwc:aphiaid '106803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14531271'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '106803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414918> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13414918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579911" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13414918'^^xsd:integer;
  dwc:scientificName 'Aglaozonia (asexual cutleria)'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579911'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579911'^^xsd:string;
  dwc:aphiaid '182809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13414918'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144054'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359636> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13359636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580328" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13359636'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580328'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580328'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13359636'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376227> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14376227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596734" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14376227'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596734'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596734'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14376227'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459247> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14459247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596736" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14459247'^^xsd:integer;
  dwc:scientificName 'Sporochnus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596736'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596736'^^xsd:string;
  dwc:aphiaid '145915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14459247'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012696> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14012696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596705" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14012696'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596705'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596705'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14012696'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380352> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14380352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579893" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14380352'^^xsd:integer;
  dwc:scientificName 'Rhodophyllis divaricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579893'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579893'^^xsd:string;
  dwc:aphiaid '145617'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14380352'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508250> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13508250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579879" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13508250'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579879'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579879'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13508250'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012686> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14012686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14012686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578547" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14012686'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578547'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578547'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14012686'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655357> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13655357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578588" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13655357'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578588'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578588'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13655357'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485236> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13485236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578578" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13485236'^^xsd:integer;
  dwc:scientificName 'Apoglossum ruscifolium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578578'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578578'^^xsd:string;
  dwc:aphiaid '144737'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13485236'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144737'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627190> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13627190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578571" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13627190'^^xsd:integer;
  dwc:scientificName 'Ceramium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578571'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578571'^^xsd:string;
  dwc:aphiaid '144546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13627190'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627204> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13627204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595905" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13627204'^^xsd:integer;
  dwc:scientificName 'Ceramium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595905'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595905'^^xsd:string;
  dwc:aphiaid '144546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13627204'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508260> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13508260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596920" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13508260'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596920'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596920'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13508260'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649942> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13649942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595947" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13649942'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595947'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595947'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13649942'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508268> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13508268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13508268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595939" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13508268'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595939'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595939'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13508268'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14386498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14386498> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14386498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14386498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14386498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14386498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595930" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14386498'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595930'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595930'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14386498'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380364> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14380364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595951" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14380364'^^xsd:integer;
  dwc:scientificName 'Rhodophyllis divaricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595951'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595951'^^xsd:string;
  dwc:aphiaid '145617'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14380364'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459246> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14459246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595966" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14459246'^^xsd:integer;
  dwc:scientificName 'Sporochnus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595966'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595966'^^xsd:string;
  dwc:aphiaid '145915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14459246'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556584> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13556584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579881" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13556584'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579881'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579881'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13556584'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987233> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13987233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596906" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13987233'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596906'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596906'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13987233'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696954> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14696954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578557" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14696954'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578557'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578557'^^xsd:string;
  dwc:aphiaid '126928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14696954'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '126928'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517526> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13517526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596717" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13517526'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596717'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596717'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13517526'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14345812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14345812> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14345812> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14345812>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14345812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14345812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581020" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14345812'^^xsd:integer;
  dwc:scientificName 'Porcellana platycheles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581020'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581020'^^xsd:string;
  dwc:aphiaid '107190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14345812'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '107190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312089> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312089> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312089>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14312089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615801" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14312089'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615801'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615801'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14312089'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649929> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13649929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597055" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13649929'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597055'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597055'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13649929'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556608> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13556608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615161" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13556608'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615161'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615161'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13556608'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535518> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14535518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614361" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14535518'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614361'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614361'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14535518'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535461> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535461> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535461>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14535461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610069" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14535461'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610069'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610069'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14535461'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14695813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14695813> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14695813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14695813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14695813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14695813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598213" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14695813'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598213'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598213'^^xsd:string;
  dwc:aphiaid '125999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14695813'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '125999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14016995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14016995> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14016995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14016995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14016995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14016995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615537" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14016995'^^xsd:integer;
  dwc:scientificName 'Lipophrys pholis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615537'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615537'^^xsd:string;
  dwc:aphiaid '126768'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14016995'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '126768'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13558599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13558599> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13558599> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13558599>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13558599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13558599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579028" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13558599'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579028'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40579028'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13558599'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539272> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539272> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539272>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13539272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614527" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13539272'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614527'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614527'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13539272'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13527928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13527928> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13527928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13527928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13527928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13527928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596916" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13527928'^^xsd:integer;
  dwc:scientificName 'Astropecten irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596916'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596916'^^xsd:string;
  dwc:aphiaid '123867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13527928'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '123867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627211> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13627211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13627211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596727" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13627211'^^xsd:integer;
  dwc:scientificName 'Ceramium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596727'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596727'^^xsd:string;
  dwc:aphiaid '144546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13627211'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14535356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14535356> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14535356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14535356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14535356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14535356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401618" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14535356'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401618'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401618'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14535356'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866067> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13866067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752976" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13866067'^^xsd:integer;
  dwc:scientificName 'Glycera lapidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752976'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752976'^^xsd:string;
  dwc:aphiaid '155036'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13866067'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13385407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13385407> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13385407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13385407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13385407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13385407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752005" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13385407'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752005'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752005'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13385407'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13998305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13998305> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13998305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13998305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13998305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13998305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752463" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13998305'^^xsd:integer;
  dwc:scientificName 'Leptocheirus hirsutimanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752463'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752463'^^xsd:string;
  dwc:aphiaid '102036'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13998305'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '102036'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13554670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13554670> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13554670> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13554670>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13554670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13554670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581165" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13554670'^^xsd:integer;
  dwc:scientificName 'Bonnemaisonia asparagoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581165'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581165'^^xsd:string;
  dwc:aphiaid '144440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13554670'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417972> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417972> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417972>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14417972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579801" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14417972'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579801'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579801'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14417972'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14378393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14378393> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14378393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14378393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14378393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14378393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615605" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14378393'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615605'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615605'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14378393'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366736> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733766" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366736'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733766'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733766'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366736'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348458> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14348458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733772" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14348458'^^xsd:integer;
  dwc:scientificName 'Portunidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733772'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733772'^^xsd:string;
  dwc:aphiaid '106763'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14348458'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '106763'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392989> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392989> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392989>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14392989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580219" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14392989'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580219'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580219'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14392989'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13981635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13981635> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13981635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13981635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13981635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13981635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614019" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13981635'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614019'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614019'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13981635'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14418001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14418001> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14418001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14418001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14418001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14418001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615162" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14418001'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615162'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615162'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14418001'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14396843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14396843> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14396843> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14396843>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14396843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14396843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581101" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14396843'^^xsd:integer;
  dwc:scientificName 'Salmacina dysteri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581101'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581101'^^xsd:string;
  dwc:aphiaid '131038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14396843'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '131038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517501> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13517501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596071" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13517501'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596071'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596071'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13517501'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14098130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14098130> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14098130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14098130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14098130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14098130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733190" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14098130'^^xsd:integer;
  dwc:scientificName 'Mya arenaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733190'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733190'^^xsd:string;
  dwc:aphiaid '140430'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14098130'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '140430'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517693> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13517693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614602" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13517693'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614602'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614602'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13517693'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329697> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14329697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596555" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14329697'^^xsd:integer;
  dwc:scientificName 'Polysiphonia fibrillosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596555'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596555'^^xsd:string;
  dwc:aphiaid '144634'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14329697'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '1339221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517634> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614094" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517634'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614094'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614094'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517634'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329696> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14329696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596090" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14329696'^^xsd:integer;
  dwc:scientificName 'Polysiphonia fibrillosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596090'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596090'^^xsd:string;
  dwc:aphiaid '144634'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14329696'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1339221'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13580686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13580686> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13580686> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13580686>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13580686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13580686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578670" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13580686'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578670'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578670'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13580686'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13701385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13701385> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13701385> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13701385>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13701385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13701385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577855" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13701385'^^xsd:integer;
  dwc:scientificName 'Corynactis viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577855'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577855'^^xsd:string;
  dwc:aphiaid '101016'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13701385'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '101016'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336206> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14336206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596506" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14336206'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596506'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596506'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14336206'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120751> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14120751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596510" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14120751'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596510'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596510'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14120751'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489394> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489394> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489394>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14489394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578318" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14489394'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578318'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578318'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14489394'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14303302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14303302> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14303302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14303302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14303302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14303302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595817" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14303302'^^xsd:integer;
  dwc:scientificName 'Pododesmus patelliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595817'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595817'^^xsd:string;
  dwc:aphiaid '138751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14303302'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '138751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13931510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13931510> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13931510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13931510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13931510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13931510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595814" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13931510'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595814'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595814'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13931510'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517684> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13517684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615093" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13517684'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615093'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615093'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13517684'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558615> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558615> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558615>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13558615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578303" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13558615'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578303'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578303'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13558615'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13660251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13660251> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13660251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13660251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13660251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13660251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614968" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13660251'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614968'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614968'^^xsd:string;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13660251'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14531184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14531184> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14531184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14531184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14531184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14531184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581298" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14531184'^^xsd:integer;
  dwc:scientificName 'Upogebia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581298'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581298'^^xsd:string;
  dwc:aphiaid '107079'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14531184'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107079'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13527927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13527927> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13527927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13527927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13527927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13527927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581308" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13527927'^^xsd:integer;
  dwc:scientificName 'Astropecten irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581308'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581308'^^xsd:string;
  dwc:aphiaid '123867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13527927'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '123867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13881011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13881011> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13881011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13881011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13881011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13881011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581323" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13881011'^^xsd:integer;
  dwc:scientificName 'Griffithsia corallinoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581323'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581323'^^xsd:string;
  dwc:aphiaid '144582'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13881011'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683273> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13683273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614304" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13683273'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614304'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614304'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13683273'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683250> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683250> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683250>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13683250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580603" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13683250'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580603'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580603'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13683250'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683234> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683234> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683234>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13683234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13683234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577767" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13683234'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577767'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577767'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13683234'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735510> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13735510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13735510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615565" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13735510'^^xsd:integer;
  dwc:scientificName 'Dercitus bucklandi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615565'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615565'^^xsd:string;
  dwc:aphiaid '134068'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13735510'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '555677'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13683283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13683283> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13683283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13683283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13683283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13683283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615568" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13683283'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615568'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615568'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13683283'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13683285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13683285> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13683285> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13683285>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13683285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13683285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615778" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13683285'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615778'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615778'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13683285'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14386495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14386495> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14386495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14386495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14386495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14386495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597026" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14386495'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597026'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597026'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14386495'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14377167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14377167> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14377167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14377167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14377167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14377167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597047" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14377167'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597047'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597047'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14377167'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380355> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14380355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597060" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14380355'^^xsd:integer;
  dwc:scientificName 'Rhodophyllis divaricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597060'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597060'^^xsd:string;
  dwc:aphiaid '145617'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14380355'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828618> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13828618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13828618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597037" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13828618'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597037'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597037'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13828618'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459243> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14459243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597075" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14459243'^^xsd:integer;
  dwc:scientificName 'Sporochnus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597075'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597075'^^xsd:string;
  dwc:aphiaid '145915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14459243'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13625069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13625069> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13625069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13625069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13625069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13625069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597061" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13625069'^^xsd:integer;
  dwc:scientificName 'Ceramium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597061'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597061'^^xsd:string;
  dwc:aphiaid '143834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13625069'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '143834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14132895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14132895> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14132895> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14132895>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14132895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14132895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609609" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14132895'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609609'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609609'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14132895'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13729122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13729122> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13729122> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13729122>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13729122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13729122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609621" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13729122'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609621'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609621'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13729122'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886975> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13886975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615181" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13886975'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615181'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615181'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13886975'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14132893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14132893> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14132893> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14132893>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14132893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14132893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609877" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14132893'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609877'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609877'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14132893'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828644> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828644> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828644>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13828644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609883" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13828644'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609883'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609883'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13828644'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132906> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132906> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132906>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14132906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14132906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610282" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14132906'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610282'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610282'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14132906'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14325288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14325288> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14325288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14325288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14325288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14325288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580797" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14325288'^^xsd:integer;
  dwc:scientificName 'Polymastia mammillaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580797'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580797'^^xsd:string;
  dwc:aphiaid '150221'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14325288'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '134204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556576> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13556576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13556576'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580820'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580820'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13556576'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828663> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828663> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828663>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13828663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610287" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13828663'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610287'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610287'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13828663'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828664> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828664> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828664>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13828664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13828664'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610072'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610072'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13828664'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14211741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14211741> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14211741> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14211741>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14211741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14211741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609604" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14211741'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609604'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609604'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14211741'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14316693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14316693> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14316693> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14316693>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14316693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14316693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615796" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14316693'^^xsd:integer;
  dwc:scientificName 'Polyclinum aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615796'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615796'^^xsd:string;
  dwc:aphiaid '103674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14316693'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '103674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14316691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14316691> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14316691> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14316691>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14316691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14316691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14316691'^^xsd:integer;
  dwc:scientificName 'Polyclinum aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615862'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615862'^^xsd:string;
  dwc:aphiaid '103674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14316691'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '103674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485061> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485061> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485061>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13485061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615781" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13485061'^^xsd:integer;
  dwc:scientificName 'Aplysilla sulfurea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615781'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615781'^^xsd:string;
  dwc:aphiaid '132298'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13485061'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14377173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14377173> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14377173> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14377173>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14377173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14377173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609190" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14377173'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609190'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609190'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14377173'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886969> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13886969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614787" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13886969'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614787'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614787'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13886969'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886971> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13886971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614651" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13886971'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614651'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614651'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13886971'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13649950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13649950> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13649950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13649950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13649950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13649950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615196" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13649950'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615196'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615196'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13649950'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413659> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13413659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596587" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13413659'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596587'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596587'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13413659'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416136> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416136> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416136>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14416136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14416136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581696" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14416136'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581696'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581696'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14416136'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276795> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276795> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276795>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14276795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581008" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14276795'^^xsd:integer;
  dwc:scientificName 'Phorbas fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581008'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581008'^^xsd:string;
  dwc:aphiaid '133679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14276795'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018460> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018460> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018460>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13018460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614724" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13018460'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614724'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614724'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13018460'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276791> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276791> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276791>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14276791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577773" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14276791'^^xsd:integer;
  dwc:scientificName 'Phorbas fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577773'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577773'^^xsd:string;
  dwc:aphiaid '133679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14276791'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416168> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416168> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416168>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14416168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610076" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14416168'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610076'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610076'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14416168'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535504> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14535504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607293" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14535504'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607293'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607293'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14535504'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827037> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827037> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827037>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13827037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13827037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614526" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13827037'^^xsd:integer;
  dwc:scientificName 'Filograna implexa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614526'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614526'^^xsd:string;
  dwc:aphiaid '130989'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13827037'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '130989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535385> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535385> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535385>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14535385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578880" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14535385'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578880'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578880'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14535385'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535426> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14535426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596285" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14535426'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596285'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596285'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14535426'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328965> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14328965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596349" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14328965'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596349'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596349'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14328965'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756606> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13756606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609841" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13756606'^^xsd:integer;
  dwc:scientificName 'Distomus variolosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609841'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609841'^^xsd:string;
  dwc:aphiaid '103890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13756606'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416162> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14416162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609241" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14416162'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609241'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609241'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14416162'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535448> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14535448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609235" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14535448'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609235'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609235'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14535448'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13647653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13647653> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13647653> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13647653>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13647653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13647653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614739" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13647653'^^xsd:integer;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614739'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614739'^^xsd:string;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13647653'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413669> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413669> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413669>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13413669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614827" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13413669'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614827'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614827'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13413669'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13721373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13721373> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13721373> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13721373>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13721373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13721373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609618" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13721373'^^xsd:integer;
  dwc:scientificName 'Ctenolabrus rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609618'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609618'^^xsd:string;
  dwc:aphiaid '126964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13721373'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '126964'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424536> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13424536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609830" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13424536'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609830'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609830'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13424536'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424537> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13424537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609234" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13424537'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609234'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609234'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13424537'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14601106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14601106> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14601106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14601106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14601106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14601106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609236" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14601106'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609236'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609236'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14601106'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424550> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424550> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424550>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13424550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610111" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13424550'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610111'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610111'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13424550'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14393005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14393005> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14393005> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14393005>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14393005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14393005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556977" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14393005'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556977'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556977'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14393005'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424556> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424556> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424556>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13424556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556976" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13424556'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556976'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556976'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13424556'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756609> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756609> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756609>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13756609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610126" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13756609'^^xsd:integer;
  dwc:scientificName 'Distomus variolosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610126'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610126'^^xsd:string;
  dwc:aphiaid '103890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13756609'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '103890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535463> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535463> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535463>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14535463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610117" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14535463'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610117'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610117'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14535463'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412309> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14412309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733965" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14412309'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733965'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733965'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14412309'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748930> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13748930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580851" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13748930'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580851'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580851'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13748930'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13737968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13737968> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13737968> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13737968>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13737968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13737968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610264" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13737968'^^xsd:integer;
  dwc:scientificName 'Desmarestia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610264'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610264'^^xsd:string;
  dwc:aphiaid '145310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13737968'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '145310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14508177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14508177> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14508177> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14508177>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14508177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14508177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581048" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14508177'^^xsd:integer;
  dwc:scientificName 'Trididemnum cereum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581048'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581048'^^xsd:string;
  dwc:aphiaid '103594'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14508177'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '103594'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13676339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13676339> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13676339> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13676339>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13676339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13676339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581003" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13676339'^^xsd:integer;
  dwc:scientificName 'Clathrina coriacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581003'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581003'^^xsd:string;
  dwc:aphiaid '132277'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13676339'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '132277'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536944> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13536944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615579" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13536944'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615579'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615579'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13536944'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621876> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733460" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621876'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733460'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733460'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621876'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13424615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13424615> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13424615> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13424615>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13424615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13424615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615482" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13424615'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615482'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615482'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13424615'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896814> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13896814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597063" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13896814'^^xsd:integer;
  dwc:scientificName 'Halurus equisetifolius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597063'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597063'^^xsd:string;
  dwc:aphiaid '146345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13896814'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '146345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943572> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13943572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597018" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13943572'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597018'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597018'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13943572'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311392> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311392> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311392>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14311392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578888" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14311392'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578888'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578888'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14311392'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713186> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13713186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596297" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13713186'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596297'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596297'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13713186'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14135889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14135889> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14135889> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14135889>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14135889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14135889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608911" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14135889'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608911'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608911'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14135889'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13513614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13513614> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13513614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13513614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13513614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13513614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610061" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13513614'^^xsd:integer;
  dwc:scientificName 'Aspitrigla cuculus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610061'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610061'^^xsd:string;
  dwc:aphiaid '150662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13513614'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '127259'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A2367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A2367> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A2367> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A2367>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A2367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:2367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609578" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '2367'^^xsd:integer;
  dwc:scientificName 'Diatoms - film'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609578'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609578'^^xsd:string;
  dwc:aphiaid '148898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:2367'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '148898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392967> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392967> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392967>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14392967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577781" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14392967'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577781'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577781'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14392967'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14283072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14283072> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14283072> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14283072>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14283072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14283072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609180" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14283072'^^xsd:integer;
  dwc:scientificName 'Phycodrys rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609180'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609180'^^xsd:string;
  dwc:aphiaid '144773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14283072'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14542099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14542099> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14542099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14542099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14542099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14542099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614680" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14542099'^^xsd:integer;
  dwc:scientificName 'Verruca stroemia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614680'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614680'^^xsd:string;
  dwc:aphiaid '106257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14542099'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766467> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766467> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766467>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13766467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579753" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13766467'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579753'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579753'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13766467'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13805458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13805458> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13805458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13805458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13805458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13805458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596646" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13805458'^^xsd:integer;
  dwc:scientificName 'Eudesme virescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596646'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596646'^^xsd:string;
  dwc:aphiaid '144918'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13805458'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144918'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943584> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13943584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596588" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13943584'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596588'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596588'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13943584'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12455457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12455457> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12455457> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12455457>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12455457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:12455457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608956" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '12455457'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608956'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608956'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:12455457'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13558687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13558687> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13558687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13558687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13558687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13558687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615160" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13558687'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615160'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615160'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13558687'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749830> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749830> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749830>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13749830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13749830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557179" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13749830'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557179'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557179'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13749830'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13632832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13632832> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13632832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13632832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13632832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13632832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596442" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13632832'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596442'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596442'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13632832'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14531226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14531226> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14531226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14531226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14531226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14531226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596447" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14531226'^^xsd:integer;
  dwc:scientificName 'Upogebia deltaura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596447'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596447'^^xsd:string;
  dwc:aphiaid '107739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14531226'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '107739'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943534> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943534> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943534>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13943534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578021" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13943534'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578021'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40578021'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13943534'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13896801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13896801> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13896801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13896801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13896801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13896801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598220" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13896801'^^xsd:integer;
  dwc:scientificName 'Halurus equisetifolius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598220'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598220'^^xsd:string;
  dwc:aphiaid '146345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13896801'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '146345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13678848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13678848> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13678848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13678848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13678848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13678848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598201" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13678848'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598201'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598201'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13678848'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594178> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13594178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609833" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13594178'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609833'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609833'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13594178'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594181> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594181> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594181>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13594181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13594181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609579" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13594181'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609579'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609579'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13594181'^^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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539252> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13539252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615495" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13539252'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615495'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615495'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13539252'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562177> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13562177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577601" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13562177'^^xsd:integer;
  dwc:scientificName 'Bowerbankia citrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577601'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577601'^^xsd:string;
  dwc:aphiaid '111664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13562177'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '851584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13981615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13981615> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13981615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13981615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13981615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13981615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609874" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13981615'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609874'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609874'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13981615'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539198> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539198> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539198>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13539198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578883" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13539198'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578883'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578883'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13539198'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13431029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13431029> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13431029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13431029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13431029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13431029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596298" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13431029'^^xsd:integer;
  dwc:scientificName 'Amathia lendigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596298'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596298'^^xsd:string;
  dwc:aphiaid '111659'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13431029'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '111659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14257984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14257984> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14257984> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14257984>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14257984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14257984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610205" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14257984'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610205'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610205'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14257984'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490081> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14490081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733752" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14490081'^^xsd:integer;
  dwc:scientificName 'Tetrastemma candidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733752'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733752'^^xsd:string;
  dwc:aphiaid '122764'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14490081'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '122764'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14258005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14258005> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14258005> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14258005>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14258005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14258005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607360" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14258005'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607360'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607360'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14258005'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13512583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13512583> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13512583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13512583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13512583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13512583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598228" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13512583'^^xsd:integer;
  dwc:scientificName 'Asperococcus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598228'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598228'^^xsd:string;
  dwc:aphiaid '144062'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13512583'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '144062'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13857787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13857787> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13857787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13857787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13857787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13857787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598189" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13857787'^^xsd:integer;
  dwc:scientificName 'Gibbula magus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598189'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598189'^^xsd:string;
  dwc:aphiaid '141790'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13857787'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '141790'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346969> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346969> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346969>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14346969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615479" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14346969'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615479'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615479'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14346969'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346970> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346970> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346970>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14346970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614734" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14346970'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614734'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614734'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14346970'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710196> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733963" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710196'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733963'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733963'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710196'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346966> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346966> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346966>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14346966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14346966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14346966'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614825'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614825'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14346966'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13552476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13552476> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13552476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13552476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13552476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13552476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598192" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13552476'^^xsd:integer;
  dwc:scientificName 'Bittium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598192'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598192'^^xsd:string;
  dwc:aphiaid '137758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13552476'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '137758'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14203827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14203827> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14203827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14203827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14203827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14203827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598162" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14203827'^^xsd:integer;
  dwc:scientificName 'Oscarella lobularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598162'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598162'^^xsd:string;
  dwc:aphiaid '133928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14203827'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '133928'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13774305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13774305> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13774305> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13774305>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13774305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13774305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13774305'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610263'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610263'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13774305'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943583> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13943583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13943583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596809" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13943583'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596809'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596809'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13943583'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458380> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A12458380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:12458380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596817" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '12458380'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596817'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596817'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:12458380'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713184> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13713184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13713184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595887" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13713184'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595887'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595887'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13713184'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038141> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14038141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578569" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14038141'^^xsd:integer;
  dwc:scientificName 'Lomentaria clavellosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578569'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578569'^^xsd:string;
  dwc:aphiaid '145825'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14038141'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13661121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13661121> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13661121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13661121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13661121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13661121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578568" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13661121'^^xsd:integer;
  dwc:scientificName 'Chylocladia verticillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578568'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578568'^^xsd:string;
  dwc:aphiaid '145808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13661121'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649215> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13649215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578581" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13649215'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578581'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578581'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13649215'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649235> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13649235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595909" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13649235'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595909'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595909'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13649235'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329666> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14329666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595911" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14329666'^^xsd:integer;
  dwc:scientificName 'Polysiphonia fibrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595911'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595911'^^xsd:string;
  dwc:aphiaid '144633'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14329666'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '1333554'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329798> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14329798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596797" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14329798'^^xsd:integer;
  dwc:scientificName 'Polysiphonia fucoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596797'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596797'^^xsd:string;
  dwc:aphiaid '144639'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14329798'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '637672'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329797> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14329797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14329797'^^xsd:integer;
  dwc:scientificName 'Polysiphonia fucoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595912'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595912'^^xsd:string;
  dwc:aphiaid '144639'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14329797'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '637672'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329800> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14329800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596733" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14329800'^^xsd:integer;
  dwc:scientificName 'Polysiphonia fucoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596733'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596733'^^xsd:string;
  dwc:aphiaid '144639'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14329800'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '637672'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329796> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14329796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14329796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596934" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14329796'^^xsd:integer;
  dwc:scientificName 'Polysiphonia fucoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596934'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596934'^^xsd:string;
  dwc:aphiaid '144639'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14329796'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '637672'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14118689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14118689> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14118689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14118689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14118689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14118689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401703" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14118689'^^xsd:integer;
  dwc:scientificName 'Myoxocephalus scorpius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401703'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401703'^^xsd:string;
  dwc:aphiaid '127203'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14118689'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '127203'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14301847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14301847> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14301847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14301847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14301847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14301847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401660" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14301847'^^xsd:integer;
  dwc:scientificName 'Plumularia setacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401660'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401660'^^xsd:string;
  dwc:aphiaid '117824'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14301847'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '117824'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556602> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13556602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13556602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615751" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13556602'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615751'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615751'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13556602'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211754> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14211754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40298361" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14211754'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40298361'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40298361'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14211754'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13484952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13484952> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13484952> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13484952>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13484952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13484952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40294614" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13484952'^^xsd:integer;
  dwc:scientificName 'Aplysilla rosea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40294614'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40294614'^^xsd:string;
  dwc:aphiaid '132296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13484952'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '132296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13931484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13931484> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13931484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13931484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13931484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13931484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577906" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13931484'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577906'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577906'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13931484'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13966390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13966390> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13966390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13966390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13966390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13966390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577928" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13966390'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577928'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577928'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13966390'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879190> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13879190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615321" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13879190'^^xsd:integer;
  dwc:scientificName 'Grantia compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615321'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615321'^^xsd:string;
  dwc:aphiaid '132181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13879190'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '132181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879191> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13879191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614892" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13879191'^^xsd:integer;
  dwc:scientificName 'Grantia compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614892'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614892'^^xsd:string;
  dwc:aphiaid '132181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13879191'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '132181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14317970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14317970> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14317970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14317970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14317970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14317970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615205" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14317970'^^xsd:integer;
  dwc:scientificName 'Polydora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615205'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615205'^^xsd:string;
  dwc:aphiaid '129619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14317970'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '129619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211773> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14211773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615117" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14211773'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615117'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615117'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14211773'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14303283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14303283> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14303283> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14303283>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14303283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14303283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578163" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14303283'^^xsd:integer;
  dwc:scientificName 'Pododesmus patelliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578163'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578163'^^xsd:string;
  dwc:aphiaid '138751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14303283'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '138751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13966380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13966380> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13966380> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13966380>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13966380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13966380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578186" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13966380'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578186'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578186'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13966380'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14221766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14221766> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14221766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14221766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14221766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14221766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578952" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14221766'^^xsd:integer;
  dwc:scientificName 'Pagurus cuanensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578952'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578952'^^xsd:string;
  dwc:aphiaid '107235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14221766'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107235'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871038> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13871038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13871038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580097" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13871038'^^xsd:integer;
  dwc:scientificName 'Gobiusculus flavescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580097'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580097'^^xsd:string;
  dwc:aphiaid '126898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13871038'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '1526389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14303290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14303290> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14303290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14303290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14303290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14303290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580079" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14303290'^^xsd:integer;
  dwc:scientificName 'Pododesmus patelliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580079'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580079'^^xsd:string;
  dwc:aphiaid '138751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14303290'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '138751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556575> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13556575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13556575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580094" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13556575'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580094'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580094'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13556575'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13966389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13966389> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13966389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13966389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13966389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13966389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580096" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13966389'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580096'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580096'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13966389'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14017509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14017509> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14017509> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14017509>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14017509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14017509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580572" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14017509'^^xsd:integer;
  dwc:scientificName 'Lissoclinum perforatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580572'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580572'^^xsd:string;
  dwc:aphiaid '103585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14017509'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '103585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017529> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017529> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017529>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14017529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614648" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14017529'^^xsd:integer;
  dwc:scientificName 'Lissoclinum perforatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614648'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614648'^^xsd:string;
  dwc:aphiaid '103585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14017529'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13532845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13532845> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13532845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13532845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13532845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13532845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614451" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13532845'^^xsd:integer;
  dwc:scientificName 'Aulactinia verrucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614451'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614451'^^xsd:string;
  dwc:aphiaid '100815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13532845'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '100819'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13583913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13583913> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13583913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13583913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13583913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13583913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401681" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13583913'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401681'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401681'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13583913'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13551081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13551081> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13551081> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13551081>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13551081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13551081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611462" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13551081'^^xsd:integer;
  dwc:scientificName 'Bicellariella ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611462'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611462'^^xsd:string;
  dwc:aphiaid '111147'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13551081'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '111147'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14330515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14330515> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14330515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14330515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14330515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14330515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597923" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14330515'^^xsd:integer;
  dwc:scientificName 'Polysiphonia furcellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597923'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597923'^^xsd:string;
  dwc:aphiaid '144641'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14330515'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '637756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13577632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13577632> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13577632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13577632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13577632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13577632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579367" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13577632'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579367'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579367'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13577632'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689764> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13689764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13689764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614461" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13689764'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614461'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614461'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13689764'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404261> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13404261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614448" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13404261'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614448'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614448'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13404261'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392966> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392966> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392966>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14392966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580167" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14392966'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580167'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580167'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14392966'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424436> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424436> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424436>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13424436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580165" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13424436'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580165'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580165'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13424436'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419609> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13419609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13419609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615229" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13419609'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615229'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615229'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13419609'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13751949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13751949> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13751949> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13751949>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13751949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13751949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614645" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13751949'^^xsd:integer;
  dwc:scientificName 'Diphasia rosacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614645'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614645'^^xsd:string;
  dwc:aphiaid '117883'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13751949'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416152> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13416152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580666" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13416152'^^xsd:integer;
  dwc:scientificName 'Ahnfeltia plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580666'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580666'^^xsd:string;
  dwc:aphiaid '144422'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13416152'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729107> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13729107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580677" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13729107'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580677'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580677'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13729107'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459234> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14459234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580689" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14459234'^^xsd:integer;
  dwc:scientificName 'Sporochnus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580689'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580689'^^xsd:string;
  dwc:aphiaid '145915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14459234'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627187> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13627187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579338" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13627187'^^xsd:integer;
  dwc:scientificName 'Ceramium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579338'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579338'^^xsd:string;
  dwc:aphiaid '144546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13627187'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14381747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14381747> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14381747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14381747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14381747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14381747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579335" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14381747'^^xsd:integer;
  dwc:scientificName 'Rhodymenia holmesii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579335'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579335'^^xsd:string;
  dwc:aphiaid '145853'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14381747'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508234> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13508234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579700" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13508234'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579700'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579700'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13508234'^^xsd:string;
  dwc:observationDate '1998-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483264> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13483264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579324" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13483264'^^xsd:integer;
  dwc:scientificName 'Aplidium punctum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579324'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579324'^^xsd:string;
  dwc:aphiaid '103662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13483264'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13744541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13744541> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13744541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13744541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13744541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13744541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401845" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13744541'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401845'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401845'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13744541'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13419527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13419527> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13419527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13419527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13419527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13419527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13419527'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401816'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401816'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13419527'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14036336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14036336> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14036336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14036336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14036336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14036336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615809" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14036336'^^xsd:integer;
  dwc:scientificName 'Lomentaria articulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615809'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615809'^^xsd:string;
  dwc:aphiaid '145821'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14036336'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '145821'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14529082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14529082> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14529082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14529082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14529082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14529082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614385" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14529082'^^xsd:integer;
  dwc:scientificName 'Ulva lactuca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614385'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614385'^^xsd:string;
  dwc:aphiaid '145984'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14529082'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145984'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13551073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13551073> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13551073> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13551073>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13551073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:13551073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605105" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '13551073'^^xsd:integer;
  dwc:scientificName 'Bicellariella ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605105'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605105'^^xsd:string;
  dwc:aphiaid '111147'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:13551073'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '111147'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13512585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13512585> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13512585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13512585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13512585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13512585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577761" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13512585'^^xsd:integer;
  dwc:scientificName 'Asperococcus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577761'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577761'^^xsd:string;
  dwc:aphiaid '144062'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13512585'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144062'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419585> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13419585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614092" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13419585'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614092'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614092'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13419585'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13536937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13536937> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13536937> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13536937>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13536937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13536937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614299" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13536937'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614299'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40614299'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13536937'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14469356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14469356> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14469356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14469356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14469356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14469356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614354" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14469356'^^xsd:integer;
  dwc:scientificName 'Suberites carnosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614354'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614354'^^xsd:string;
  dwc:aphiaid '134275'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14469356'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '134275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539259> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13539259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615115" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13539259'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615115'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615115'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13539259'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14050269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14050269> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14050269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14050269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14050269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14050269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752639" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14050269'^^xsd:integer;
  dwc:scientificName 'Lysianassidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752639'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752639'^^xsd:string;
  dwc:aphiaid '101395'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14050269'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '101395'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14050268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14050268> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14050268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14050268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14050268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14050268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752079" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14050268'^^xsd:integer;
  dwc:scientificName 'Lysianassidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752079'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752079'^^xsd:string;
  dwc:aphiaid '101395'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14050268'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '101395'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12976001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12976001> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12976001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.577065"^^xsd:decimal ;
  dwc:decimalLongitude "-4.215065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12976001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  geo-pos:lat "52.577065"^^xsd:decimal ;
  geo-pos:long "-4.215065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12976001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:12976001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40751798" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '12976001'^^xsd:integer;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40751798'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.215065'^^xsd:double;
  dwc:latitude '52.577065'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40751798'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:12976001'^^xsd:string;
  dwc:observationDate '1998-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12976000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12976000> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12976000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.577065"^^xsd:decimal ;
  dwc:decimalLongitude "-4.215065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12976000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  geo-pos:lat "52.577065"^^xsd:decimal ;
  geo-pos:long "-4.215065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12976000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:12976000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735361" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '12976000'^^xsd:integer;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735361'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.215065'^^xsd:double;
  dwc:latitude '52.577065'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735361'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:12976000'^^xsd:string;
  dwc:observationDate '1998-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14465443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14465443> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14465443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.577065"^^xsd:decimal ;
  dwc:decimalLongitude "-4.215065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14465443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  geo-pos:lat "52.577065"^^xsd:decimal ;
  geo-pos:long "-4.215065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14465443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14465443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40751800" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14465443'^^xsd:integer;
  dwc:scientificName 'Streblospio shrubsolii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40751800'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.215065'^^xsd:double;
  dwc:latitude '52.577065'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40751800'^^xsd:string;
  dwc:aphiaid '131193'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14465443'^^xsd:string;
  dwc:observationDate '1998-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '131193'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A12975990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A12975990> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A12975990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A12975990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A12975990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:12975990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752407" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '12975990'^^xsd:integer;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752407'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752407'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:12975990'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A12975991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A12975991> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A12975991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A12975991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A12975991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:12975991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752417" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '12975991'^^xsd:integer;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752417'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752417'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:12975991'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493294> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14493294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752623" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14493294'^^xsd:integer;
  dwc:scientificName 'Thracia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752623'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752623'^^xsd:string;
  dwc:aphiaid '138549'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14493294'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '138549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14474421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14474421> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14474421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14474421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14474421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14474421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40751993" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14474421'^^xsd:integer;
  dwc:scientificName 'Synchelidium maculatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40751993'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40751993'^^xsd:string;
  dwc:aphiaid '102928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14474421'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '102928'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13795527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13795527> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13795527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13795527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13795527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13795527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611405" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13795527'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611405'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611405'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13795527'^^xsd:string;
  dwc:observationDate '2000-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14356474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14356474> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14356474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14356474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14356474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14356474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579942" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14356474'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579942'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579942'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14356474'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517415> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517415> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517415>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13517415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579528" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13517415'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579528'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40579528'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13517415'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517414> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13517414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579939" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13517414'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579939'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579939'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13517414'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517418> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517418> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517418>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13517418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13517418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577638" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13517418'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577638'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577638'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13517418'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729093> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729093> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729093>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13729093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581484" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13729093'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581484'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581484'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13729093'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13649905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13649905> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13649905> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13649905>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13649905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13649905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580586" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13649905'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580586'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580586'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13649905'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828606> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13828606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578961" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13828606'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578961'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578961'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13828606'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649911> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13649911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580108" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13649911'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580108'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580108'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13649911'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729104> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13729104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580121" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13729104'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580121'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580121'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13729104'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14017514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14017514> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14017514> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14017514>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14017514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14017514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579614" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14017514'^^xsd:integer;
  dwc:scientificName 'Lissoclinum perforatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579614'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579614'^^xsd:string;
  dwc:aphiaid '103585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14017514'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931483> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931483> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931483>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13931483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579736" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13931483'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579736'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579736'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13931483'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189982> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189982> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189982>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14189982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579258" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14189982'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579258'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579258'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14189982'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13949157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13949157> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13949157> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13949157>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13949157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13949157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581485" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13949157'^^xsd:integer;
  dwc:scientificName 'Hypoglossum hypoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581485'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581485'^^xsd:string;
  dwc:aphiaid '144756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13949157'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13949158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13949158> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13949158> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13949158>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13949158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13949158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580592" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13949158'^^xsd:integer;
  dwc:scientificName 'Hypoglossum hypoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580592'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580592'^^xsd:string;
  dwc:aphiaid '144756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13949158'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12458348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12458348> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12458348> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12458348>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12458348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:12458348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581465" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '12458348'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581465'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581465'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:12458348'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558621> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558621> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558621>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13558621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580791" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13558621'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580791'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580791'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13558621'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13748943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13748943> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13748943> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13748943>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13748943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13748943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615677" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13748943'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615677'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615677'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13748943'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13949188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13949188> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13949188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13949188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13949188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13949188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615756" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13949188'^^xsd:integer;
  dwc:scientificName 'Hypoglossum hypoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615756'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615756'^^xsd:string;
  dwc:aphiaid '144756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13949188'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424477> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13424477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579354" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13424477'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579354'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579354'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13424477'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536939> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13536939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40298368" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13536939'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40298368'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40298368'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13536939'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536940> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13536940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615279" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13536940'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615279'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615279'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13536940'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14402407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14402407> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14402407> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14402407>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14402407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14402407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580554" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14402407'^^xsd:integer;
  dwc:scientificName 'Schizomavella linearis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580554'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580554'^^xsd:string;
  dwc:aphiaid '111099'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14402407'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '862795'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13482477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13482477> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13482477> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13482477>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13482477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13482477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580569" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13482477'^^xsd:integer;
  dwc:scientificName 'Aplidium nordmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580569'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580569'^^xsd:string;
  dwc:aphiaid '103656'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13482477'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '103656'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13577619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13577619> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13577619> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13577619>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13577619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13577619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580562" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13577619'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580562'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580562'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13577619'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766517> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13766517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40298363" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13766517'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40298363'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40298363'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13766517'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14390942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14390942> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14390942> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14390942>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14390942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14390942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579638" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14390942'^^xsd:integer;
  dwc:scientificName 'Saccorhiza polyschides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579638'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579638'^^xsd:string;
  dwc:aphiaid '145735'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14390942'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145735'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749769> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749769> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749769>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13749769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13749769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579619" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13749769'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579619'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579619'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13749769'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13505588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13505588> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13505588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13505588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13505588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13505588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598076" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13505588'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598076'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598076'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13505588'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13346516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13346516> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13346516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13346516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13346516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13346516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597959" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13346516'^^xsd:integer;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597959'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597959'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13346516'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13359604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13359604> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13359604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13359604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13359604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13359604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597981" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13359604'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597981'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597981'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13359604'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13881911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13881911> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13881911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13881911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13881911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13881911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597983" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13881911'^^xsd:integer;
  dwc:scientificName 'Gymnogongrus griffithsiae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597983'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597983'^^xsd:string;
  dwc:aphiaid '145657'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13881911'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145657'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707930> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13707930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580657" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13707930'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580657'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580657'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13707930'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297522> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14297522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580670" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14297522'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580670'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580670'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14297522'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893788> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13893788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579725" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13893788'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579725'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579725'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13893788'^^xsd:string;
  dwc:observationDate '1998-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564545> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13564545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580681" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13564545'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580681'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580681'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13564545'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14586823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14586823> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14586823> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14586823>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14586823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14586823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614265" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14586823'^^xsd:integer;
  dwc:scientificName 'Balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614265'^^xsd:string;
  dwc:yearCollected '1997'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614265'^^xsd:string;
  dwc:aphiaid '106122'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14586823'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '106122'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886948> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13886948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614705" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13886948'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614705'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614705'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13886948'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536054> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536054> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536054>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13536054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578255" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13536054'^^xsd:integer;
  dwc:scientificName 'Axinella infundibuliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578255'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578255'^^xsd:string;
  dwc:aphiaid '132480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13536054'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536057> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536057> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536057>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13536057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579952" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13536057'^^xsd:integer;
  dwc:scientificName 'Axinella infundibuliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579952'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579952'^^xsd:string;
  dwc:aphiaid '132480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13536057'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536058> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536058> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536058>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13536058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13536058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579805" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13536058'^^xsd:integer;
  dwc:scientificName 'Axinella infundibuliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579805'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579805'^^xsd:string;
  dwc:aphiaid '132480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13536058'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13579426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13579426> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13579426> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13579426>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13579426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13579426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581169" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13579426'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581169'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581169'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13579426'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14386486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14386486> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14386486> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14386486>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14386486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14386486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579544" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14386486'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579544'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579544'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14386486'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575271> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575271> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575271>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13575271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579975" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13575271'^^xsd:integer;
  dwc:scientificName 'Bugula flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579975'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579975'^^xsd:string;
  dwc:aphiaid '111152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13575271'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '834002'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460110> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460110> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460110>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14460110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579953" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14460110'^^xsd:integer;
  dwc:scientificName 'Stelligera rigida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579953'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579953'^^xsd:string;
  dwc:aphiaid '134174'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14460110'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1424275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13625065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13625065> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13625065> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13625065>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13625065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13625065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581620" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13625065'^^xsd:integer;
  dwc:scientificName 'Ceramium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581620'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581620'^^xsd:string;
  dwc:aphiaid '143834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13625065'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '143834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14353681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14353681> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14353681> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14353681>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14353681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14353681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579962" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14353681'^^xsd:integer;
  dwc:scientificName 'Prostheceraeus vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579962'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579962'^^xsd:string;
  dwc:aphiaid '142820'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14353681'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '142820'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13485059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13485059> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13485059> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13485059>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13485059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13485059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581587" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13485059'^^xsd:integer;
  dwc:scientificName 'Aplysilla sulfurea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581587'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581587'^^xsd:string;
  dwc:aphiaid '132298'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13485059'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729090> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729090> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729090>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13729090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581624" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13729090'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581624'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581624'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13729090'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312057> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312057> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312057>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14312057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581602" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14312057'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581602'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581602'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14312057'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13649901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13649901> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13649901> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13649901>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13649901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13649901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581617" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13649901'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581617'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581617'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13649901'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931482> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931482> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931482>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13931482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579551" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13931482'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579551'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579551'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13931482'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589749> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589749> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589749>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13589749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581166" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13589749'^^xsd:integer;
  dwc:scientificName 'Callophyllis laciniata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581166'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581166'^^xsd:string;
  dwc:aphiaid '145262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13589749'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1311357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460786> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460786> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460786>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14460786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581131" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14460786'^^xsd:integer;
  dwc:scientificName 'Stelligera stuposa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581131'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581131'^^xsd:string;
  dwc:aphiaid '134175'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14460786'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '134175'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13630893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13630893> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13630893> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13630893>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13630893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13630893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581136" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13630893'^^xsd:integer;
  dwc:scientificName 'Cereus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581136'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581136'^^xsd:string;
  dwc:aphiaid '100987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13630893'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '100987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795480> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795480> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795480>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13795480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578262" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13795480'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578262'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578262'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13795480'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417965> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417965> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417965>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14417965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578249" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14417965'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578249'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578249'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14417965'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460787> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460787> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460787>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14460787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578258" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14460787'^^xsd:integer;
  dwc:scientificName 'Stelligera stuposa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578258'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578258'^^xsd:string;
  dwc:aphiaid '134175'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14460787'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134175'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372642> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372642> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372642>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14372642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577847" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14372642'^^xsd:integer;
  dwc:scientificName 'Raspailia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577847'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577847'^^xsd:string;
  dwc:aphiaid '181150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14372642'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '133150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908272> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13908272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733765" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13908272'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733765'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733765'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13908272'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517512> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13517512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596525" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13517512'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596525'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596525'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13517512'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517691> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13517691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615300" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13517691'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615300'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615300'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13517691'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396854> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396854> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396854>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14396854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580221" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14396854'^^xsd:integer;
  dwc:scientificName 'Salmacina dysteri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580221'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580221'^^xsd:string;
  dwc:aphiaid '131038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14396854'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '131038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517653> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607513" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517653'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607513'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607513'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517653'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517672> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614207" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517672'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614207'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614207'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517672'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517644> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614149" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517644'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614149'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614149'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517644'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14290507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14290507> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14290507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14290507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14290507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14290507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596508" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14290507'^^xsd:integer;
  dwc:scientificName 'Pisa tetraodon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596508'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596508'^^xsd:string;
  dwc:aphiaid '107358'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14290507'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '107358'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14036337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14036337> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14036337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14036337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14036337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14036337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615140" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14036337'^^xsd:integer;
  dwc:scientificName 'Lomentaria articulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615140'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615140'^^xsd:string;
  dwc:aphiaid '145821'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14036337'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145821'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13556596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13556596> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13556596> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13556596>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13556596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13556596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614139" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13556596'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614139'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614139'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13556596'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14211733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14211733> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14211733> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14211733>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14211733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14211733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578250" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14211733'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578250'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578250'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14211733'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931474> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931474> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931474>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13931474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578281" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13931474'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578281'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578281'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13931474'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931472> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931472> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931472>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13931472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581145" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13931472'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581145'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581145'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13931472'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517441> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517441> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517441>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13517441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578885" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13517441'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578885'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578885'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13517441'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517562> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13517562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556968" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13517562'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556968'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556968'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13517562'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638376> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13638376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13638376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595795" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13638376'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595795'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595795'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13638376'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417980> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14417980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595777" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14417980'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595777'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595777'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14417980'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795507> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13795507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595779" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13795507'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595779'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595779'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13795507'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389500> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389500> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389500>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13389500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607708" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13389500'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607708'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607708'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13389500'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13966402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13966402> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13966402> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13966402>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13966402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13966402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13966402'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607365'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607365'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13966402'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14222277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14222277> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14222277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14222277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14222277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14222277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596574" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14222277'^^xsd:integer;
  dwc:scientificName 'Pagurus prideaux'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596574'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596574'^^xsd:string;
  dwc:aphiaid '107239'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14222277'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '107239'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460033> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13460033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596571" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13460033'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596571'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596571'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13460033'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13622583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13622583> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13622583> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13622583>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13622583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13622583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579012" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13622583'^^xsd:integer;
  dwc:scientificName 'Cellepora pumicosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579012'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40579012'^^xsd:string;
  dwc:aphiaid '111268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13622583'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '111268'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419530> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419530> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419530>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13419530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579009" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13419530'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579009'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40579009'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13419530'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257993> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257993> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257993>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14257993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610120" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14257993'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610120'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610120'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14257993'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13914450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13914450> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13914450> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13914450>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13914450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13914450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577775" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13914450'^^xsd:integer;
  dwc:scientificName 'Hemimycale columella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577775'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577775'^^xsd:string;
  dwc:aphiaid '133543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13914450'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '133543'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13551078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13551078> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13551078> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13551078>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13551078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13551078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581035" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13551078'^^xsd:integer;
  dwc:scientificName 'Bicellariella ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581035'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581035'^^xsd:string;
  dwc:aphiaid '111147'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13551078'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '111147'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14092243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14092243> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14092243> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14092243>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14092243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14092243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581056" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14092243'^^xsd:integer;
  dwc:scientificName 'Molgula manhattensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581056'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581056'^^xsd:string;
  dwc:aphiaid '103788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14092243'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '103788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649247> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13649247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596644" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13649247'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596644'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596644'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13649247'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744594> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13744594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580887" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13744594'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580887'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580887'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13744594'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324393> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324393> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324393>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13324393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13324393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40294623" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13324393'^^xsd:integer;
  dwc:scientificName 'Ascidiacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40294623'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40294623'^^xsd:string;
  dwc:aphiaid '1839'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13324393'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '1839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649914> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13649914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580668" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13649914'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580668'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580668'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13649914'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017522> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14017522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615749" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14017522'^^xsd:integer;
  dwc:scientificName 'Lissoclinum perforatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615749'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615749'^^xsd:string;
  dwc:aphiaid '103585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14017522'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '103585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517513> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13517513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596307" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13517513'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596307'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596307'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13517513'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14552935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14552935> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14552935> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14552935>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14552935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14552935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579238" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14552935'^^xsd:integer;
  dwc:scientificName 'Calliostoma granulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579238'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579238'^^xsd:string;
  dwc:aphiaid '141753'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14552935'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '141753'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14522867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14522867> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14522867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14522867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14522867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14522867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401849" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14522867'^^xsd:integer;
  dwc:scientificName 'Tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401849'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401849'^^xsd:string;
  dwc:aphiaid '117258'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14522867'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '117258'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558676> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558676> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558676>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13558676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613911" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13558676'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613911'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613911'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13558676'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558678> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13558678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607308" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13558678'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607308'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607308'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13558678'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336285> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614248" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336285'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614248'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614248'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336285'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14336130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14336130> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14336130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14336130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14336130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14336130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40754570" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14336130'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40754570'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40754570'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14336130'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13737951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13737951> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13737951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13737951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13737951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13737951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401906" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13737951'^^xsd:integer;
  dwc:scientificName 'Desmarestia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401906'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401906'^^xsd:string;
  dwc:aphiaid '145310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13737951'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424586> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.740528 -4.964139)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.740528"^^xsd:decimal ;
  dwc:decimalLongitude "-4.964139"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.740528 -4.964139)"^^geo:wktLiteral ;
  geo-pos:lat "52.740528"^^xsd:decimal ;
  geo-pos:long "-4.964139"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13424586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607373" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13424586'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607373'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.964139'^^xsd:double;
  dwc:latitude '52.740528'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607373'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13424586'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14222280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14222280> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14222280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14222280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14222280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14222280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607472" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14222280'^^xsd:integer;
  dwc:scientificName 'Pagurus prideaux'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607472'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607472'^^xsd:string;
  dwc:aphiaid '107239'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14222280'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '107239'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425484> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.740528 -4.964139)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.740528"^^xsd:decimal ;
  dwc:decimalLongitude "-4.964139"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.740528 -4.964139)"^^geo:wktLiteral ;
  geo-pos:lat "52.740528"^^xsd:decimal ;
  geo-pos:long "-4.964139"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14425484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607372" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14425484'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607372'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.964139'^^xsd:double;
  dwc:latitude '52.740528'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607372'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14425484'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424590> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424590> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424590>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13424590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614232" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13424590'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614232'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614232'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13424590'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425481> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14425481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607468" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14425481'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607468'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607468'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14425481'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424591> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424591> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424591>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13424591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607584" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13424591'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607584'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40607584'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13424591'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425486> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425486> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425486>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14425486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613987" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14425486'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613987'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613987'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14425486'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424592> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424592> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424592>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13424592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607265" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13424592'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607265'^^xsd:string;
  dwc:yearCollected '1997'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607265'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13424592'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424599> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13424599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607601" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13424599'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607601'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607601'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13424599'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13755846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13755846> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13755846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13755846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13755846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13755846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401924" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13755846'^^xsd:integer;
  dwc:scientificName 'Diplosoma spongiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401924'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401924'^^xsd:string;
  dwc:aphiaid '103582'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13755846'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '103582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539244> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13539244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615660" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13539244'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615660'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615660'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13539244'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164343> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.304741"^^xsd:decimal ;
  dwc:decimalLongitude "-4.34813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  geo-pos:lat "52.304741"^^xsd:decimal ;
  geo-pos:long "-4.34813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14164343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752288" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14164343'^^xsd:integer;
  dwc:scientificName 'Notomastus latericeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752288'^^xsd:string;
  dwc:yearCollected '1998'^^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.34813'^^xsd:double;
  dwc:latitude '52.304741'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752288'^^xsd:string;
  dwc:aphiaid '129898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14164343'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '129898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425487> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425487> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425487>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14425487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613854" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14425487'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613854'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613854'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14425487'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424583> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424583> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424583>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13424583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607276" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13424583'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607276'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607276'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13424583'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424596> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13424596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607505" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13424596'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607505'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607505'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13424596'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14424183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14424183> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14424183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14424183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14424183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14424183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614169" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14424183'^^xsd:integer;
  dwc:scientificName 'Sertularella polyzonias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614169'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614169'^^xsd:string;
  dwc:aphiaid '117906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14424183'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '117906'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14467933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14467933> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14467933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14467933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14467933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14467933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615614" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14467933'^^xsd:integer;
  dwc:scientificName 'Stryphnus ponderosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615614'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615614'^^xsd:string;
  dwc:aphiaid '133991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14467933'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '133991'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14332710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14332710> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14332710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14332710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14332710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14332710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614580" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14332710'^^xsd:integer;
  dwc:scientificName 'Pomatoceros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614580'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614580'^^xsd:string;
  dwc:aphiaid '129572'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14332710'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '129582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14216958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14216958> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14216958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14216958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14216958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14216958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611273" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14216958'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611273'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611273'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14216958'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14258001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14258001> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14258001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14258001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14258001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14258001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614317" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14258001'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614317'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614317'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14258001'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683276> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.740528 -4.964139)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.740528"^^xsd:decimal ;
  dwc:decimalLongitude "-4.964139"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.740528 -4.964139)"^^geo:wktLiteral ;
  geo-pos:lat "52.740528"^^xsd:decimal ;
  geo-pos:long "-4.964139"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13683276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607367" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13683276'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607367'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.964139'^^xsd:double;
  dwc:latitude '52.740528'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607367'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13683276'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13443701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13443701> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13443701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13443701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13443701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13443701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752638" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13443701'^^xsd:integer;
  dwc:scientificName 'Amphilochus neapolitanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752638'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752638'^^xsd:string;
  dwc:aphiaid '101968'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13443701'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '236495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046651> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14046651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752686" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14046651'^^xsd:integer;
  dwc:scientificName 'Lumbrineris gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752686'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752686'^^xsd:string;
  dwc:aphiaid '130244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14046651'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '607402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046652> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14046652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752635" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14046652'^^xsd:integer;
  dwc:scientificName 'Lumbrineris gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752635'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752635'^^xsd:string;
  dwc:aphiaid '130244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14046652'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '607402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046658> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14046658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14046658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752966" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14046658'^^xsd:integer;
  dwc:scientificName 'Lumbrineris gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752966'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752966'^^xsd:string;
  dwc:aphiaid '130244'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14046658'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '607402'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559726> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14559726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752969" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14559726'^^xsd:integer;
  dwc:scientificName 'Eurydice truncata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752969'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752969'^^xsd:string;
  dwc:aphiaid '118855'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14559726'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '118855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559727> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14559727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752002" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14559727'^^xsd:integer;
  dwc:scientificName 'Eurydice truncata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752002'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752002'^^xsd:string;
  dwc:aphiaid '118855'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14559727'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '118855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493299> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14493299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752722" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14493299'^^xsd:integer;
  dwc:scientificName 'Thracia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752722'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752722'^^xsd:string;
  dwc:aphiaid '138549'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14493299'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '138549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493300> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.298548"^^xsd:decimal ;
  dwc:decimalLongitude "-4.641149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.298548 -4.641149)"^^geo:wktLiteral ;
  geo-pos:lat "52.298548"^^xsd:decimal ;
  geo-pos:long "-4.641149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14493300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14493300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752681" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14493300'^^xsd:integer;
  dwc:scientificName 'Thracia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752681'^^xsd:string;
  dwc:yearCollected '1998'^^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.641149'^^xsd:double;
  dwc:latitude '52.298548'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752681'^^xsd:string;
  dwc:aphiaid '138549'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14493300'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '138549'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164342> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.304741"^^xsd:decimal ;
  dwc:decimalLongitude "-4.34813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.304741 -4.34813)"^^geo:wktLiteral ;
  geo-pos:lat "52.304741"^^xsd:decimal ;
  geo-pos:long "-4.34813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14164342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752849" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14164342'^^xsd:integer;
  dwc:scientificName 'Notomastus latericeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752849'^^xsd:string;
  dwc:yearCollected '1998'^^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.34813'^^xsd:double;
  dwc:latitude '52.304741'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752849'^^xsd:string;
  dwc:aphiaid '129898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14164342'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '129898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12346914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12346914> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12346914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.33027"^^xsd:decimal ;
  dwc:decimalLongitude "-3.436709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12346914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  geo-pos:lat "51.33027"^^xsd:decimal ;
  geo-pos:long "-3.436709"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12346914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:12346914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735395" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '12346914'^^xsd:integer;
  dwc:scientificName 'Corophium insidiosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735395'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.436709'^^xsd:double;
  dwc:latitude '51.33027'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40735395'^^xsd:string;
  dwc:aphiaid '102092'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:12346914'^^xsd:string;
  dwc:observationDate '1998-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '148592'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164332> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.115583 -4.776391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.115583"^^xsd:decimal ;
  dwc:decimalLongitude "-4.776391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.115583 -4.776391)"^^geo:wktLiteral ;
  geo-pos:lat "52.115583"^^xsd:decimal ;
  geo-pos:long "-4.776391"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14164332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752466" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14164332'^^xsd:integer;
  dwc:scientificName 'Notomastus latericeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752466'^^xsd:string;
  dwc:yearCollected '1998'^^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.776391'^^xsd:double;
  dwc:latitude '52.115583'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752466'^^xsd:string;
  dwc:aphiaid '129898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14164332'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14128051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14128051> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14128051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.115583 -4.776391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.115583"^^xsd:decimal ;
  dwc:decimalLongitude "-4.776391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14128051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.115583 -4.776391)"^^geo:wktLiteral ;
  geo-pos:lat "52.115583"^^xsd:decimal ;
  geo-pos:long "-4.776391"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14128051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14128051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752209" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14128051'^^xsd:integer;
  dwc:scientificName 'Nemertea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752209'^^xsd:string;
  dwc:yearCollected '1998'^^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.776391'^^xsd:double;
  dwc:latitude '52.115583'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752209'^^xsd:string;
  dwc:aphiaid '152391'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14128051'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '152391'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13966403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13966403> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13966403> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13966403>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13966403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13966403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607718" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13966403'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607718'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607718'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13966403'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13949187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13949187> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13949187> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13949187>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13949187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13949187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613893" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13949187'^^xsd:integer;
  dwc:scientificName 'Hypoglossum hypoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613893'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613893'^^xsd:string;
  dwc:aphiaid '144756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13949187'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '144756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13556599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13556599> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13556599> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13556599>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13556599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13556599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607716" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13556599'^^xsd:integer;
  dwc:scientificName 'Botrylloides leachi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607716'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607716'^^xsd:string;
  dwc:aphiaid '103859'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13556599'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '250081'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132869> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132869> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132869>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14132869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579810" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14132869'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579810'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579810'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14132869'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828597> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828597> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828597>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13828597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581284" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13828597'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581284'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581284'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13828597'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13551911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13551911> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13551911> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13551911>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13551911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13551911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579963" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13551911'^^xsd:integer;
  dwc:scientificName 'Bispira volutacornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579963'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579963'^^xsd:string;
  dwc:aphiaid '130875'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13551911'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '130875'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564535> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564535> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564535>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13564535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579994" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13564535'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579994'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579994'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13564535'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13689730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13689730> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13689730> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13689730>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13689730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13689730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578859" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13689730'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578859'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578859'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13689730'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458757> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458757> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458757>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13458757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13458757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579813" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13458757'^^xsd:integer;
  dwc:scientificName 'Anapagurus hyndmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579813'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579813'^^xsd:string;
  dwc:aphiaid '107217'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13458757'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107217'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766478> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766478> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766478>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13766478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579809" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13766478'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579809'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579809'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13766478'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917812> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917812> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917812>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13917812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579979" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13917812'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579979'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579979'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13917812'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951750> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951750> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951750>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13951750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13951750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581239" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13951750'^^xsd:integer;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581239'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581239'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13951750'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336279> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65776 -4.662763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.65776"^^xsd:decimal ;
  dwc:decimalLongitude "-4.662763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65776 -4.662763)"^^geo:wktLiteral ;
  geo-pos:lat "52.65776"^^xsd:decimal ;
  geo-pos:long "-4.662763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607186" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336279'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607186'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.662763'^^xsd:double;
  dwc:latitude '52.65776'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607186'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336279'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14005079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14005079> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14005079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14005079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14005079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14005079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596492" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14005079'^^xsd:integer;
  dwc:scientificName 'Leucosolenia complicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596492'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596492'^^xsd:string;
  dwc:aphiaid '132219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14005079'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '132219'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13577634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13577634> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13577634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13577634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13577634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13577634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596522" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13577634'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596522'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596522'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13577634'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590675> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732929" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590675'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732929'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732929'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590675'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535522> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535522> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535522>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14535522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615519" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14535522'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615519'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615519'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14535522'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575288> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575288> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575288>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13575288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615042" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13575288'^^xsd:integer;
  dwc:scientificName 'Bugula flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615042'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615042'^^xsd:string;
  dwc:aphiaid '111152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13575288'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '834002'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893817> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13893817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596568" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13893817'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596568'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596568'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13893817'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468591> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14468591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596561" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14468591'^^xsd:integer;
  dwc:scientificName 'Stypocaulon scoparium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596561'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596561'^^xsd:string;
  dwc:aphiaid '145907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14468591'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '182742'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763716> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13763716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615133" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13763716'^^xsd:integer;
  dwc:scientificName 'Dynamena pumila'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615133'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615133'^^xsd:string;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13763716'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380359> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14380359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14380359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596542" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14380359'^^xsd:integer;
  dwc:scientificName 'Rhodophyllis divaricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596542'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596542'^^xsd:string;
  dwc:aphiaid '145617'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14380359'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13401814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13401814> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13401814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13401814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13401814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13401814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752280" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13401814'^^xsd:integer;
  dwc:scientificName 'Achelia longipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752280'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752280'^^xsd:string;
  dwc:aphiaid '146893'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13401814'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '134614'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14354466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14354466> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14354466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14354466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14354466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14354466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752903" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14354466'^^xsd:integer;
  dwc:scientificName 'Protodorvillea kefersteini'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752903'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752903'^^xsd:string;
  dwc:aphiaid '130041'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14354466'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '130041'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14477897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14477897> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14477897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14477897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14477897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14477897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752244" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14477897'^^xsd:integer;
  dwc:scientificName 'Tapes rhomboides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752244'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752244'^^xsd:string;
  dwc:aphiaid '152316'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14477897'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '745846'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050999> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14050999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597889" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14050999'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597889'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597889'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14050999'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14082512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14082512> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14082512> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14082512>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14082512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14082512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577854" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14082512'^^xsd:integer;
  dwc:scientificName 'Mesacmaea mitchellii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577854'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577854'^^xsd:string;
  dwc:aphiaid '416481'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14082512'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '416481'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539184> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539184> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539184>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13539184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581236" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13539184'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581236'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581236'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13539184'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517434> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517434> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517434>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13517434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578294" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13517434'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578294'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578294'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13517434'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13326488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13326488> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13326488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13326488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13326488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13326488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607120" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13326488'^^xsd:integer;
  dwc:scientificName 'Cirripedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607120'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607120'^^xsd:string;
  dwc:aphiaid '1082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13326488'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '1082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '70'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576548> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13576548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581218" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13576548'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581218'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581218'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13576548'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576573> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576573> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576573>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13576573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577875" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13576573'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577875'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577875'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13576573'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925988> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13925988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615664" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13925988'^^xsd:integer;
  dwc:scientificName 'Hiatella arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615664'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615664'^^xsd:string;
  dwc:aphiaid '140103'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13925988'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '140103'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460793> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460793> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460793>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14460793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577846" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14460793'^^xsd:integer;
  dwc:scientificName 'Stelligera stuposa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577846'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577846'^^xsd:string;
  dwc:aphiaid '134175'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14460793'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134175'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14417954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14417954> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14417954> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14417954>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14417954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14417954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581094" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14417954'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581094'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581094'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14417954'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583972> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13583972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614366" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13583972'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614366'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614366'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13583972'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917837> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917837> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917837>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13917837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13917837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613888" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13917837'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613888'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613888'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13917837'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478711> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14478711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614819" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14478711'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614819'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614819'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14478711'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359682> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359682> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359682>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13359682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13359682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613980" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13359682'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613980'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613980'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13359682'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558675> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558675> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558675>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13558675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607620" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13558675'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607620'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607620'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13558675'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424589> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424589> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424589>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13424589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607168" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13424589'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607168'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607168'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13424589'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13899019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13899019> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13899019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13899019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13899019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13899019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401586" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13899019'^^xsd:integer;
  dwc:scientificName 'Harmothoe'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401586'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401586'^^xsd:string;
  dwc:aphiaid '129491'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13899019'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '129491'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14221759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14221759> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14221759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14221759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14221759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14221759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579928" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14221759'^^xsd:integer;
  dwc:scientificName 'Pagurus cuanensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579928'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579928'^^xsd:string;
  dwc:aphiaid '107235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14221759'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '107235'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517683> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13517683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13517683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614923" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13517683'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614923'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614923'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13517683'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13325746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13325746> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13325746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13325746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13325746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13325746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607478" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13325746'^^xsd:integer;
  dwc:scientificName 'Blenniidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607478'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607478'^^xsd:string;
  dwc:aphiaid '125519'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13325746'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '125519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108769> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14108769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615215" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14108769'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615215'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615215'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14108769'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108774> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14108774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614935" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14108774'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614935'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614935'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14108774'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655349> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13655349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578835" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13655349'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578835'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578835'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13655349'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108758> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14108758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615638" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14108758'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615638'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615638'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14108758'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290895> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14290895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578787" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14290895'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578787'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578787'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14290895'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649209> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13649209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578823" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13649209'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578823'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578823'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13649209'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517453> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13517453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578795" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13517453'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578795'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578795'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13517453'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14225002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14225002> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14225002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14225002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14225002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14225002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614938" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14225002'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614938'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614938'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14225002'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14322759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14322759> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14322759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14322759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14322759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14322759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579138" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14322759'^^xsd:integer;
  dwc:scientificName 'Polyides rotundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579138'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579138'^^xsd:string;
  dwc:aphiaid '145668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14322759'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '145668'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322771> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14322771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14322771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580490" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14322771'^^xsd:integer;
  dwc:scientificName 'Polyides rotundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580490'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580490'^^xsd:string;
  dwc:aphiaid '145668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14322771'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145668'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14179170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14179170> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14179170> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14179170>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14179170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14179170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580556" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14179170'^^xsd:integer;
  dwc:scientificName 'Omalosecosa ramulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580556'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580556'^^xsd:string;
  dwc:aphiaid '111281'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14179170'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '111281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14055206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14055206> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14055206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14055206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14055206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14055206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597898" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14055206'^^xsd:integer;
  dwc:scientificName 'Macropodia rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597898'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597898'^^xsd:string;
  dwc:aphiaid '107345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14055206'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '107345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14227906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14227906> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14227906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14227906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14227906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14227906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401673" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14227906'^^xsd:integer;
  dwc:scientificName 'Pandalus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401673'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401673'^^xsd:string;
  dwc:aphiaid '107044'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14227906'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '107044'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14386497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14386497> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14386497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14386497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14386497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14386497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596505" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14386497'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596505'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596505'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14386497'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189979> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189979> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189979>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14189979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579981" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14189979'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579981'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579981'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14189979'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607445> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607445> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607445>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14607445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14607445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578295" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14607445'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578295'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578295'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14607445'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13915300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13915300> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13915300> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13915300>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13915300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13915300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607667" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13915300'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607667'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607667'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13915300'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13580743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13580743> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13580743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13580743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13580743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13580743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611292" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13580743'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611292'^^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 '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611292'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13580743'^^xsd:string;
  dwc:observationDate '2000-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535494> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535494> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535494>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14535494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607124" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14535494'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607124'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607124'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14535494'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13884240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13884240> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13884240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13884240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13884240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13884240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613917" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13884240'^^xsd:integer;
  dwc:scientificName 'Halecium halecinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613917'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613917'^^xsd:string;
  dwc:aphiaid '231751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13884240'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567091> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567091> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567091>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614774" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567091'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614774'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614774'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567091'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567942> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567942> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567942>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615673" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567942'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615673'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615673'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567942'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558607> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558607> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558607>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13558607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579617" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13558607'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579617'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579617'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13558607'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732613> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732613> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732613>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13732613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614626" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13732613'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614626'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614626'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13732613'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732614> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732614> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732614>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13732614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615678" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13732614'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615678'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615678'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13732614'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038139> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14038139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14038139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580431" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14038139'^^xsd:integer;
  dwc:scientificName 'Lomentaria clavellosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580431'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580431'^^xsd:string;
  dwc:aphiaid '145825'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14038139'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14430239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14430239> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14430239> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14430239>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14430239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14430239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580776" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14430239'^^xsd:integer;
  dwc:scientificName 'Smittina landsborovii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580776'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580776'^^xsd:string;
  dwc:aphiaid '111558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14430239'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223519> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14223519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615628" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14223519'^^xsd:integer;
  dwc:scientificName 'Palaemon serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615628'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615628'^^xsd:string;
  dwc:aphiaid '107616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14223519'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '107616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13815069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13815069> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13815069> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13815069>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13815069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13815069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579257" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13815069'^^xsd:integer;
  dwc:scientificName 'Eurynome aspera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579257'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579257'^^xsd:string;
  dwc:aphiaid '107318'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13815069'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14303284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14303284> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14303284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14303284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14303284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14303284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579937" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14303284'^^xsd:integer;
  dwc:scientificName 'Pododesmus patelliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579937'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579937'^^xsd:string;
  dwc:aphiaid '138751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14303284'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '138751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886974> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13886974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615224" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13886974'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615224'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615224'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13886974'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763718> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13763718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615694" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13763718'^^xsd:integer;
  dwc:scientificName 'Dynamena pumila'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615694'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615694'^^xsd:string;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13763718'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893796> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13893796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580451" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13893796'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580451'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580451'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13893796'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564549> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13564549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585584" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13564549'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585584'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585584'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13564549'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359610> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359610> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359610>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13359610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581476" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13359610'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581476'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581476'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13359610'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359611> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359611> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359611>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13359611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580585" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13359611'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580585'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580585'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13359611'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328953> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14328953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585585" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14328953'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585585'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585585'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14328953'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13566193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13566193> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13566193> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13566193>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13566193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13566193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614879" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13566193'^^xsd:integer;
  dwc:scientificName 'Bryopsis plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614879'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614879'^^xsd:string;
  dwc:aphiaid '144457'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13566193'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '144457'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359710> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359710> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359710>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13359710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614876" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13359710'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614876'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614876'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13359710'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676354> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13676354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615320" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13676354'^^xsd:integer;
  dwc:scientificName 'Clathrina coriacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615320'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615320'^^xsd:string;
  dwc:aphiaid '132277'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13676354'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '132277'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489371> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489371> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489371>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14489371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578137" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14489371'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578137'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578137'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14489371'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14508173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14508173> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14508173> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14508173>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14508173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14508173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578177" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14508173'^^xsd:integer;
  dwc:scientificName 'Trididemnum cereum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578177'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578177'^^xsd:string;
  dwc:aphiaid '103594'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14508173'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '103594'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14523595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14523595> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14523595> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14523595>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14523595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14523595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578144" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14523595'^^xsd:integer;
  dwc:scientificName 'Tubularia indivisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578144'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578144'^^xsd:string;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14523595'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055216> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14055216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14055216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578956" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14055216'^^xsd:integer;
  dwc:scientificName 'Macropodia rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578956'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578956'^^xsd:string;
  dwc:aphiaid '107345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14055216'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13504160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13504160> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13504160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13504160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13504160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13504160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578969" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13504160'^^xsd:integer;
  dwc:scientificName 'Ascidia virginea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578969'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578969'^^xsd:string;
  dwc:aphiaid '103717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13504160'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455439> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12455439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:12455439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580081" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '12455439'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580081'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580081'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:12455439'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13893782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13893782> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13893782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13893782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13893782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13893782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401846" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13893782'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401846'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401846'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13893782'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13580190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13580190> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13580190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13580190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13580190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13580190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401836" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13580190'^^xsd:integer;
  dwc:scientificName 'Calliblepharis jubata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401836'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401836'^^xsd:string;
  dwc:aphiaid '145614'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13580190'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145614'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13893786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13893786> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13893786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13893786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13893786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13893786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579144" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13893786'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579144'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579144'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13893786'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13580677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13580677> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13580677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13580677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13580677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13580677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579135" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13580677'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579135'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579135'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13580677'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893804> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13893804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13893804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579403" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13893804'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579403'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579403'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13893804'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14235899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14235899> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14235899> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14235899>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14235899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14235899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579565" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14235899'^^xsd:integer;
  dwc:scientificName 'Parasmittina trispinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579565'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579565'^^xsd:string;
  dwc:aphiaid '111547'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14235899'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '111547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649915> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13649915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577940" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13649915'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577940'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577940'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13649915'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459235> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14459235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577972" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14459235'^^xsd:integer;
  dwc:scientificName 'Sporochnus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577972'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577972'^^xsd:string;
  dwc:aphiaid '145915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14459235'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729108> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13729108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577957" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13729108'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577957'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577957'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13729108'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508243> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13508243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577923" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13508243'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577923'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577923'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13508243'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380349> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14380349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577945" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14380349'^^xsd:integer;
  dwc:scientificName 'Rhodophyllis divaricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577945'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577945'^^xsd:string;
  dwc:aphiaid '145617'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14380349'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416157> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13416157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13416157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580486" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13416157'^^xsd:integer;
  dwc:scientificName 'Ahnfeltia plicata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580486'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580486'^^xsd:string;
  dwc:aphiaid '144422'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13416157'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144422'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14425494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14425494> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14425494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14425494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14425494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14425494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615624" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14425494'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615624'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615624'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14425494'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13678899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13678899> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13678899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13678899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13678899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13678899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40298377" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13678899'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40298377'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40298377'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13678899'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413638> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13413638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579351" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13413638'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579351'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579351'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13413638'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359647> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13359647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579382" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13359647'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579382'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579382'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13359647'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14523598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14523598> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14523598> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14523598>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14523598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14523598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580757" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14523598'^^xsd:integer;
  dwc:scientificName 'Tubularia indivisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580757'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580757'^^xsd:string;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14523598'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729111> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13729111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585580" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13729111'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585580'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585580'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13729111'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197577> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197577> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197577>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14197577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578656" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14197577'^^xsd:integer;
  dwc:scientificName 'Ophiura albida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578656'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578656'^^xsd:string;
  dwc:aphiaid '124913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14197577'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543365> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543365> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543365>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14543365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578650" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14543365'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578650'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578650'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14543365'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543366> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543366> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543366>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14543366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14543366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580774" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14543366'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580774'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580774'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14543366'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621421> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621421> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621421>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13621421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580780" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13621421'^^xsd:integer;
  dwc:scientificName 'Cellaria fistulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580780'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580780'^^xsd:string;
  dwc:aphiaid '111257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13621421'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380347> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14380347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580111" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14380347'^^xsd:integer;
  dwc:scientificName 'Rhodophyllis divaricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580111'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580111'^^xsd:string;
  dwc:aphiaid '145617'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14380347'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380350> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14380350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585573" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14380350'^^xsd:integer;
  dwc:scientificName 'Rhodophyllis divaricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585573'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585573'^^xsd:string;
  dwc:aphiaid '145617'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14380350'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828617> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13828617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580467" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13828617'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580467'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580467'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13828617'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508257> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13508257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580479" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13508257'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580479'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580479'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13508257'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380354> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14380354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580495" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14380354'^^xsd:integer;
  dwc:scientificName 'Rhodophyllis divaricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580495'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580495'^^xsd:string;
  dwc:aphiaid '145617'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14380354'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459241> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14459241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580514" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14459241'^^xsd:integer;
  dwc:scientificName 'Sporochnus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580514'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580514'^^xsd:string;
  dwc:aphiaid '145915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14459241'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649928> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13649928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580489" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13649928'^^xsd:integer;
  dwc:scientificName 'Chondrus crispus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580489'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580489'^^xsd:string;
  dwc:aphiaid '145625'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13649928'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145625'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13705511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13705511> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13705511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13705511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13705511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13705511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614482" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13705511'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614482'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614482'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13705511'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416122> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416122> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416122>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14416122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578182" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14416122'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578182'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578182'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14416122'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535358> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535358> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535358>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14535358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578149" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14535358'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578149'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578149'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14535358'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13389451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13389451> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13389451> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13389451>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13389451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13389451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579252" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13389451'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579252'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579252'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13389451'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897181> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897181> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897181>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13897181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580035" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13897181'^^xsd:integer;
  dwc:scientificName 'Halurus flosculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580035'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580035'^^xsd:string;
  dwc:aphiaid '144595'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13897181'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144595'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713146> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713146> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713146>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13713146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580002" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13713146'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580002'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580002'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13713146'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594151> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13594151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577901" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13594151'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577901'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577901'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13594151'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14433672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14433672> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14433672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14433672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14433672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14433672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577952" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14433672'^^xsd:integer;
  dwc:scientificName 'Spermothamnion repens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577952'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577952'^^xsd:string;
  dwc:aphiaid '144702'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14433672'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13816882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13816882> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13816882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13816882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13816882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13816882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579454" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13816882'^^xsd:integer;
  dwc:scientificName 'Eutrigla gurnardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579454'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579454'^^xsd:string;
  dwc:aphiaid '150637'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13816882'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '150637'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749789> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13749789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579381" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13749789'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579381'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579381'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13749789'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14468530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14468530> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14468530> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14468530>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14468530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14468530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580162" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14468530'^^xsd:integer;
  dwc:scientificName 'Stylostichon plumosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580162'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580162'^^xsd:string;
  dwc:aphiaid '150212'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14468530'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '133688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573577> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14573577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579392" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14573577'^^xsd:integer;
  dwc:scientificName 'Pterothamnion crispum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579392'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579392'^^xsd:string;
  dwc:aphiaid '144682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14573577'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144682'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638364> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13638364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580384" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13638364'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580384'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580384'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13638364'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13793098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13793098> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13793098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13793098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13793098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13793098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580440" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13793098'^^xsd:integer;
  dwc:scientificName 'Erythroglossum laciniatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580440'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580440'^^xsd:string;
  dwc:aphiaid '144749'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13793098'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144749'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795495> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13795495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13795495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580373" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13795495'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580373'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580373'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13795495'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925989> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13925989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615743" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13925989'^^xsd:integer;
  dwc:scientificName 'Hiatella arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615743'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615743'^^xsd:string;
  dwc:aphiaid '140103'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13925989'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '140103'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925999> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13925999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615120" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13925999'^^xsd:integer;
  dwc:scientificName 'Hiatella arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615120'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615120'^^xsd:string;
  dwc:aphiaid '140103'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13925999'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140103'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925998> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13925998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614762" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13925998'^^xsd:integer;
  dwc:scientificName 'Hiatella arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614762'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614762'^^xsd:string;
  dwc:aphiaid '140103'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13925998'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140103'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539185> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539185> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539185>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13539185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579563" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13539185'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579563'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579563'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13539185'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13955708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13955708> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13955708> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13955708>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13955708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13955708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579577" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13955708'^^xsd:integer;
  dwc:scientificName 'Itonoa marginifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579577'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579577'^^xsd:string;
  dwc:aphiaid '145638'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13955708'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145638'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539194> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539194> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539194>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13539194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578616" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13539194'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578616'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578616'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13539194'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185281> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185281> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185281>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14185281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14185281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579259" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14185281'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579259'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579259'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14185281'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539177> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539177> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539177>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13539177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580579" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13539177'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580579'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580579'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13539177'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897179> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897179> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897179>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13897179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13897179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581482" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13897179'^^xsd:integer;
  dwc:scientificName 'Halurus flosculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581482'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581482'^^xsd:string;
  dwc:aphiaid '144595'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13897179'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144595'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756589> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756589> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756589>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13756589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13756589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578180" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13756589'^^xsd:integer;
  dwc:scientificName 'Distomus variolosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578180'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578180'^^xsd:string;
  dwc:aphiaid '103890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13756589'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '103890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13402890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13402890> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13402890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13402890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13402890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13402890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580435" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13402890'^^xsd:integer;
  dwc:scientificName 'Acrosorium venulosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580435'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580435'^^xsd:string;
  dwc:aphiaid '144734'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13402890'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144734'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678882> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13678882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580403" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13678882'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580403'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580403'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13678882'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458361> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:12458361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580398" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '12458361'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580398'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580398'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:12458361'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949172> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13949172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580439" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13949172'^^xsd:integer;
  dwc:scientificName 'Hypoglossum hypoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580439'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580439'^^xsd:string;
  dwc:aphiaid '144756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13949172'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943558> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13943558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580381" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13943558'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580381'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580381'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13943558'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502400> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502400> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502400>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13502400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580787" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13502400'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580787'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580787'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13502400'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13886940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13886940> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13886940> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13886940>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13886940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13886940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611304" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13886940'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611304'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611304'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13886940'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14086080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14086080> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14086080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14086080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14086080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14086080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401655" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14086080'^^xsd:integer;
  dwc:scientificName 'Microciona'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401655'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401655'^^xsd:string;
  dwc:aphiaid '131872'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14086080'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '167605'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13502409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13502409> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13502409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13502409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13502409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13502409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40298380" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13502409'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40298380'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40298380'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13502409'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120784> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14120784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615698" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14120784'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615698'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615698'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14120784'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489399> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489399> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489399>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14489399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580752" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14489399'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580752'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580752'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14489399'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14542100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14542100> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14542100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14542100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14542100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14542100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614634" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14542100'^^xsd:integer;
  dwc:scientificName 'Verruca stroemia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614634'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614634'^^xsd:string;
  dwc:aphiaid '106257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14542100'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '106257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13898221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13898221> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13898221> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13898221>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13898221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13898221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580040" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13898221'^^xsd:integer;
  dwc:scientificName 'Haraldiophyllum bonnemaisonii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580040'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580040'^^xsd:string;
  dwc:aphiaid '144755'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13898221'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718173> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718173> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718173>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13718173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580038" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13718173'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580038'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580038'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13718173'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13637444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13637444> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13637444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13637444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13637444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13637444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614470" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13637444'^^xsd:integer;
  dwc:scientificName 'Chaetomorpha melagonium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614470'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614470'^^xsd:string;
  dwc:aphiaid '145029'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13637444'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '145029'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13657941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13657941> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13657941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13657941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13657941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13657941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401847" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13657941'^^xsd:integer;
  dwc:scientificName 'Chromophyta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401847'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401847'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13657941'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13558684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13558684> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13558684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13558684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13558684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13558684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615832" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13558684'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615832'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615832'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13558684'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744583> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13744583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579222" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13744583'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579222'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579222'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13744583'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290900> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14290900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579177" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14290900'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579177'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579177'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14290900'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649213> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13649213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579217" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13649213'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579217'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579217'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13649213'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312091> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312091> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312091>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14312091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615428" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14312091'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615428'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615428'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14312091'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14132951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14132951> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14132951> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14132951>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14132951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14132951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615418" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14132951'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615418'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615418'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14132951'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755853> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755853> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755853>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13755853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578239" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13755853'^^xsd:integer;
  dwc:scientificName 'Diplosoma spongiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578239'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578239'^^xsd:string;
  dwc:aphiaid '103582'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13755853'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14460122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14460122> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14460122> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14460122>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14460122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14460122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615413" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14460122'^^xsd:integer;
  dwc:scientificName 'Stelligera rigida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615413'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615413'^^xsd:string;
  dwc:aphiaid '134174'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14460122'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1424275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14228963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14228963> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14228963> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14228963>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14228963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14228963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615453" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14228963'^^xsd:integer;
  dwc:scientificName 'Parablennius gattorugine'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615453'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615453'^^xsd:string;
  dwc:aphiaid '126770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14228963'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '126770'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14325295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14325295> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14325295> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14325295>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14325295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14325295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615412" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14325295'^^xsd:integer;
  dwc:scientificName 'Polymastia mammillaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615412'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615412'^^xsd:string;
  dwc:aphiaid '150221'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14325295'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393030> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393030> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393030>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14393030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615060" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14393030'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615060'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615060'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14393030'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312068> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312068> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312068>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14312068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580789" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14312068'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580789'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580789'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14312068'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583936> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583936> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583936>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13583936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578620" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13583936'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578620'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578620'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13583936'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13469696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13469696> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13469696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13469696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13469696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13469696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401820" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13469696'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401820'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401820'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13469696'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13458750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13458750> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13458750> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13458750>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13458750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13458750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580171" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13458750'^^xsd:integer;
  dwc:scientificName 'Anapagurus hyndmanni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580171'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580171'^^xsd:string;
  dwc:aphiaid '107217'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13458750'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '107217'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311374> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311374> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311374>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14311374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581089" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14311374'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581089'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581089'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14311374'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135877> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135877> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135877>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14135877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581065" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14135877'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581065'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581065'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14135877'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882484> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13882484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577943" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13882484'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577943'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577943'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13882484'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977169> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13977169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577975" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13977169'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577975'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577975'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13977169'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977154> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977154> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977154>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13977154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579636" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13977154'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579636'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579636'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13977154'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13933287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13933287> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13933287> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13933287>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13933287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13933287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579603" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13933287'^^xsd:integer;
  dwc:scientificName 'Hinia reticulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579603'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579603'^^xsd:string;
  dwc:aphiaid '416627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13933287'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '140513'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14382173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14382173> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14382173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14382173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14382173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14382173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585574" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14382173'^^xsd:integer;
  dwc:scientificName 'Rhodymenia pseudopalmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585574'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585574'^^xsd:string;
  dwc:aphiaid '145855'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14382173'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977170> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13977170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13977170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585590" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13977170'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585590'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585590'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13977170'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882490> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13882490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580493" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13882490'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580493'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580493'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13882490'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13977172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13977172> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13977172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13977172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13977172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13977172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596435" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13977172'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596435'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596435'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13977172'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882501> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13882501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596409" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13882501'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596409'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596409'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13882501'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392968> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392968> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392968>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14392968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14392968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580536" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14392968'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580536'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580536'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14392968'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14425493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14425493> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14425493> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14425493>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14425493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14425493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614646" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14425493'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614646'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614646'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14425493'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14012673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14012673> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14012673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14012673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14012673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14012673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598068" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14012673'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598068'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598068'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14012673'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13736043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13736043> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13736043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13736043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13736043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13736043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598098" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13736043'^^xsd:integer;
  dwc:scientificName 'Desmarestia aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598098'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598098'^^xsd:string;
  dwc:aphiaid '145307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13736043'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13627179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13627179> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13627179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13627179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13627179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13627179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598088" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13627179'^^xsd:integer;
  dwc:scientificName 'Ceramium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598088'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598088'^^xsd:string;
  dwc:aphiaid '144546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13627179'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14012675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14012675> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14012675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14012675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14012675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14012675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597966" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14012675'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597966'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597966'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14012675'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13655345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13655345> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13655345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13655345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13655345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13655345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598010" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13655345'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598010'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598010'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13655345'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14467975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14467975> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14467975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14467975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14467975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14467975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597974" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14467975'^^xsd:integer;
  dwc:scientificName 'Styela clava'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597974'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597974'^^xsd:string;
  dwc:aphiaid '103929'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14467975'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13627182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13627182> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13627182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13627182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13627182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13627182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597989" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13627182'^^xsd:integer;
  dwc:scientificName 'Ceramium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597989'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597989'^^xsd:string;
  dwc:aphiaid '144546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13627182'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594150> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13594150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580646" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13594150'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580646'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580646'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13594150'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558623> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13558623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579701" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13558623'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579701'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579701'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13558623'^^xsd:string;
  dwc:observationDate '1998-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949169> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13949169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580678" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13949169'^^xsd:integer;
  dwc:scientificName 'Hypoglossum hypoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580678'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580678'^^xsd:string;
  dwc:aphiaid '144756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13949169'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458358> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:12458358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580649" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '12458358'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580649'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580649'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:12458358'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755103> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13755103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580651" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13755103'^^xsd:integer;
  dwc:scientificName 'Diplosoma listerianum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580651'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580651'^^xsd:string;
  dwc:aphiaid '103579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13755103'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403468> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14403468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14403468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580659" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14403468'^^xsd:integer;
  dwc:scientificName 'Scinaia furcellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580659'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580659'^^xsd:string;
  dwc:aphiaid '145743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14403468'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13655343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13655343> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13655343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13655343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13655343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13655343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598102" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13655343'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598102'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598102'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13655343'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13670687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13670687> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13670687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13670687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13670687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13670687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596252" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13670687'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596252'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596252'^^xsd:string;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13670687'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13638345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13638345> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13638345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13638345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13638345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13638345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597894" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13638345'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597894'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597894'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13638345'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13502379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13502379> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13502379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13502379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13502379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13502379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597905" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13502379'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597905'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597905'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13502379'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13943520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13943520> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13943520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13943520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13943520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13943520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13943520'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597891'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597891'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13943520'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14083565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14083565> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14083565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14083565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14083565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14083565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597892" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14083565'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597892'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597892'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14083565'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458352> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A12458352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:12458352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579697" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '12458352'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579697'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579697'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:12458352'^^xsd:string;
  dwc:observationDate '1998-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14420798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14420798> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14420798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14420798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14420798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14420798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598089" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14420798'^^xsd:integer;
  dwc:scientificName 'Seirospora interrupta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598089'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598089'^^xsd:string;
  dwc:aphiaid '144697'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14420798'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144697'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13562165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13562165> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13562165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13562165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13562165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13562165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598073" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13562165'^^xsd:integer;
  dwc:scientificName 'Bowerbankia citrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598073'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598073'^^xsd:string;
  dwc:aphiaid '111664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13562165'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '851584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14469341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14469341> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14469341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14469341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14469341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14469341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598055" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14469341'^^xsd:integer;
  dwc:scientificName 'Suberites carnosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598055'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598055'^^xsd:string;
  dwc:aphiaid '134275'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14469341'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '134275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14221758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14221758> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14221758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14221758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14221758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14221758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597964" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14221758'^^xsd:integer;
  dwc:scientificName 'Pagurus cuanensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597964'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597964'^^xsd:string;
  dwc:aphiaid '107235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14221758'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107235'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14346939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14346939> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14346939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14346939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14346939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14346939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597956" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14346939'^^xsd:integer;
  dwc:scientificName 'Porifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597956'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597956'^^xsd:string;
  dwc:aphiaid '558'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14346939'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '558'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13588652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13588652> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13588652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13588652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13588652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13588652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597987" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13588652'^^xsd:integer;
  dwc:scientificName 'Callithamnion corymbosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597987'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597987'^^xsd:string;
  dwc:aphiaid '144526'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13588652'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14221756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14221756> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14221756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14221756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14221756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14221756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598065" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14221756'^^xsd:integer;
  dwc:scientificName 'Pagurus cuanensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598065'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598065'^^xsd:string;
  dwc:aphiaid '107235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14221756'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107235'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896809> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13896809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13896809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580674" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13896809'^^xsd:integer;
  dwc:scientificName 'Halurus equisetifolius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580674'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580674'^^xsd:string;
  dwc:aphiaid '146345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13896809'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '146345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517468> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13517468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580402" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13517468'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580402'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580402'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13517468'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419532> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419532> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419532>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13419532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580552" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13419532'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580552'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580552'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13419532'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649214> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13649214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580443" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13649214'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580443'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580443'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13649214'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629444> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13629444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577949" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13629444'^^xsd:integer;
  dwc:scientificName 'Ceramium secundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577949'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577949'^^xsd:string;
  dwc:aphiaid '144562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13629444'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144562'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629440> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13629440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580114" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13629440'^^xsd:integer;
  dwc:scientificName 'Ceramium secundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580114'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580114'^^xsd:string;
  dwc:aphiaid '144562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13629440'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '144562'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629460> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13629460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596418" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13629460'^^xsd:integer;
  dwc:scientificName 'Ceramium secundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596418'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596418'^^xsd:string;
  dwc:aphiaid '144562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13629460'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144562'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924085> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13924085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13924085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596424" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13924085'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596424'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596424'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13924085'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681931> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681931> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681931>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13681931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13681931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40294624" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13681931'^^xsd:integer;
  dwc:scientificName 'Clavelinidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40294624'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40294624'^^xsd:string;
  dwc:aphiaid '103438'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13681931'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '103438'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13755865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13755865> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13755865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13755865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13755865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13755865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615748" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13755865'^^xsd:integer;
  dwc:scientificName 'Diplosoma spongiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615748'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615748'^^xsd:string;
  dwc:aphiaid '103582'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13755865'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '103582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14427349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14427349> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14427349> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14427349>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14427349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14427349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578175" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14427349'^^xsd:integer;
  dwc:scientificName 'Sidnyum turbinatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578175'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578175'^^xsd:string;
  dwc:aphiaid '103684'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14427349'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '103670'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13755847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13755847> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13755847> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13755847>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13755847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13755847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578178" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13755847'^^xsd:integer;
  dwc:scientificName 'Diplosoma spongiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578178'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578178'^^xsd:string;
  dwc:aphiaid '103582'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13755847'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '103582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579437> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13579437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579389" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13579437'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579389'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579389'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13579437'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579434> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13579434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580427" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13579434'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580427'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580427'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13579434'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13579472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13579472> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13579472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13579472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13579472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13579472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615753" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13579472'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615753'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615753'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13579472'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579429> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13579429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580110" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13579429'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580110'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580110'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13579429'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579451> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13579451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596410" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13579451'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596410'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596410'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13579451'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579432> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13579432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577944" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13579432'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577944'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577944'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13579432'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13914452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13914452> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13914452> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13914452>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13914452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13914452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13914452'^^xsd:integer;
  dwc:scientificName 'Hemimycale columella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581064'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581064'^^xsd:string;
  dwc:aphiaid '133543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13914452'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '133543'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13880206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13880206> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13880206> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13880206>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13880206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13880206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579574" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13880206'^^xsd:integer;
  dwc:scientificName 'Grateloupia filicina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579574'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579574'^^xsd:string;
  dwc:aphiaid '145248'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13880206'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13914456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13914456> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13914456> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13914456>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13914456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13914456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578607" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13914456'^^xsd:integer;
  dwc:scientificName 'Hemimycale columella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578607'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578607'^^xsd:string;
  dwc:aphiaid '133543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13914456'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '133543'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13914457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13914457> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13914457> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13914457>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13914457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13914457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579831" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13914457'^^xsd:integer;
  dwc:scientificName 'Hemimycale columella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579831'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579831'^^xsd:string;
  dwc:aphiaid '133543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13914457'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '133543'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755860> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13755860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13755860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585557" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13755860'^^xsd:integer;
  dwc:scientificName 'Diplosoma spongiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585557'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585557'^^xsd:string;
  dwc:aphiaid '103582'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13755860'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14342445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14342445> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14342445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14342445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14342445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14342445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580418" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14342445'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus pictus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580418'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580418'^^xsd:string;
  dwc:aphiaid '126930'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14342445'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126930'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13579425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13579425> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13579425> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13579425>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13579425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13579425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581481" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13579425'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581481'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581481'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13579425'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579441> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13579441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580494" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13579441'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580494'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580494'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13579441'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13761741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13761741> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13761741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13761741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13761741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13761741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579343" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13761741'^^xsd:integer;
  dwc:scientificName 'Drachiella heterocarpa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579343'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579343'^^xsd:string;
  dwc:aphiaid '144745'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13761741'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144745'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13728238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13728238> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13728238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13728238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13728238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13728238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578821" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13728238'^^xsd:integer;
  dwc:scientificName 'Dasya ocellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578821'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578821'^^xsd:string;
  dwc:aphiaid '144720'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13728238'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144720'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14261946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14261946> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14261946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14261946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14261946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14261946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615811" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14261946'^^xsd:integer;
  dwc:scientificName 'Phaeophyceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615811'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615811'^^xsd:string;
  dwc:aphiaid '830'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14261946'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14261947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14261947> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14261947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14261947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14261947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14261947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615812" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14261947'^^xsd:integer;
  dwc:scientificName 'Phaeophyceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615812'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615812'^^xsd:string;
  dwc:aphiaid '830'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14261947'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '830'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579427> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13579427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13579427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578810" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13579427'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578810'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578810'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13579427'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629436> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13629436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13629436'^^xsd:integer;
  dwc:scientificName 'Ceramium secundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578816'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578816'^^xsd:string;
  dwc:aphiaid '144562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13629436'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144562'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714687> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714687> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714687>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13714687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13714687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577572" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13714687'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577572'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577572'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13714687'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13659081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13659081> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13659081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13659081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13659081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13659081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615634" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13659081'^^xsd:integer;
  dwc:scientificName 'Chthamalus montagui'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615634'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615634'^^xsd:string;
  dwc:aphiaid '106230'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13659081'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '106230'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539241> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13539241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615069" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13539241'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615069'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615069'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13539241'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13747500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13747500> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13747500> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13747500>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13747500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13747500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615385" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13747500'^^xsd:integer;
  dwc:scientificName 'Didemnidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615385'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615385'^^xsd:string;
  dwc:aphiaid '103439'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13747500'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '103439'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14257969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14257969> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14257969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14257969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14257969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14257969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579486" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14257969'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579486'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579486'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14257969'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14290891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14290891> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14290891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14290891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14290891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14290891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579477" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14290891'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579477'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579477'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14290891'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14355838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14355838> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14355838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14355838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14355838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14355838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578783" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14355838'^^xsd:integer;
  dwc:scientificName 'Protula tubularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578783'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578783'^^xsd:string;
  dwc:aphiaid '131035'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14355838'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '131035'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13512780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13512780> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13512780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13512780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13512780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13512780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578834" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13512780'^^xsd:integer;
  dwc:scientificName 'Asperococcus bullosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578834'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578834'^^xsd:string;
  dwc:aphiaid '145311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13512780'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336161> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336161> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336161>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14336161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14336161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577563" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14336161'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577563'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577563'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14336161'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478716> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478716> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478716>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14478716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615388" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14478716'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615388'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615388'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14478716'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539273> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539273> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539273>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13539273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614493" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13539273'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614493'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614493'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13539273'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14360092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14360092> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14360092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14360092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14360092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14360092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578830" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14360092'^^xsd:integer;
  dwc:scientificName 'Pseudolithoderma extensum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578830'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578830'^^xsd:string;
  dwc:aphiaid '144990'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14360092'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144990'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14307886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14307886> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14307886> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14307886>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14307886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14307886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577670" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14307886'^^xsd:integer;
  dwc:scientificName 'Polinices pulchellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577670'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40577670'^^xsd:string;
  dwc:aphiaid '150554'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14307886'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '151894'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311399> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311399> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311399>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14311399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14311399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577578" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14311399'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577578'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577578'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14311399'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14135883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14135883> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14135883> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14135883>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14135883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14135883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577555" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14135883'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577555'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577555'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14135883'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547691> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13547691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733934" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13547691'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733934'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733934'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13547691'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710238> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733222" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710238'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733222'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733222'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710238'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798807> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13798807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733071" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13798807'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733071'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733071'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13798807'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798810> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13798810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734006" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13798810'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734006'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734006'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13798810'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798826> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13798826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733122" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13798826'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733122'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733122'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13798826'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798827> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13798827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734048" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13798827'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734048'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734048'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13798827'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599799> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13599799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733149" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13599799'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733149'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733149'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13599799'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599796> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13599796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732828" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13599796'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732828'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732828'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13599796'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599801> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13599801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732802" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13599801'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732802'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732802'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13599801'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599808> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13599808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733513" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13599808'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733513'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733513'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13599808'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599793> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13599793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13599793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733061" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13599793'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733061'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733061'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13599793'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795478> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795478> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795478>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13795478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577515" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13795478'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577515'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577515'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13795478'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382170> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382170> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382170>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14382170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578439" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14382170'^^xsd:integer;
  dwc:scientificName 'Rhodymenia pseudopalmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578439'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578439'^^xsd:string;
  dwc:aphiaid '145855'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14382170'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547694> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13547694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733418" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13547694'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733418'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733418'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13547694'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547699> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13547699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733899" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13547699'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733899'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733899'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13547699'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710230> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733364" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710230'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733364'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733364'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710230'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710227> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597592" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710227'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597592'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597592'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710227'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710214> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734014" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710214'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734014'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734014'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710214'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547709> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13547709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733164" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13547709'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733164'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733164'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13547709'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547707> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13547707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733470" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13547707'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733470'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733470'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13547707'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710247> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597936" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710247'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597936'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597936'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710247'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710251> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598141" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710251'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598141'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598141'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710251'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324319> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324319> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324319>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14324319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14324319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578425" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14324319'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578425'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578425'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14324319'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13784765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13784765> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13784765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13784765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13784765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13784765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598136" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13784765'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598136'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598136'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13784765'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13784769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13784769> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13784769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13784769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13784769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13784769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597610" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13784769'^^xsd:integer;
  dwc:scientificName 'Enteromorpha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597610'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597610'^^xsd:string;
  dwc:aphiaid '144294'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13784769'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621971> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733804" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621971'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733804'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733804'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621971'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14408683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14408683> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14408683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14408683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14408683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14408683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733338" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14408683'^^xsd:integer;
  dwc:scientificName 'Scoloplos armiger'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733338'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733338'^^xsd:string;
  dwc:aphiaid '130537'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14408683'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '130537'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14249312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14249312> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14249312> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14249312>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14249312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14249312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580975" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14249312'^^xsd:integer;
  dwc:scientificName 'Pawsonia saxicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580975'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580975'^^xsd:string;
  dwc:aphiaid '124653'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14249312'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124653'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14138117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14138117> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14138117> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14138117>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14138117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14138117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579646" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14138117'^^xsd:integer;
  dwc:scientificName 'Neopentadactyla mixta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579646'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579646'^^xsd:string;
  dwc:aphiaid '124685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14138117'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '124685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14517368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14517368> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14517368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14517368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14517368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14517368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733116" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14517368'^^xsd:integer;
  dwc:scientificName 'Tubificoides benedii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733116'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733116'^^xsd:string;
  dwc:aphiaid '137571'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14517368'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '137571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621982> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732898" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621982'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732898'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732898'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621982'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216868> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216868> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216868>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14216868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580965" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14216868'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580965'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580965'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14216868'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621944> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733903" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621944'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733903'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733903'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621944'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621964> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598145" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621964'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598145'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598145'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621964'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908297> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13908297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733929" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13908297'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733929'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733929'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13908297'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149055> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14149055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14149055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733467" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14149055'^^xsd:integer;
  dwc:scientificName 'Nephtys hombergii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733467'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733467'^^xsd:string;
  dwc:aphiaid '130359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14149055'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '130359'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908305> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13908305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733792" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13908305'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733792'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733792'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13908305'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908319> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13908319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733617" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13908319'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733617'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733617'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13908319'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405162> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14405162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14405162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733525" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14405162'^^xsd:integer;
  dwc:scientificName 'Scolelepis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733525'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733525'^^xsd:string;
  dwc:aphiaid '131177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14405162'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '157566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907457> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13907457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733489" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13907457'^^xsd:integer;
  dwc:scientificName 'Haustorius arenarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733489'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733489'^^xsd:string;
  dwc:aphiaid '102317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13907457'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '102317'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907466> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13907466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13907466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732777" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13907466'^^xsd:integer;
  dwc:scientificName 'Haustorius arenarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732777'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732777'^^xsd:string;
  dwc:aphiaid '102317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13907466'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '102317'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535395> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535395> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535395>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14535395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14535395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578426" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14535395'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578426'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578426'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14535395'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366797> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733606" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366797'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733606'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733606'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366797'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13456263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13456263> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13456263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13456263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13456263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13456263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733554" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13456263'^^xsd:integer;
  dwc:scientificName 'Anaitides mucosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733554'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733554'^^xsd:string;
  dwc:aphiaid '152441'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13456263'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '334512'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366807> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733359" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366807'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733359'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733359'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366807'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606634> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13606634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733248" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13606634'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733248'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733248'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13606634'^^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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705482> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13705482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13705482'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733064'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733064'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13705482'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590721> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14590721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733151" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14590721'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733151'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733151'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14590721'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590732> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14590732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14590732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734041" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14590732'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734041'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734041'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14590732'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606625> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13606625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597810" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13606625'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597810'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597810'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13606625'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705504> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13705504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734054" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13705504'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734054'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734054'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13705504'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621924> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733941" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621924'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733941'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733941'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621924'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766466> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766466> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766466>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13766466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577981" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13766466'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577981'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577981'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13766466'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350336> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13350336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598050" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13350336'^^xsd:integer;
  dwc:scientificName 'Spionida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598050'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598050'^^xsd:string;
  dwc:aphiaid '889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13350336'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '889'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412324> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14412324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733347" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14412324'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733347'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733347'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14412324'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412321> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14412321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598135" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14412321'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598135'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598135'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14412321'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621956> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597805" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621956'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597805'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597805'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621956'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621914> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733242" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621914'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733242'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733242'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621914'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621977> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733210" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621977'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733210'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733210'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621977'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697133> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13697133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13697133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733515" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13697133'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733515'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733515'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13697133'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748915> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748915> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748915>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13748915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579121" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13748915'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579121'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579121'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13748915'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606629> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13606629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733353" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13606629'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733353'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733353'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13606629'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12458349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12458349> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12458349> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12458349>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12458349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:12458349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577991" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '12458349'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577991'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577991'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:12458349'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492240> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597608" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492240'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597608'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597608'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492240'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575270> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575270> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575270>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13575270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13575270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579112" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13575270'^^xsd:integer;
  dwc:scientificName 'Bugula flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579112'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579112'^^xsd:string;
  dwc:aphiaid '111152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13575270'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '834002'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350345> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13350345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597701" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13350345'^^xsd:integer;
  dwc:scientificName 'Spionida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597701'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597701'^^xsd:string;
  dwc:aphiaid '889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13350345'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '889'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051029> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14051029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597821" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14051029'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597821'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597821'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14051029'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050990> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14050990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734087" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14050990'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734087'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734087'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14050990'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492225> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732804" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492225'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732804'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732804'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492225'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589786> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14589786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733247" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14589786'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733247'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733247'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14589786'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366825> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733849" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366825'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733849'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733849'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366825'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366801> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14366801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14366801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733524" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14366801'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733524'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733524'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14366801'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589762> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14589762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14589762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733937" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14589762'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733937'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733937'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14589762'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359625> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359625> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359625>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13359625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578437" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13359625'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578437'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578437'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13359625'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886930> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886930> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886930>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13886930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579441" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13886930'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579441'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579441'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13886930'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050994> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14050994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733049" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14050994'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733049'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733049'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14050994'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050996> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14050996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733906" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14050996'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733906'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733906'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14050996'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14325285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14325285> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14325285> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14325285>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14325285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14325285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579065" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14325285'^^xsd:integer;
  dwc:scientificName 'Polymastia mammillaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579065'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579065'^^xsd:string;
  dwc:aphiaid '150221'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14325285'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828596> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828596> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828596>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13828596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579439" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13828596'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579439'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579439'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13828596'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13966386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13966386> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13966386> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13966386>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13966386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13966386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577543" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13966386'^^xsd:integer;
  dwc:scientificName 'Labrus bergylta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577543'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577543'^^xsd:string;
  dwc:aphiaid '126965'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13966386'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126965'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886928> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886928> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886928>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13886928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577514" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13886928'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577514'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577514'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13886928'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388176> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388176> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388176>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14388176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580960" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14388176'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580960'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580960'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14388176'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492210> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597743" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492210'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597743'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597743'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492210'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13960971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13960971> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13960971> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13960971>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13960971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13960971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578003" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13960971'^^xsd:integer;
  dwc:scientificName 'Kallymenia reniformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578003'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578003'^^xsd:string;
  dwc:aphiaid '145267'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13960971'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145267'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13987206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13987206> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13987206> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13987206>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13987206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13987206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580961" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13987206'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580961'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580961'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13987206'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13462055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13462055> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13462055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13462055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13462055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13462055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733356" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13462055'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733356'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733356'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13462055'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14510253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14510253> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14510253> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14510253>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14510253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14510253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579453" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14510253'^^xsd:integer;
  dwc:scientificName 'Trisopterus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579453'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579453'^^xsd:string;
  dwc:aphiaid '126446'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14510253'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '126446'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698902> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13698902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13698902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733044" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13698902'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733044'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733044'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13698902'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13867582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13867582> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13867582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13867582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13867582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13867582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732887" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13867582'^^xsd:integer;
  dwc:scientificName 'Glycera tridactyla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732887'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732887'^^xsd:string;
  dwc:aphiaid '130130'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13867582'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '130130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297510> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297510> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297510>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14297510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580979" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14297510'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580979'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580979'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14297510'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412335> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14412335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14412335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733857" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14412335'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733857'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733857'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14412335'^^xsd:string;
  dwc:observationDate '1999-09-25'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051013> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14051013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14051013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597705" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14051013'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597705'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597705'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14051013'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536920> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13536920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732713" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13536920'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732713'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732713'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13536920'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13577640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13577640> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13577640> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13577640>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13577640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13577640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609056" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13577640'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609056'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609056'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13577640'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416169> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14416169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557054" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14416169'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557054'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557054'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14416169'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297591> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297591> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297591>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14297591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609887" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14297591'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609887'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609887'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14297591'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14580872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14580872> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14580872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.220999 -3.19964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.220999"^^xsd:decimal ;
  dwc:decimalLongitude "-3.19964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14580872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.220999 -3.19964)"^^geo:wktLiteral ;
  geo-pos:lat "53.220999"^^xsd:decimal ;
  geo-pos:long "-3.19964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14580872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14580872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608855" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14580872'^^xsd:integer;
  dwc:scientificName 'Tubificoides diazi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608855'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.19964'^^xsd:double;
  dwc:latitude '53.220999'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608855'^^xsd:string;
  dwc:aphiaid '137574'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14580872'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137574'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662514> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13662514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732694" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13662514'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732694'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732694'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13662514'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419534> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419534> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419534>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13419534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581078" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13419534'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581078'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581078'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13419534'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949165> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13949165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579342" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13949165'^^xsd:integer;
  dwc:scientificName 'Hypoglossum hypoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579342'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579342'^^xsd:string;
  dwc:aphiaid '144756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13949165'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14131805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14131805> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14131805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14131805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14131805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14131805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614075" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14131805'^^xsd:integer;
  dwc:scientificName 'Nemertesia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614075'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614075'^^xsd:string;
  dwc:aphiaid '117195'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14131805'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '117195'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13830322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13830322> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13830322> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13830322>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13830322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13830322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614617" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13830322'^^xsd:integer;
  dwc:scientificName 'Flustrellidra hispida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614617'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614617'^^xsd:string;
  dwc:aphiaid '111621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13830322'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '111621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13977149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13977149> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13977149> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13977149>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13977149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13977149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577660" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13977149'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577660'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577660'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13977149'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13687685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13687685> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13687685> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13687685>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13687685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13687685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577565" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13687685'^^xsd:integer;
  dwc:scientificName 'Colus gracilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577565'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577565'^^xsd:string;
  dwc:aphiaid '138899'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13687685'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '138899'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828564> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828564> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828564>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13828564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579526" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13828564'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579526'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40579526'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13828564'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13551074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13551074> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13551074> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13551074>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13551074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13551074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577635" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13551074'^^xsd:integer;
  dwc:scientificName 'Bicellariella ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577635'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577635'^^xsd:string;
  dwc:aphiaid '111147'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13551074'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '111147'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190011> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14190011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732592" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14190011'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732592'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732592'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14190011'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14269700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14269700> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14269700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14269700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14269700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14269700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732466" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14269700'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732466'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732466'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14269700'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13924102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13924102> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13924102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13924102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13924102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13924102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610244" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13924102'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610244'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610244'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13924102'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981628> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981628> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981628>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13981628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557200" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13981628'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557200'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40557200'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13981628'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14593541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14593541> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14593541> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14593541>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14593541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14593541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557028" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14593541'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557028'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557028'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14593541'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14012672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14012672> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14012672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14012672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14012672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14012672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597763" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14012672'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597763'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597763'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14012672'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13714656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13714656> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13714656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13714656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13714656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13714656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401771" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13714656'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401771'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401771'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13714656'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13675068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13675068> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13675068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13675068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13675068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13675068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401797" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13675068'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401797'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401797'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13675068'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14696942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14696942> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14696942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14696942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14696942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14696942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401890" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14696942'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401890'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401890'^^xsd:string;
  dwc:aphiaid '126928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14696942'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '126928'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13638341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13638341> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13638341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13638341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13638341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13638341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401857" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13638341'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401857'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401857'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13638341'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13755093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13755093> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13755093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13755093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13755093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13755093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401774" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13755093'^^xsd:integer;
  dwc:scientificName 'Diplosoma listerianum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401774'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401774'^^xsd:string;
  dwc:aphiaid '103579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13755093'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '103579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13751943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13751943> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13751943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13751943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13751943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13751943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401852" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13751943'^^xsd:integer;
  dwc:scientificName 'Diphasia rosacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401852'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401852'^^xsd:string;
  dwc:aphiaid '117883'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13751943'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '117883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14328934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14328934> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14328934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14328934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14328934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14328934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401794" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14328934'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401794'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401794'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14328934'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13505584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13505584> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13505584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13505584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13505584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13505584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401884" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13505584'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401884'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401884'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13505584'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13576547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13576547> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13576547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13576547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13576547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13576547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401875" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13576547'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401875'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401875'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13576547'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828670> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828670> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828670>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13828670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556995" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13828670'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556995'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40556995'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13828670'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14096797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14096797> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14096797> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14096797>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14096797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14096797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610002" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14096797'^^xsd:integer;
  dwc:scientificName 'Musculus discors'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610002'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610002'^^xsd:string;
  dwc:aphiaid '140472'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14096797'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '140472'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13625060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13625060> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13625060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13625060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13625060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13625060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401899" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13625060'^^xsd:integer;
  dwc:scientificName 'Ceramium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401899'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401899'^^xsd:string;
  dwc:aphiaid '143834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13625060'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '143834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13564516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13564516> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13564516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13564516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13564516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13564516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401902" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13564516'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401902'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401902'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13564516'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13748896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13748896> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13748896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13748896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13748896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13748896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401881" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13748896'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401881'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401881'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13748896'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13359595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13359595> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13359595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13359595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13359595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13359595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401782" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13359595'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401782'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401782'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13359595'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621896> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733281" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621896'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733281'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733281'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621896'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13622296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13622296> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13622296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13622296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13622296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13622296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732392" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13622296'^^xsd:integer;
  dwc:scientificName 'Cellepora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732392'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732392'^^xsd:string;
  dwc:aphiaid '110873'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13622296'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '110873'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766496> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13766496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732516" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13766496'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732516'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732516'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13766496'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145857> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14145857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733280" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14145857'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733280'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733280'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14145857'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216905> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14216905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732644" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14216905'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732644'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732644'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14216905'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662516> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13662516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13662516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732720" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13662516'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732720'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732720'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13662516'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14366720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14366720> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14366720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14366720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14366720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:14366720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729018" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '14366720'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729018'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729018'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:14366720'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145861> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14145861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733004" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14145861'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733004'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733004'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14145861'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647628> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13647628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732512" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13647628'^^xsd:integer;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732512'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732512'^^xsd:string;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13647628'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647629> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13647629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732524" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13647629'^^xsd:integer;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732524'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732524'^^xsd:string;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13647629'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13462033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13462033> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13462033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13462033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13462033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13462033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729008" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13462033'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729008'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729008'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13462033'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931506> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13931506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732386" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13931506'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732386'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732386'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13931506'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908288> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13908288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733375" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13908288'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733375'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733375'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13908288'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814987> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13814987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13814987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734067" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13814987'^^xsd:integer;
  dwc:scientificName 'Eurydice affinis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734067'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734067'^^xsd:string;
  dwc:aphiaid '118843'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13814987'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '118843'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606613> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13606613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598126" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13606613'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598126'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598126'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13606613'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590707> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732915" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590707'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732915'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732915'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590707'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14474690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14474690> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14474690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14474690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14474690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14474690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597780" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14474690'^^xsd:integer;
  dwc:scientificName 'Syngnathus acus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597780'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597780'^^xsd:string;
  dwc:aphiaid '127387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14474690'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '127387'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14149041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14149041> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14149041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14149041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14149041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14149041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733671" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14149041'^^xsd:integer;
  dwc:scientificName 'Nephtys hombergii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733671'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733671'^^xsd:string;
  dwc:aphiaid '130359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14149041'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '130359'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366734> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733673" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366734'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733673'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733673'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366734'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589756> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14589756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732793" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14589756'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732793'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732793'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14589756'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366773> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733005" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366773'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733005'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733005'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366773'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14336138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14336138> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14336138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14336138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14336138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14336138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597758" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14336138'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597758'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597758'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14336138'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13867577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13867577> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13867577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13867577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13867577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13867577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732981" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13867577'^^xsd:integer;
  dwc:scientificName 'Glycera tridactyla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732981'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732981'^^xsd:string;
  dwc:aphiaid '130130'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13867577'^^xsd:string;
  dwc:observationDate '1999-10-11'^^xsd:date;
  dwc:aphiaIdAccepted '130130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050940> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732940" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050940'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732940'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732940'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050940'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14330626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14330626> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14330626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14330626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14330626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14330626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597945" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14330626'^^xsd:integer;
  dwc:scientificName 'Polysiphonia lanosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597945'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597945'^^xsd:string;
  dwc:aphiaid '144647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14330626'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '475211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13014260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13014260> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13014260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13014260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13014260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13014260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598131" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13014260'^^xsd:integer;
  dwc:scientificName 'Fucus vesiculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598131'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598131'^^xsd:string;
  dwc:aphiaid '145548'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13014260'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '145548'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13473808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13473808> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13473808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13473808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13473808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13473808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598117" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13473808'^^xsd:integer;
  dwc:scientificName 'Anurida maritima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598117'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598117'^^xsd:string;
  dwc:aphiaid '118139'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13473808'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '118139'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13554663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13554663> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13554663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13554663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13554663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13554663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597864" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13554663'^^xsd:integer;
  dwc:scientificName 'Bonnemaisonia asparagoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597864'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597864'^^xsd:string;
  dwc:aphiaid '144440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13554663'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13655342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13655342> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13655342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13655342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13655342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13655342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597801" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13655342'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597801'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597801'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13655342'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14396368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14396368> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14396368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14396368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14396368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14396368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597754" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14396368'^^xsd:integer;
  dwc:scientificName 'Sagartiogeton undatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597754'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597754'^^xsd:string;
  dwc:aphiaid '101002'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14396368'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '855675'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13896800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13896800> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13896800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13896800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13896800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13896800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597793" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13896800'^^xsd:integer;
  dwc:scientificName 'Halurus equisetifolius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597793'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597793'^^xsd:string;
  dwc:aphiaid '146345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13896800'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '146345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13766452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13766452> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13766452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13766452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13766452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13766452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597837" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13766452'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597837'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597837'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13766452'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14078960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14078960> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14078960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.577065"^^xsd:decimal ;
  dwc:decimalLongitude "-4.215065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14078960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  geo-pos:lat "52.577065"^^xsd:decimal ;
  geo-pos:long "-4.215065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14078960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14078960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609033" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14078960'^^xsd:integer;
  dwc:scientificName 'Melita palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609033'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.215065'^^xsd:double;
  dwc:latitude '52.577065'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609033'^^xsd:string;
  dwc:aphiaid '102843'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14078960'^^xsd:string;
  dwc:observationDate '1998-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '102843'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908339> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.220999 -3.19964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.220999"^^xsd:decimal ;
  dwc:decimalLongitude "-3.19964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.220999 -3.19964)"^^geo:wktLiteral ;
  geo-pos:lat "53.220999"^^xsd:decimal ;
  geo-pos:long "-3.19964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13908339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608850" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13908339'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608850'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.19964'^^xsd:double;
  dwc:latitude '53.220999'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608850'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13908339'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13558596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13558596> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13558596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13558596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13558596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13558596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597778" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13558596'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597778'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597778'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13558596'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13535508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13535508> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13535508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13535508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13535508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13535508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597832" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13535508'^^xsd:integer;
  dwc:scientificName 'Axinella dissimilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597832'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597832'^^xsd:string;
  dwc:aphiaid '132473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13535508'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '132473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536928> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13536928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732383" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13536928'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732383'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732383'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13536928'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536927> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13536927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732370" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13536927'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732370'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732370'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13536927'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424488> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13424488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732547" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13424488'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732547'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732547'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13424488'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14216953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14216953> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14216953> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14216953>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14216953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14216953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609846" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14216953'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609846'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609846'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14216953'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14135896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14135896> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14135896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14135896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14135896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14135896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609769" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14135896'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609769'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609769'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14135896'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190042> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14190042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14190042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610153" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14190042'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610153'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610153'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14190042'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908301> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13908301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13908301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597558" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13908301'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597558'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597558'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13908301'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13469701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13469701> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13469701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13469701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13469701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13469701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597113" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13469701'^^xsd:integer;
  dwc:scientificName 'Antedon bifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597113'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597113'^^xsd:string;
  dwc:aphiaid '124201'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13469701'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '124201'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459670> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14459670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595999" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14459670'^^xsd:integer;
  dwc:scientificName 'Spyridia filamentosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595999'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595999'^^xsd:string;
  dwc:aphiaid '144706'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14459670'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562189> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13562189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597110" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13562189'^^xsd:integer;
  dwc:scientificName 'Bowerbankia citrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597110'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597110'^^xsd:string;
  dwc:aphiaid '111664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13562189'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '851584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795511> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13795511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13795511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595977" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13795511'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595977'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595977'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13795511'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14695826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14695826> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14695826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14695826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14695826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14695826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596687" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14695826'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596687'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596687'^^xsd:string;
  dwc:aphiaid '125999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14695826'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '125999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14269708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14269708> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14269708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14269708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14269708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14269708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596028" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14269708'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596028'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596028'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14269708'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13766504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13766504> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13766504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13766504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13766504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13766504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597088" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13766504'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597088'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597088'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13766504'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621918> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10621918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10621918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733640" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10621918'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733640'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733640'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10621918'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543375> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14543375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14543375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596679" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14543375'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596679'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596679'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14543375'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413649> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13413649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596657" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13413649'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596657'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596657'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13413649'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956035> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13956035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596033" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13956035'^^xsd:integer;
  dwc:scientificName 'Jania'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596033'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596033'^^xsd:string;
  dwc:aphiaid '144012'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13956035'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144012'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655365> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13655365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597162" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13655365'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597162'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597162'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13655365'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14413647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14413647> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14413647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14413647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14413647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14413647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597111" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14413647'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597111'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597111'^^xsd:string;
  dwc:aphiaid '110866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14413647'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '110866'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376216> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14376216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596695" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14376216'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596695'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596695'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14376216'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655368> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13655368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597014" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13655368'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597014'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597014'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13655368'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562432> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13562432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596681" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13562432'^^xsd:integer;
  dwc:scientificName 'Bowerbankia pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596681'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596681'^^xsd:string;
  dwc:aphiaid '111668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13562432'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '851599'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460029> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13460029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13460029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597094" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13460029'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597094'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597094'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13460029'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14348245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14348245> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14348245> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14348245>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14348245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14348245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580018" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14348245'^^xsd:integer;
  dwc:scientificName 'Porphyropsis coccinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580018'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580018'^^xsd:string;
  dwc:aphiaid '145498'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14348245'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145498'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13755095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13755095> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13755095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13755095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13755095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13755095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401824" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13755095'^^xsd:integer;
  dwc:scientificName 'Diplosoma listerianum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401824'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401824'^^xsd:string;
  dwc:aphiaid '103579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13755095'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '103579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14424184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14424184> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14424184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14424184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14424184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14424184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40298365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14424184'^^xsd:integer;
  dwc:scientificName 'Sertularella polyzonias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40298365'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40298365'^^xsd:string;
  dwc:aphiaid '117906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14424184'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '117906'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13502385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13502385> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13502385> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13502385>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13502385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13502385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580573" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13502385'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580573'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580573'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13502385'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956068> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13956068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13956068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579383" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13956068'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579383'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579383'^^xsd:string;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13956068'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729113> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13729113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13729113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579395" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13729113'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579395'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579395'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13729113'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13570516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13570516> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13570516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13570516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13570516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13570516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578958" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13570516'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578958'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578958'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13570516'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13897191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13897191> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13897191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13897191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13897191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13897191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580498" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13897191'^^xsd:integer;
  dwc:scientificName 'Halurus flosculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580498'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580498'^^xsd:string;
  dwc:aphiaid '144595'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13897191'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144595'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297550> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14297550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596408" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14297550'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596408'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596408'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14297550'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13898220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13898220> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13898220> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13898220>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13898220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13898220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581486" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13898220'^^xsd:integer;
  dwc:scientificName 'Haraldiophyllum bonnemaisonii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581486'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581486'^^xsd:string;
  dwc:aphiaid '144755'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13898220'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13539215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13539215> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13539215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13539215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13539215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13539215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580460" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13539215'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580460'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580460'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13539215'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713151> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713151> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713151>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13713151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13713151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579843" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13713151'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579843'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579843'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13713151'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14336137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14336137> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14336137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14336137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14336137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14336137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401808" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14336137'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401808'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401808'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14336137'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13502381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13502381> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13502381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13502381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13502381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13502381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598077" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13502381'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598077'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598077'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13502381'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14290885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14290885> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14290885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14290885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14290885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14290885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401811" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14290885'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401811'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401811'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14290885'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14387884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14387884> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14387884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14387884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14387884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14387884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401805" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14387884'^^xsd:integer;
  dwc:scientificName 'Sabellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401805'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401805'^^xsd:string;
  dwc:aphiaid '129520'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14387884'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '129520'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419563> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13419563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13419563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580464" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13419563'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580464'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580464'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13419563'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14704963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14704963> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14704963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14704963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14704963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14704963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578812" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14704963'^^xsd:integer;
  dwc:scientificName 'Anotrichium barbatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578812'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578812'^^xsd:string;
  dwc:aphiaid '144504'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14704963'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144504'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547684> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13547684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13547684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733117" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13547684'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733117'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733117'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13547684'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359612> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359612> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359612>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13359612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578004" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13359612'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578004'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578004'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13359612'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14542105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14542105> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14542105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14542105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14542105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14542105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615228" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14542105'^^xsd:integer;
  dwc:scientificName 'Verruca stroemia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615228'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615228'^^xsd:string;
  dwc:aphiaid '106257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14542105'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '106257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14586820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14586820> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14586820> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14586820>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14586820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14586820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607524" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14586820'^^xsd:integer;
  dwc:scientificName 'Balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607524'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607524'^^xsd:string;
  dwc:aphiaid '106122'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14586820'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '106122'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564527> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564527> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564527>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13564527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580593" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13564527'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580593'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580593'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13564527'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468593> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14468593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14468593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596430" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14468593'^^xsd:integer;
  dwc:scientificName 'Stypocaulon scoparium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596430'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596430'^^xsd:string;
  dwc:aphiaid '145907'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14468593'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '182742'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879186> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13879186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13879186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614628" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13879186'^^xsd:integer;
  dwc:scientificName 'Grantia compressa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614628'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614628'^^xsd:string;
  dwc:aphiaid '132181'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13879186'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '132181'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942317> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13942317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13942317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596990" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13942317'^^xsd:integer;
  dwc:scientificName 'Hydractinia echinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596990'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596990'^^xsd:string;
  dwc:aphiaid '117644'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13942317'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '117644'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517503> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13517503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597115" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13517503'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597115'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597115'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13517503'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943555> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13943555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581791" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13943555'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581791'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581791'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13943555'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943565> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13943565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581392" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13943565'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581392'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581392'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13943565'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13504162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13504162> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13504162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13504162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13504162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13504162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577729" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13504162'^^xsd:integer;
  dwc:scientificName 'Ascidia virginea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577729'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577729'^^xsd:string;
  dwc:aphiaid '103717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13504162'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424476> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13424476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581394" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13424476'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581394'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581394'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13424476'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460018> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13460018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577697" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13460018'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577697'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577697'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13460018'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14363915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14363915> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14363915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14363915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14363915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14363915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577751" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14363915'^^xsd:integer;
  dwc:scientificName 'Pterothamnion plumula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577751'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577751'^^xsd:string;
  dwc:aphiaid '144683'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14363915'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144683'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629456> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13629456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596040" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13629456'^^xsd:integer;
  dwc:scientificName 'Ceramium secundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596040'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596040'^^xsd:string;
  dwc:aphiaid '144562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13629456'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144562'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951368> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13951368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580243" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13951368'^^xsd:integer;
  dwc:scientificName 'Inachus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580243'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580243'^^xsd:string;
  dwc:aphiaid '106905'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13951368'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '106905'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288203> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14288203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581441" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14288203'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581441'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581441'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14288203'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508251> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13508251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581427" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13508251'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581427'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581427'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13508251'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14370300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14370300> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14370300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14370300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14370300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14370300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577732" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14370300'^^xsd:integer;
  dwc:scientificName 'Pyura microcosmus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577732'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577732'^^xsd:string;
  dwc:aphiaid '103851'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14370300'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103851'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416142> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14416142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577733" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14416142'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577733'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577733'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14416142'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483267> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13483267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13483267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581814" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13483267'^^xsd:integer;
  dwc:scientificName 'Aplidium punctum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581814'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581814'^^xsd:string;
  dwc:aphiaid '103662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13483267'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103662'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328956> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14328956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580275" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14328956'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580275'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580275'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14328956'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13606620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13606620> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13606620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13606620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13606620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13606620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581408" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13606620'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581408'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581408'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13606620'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13736046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13736046> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13736046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13736046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13736046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13736046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578711" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13736046'^^xsd:integer;
  dwc:scientificName 'Desmarestia aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578711'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578711'^^xsd:string;
  dwc:aphiaid '145307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13736046'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655358> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13655358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585189" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13655358'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585189'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585189'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13655358'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359630> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13359630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578687" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13359630'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578687'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578687'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13359630'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297528> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14297528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585174" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14297528'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585174'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585174'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14297528'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288191> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14288191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578690" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14288191'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578690'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578690'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14288191'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14289761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14289761> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14289761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14289761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14289761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14289761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585138" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14289761'^^xsd:integer;
  dwc:scientificName 'Pilumnus hirtellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585138'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585138'^^xsd:string;
  dwc:aphiaid '107418'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14289761'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107418'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627110> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13627110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13627110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578695" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13627110'^^xsd:integer;
  dwc:scientificName 'Ceramium cimbricum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578695'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578695'^^xsd:string;
  dwc:aphiaid '144538'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13627110'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '144538'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460021> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13460021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13460021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580237" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13460021'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580237'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580237'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13460021'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562171> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13562171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579665" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13562171'^^xsd:integer;
  dwc:scientificName 'Bowerbankia citrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579665'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579665'^^xsd:string;
  dwc:aphiaid '111664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13562171'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '851584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562180> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13562180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581415" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13562180'^^xsd:integer;
  dwc:scientificName 'Bowerbankia citrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581415'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581415'^^xsd:string;
  dwc:aphiaid '111664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13562180'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '851584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14372646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14372646> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14372646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14372646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14372646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14372646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581783" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14372646'^^xsd:integer;
  dwc:scientificName 'Raspailia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581783'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581783'^^xsd:string;
  dwc:aphiaid '181150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14372646'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '133150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14363918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14363918> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14363918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14363918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14363918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14363918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585179" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14363918'^^xsd:integer;
  dwc:scientificName 'Pterothamnion plumula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585179'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585179'^^xsd:string;
  dwc:aphiaid '144683'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14363918'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '144683'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949168> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13949168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13949168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578473" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13949168'^^xsd:integer;
  dwc:scientificName 'Hypoglossum hypoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578473'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578473'^^xsd:string;
  dwc:aphiaid '144756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13949168'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713166> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13713166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578448" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13713166'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578448'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578448'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13713166'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13880209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13880209> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13880209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13880209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13880209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13880209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578459" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13880209'^^xsd:integer;
  dwc:scientificName 'Grateloupia filicina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578459'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578459'^^xsd:string;
  dwc:aphiaid '145248'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13880209'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145248'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14439447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14439447> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14439447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14439447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14439447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14439447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579211" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14439447'^^xsd:integer;
  dwc:scientificName 'Sphondylothamnion multifidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579211'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579211'^^xsd:string;
  dwc:aphiaid '144705'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14439447'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144705'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485237> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13485237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13485237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578117" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13485237'^^xsd:integer;
  dwc:scientificName 'Apoglossum ruscifolium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578117'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578117'^^xsd:string;
  dwc:aphiaid '144737'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13485237'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144737'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132885> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14132885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579166" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14132885'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579166'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579166'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14132885'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316683> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14316683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14316683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578087" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14316683'^^xsd:integer;
  dwc:scientificName 'Polyclinum aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578087'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578087'^^xsd:string;
  dwc:aphiaid '103674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14316683'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580712> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13580712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578095" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13580712'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578095'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578095'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13580712'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286803> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14286803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578101" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14286803'^^xsd:integer;
  dwc:scientificName 'Phyllophora crispa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578101'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578101'^^xsd:string;
  dwc:aphiaid '145660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14286803'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13539214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13539214> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13539214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13539214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13539214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13539214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578075" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13539214'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578075'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578075'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13539214'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724184> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13724184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579219" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13724184'^^xsd:integer;
  dwc:scientificName 'Cutleria multifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579219'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579219'^^xsd:string;
  dwc:aphiaid '145297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13724184'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145297'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13842260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13842260> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13842260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13842260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13842260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13842260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579176" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13842260'^^xsd:integer;
  dwc:scientificName 'Galathea strigosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579176'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579176'^^xsd:string;
  dwc:aphiaid '107155'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13842260'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107155'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724188> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13724188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578125" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13724188'^^xsd:integer;
  dwc:scientificName 'Cutleria multifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578125'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578125'^^xsd:string;
  dwc:aphiaid '145297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13724188'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145297'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851952> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13851952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578078" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13851952'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578078'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578078'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13851952'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737326> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13737326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585188" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13737326'^^xsd:integer;
  dwc:scientificName 'Desmarestia ligulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585188'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585188'^^xsd:string;
  dwc:aphiaid '145309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13737326'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851949> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13851949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585139" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13851949'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585139'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585139'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13851949'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224987> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14224987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14224987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585168" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14224987'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585168'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585168'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14224987'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312085> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14312085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614816" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14312085'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614816'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614816'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14312085'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14370573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14370573> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14370573> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14370573>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14370573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14370573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614861" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14370573'^^xsd:integer;
  dwc:scientificName 'Radicilingua thysanorhizans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614861'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614861'^^xsd:string;
  dwc:aphiaid '144780'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14370573'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '144780'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13743232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13743232> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13743232> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13743232>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13743232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13743232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614864" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13743232'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614864'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614864'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13743232'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14092272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14092272> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14092272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14092272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14092272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14092272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14092272'^^xsd:integer;
  dwc:scientificName 'Molgula manhattensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614818'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614818'^^xsd:string;
  dwc:aphiaid '103788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14092272'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '103788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536948> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536948> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536948>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13536948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614478" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13536948'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614478'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614478'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13536948'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393032> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393032> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393032>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14393032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14393032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614474" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14393032'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614474'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614474'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14393032'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13748898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13748898> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13748898> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13748898>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13748898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13748898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578416" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13748898'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578416'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578416'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13748898'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336329> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336329> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336329>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14336329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614996" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14336329'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614996'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40614996'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14336329'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336313> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14336313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615764" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14336313'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615764'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615764'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14336313'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535532> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535532> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535532>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14535532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614473" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14535532'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614473'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614473'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14535532'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416129> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416129> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416129>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14416129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578421" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14416129'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578421'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578421'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14416129'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732618> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13732618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615127" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13732618'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615127'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615127'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13732618'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13884241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13884241> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13884241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13884241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13884241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13884241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615457" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13884241'^^xsd:integer;
  dwc:scientificName 'Halecium halecinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615457'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615457'^^xsd:string;
  dwc:aphiaid '231751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13884241'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13963196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13963196> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13963196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13963196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13963196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13963196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615852" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13963196'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria pinnata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615852'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615852'^^xsd:string;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13963196'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13622588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13622588> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13622588> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13622588>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13622588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13622588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578405" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13622588'^^xsd:integer;
  dwc:scientificName 'Cellepora pumicosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578405'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578405'^^xsd:string;
  dwc:aphiaid '111268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13622588'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '111268'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13724195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13724195> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13724195> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13724195>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13724195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13724195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614558" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13724195'^^xsd:integer;
  dwc:scientificName 'Cutleria multifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614558'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614558'^^xsd:string;
  dwc:aphiaid '145297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13724195'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '145297'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614185> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614185> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614185>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13614185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614995" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13614185'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614995'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40614995'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13614185'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093960> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093960> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093960>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14093960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14093960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614541" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14093960'^^xsd:integer;
  dwc:scientificName 'Morchellium argus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614541'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614541'^^xsd:string;
  dwc:aphiaid '148714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14093960'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '148714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14593543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14593543> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14593543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14593543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14593543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14593543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614806" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14593543'^^xsd:integer;
  dwc:scientificName 'Maja squinado'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614806'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614806'^^xsd:string;
  dwc:aphiaid '107350'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14593543'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '107350'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14012677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14012677> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14012677> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14012677>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14012677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14012677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578400" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14012677'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578400'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578400'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14012677'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575284> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13575284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614809" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13575284'^^xsd:integer;
  dwc:scientificName 'Bugula flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614809'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614809'^^xsd:string;
  dwc:aphiaid '111152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13575284'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '834002'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575282> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13575282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13575282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615467" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13575282'^^xsd:integer;
  dwc:scientificName 'Bugula flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615467'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615467'^^xsd:string;
  dwc:aphiaid '111152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13575282'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '834002'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13536053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13536053> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13536053> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13536053>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13536053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13536053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578377" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13536053'^^xsd:integer;
  dwc:scientificName 'Axinella infundibuliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578377'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578377'^^xsd:string;
  dwc:aphiaid '132480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13536053'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '132480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13579473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13579473> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13579473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13579473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13579473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13579473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615543" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13579473'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615543'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615543'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13579473'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13712693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13712693> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13712693> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13712693>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13712693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13712693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615372" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13712693'^^xsd:integer;
  dwc:scientificName 'Crisidia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615372'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615372'^^xsd:string;
  dwc:aphiaid '111033'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13712693'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '111033'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359607> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359607> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359607>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13359607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581762" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13359607'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581762'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581762'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13359607'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489398> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489398> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489398>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14489398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579267" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14489398'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579267'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579267'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14489398'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120730> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120730> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120730>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14120730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14120730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579280" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14120730'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579280'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579280'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14120730'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216858> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216858> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216858>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14216858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581737" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14216858'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581737'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581737'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14216858'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13732600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13732600> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13732600> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13732600>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13732600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13732600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581752" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13732600'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581752'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581752'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13732600'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392980> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392980> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392980>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14392980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580205" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14392980'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580205'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40580205'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14392980'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558617> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558617> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558617>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13558617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578245" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13558617'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578245'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578245'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13558617'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917808> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917808> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917808>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13917808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580212" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13917808'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580212'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40580212'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13917808'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583933> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583933> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583933>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13583933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13583933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580210" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13583933'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580210'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40580210'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13583933'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678875> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678875> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678875>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13678875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579291" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13678875'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579291'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579291'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13678875'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743194> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743194> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743194>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13743194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13743194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577840" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13743194'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577840'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577840'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13743194'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558611> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558611> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558611>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13558611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578910" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13558611'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578910'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578910'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13558611'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460791> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460791> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460791>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14460791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578202" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14460791'^^xsd:integer;
  dwc:scientificName 'Stelligera stuposa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578202'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578202'^^xsd:string;
  dwc:aphiaid '134175'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14460791'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134175'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589754> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589754> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589754>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13589754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581574" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13589754'^^xsd:integer;
  dwc:scientificName 'Callophyllis laciniata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581574'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581574'^^xsd:string;
  dwc:aphiaid '145262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13589754'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1311357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382172> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382172> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382172>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14382172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579294" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14382172'^^xsd:integer;
  dwc:scientificName 'Rhodymenia pseudopalmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579294'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579294'^^xsd:string;
  dwc:aphiaid '145855'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14382172'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744558> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744558> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744558>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13744558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577841" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13744558'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577841'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577841'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13744558'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977159> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977159> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977159>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13977159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577842" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13977159'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577842'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577842'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13977159'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14175188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14175188> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14175188> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14175188>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14175188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14175188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578219" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14175188'^^xsd:integer;
  dwc:scientificName 'Ocenebra erinacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578219'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578219'^^xsd:string;
  dwc:aphiaid '140405'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14175188'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '140405'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423739> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423739> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423739>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14423739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14423739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580204" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14423739'^^xsd:integer;
  dwc:scientificName 'Sertularella gayi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580204'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40580204'^^xsd:string;
  dwc:aphiaid '117902'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14423739'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '117902'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257981> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257981> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257981>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14257981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579284" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14257981'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579284'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579284'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14257981'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14413634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14413634> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14413634> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14413634>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14413634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14413634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578903" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14413634'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578903'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578903'^^xsd:string;
  dwc:aphiaid '110866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14413634'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '110866'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460112> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460112> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460112>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14460112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578201" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14460112'^^xsd:integer;
  dwc:scientificName 'Stelligera rigida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578201'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578201'^^xsd:string;
  dwc:aphiaid '134174'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14460112'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1424275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14325287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14325287> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14325287> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14325287>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14325287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14325287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581542" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14325287'^^xsd:integer;
  dwc:scientificName 'Polymastia mammillaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581542'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581542'^^xsd:string;
  dwc:aphiaid '150221'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14325287'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276803> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276803> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276803>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14276803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14276803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578206" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14276803'^^xsd:integer;
  dwc:scientificName 'Phorbas fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578206'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578206'^^xsd:string;
  dwc:aphiaid '133679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14276803'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460114> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460114> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460114>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14460114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14460114'^^xsd:integer;
  dwc:scientificName 'Stelligera rigida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579270'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579270'^^xsd:string;
  dwc:aphiaid '134174'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14460114'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1424275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489383> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489383> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489383>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14489383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577817" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14489383'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577817'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577817'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14489383'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359628> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359628> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359628>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13359628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580749" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13359628'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580749'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580749'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13359628'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460101> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460101> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460101>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14460101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14460101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581724" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14460101'^^xsd:integer;
  dwc:scientificName 'Stelligera rigida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581724'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581724'^^xsd:string;
  dwc:aphiaid '134174'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14460101'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1424275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297507> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297507> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297507>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14297507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14297507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578921" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14297507'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578921'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578921'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14297507'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564530> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564530> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564530>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13564530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13564530'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577838'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577838'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13564530'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120733> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14120733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14120733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580075" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14120733'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580075'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580075'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14120733'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416146> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14416146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14416146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577926" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14416146'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577926'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577926'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14416146'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14381749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14381749> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14381749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14381749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14381749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14381749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580429" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14381749'^^xsd:integer;
  dwc:scientificName 'Rhodymenia holmesii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580429'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580429'^^xsd:string;
  dwc:aphiaid '145853'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14381749'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13622580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13622580> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13622580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13622580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13622580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13622580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401689" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13622580'^^xsd:integer;
  dwc:scientificName 'Cellepora pumicosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401689'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401689'^^xsd:string;
  dwc:aphiaid '111268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13622580'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '111268'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676346> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676346> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676346>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13676346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13676346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614639" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13676346'^^xsd:integer;
  dwc:scientificName 'Clathrina coriacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614639'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614639'^^xsd:string;
  dwc:aphiaid '132277'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13676346'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132277'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851943> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13851943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580076" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13851943'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580076'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580076'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13851943'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931471> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931471> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931471>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13931471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581461" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13931471'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581461'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581461'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13931471'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478691> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14478691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14478691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580656" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14478691'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580656'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580656'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14478691'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535362> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535362> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535362>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14535362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580166" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14535362'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580166'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580166'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14535362'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732630> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13732630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614908" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13732630'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614908'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614908'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13732630'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14093948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14093948> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14093948> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14093948>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14093948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14093948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579567" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14093948'^^xsd:integer;
  dwc:scientificName 'Morchellium argus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579567'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579567'^^xsd:string;
  dwc:aphiaid '148714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14093948'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '148714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132876> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132876> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132876>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14132876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579726" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14132876'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579726'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579726'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14132876'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718196> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13718196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579394" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13718196'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579394'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579394'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13718196'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13858612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13858612> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13858612> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13858612>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13858612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13858612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580771" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13858612'^^xsd:integer;
  dwc:scientificName 'Gibbula tumida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580771'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580771'^^xsd:string;
  dwc:aphiaid '141799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13858612'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1477356'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13718239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13718239> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13718239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13718239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13718239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13718239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615754" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13718239'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615754'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615754'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13718239'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562430> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13562430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579363" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13562430'^^xsd:integer;
  dwc:scientificName 'Bowerbankia pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579363'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579363'^^xsd:string;
  dwc:aphiaid '111668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13562430'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '851599'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714751> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13714751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614178" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13714751'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614178'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614178'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13714751'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714742> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13714742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614319" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13714742'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614319'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614319'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13714742'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714748> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714748> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714748>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13714748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614132" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13714748'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614132'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614132'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13714748'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714749> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714749> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714749>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13714749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13714749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614162" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13714749'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614162'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614162'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13714749'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419528> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419528> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419528>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13419528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13419528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578164" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13419528'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578164'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578164'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13419528'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13895288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13895288> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13895288> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13895288>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13895288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13895288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615375" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13895288'^^xsd:integer;
  dwc:scientificName 'Halyphysema tumanowiczi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615375'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615375'^^xsd:string;
  dwc:aphiaid '113869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13895288'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '113869'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396850> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396850> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396850>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14396850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14396850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14396850'^^xsd:integer;
  dwc:scientificName 'Salmacina dysteri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579838'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579838'^^xsd:string;
  dwc:aphiaid '131038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14396850'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '131038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13898219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13898219> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13898219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13898219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13898219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13898219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579509" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13898219'^^xsd:integer;
  dwc:scientificName 'Haraldiophyllum bonnemaisonii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579509'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579509'^^xsd:string;
  dwc:aphiaid '144755'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13898219'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '144755'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328952> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14328952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580444" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14328952'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580444'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580444'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14328952'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13792578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13792578> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13792578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13792578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13792578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13792578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580424" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13792578'^^xsd:integer;
  dwc:scientificName 'Erythrodermis traillii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580424'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580424'^^xsd:string;
  dwc:aphiaid '145655'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13792578'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145655'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14395351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14395351> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14395351> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14395351>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14395351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14395351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611371" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14395351'^^xsd:integer;
  dwc:scientificName 'Sagartia troglodytes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611371'^^xsd:string;
  dwc:yearCollected '1999'^^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.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611371'^^xsd:string;
  dwc:aphiaid '100994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14395351'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '855674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744571> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13744571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578981" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13744571'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578981'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578981'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13744571'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14075465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14075465> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14075465> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14075465>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14075465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14075465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614573" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14075465'^^xsd:integer;
  dwc:scientificName 'Melarhaphe neritoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614573'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^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-JNCCMNCR40614573'^^xsd:string;
  dwc:aphiaid '140266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14075465'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '140266'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683255> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683255> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683255>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13683255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13683255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580754" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13683255'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580754'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580754'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13683255'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678859> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678859> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678859>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13678859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579610" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13678859'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579610'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579610'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13678859'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13688074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13688074> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13688074> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13688074>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13688074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13688074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580590" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13688074'^^xsd:integer;
  dwc:scientificName 'Compsothamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580590'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580590'^^xsd:string;
  dwc:aphiaid '143835'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13688074'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '143835'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737325> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13737325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580450" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13737325'^^xsd:integer;
  dwc:scientificName 'Desmarestia ligulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580450'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580450'^^xsd:string;
  dwc:aphiaid '145309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13737325'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108762> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14108762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615807" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14108762'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615807'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615807'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14108762'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13987209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13987209> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13987209> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13987209>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13987209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13987209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577561" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13987209'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577561'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577561'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13987209'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13660252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13660252> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13660252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13660252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13660252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13660252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615635" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13660252'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615635'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615635'^^xsd:string;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13660252'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14396842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14396842> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14396842> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14396842>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14396842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14396842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580538" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14396842'^^xsd:integer;
  dwc:scientificName 'Salmacina dysteri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580538'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580538'^^xsd:string;
  dwc:aphiaid '131038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14396842'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '131038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13944797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13944797> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13944797> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13944797>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13944797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13944797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577667" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13944797'^^xsd:integer;
  dwc:scientificName 'Hydroides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577667'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40577667'^^xsd:string;
  dwc:aphiaid '129566'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13944797'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '129566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621958> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621958> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621958>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13621958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580781" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13621958'^^xsd:integer;
  dwc:scientificName 'Cellaria sinuosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580781'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580781'^^xsd:string;
  dwc:aphiaid '111260'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13621958'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13570506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13570506> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13570506> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13570506>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13570506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13570506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581074" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13570506'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581074'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581074'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13570506'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744549> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744549> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744549>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13744549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581777" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13744549'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581777'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581777'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13744549'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13711762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13711762> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13711762> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13711762>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13711762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13711762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615671" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13711762'^^xsd:integer;
  dwc:scientificName 'Crisia denticulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615671'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615671'^^xsd:string;
  dwc:aphiaid '111695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13711762'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '111695'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13577617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13577617> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13577617> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13577617>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13577617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13577617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578171" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13577617'^^xsd:integer;
  dwc:scientificName 'Bugula turbinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578171'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578171'^^xsd:string;
  dwc:aphiaid '111166'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13577617'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '834020'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14695814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14695814> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14695814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14695814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14695814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14695814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597977" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14695814'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597977'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597977'^^xsd:string;
  dwc:aphiaid '125999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14695814'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '125999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14420797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14420797> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14420797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14420797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14420797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14420797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597919" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14420797'^^xsd:integer;
  dwc:scientificName 'Seirospora interrupta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597919'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597919'^^xsd:string;
  dwc:aphiaid '144697'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14420797'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '144697'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14434165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14434165> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14434165> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14434165>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14434165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14434165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581480" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14434165'^^xsd:integer;
  dwc:scientificName 'Sphaerococcus coronopifolius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581480'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581480'^^xsd:string;
  dwc:aphiaid '145908'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14434165'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145908'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535526> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535526> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535526>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14535526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14535526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615003" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14535526'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615003'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615003'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14535526'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13630888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13630888> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13630888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13630888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13630888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13630888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598060" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13630888'^^xsd:integer;
  dwc:scientificName 'Cereus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598060'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598060'^^xsd:string;
  dwc:aphiaid '100987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13630888'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '100987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13531516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13531516> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13531516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13531516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13531516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13531516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615216" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13531516'^^xsd:integer;
  dwc:scientificName 'Audouinella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615216'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615216'^^xsd:string;
  dwc:aphiaid '143800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13531516'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '143800'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017525> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017525> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017525>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14017525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14017525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614987" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14017525'^^xsd:integer;
  dwc:scientificName 'Lissoclinum perforatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614987'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40614987'^^xsd:string;
  dwc:aphiaid '103585'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14017525'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '103585'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312088> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312088> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312088>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14312088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614988" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14312088'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614988'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40614988'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14312088'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517641> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517641> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517641>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614001" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517641'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614001'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614001'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517641'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14138127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14138127> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14138127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14138127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14138127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14138127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614353" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14138127'^^xsd:integer;
  dwc:scientificName 'Neopentadactyla mixta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614353'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614353'^^xsd:string;
  dwc:aphiaid '124685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14138127'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '124685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924050> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13924050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579345" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13924050'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579345'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579345'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13924050'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13517412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13517412> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13517412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13517412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13517412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13517412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597972" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13517412'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597972'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597972'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13517412'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083599> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083599> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083599>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14083599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615379" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14083599'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615379'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615379'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14083599'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13981574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13981574> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13981574> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13981574>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13981574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13981574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577661" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13981574'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577661'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577661'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13981574'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092258> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092258> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092258>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14092258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577580" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14092258'^^xsd:integer;
  dwc:scientificName 'Molgula manhattensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577580'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577580'^^xsd:string;
  dwc:aphiaid '103788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14092258'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13732598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13732598> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13732598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13732598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13732598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13732598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579505" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13732598'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579505'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579505'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13732598'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485060> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485060> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485060>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13485060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13485060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614981" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13485060'^^xsd:integer;
  dwc:scientificName 'Aplysilla sulfurea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614981'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40614981'^^xsd:string;
  dwc:aphiaid '132298'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13485060'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13444446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13444446> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13444446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13444446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13444446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13444446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401822" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13444446'^^xsd:integer;
  dwc:scientificName 'Amphipholis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401822'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401822'^^xsd:string;
  dwc:aphiaid '125064'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13444446'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '125064'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749793> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13749793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580483" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13749793'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580483'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580483'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13749793'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580727> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13580727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596143" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13580727'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596143'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596143'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13580727'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748931> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13748931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580475" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13748931'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580475'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580475'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13748931'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558629> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13558629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580093" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13558629'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580093'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580093'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13558629'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13402891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13402891> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13402891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13402891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13402891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13402891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596420" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13402891'^^xsd:integer;
  dwc:scientificName 'Acrosorium venulosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596420'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596420'^^xsd:string;
  dwc:aphiaid '144734'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13402891'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144734'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13551077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13551077> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13551077> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13551077>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13551077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13551077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581084" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13551077'^^xsd:integer;
  dwc:scientificName 'Bicellariella ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581084'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581084'^^xsd:string;
  dwc:aphiaid '111147'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13551077'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '111147'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286806> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14286806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580487" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14286806'^^xsd:integer;
  dwc:scientificName 'Phyllophora crispa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580487'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580487'^^xsd:string;
  dwc:aphiaid '145660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14286806'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13502384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13502384> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13502384> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13502384>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13502384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13502384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580195" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13502384'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580195'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580195'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13502384'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311364> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311364> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311364>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14311364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14311364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578179" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14311364'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578179'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578179'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14311364'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404269> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13404269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614632" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13404269'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614632'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614632'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13404269'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749780> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13749780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577934" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13749780'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577934'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577934'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13749780'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589745> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589745> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589745>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13589745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581474" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13589745'^^xsd:integer;
  dwc:scientificName 'Callophyllis laciniata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581474'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581474'^^xsd:string;
  dwc:aphiaid '145262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13589745'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1311357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13645209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13645209> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13645209> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13645209>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13645209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13645209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580183" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13645209'^^xsd:integer;
  dwc:scientificName 'Chartella papyracea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580183'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580183'^^xsd:string;
  dwc:aphiaid '111365'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13645209'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '111365'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14362476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14362476> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14362476> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14362476>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14362476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14362476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580753" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14362476'^^xsd:integer;
  dwc:scientificName 'Pseudosuberites sulphureus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580753'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580753'^^xsd:string;
  dwc:aphiaid '134260'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14362476'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629447> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13629447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13629447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580938" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13629447'^^xsd:integer;
  dwc:scientificName 'Ceramium secundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580938'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580938'^^xsd:string;
  dwc:aphiaid '144562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13629447'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144562'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678886> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13678886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13678886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579370" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13678886'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579370'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579370'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13678886'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579445> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13579445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13579445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596876" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13579445'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596876'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596876'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13579445'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A1661536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A1661536> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A1661536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A1661536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A1661536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:1661536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579146" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '1661536'^^xsd:integer;
  dwc:scientificName 'Zostera marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579146'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579146'^^xsd:string;
  dwc:aphiaid '495077'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:1661536'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '495077'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050927> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733144" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050927'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733144'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733144'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050927'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462039> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13462039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13462039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732974" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13462039'^^xsd:integer;
  dwc:scientificName 'Angulus tenuis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732974'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732974'^^xsd:string;
  dwc:aphiaid '146492'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13462039'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '878470'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050936> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733842" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050936'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733842'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733842'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050936'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050934> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733434" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050934'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733434'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733434'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050934'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366733> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733823" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366733'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733823'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733823'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366733'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14149044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14149044> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14149044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14149044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14149044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14149044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733595" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14149044'^^xsd:integer;
  dwc:scientificName 'Nephtys hombergii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733595'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733595'^^xsd:string;
  dwc:aphiaid '130359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14149044'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '130359'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589734> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14589734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734091" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14589734'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734091'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734091'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14589734'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141213> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14141213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732818" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14141213'^^xsd:integer;
  dwc:scientificName 'Nephtys'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732818'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732818'^^xsd:string;
  dwc:aphiaid '129370'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14141213'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '129370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547081> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733311" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547081'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pelagica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733311'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733311'^^xsd:string;
  dwc:aphiaid '103066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547081'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '103066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A11656464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A11656464> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A11656464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A11656464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A11656464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:11656464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733505" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '11656464'^^xsd:integer;
  dwc:scientificName 'Sphaeroma monodi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733505'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733505'^^xsd:string;
  dwc:aphiaid '148663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:11656464'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '118956'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907432> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13907432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13907432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733741" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13907432'^^xsd:integer;
  dwc:scientificName 'Haustorius arenarius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733741'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733741'^^xsd:string;
  dwc:aphiaid '102317'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13907432'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '102317'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412295> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14412295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733145" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14412295'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733145'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733145'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14412295'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216850> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216850> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216850>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14216850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14216850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579520" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14216850'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579520'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40579520'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14216850'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14182196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14182196> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14182196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14182196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14182196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14182196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733647" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14182196'^^xsd:integer;
  dwc:scientificName 'Ophelia rathkei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733647'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733647'^^xsd:string;
  dwc:aphiaid '130496'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14182196'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '130496'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710166> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733276" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710166'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733276'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733276'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710166'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547645> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733887" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547645'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733887'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733887'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547645'^^xsd:string;
  dwc:observationDate '1999-09-23'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599778> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13599778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733141" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13599778'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733141'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733141'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13599778'^^xsd:string;
  dwc:observationDate '1999-09-08'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710178> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733841" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710178'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733841'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733841'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710178'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798762> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13798762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13798762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733777" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13798762'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733777'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733777'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13798762'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189984> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189984> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189984>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14189984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14189984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578530" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14189984'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578530'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578530'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14189984'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580195> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13580195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580936" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13580195'^^xsd:integer;
  dwc:scientificName 'Calliblepharis jubata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580936'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580936'^^xsd:string;
  dwc:aphiaid '145614'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13580195'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145614'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893851> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13893851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13893851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613878" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13893851'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613878'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613878'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13893851'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707928> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13707928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13707928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578736" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13707928'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578736'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578736'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13707928'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14356482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14356482> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14356482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14356482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14356482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14356482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581359" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14356482'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581359'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581359'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14356482'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828702> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828702> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828702>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607270" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828702'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607270'^^xsd:string;
  dwc:yearCollected '1997'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607270'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828702'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828611> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13828611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13828611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581526" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13828611'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581526'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581526'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13828611'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14370299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14370299> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14370299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14370299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14370299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14370299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581365" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14370299'^^xsd:integer;
  dwc:scientificName 'Pyura microcosmus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581365'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581365'^^xsd:string;
  dwc:aphiaid '103851'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14370299'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '103851'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14594981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14594981> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14594981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14594981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14594981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14594981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580704" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14594981'^^xsd:integer;
  dwc:scientificName 'Gibbula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580704'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580704'^^xsd:string;
  dwc:aphiaid '138590'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14594981'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '138590'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838573> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13838573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596165" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13838573'^^xsd:integer;
  dwc:scientificName 'Furcellaria lumbricalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596165'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596165'^^xsd:string;
  dwc:aphiaid '145620'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13838573'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145620'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13575276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13575276> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13575276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13575276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13575276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13575276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581528" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13575276'^^xsd:integer;
  dwc:scientificName 'Bugula flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581528'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581528'^^xsd:string;
  dwc:aphiaid '111152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13575276'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '834002'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14012670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14012670> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14012670> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14012670>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14012670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14012670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605055" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14012670'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605055'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40605055'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14012670'^^xsd:string;
  dwc:observationDate '1998-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459238> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14459238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580947" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14459238'^^xsd:integer;
  dwc:scientificName 'Sporochnus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580947'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580947'^^xsd:string;
  dwc:aphiaid '145915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14459238'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517482> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13517482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580915" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13517482'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580915'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580915'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13517482'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489391> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489391> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489391>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14489391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14489391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581636" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14489391'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581636'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581636'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14489391'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413628> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13413628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13413628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581339" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13413628'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581339'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581339'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13413628'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328946> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14328946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14328946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578762" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14328946'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578762'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578762'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14328946'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359643> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13359643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13359643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581537" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13359643'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581537'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581537'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13359643'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492173> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13492173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597742" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13492173'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597742'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597742'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13492173'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380346> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14380346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14380346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581372" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14380346'^^xsd:integer;
  dwc:scientificName 'Rhodophyllis divaricata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581372'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581372'^^xsd:string;
  dwc:aphiaid '145617'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14380346'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145617'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915272> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13915272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13915272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13915272'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596862'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596862'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13915272'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655350> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13655350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581385" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13655350'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581385'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581385'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13655350'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14108753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14108753> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14108753> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14108753>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14108753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14108753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607617" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14108753'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607617'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607617'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14108753'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14388189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14388189> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14388189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14388189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14388189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14388189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578345" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14388189'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578345'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578345'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14388189'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826552> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13826552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613874" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13826552'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613874'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613874'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13826552'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718183> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13718183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578756" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13718183'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578756'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578756'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13718183'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424480> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13424480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580696" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13424480'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580696'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580696'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13424480'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14174760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14174760> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14174760> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14174760>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14174760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14174760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605048" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14174760'^^xsd:integer;
  dwc:scientificName 'Obelia longissima'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605048'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40605048'^^xsd:string;
  dwc:aphiaid '117389'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14174760'^^xsd:string;
  dwc:observationDate '1998-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '117389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749775> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13749775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13749775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578740" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13749775'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578740'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578740'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13749775'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14083564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14083564> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14083564> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14083564>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14083564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14083564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605049" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14083564'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605049'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40605049'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14083564'^^xsd:string;
  dwc:observationDate '1998-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896815> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13896815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596878" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13896815'^^xsd:integer;
  dwc:scientificName 'Halurus equisetifolius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596878'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596878'^^xsd:string;
  dwc:aphiaid '146345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13896815'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '146345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14419696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14419696> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14419696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14419696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14419696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14419696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596891" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14419696'^^xsd:integer;
  dwc:scientificName 'Scytosiphon lomentaria nom. cons.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596891'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596891'^^xsd:string;
  dwc:aphiaid '145869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14419696'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145869'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13527933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13527933> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13527933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13527933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13527933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13527933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596375" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13527933'^^xsd:integer;
  dwc:scientificName 'Astropecten irregularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596375'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596375'^^xsd:string;
  dwc:aphiaid '123867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13527933'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '123867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621954> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621954> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621954>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13621954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13621954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581658" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13621954'^^xsd:integer;
  dwc:scientificName 'Cellaria sinuosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581658'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581658'^^xsd:string;
  dwc:aphiaid '111260'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13621954'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573585> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14573585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14573585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596879" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14573585'^^xsd:integer;
  dwc:scientificName 'Pterothamnion crispum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596879'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596879'^^xsd:string;
  dwc:aphiaid '144682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14573585'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144682'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216863> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216863> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216863>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14216863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579417" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14216863'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579417'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579417'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14216863'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718199> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13718199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13718199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580736" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13718199'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580736'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580736'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13718199'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13703862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13703862> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13703862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13703862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13703862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13703862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596976" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13703862'^^xsd:integer;
  dwc:scientificName 'Corystes cassivelaunus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596976'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596976'^^xsd:string;
  dwc:aphiaid '107277'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13703862'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '107277'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678864> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678864> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678864>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13678864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13678864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579429" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13678864'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579429'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579429'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13678864'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896818> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13896818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13896818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596231" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13896818'^^xsd:integer;
  dwc:scientificName 'Halurus equisetifolius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596231'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596231'^^xsd:string;
  dwc:aphiaid '146345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13896818'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '146345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766471> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766471> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766471>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13766471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13766471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579405" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13766471'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579405'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579405'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13766471'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13939964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13939964> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13939964> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13939964>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A13939964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:13939964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605053" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '13939964'^^xsd:integer;
  dwc:scientificName 'Hyas araneus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605053'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40605053'^^xsd:string;
  dwc:aphiaid '107322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:13939964'^^xsd:string;
  dwc:observationDate '1998-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '107322'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943560> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13943560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579676" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13943560'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579676'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579676'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13943560'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216876> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216876> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216876>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14216876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14216876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578523" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14216876'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578523'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578523'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14216876'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924068> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13924068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13924068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580738" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13924068'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580738'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580738'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13924068'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675097> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13675097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13675097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596175" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13675097'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596175'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596175'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13675097'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675078> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13675078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581382" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13675078'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581382'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581382'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13675078'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744574> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13744574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581383" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13744574'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581383'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581383'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13744574'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744591> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13744591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580946" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13744591'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580946'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580946'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13744591'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13512587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13512587> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13512587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13512587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13512587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13512587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596176" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13512587'^^xsd:integer;
  dwc:scientificName 'Asperococcus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596176'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596176'^^xsd:string;
  dwc:aphiaid '144062'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13512587'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144062'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851941> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13851941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13851941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581350" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13851941'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581350'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581350'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13851941'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594158> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13594158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13594158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580905" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13594158'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580905'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580905'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13594158'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13774297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13774297> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13774297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13774297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13774297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13774297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596885" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13774297'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596885'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596885'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13774297'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882494> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13882494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596875" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13882494'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596875'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596875'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13882494'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517646> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607446" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517646'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607446'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607446'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517646'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517484> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13517484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580713" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13517484'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580713'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580713'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13517484'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649239> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13649239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596240" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13649239'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596240'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596240'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13649239'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14055205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14055205> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14055205> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14055205>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14055205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14055205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605099" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14055205'^^xsd:integer;
  dwc:scientificName 'Macropodia rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605099'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605099'^^xsd:string;
  dwc:aphiaid '107345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14055205'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '107345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336183> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14336183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580701" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14336183'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580701'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580701'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14336183'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14535357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14535357> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14535357> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14535357>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14535357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14535357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605073" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14535357'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605073'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605073'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14535357'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951767> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13951767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13951767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580903" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13951767'^^xsd:integer;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580903'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580903'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13951767'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748922> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13748922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13748922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578731" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13748922'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578731'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578731'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13748922'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216920> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14216920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14216920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596151" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14216920'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596151'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596151'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14216920'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14470167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14470167> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14470167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14470167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14470167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14470167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578334" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14470167'^^xsd:integer;
  dwc:scientificName 'Suberites ficus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578334'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578334'^^xsd:string;
  dwc:aphiaid '134285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14470167'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '134285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286794> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14286794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578745" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14286794'^^xsd:integer;
  dwc:scientificName 'Phyllophora crispa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578745'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578745'^^xsd:string;
  dwc:aphiaid '145660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14286794'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417982> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14417982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596856" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14417982'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596856'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596856'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14417982'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13431026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13431026> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13431026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13431026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13431026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13431026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580908" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13431026'^^xsd:integer;
  dwc:scientificName 'Amathia lendigera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580908'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580908'^^xsd:string;
  dwc:aphiaid '111659'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13431026'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '111659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417985> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14417985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14417985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596189" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14417985'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596189'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596189'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14417985'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562170> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13562170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13562170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578358" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13562170'^^xsd:integer;
  dwc:scientificName 'Bowerbankia citrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578358'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578358'^^xsd:string;
  dwc:aphiaid '111664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13562170'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '851584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14216840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14216840> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14216840> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14216840>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14216840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14216840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605079" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14216840'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605079'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605079'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14216840'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14269709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14269709> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14269709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14269709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14269709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14269709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596216" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14269709'^^xsd:integer;
  dwc:scientificName 'Pholis gunnellus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596216'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596216'^^xsd:string;
  dwc:aphiaid '126996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14269709'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '126996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649229> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13649229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596172" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13649229'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596172'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596172'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13649229'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14261005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14261005> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14261005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14261005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14261005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14261005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580919" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14261005'^^xsd:integer;
  dwc:scientificName 'Perophora listeri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580919'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580919'^^xsd:string;
  dwc:aphiaid '103759'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14261005'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '103759'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517582> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517582> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517582>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609331" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517582'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609331'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609331'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517582'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609221> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.659443 -5.037622)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.659443"^^xsd:decimal ;
  dwc:decimalLongitude "-5.037622"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.659443 -5.037622)"^^geo:wktLiteral ;
  geo-pos:lat "51.659443"^^xsd:decimal ;
  geo-pos:long "-5.037622"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:12609221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609977" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '12609221'^^xsd:integer;
  dwc:scientificName 'Neomysis integer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609977'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.037622'^^xsd:double;
  dwc:latitude '51.659443'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609977'^^xsd:string;
  dwc:aphiaid '120136'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:12609221'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '120136'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646357> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.659443 -5.037622)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.659443"^^xsd:decimal ;
  dwc:decimalLongitude "-5.037622"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.659443 -5.037622)"^^geo:wktLiteral ;
  geo-pos:lat "51.659443"^^xsd:decimal ;
  geo-pos:long "-5.037622"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13646357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13646357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609981" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13646357'^^xsd:integer;
  dwc:scientificName 'Chironomida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609981'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.037622'^^xsd:double;
  dwc:latitude '51.659443'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609981'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13646357'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13670692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13670692> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13670692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.33027"^^xsd:decimal ;
  dwc:decimalLongitude "-3.436709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13670692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  geo-pos:lat "51.33027"^^xsd:decimal ;
  geo-pos:long "-3.436709"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13670692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13670692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610316" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13670692'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610316'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.436709'^^xsd:double;
  dwc:latitude '51.33027'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610316'^^xsd:string;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13670692'^^xsd:string;
  dwc:observationDate '1998-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12986001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12986001> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12986001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.33027"^^xsd:decimal ;
  dwc:decimalLongitude "-3.436709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12986001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  geo-pos:lat "51.33027"^^xsd:decimal ;
  geo-pos:long "-3.436709"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12986001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:12986001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610317" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '12986001'^^xsd:integer;
  dwc:scientificName 'Ruppia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610317'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.436709'^^xsd:double;
  dwc:latitude '51.33027'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610317'^^xsd:string;
  dwc:aphiaid '234030'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:12986001'^^xsd:string;
  dwc:observationDate '1998-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '234030'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14050912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14050912> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14050912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14050912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14050912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:14050912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729037" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '14050912'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729037'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729037'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:14050912'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10710147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10710147> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10710147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10710147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A10710147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:10710147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729003" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '10710147'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729003'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729003'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:10710147'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13509657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13509657> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13509657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13509657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13509657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13509657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597731" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13509657'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597731'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597731'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13509657'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14330628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14330628> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14330628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14330628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14330628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14330628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597730" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14330628'^^xsd:integer;
  dwc:scientificName 'Polysiphonia lanosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597730'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597730'^^xsd:string;
  dwc:aphiaid '144647'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14330628'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '475211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13798760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13798760> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13798760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13798760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13798760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13798760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729024" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13798760'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729024'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729024'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13798760'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13498993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13498993> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13498993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13498993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13498993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13498993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729011" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13498993'^^xsd:integer;
  dwc:scientificName 'Aricidea minuta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729011'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729011'^^xsd:string;
  dwc:aphiaid '130564'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13498993'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '730747'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13697094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13697094> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13697094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13697094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13697094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13697094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729013" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13697094'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729013'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729013'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13697094'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13601230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13601230> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13601230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13601230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13601230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13601230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729032" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13601230'^^xsd:integer;
  dwc:scientificName 'Capitella capitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729032'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729032'^^xsd:string;
  dwc:aphiaid '129876'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13601230'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '129876'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14149035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14149035> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14149035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14149035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14149035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:14149035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729066" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '14149035'^^xsd:integer;
  dwc:scientificName 'Nephtys hombergii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729066'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729066'^^xsd:string;
  dwc:aphiaid '130359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:14149035'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '130359'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14149039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14149039> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14149039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14149039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A14149039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:14149039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729059" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '14149039'^^xsd:integer;
  dwc:scientificName 'Nephtys hombergii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729059'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729059'^^xsd:string;
  dwc:aphiaid '130359'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:14149039'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '130359'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609220> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609220> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609220>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A12609220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:12609220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608832" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '12609220'^^xsd:integer;
  dwc:scientificName 'Neomysis integer'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608832'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40608832'^^xsd:string;
  dwc:aphiaid '120136'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:12609220'^^xsd:string;
  dwc:observationDate '1998-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '120136'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13698918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13698918> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13698918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.220999 -3.19964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.220999"^^xsd:decimal ;
  dwc:decimalLongitude "-3.19964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13698918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.220999 -3.19964)"^^geo:wktLiteral ;
  geo-pos:lat "53.220999"^^xsd:decimal ;
  geo-pos:long "-3.19964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13698918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13698918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608856" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13698918'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608856'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.19964'^^xsd:double;
  dwc:latitude '53.220999'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608856'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13698918'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13987200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13987200> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13987200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13987200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13987200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13987200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556944" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13987200'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556944'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556944'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13987200'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13698875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13698875> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13698875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13698875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1916%3A13698875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1916:13698875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1916'^^xsd:integer;
  dwc:catalogNumber '13698875'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729062'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40729062'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1916:13698875'^^xsd:string;
  dwc:observationDate '1993-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517489> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13517489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732552" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13517489'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732552'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732552'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13517489'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14303295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14303295> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14303295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14303295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14303295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14303295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732539" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14303295'^^xsd:integer;
  dwc:scientificName 'Pododesmus patelliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732539'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732539'^^xsd:string;
  dwc:aphiaid '138751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14303295'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '138751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356485> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14356485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732541" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14356485'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732541'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732541'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14356485'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190006> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14190006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14190006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732680" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14190006'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732680'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732680'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14190006'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14221774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14221774> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14221774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14221774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14221774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14221774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732689" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14221774'^^xsd:integer;
  dwc:scientificName 'Pagurus cuanensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732689'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732689'^^xsd:string;
  dwc:aphiaid '107235'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14221774'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107235'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13351183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13351183> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13351183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13351183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13351183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13351183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732427" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13351183'^^xsd:integer;
  dwc:scientificName 'Terebellida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732427'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732427'^^xsd:string;
  dwc:aphiaid '900'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13351183'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '900'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517498> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13517498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13517498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732393" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13517498'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732393'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732393'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13517498'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647645> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13647645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732375" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13647645'^^xsd:integer;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732375'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732375'^^xsd:string;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13647645'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14189998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14189998> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14189998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14189998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14189998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14189998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732514" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14189998'^^xsd:integer;
  dwc:scientificName 'Ophiothrix fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732514'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732514'^^xsd:string;
  dwc:aphiaid '125131'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14189998'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125131'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216915> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14216915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14216915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732371" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14216915'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732371'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732371'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14216915'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424496> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13424496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732686" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13424496'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732686'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732686'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13424496'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536929> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13536929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732415" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13536929'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732415'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732415'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13536929'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13583948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13583948> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13583948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13583948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13583948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13583948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732542" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13583948'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732542'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732542'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13583948'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536923> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13536923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732605" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13536923'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732605'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732605'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13536923'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601100> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14601100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732635" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14601100'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732635'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732635'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14601100'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297571> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297571> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297571>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14297571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609966" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14297571'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609966'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609966'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14297571'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297590> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297590> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297590>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14297590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609732" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14297590'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609732'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609732'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14297590'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13683272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13683272> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13683272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13683272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13683272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13683272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609476" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13683272'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609476'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609476'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13683272'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297557> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297557> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297557>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14297557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14297557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609277" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14297557'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609277'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609277'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14297557'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424561> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13424561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609409" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13424561'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609409'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609409'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13424561'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424503> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13424503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13424503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732613" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13424503'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732613'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732613'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13424503'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647633> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13647633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732443" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13647633'^^xsd:integer;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732443'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732443'^^xsd:string;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13647633'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931502> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13931502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732598" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13931502'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732598'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732598'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13931502'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14283068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14283068> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14283068> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14283068>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14283068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14283068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609207" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14283068'^^xsd:integer;
  dwc:scientificName 'Phycodrys rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609207'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609207'^^xsd:string;
  dwc:aphiaid '144773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14283068'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14225000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14225000> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14225000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14225000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14225000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14225000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614945" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14225000'^^xsd:integer;
  dwc:scientificName 'Palmaria palmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614945'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614945'^^xsd:string;
  dwc:aphiaid '145771'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14225000'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145771'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A11654085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A11654085> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A11654085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A11654085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A11654085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:11654085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614726" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '11654085'^^xsd:integer;
  dwc:scientificName 'Ligia oceanica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614726'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614726'^^xsd:string;
  dwc:aphiaid '146999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:11654085'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '146999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13737334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13737334> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13737334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13737334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13737334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13737334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614952" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13737334'^^xsd:integer;
  dwc:scientificName 'Desmarestia ligulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614952'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614952'^^xsd:string;
  dwc:aphiaid '145309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13737334'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539255> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13539255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614880" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13539255'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614880'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614880'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13539255'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13949190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13949190> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13949190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13949190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13949190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13949190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614948" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13949190'^^xsd:integer;
  dwc:scientificName 'Hypoglossum hypoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614948'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614948'^^xsd:string;
  dwc:aphiaid '144756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13949190'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13718242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13718242> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13718242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13718242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13718242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13718242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614947" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13718242'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614947'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614947'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13718242'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359708> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13359708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13359708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614729" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13359708'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614729'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614729'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13359708'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13660258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13660258> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13660258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13660258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13660258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13660258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614725" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13660258'^^xsd:integer;
  dwc:scientificName 'Chthamalus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614725'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614725'^^xsd:string;
  dwc:aphiaid '106231'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13660258'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106231'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489418> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489418> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489418>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14489418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14489418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556970" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14489418'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556970'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556970'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14489418'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14312077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14312077> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14312077> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14312077>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14312077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14312077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609323" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14312077'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609323'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609323'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14312077'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13683266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13683266> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13683266> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13683266>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13683266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13683266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557063" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13683266'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557063'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557063'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13683266'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14498366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14498366> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14498366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14498366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14498366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14498366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732480" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14498366'^^xsd:integer;
  dwc:scientificName 'Thyone fusus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732480'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732480'^^xsd:string;
  dwc:aphiaid '124670'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14498366'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '124670'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601098> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14601098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732608" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14601098'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732608'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732608'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14601098'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13655389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13655389> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13655389> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13655389>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13655389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13655389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609973" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13655389'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609973'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609973'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13655389'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729143> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729143> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729143>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13729143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557033" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13729143'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557033'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557033'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13729143'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13413661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13413661> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13413661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13413661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13413661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13413661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557131" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13413661'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557131'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557131'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13413661'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13359671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13359671> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13359671> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13359671>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13359671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13359671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609291" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13359671'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609291'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609291'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13359671'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13413665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13413665> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13413665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13413665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13413665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13413665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609004" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13413665'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609004'^^xsd:string;
  dwc:yearCollected '1999'^^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.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609004'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13413665'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14276818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14276818> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14276818> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14276818>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14276818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14276818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610162" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14276818'^^xsd:integer;
  dwc:scientificName 'Phorbas fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610162'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610162'^^xsd:string;
  dwc:aphiaid '133679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14276818'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14376231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14376231> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14376231> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14376231>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14376231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14376231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609800" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14376231'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609800'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609800'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14376231'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388209> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14388209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608868" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14388209'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608868'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608868'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14388209'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13655395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13655395> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13655395> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13655395>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13655395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13655395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610252" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13655395'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610252'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40610252'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13655395'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13492262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13492262> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13492262> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13492262>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13492262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13492262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557098" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13492262'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557098'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40557098'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13492262'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14068912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14068912> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14068912> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14068912>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14068912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14068912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609994" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14068912'^^xsd:integer;
  dwc:scientificName 'Mastocarpus stellatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609994'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609994'^^xsd:string;
  dwc:aphiaid '145650'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14068912'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145650'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13620727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13620727> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13620727> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13620727>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13620727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13620727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610019" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13620727'^^xsd:integer;
  dwc:scientificName 'Cellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610019'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610019'^^xsd:string;
  dwc:aphiaid '110869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13620727'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '110869'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336236> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14336236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557050" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14336236'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557050'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557050'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14336236'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14393004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14393004> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14393004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14393004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14393004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14393004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557049" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14393004'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557049'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557049'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14393004'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981617> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981617> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981617>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13981617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609975" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13981617'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609975'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609975'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13981617'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424549> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424549> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424549>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13424549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609735" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13424549'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609735'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609735'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13424549'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13943596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13943596> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13943596> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13943596>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13943596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13943596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609843" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13943596'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609843'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609843'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13943596'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13737972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13737972> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13737972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13737972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13737972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13737972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610245" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13737972'^^xsd:integer;
  dwc:scientificName 'Desmarestia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610245'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610245'^^xsd:string;
  dwc:aphiaid '145310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13737972'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13748933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13748933> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13748933> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13748933>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13748933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13748933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608888" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13748933'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608888'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608888'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13748933'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743224> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743224> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743224>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13743224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557005" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13743224'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557005'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40557005'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13743224'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257996> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257996> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257996>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14257996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609315" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14257996'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609315'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609315'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14257996'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13744621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13744621> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13744621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13744621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13744621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13744621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609685" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13744621'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609685'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609685'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13744621'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424573> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424573> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424573>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13424573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610131" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13424573'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610131'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610131'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13424573'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737975> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737975> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737975>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13737975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609804" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13737975'^^xsd:integer;
  dwc:scientificName 'Desmarestia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609804'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609804'^^xsd:string;
  dwc:aphiaid '145310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13737975'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13721375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13721375> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13721375> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13721375>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13721375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13721375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556999" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13721375'^^xsd:integer;
  dwc:scientificName 'Ctenolabrus rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556999'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40556999'^^xsd:string;
  dwc:aphiaid '126964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13721375'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '126964'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535483> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535483> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535483>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14535483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14535483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609585" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14535483'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609585'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609585'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14535483'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13943590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13943590> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13943590> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13943590>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13943590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13943590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608890" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13943590'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608890'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608890'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13943590'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655384> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13655384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609390" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13655384'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609390'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609390'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13655384'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13513606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13513606> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13513606> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13513606>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13513606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13513606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609668" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13513606'^^xsd:integer;
  dwc:scientificName 'Aspitrigla cuculus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609668'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609668'^^xsd:string;
  dwc:aphiaid '150662'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13513606'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '127259'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14135899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14135899> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14135899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14135899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14135899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14135899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610078" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14135899'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610078'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610078'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14135899'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13795513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13795513> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13795513> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13795513>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13795513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13795513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609051" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13795513'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609051'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609051'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13795513'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743208> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743208> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743208>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13743208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609658" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13743208'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609658'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609658'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13743208'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743212> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743212> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743212>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13743212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557074" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13743212'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557074'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557074'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13743212'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14417988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14417988> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14417988> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14417988>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14417988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14417988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609066" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14417988'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609066'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609066'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14417988'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882519> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882519> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882519>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13882519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609193" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13882519'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609193'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609193'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13882519'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336231> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14336231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14336231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609303" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14336231'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609303'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609303'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14336231'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14092261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14092261> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14092261> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14092261>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14092261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14092261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608979" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14092261'^^xsd:integer;
  dwc:scientificName 'Molgula manhattensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608979'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608979'^^xsd:string;
  dwc:aphiaid '103788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14092261'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '103788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311411> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311411> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311411>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14311411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14311411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609942" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14311411'^^xsd:integer;
  dwc:scientificName 'Polycarpa pomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609942'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609942'^^xsd:string;
  dwc:aphiaid '103909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14311411'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '103909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257992> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257992> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257992>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14257992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14257992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609329" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14257992'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609329'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609329'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14257992'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13389472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13389472> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13389472> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13389472>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13389472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13389472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609257" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13389472'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609257'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609257'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13389472'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14327414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14327414> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14327414> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14327414>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14327414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14327414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609158" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14327414'^^xsd:integer;
  dwc:scientificName 'Polysiphonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609158'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609158'^^xsd:string;
  dwc:aphiaid '143853'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14327414'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '143853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14460798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14460798> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14460798> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14460798>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14460798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14460798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609253" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14460798'^^xsd:integer;
  dwc:scientificName 'Stelligera stuposa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609253'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609253'^^xsd:string;
  dwc:aphiaid '134175'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14460798'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '134175'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743204> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743204> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743204>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13743204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13743204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608940" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13743204'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608940'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40608940'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13743204'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14322782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14322782> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14322782> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14322782>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14322782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14322782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557195" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14322782'^^xsd:integer;
  dwc:scientificName 'Polyides rotundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557195'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40557195'^^xsd:string;
  dwc:aphiaid '145668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14322782'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145668'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579460> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579460> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579460>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13579460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13579460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609743" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13579460'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609743'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609743'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13579460'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517602> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517602'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608871'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608871'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517602'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714738> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13714738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557108" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13714738'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557108'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557108'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13714738'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14700446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14700446> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14700446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14700446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14700446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14700446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557085" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14700446'^^xsd:integer;
  dwc:scientificName 'Platichthys flesus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557085'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557085'^^xsd:string;
  dwc:aphiaid '127141'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14700446'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '127141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696817> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.663092 -4.893244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.663092"^^xsd:decimal ;
  dwc:decimalLongitude "-4.893244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.663092 -4.893244)"^^geo:wktLiteral ;
  geo-pos:lat "51.663092"^^xsd:decimal ;
  geo-pos:long "-4.893244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14696817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14696817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610228" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14696817'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus microps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610228'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.893244'^^xsd:double;
  dwc:latitude '51.663092'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610228'^^xsd:string;
  dwc:aphiaid '126927'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14696817'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '126927'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13576583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13576583> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13576583> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13576583>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13576583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13576583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608883" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13576583'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608883'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608883'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13576583'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13622608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13622608> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13622608> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13622608>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13622608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13622608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609483" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13622608'^^xsd:integer;
  dwc:scientificName 'Cellepora pumicosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609483'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609483'^^xsd:string;
  dwc:aphiaid '111268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13622608'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '111268'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14200387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14200387> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14200387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14200387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14200387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14200387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608949" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14200387'^^xsd:integer;
  dwc:scientificName 'Ophiura ophiura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608949'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608949'^^xsd:string;
  dwc:aphiaid '124929'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14200387'^^xsd:string;
  dwc:observationDate '1999-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '124929'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851969> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851969> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851969>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13851969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13851969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609199" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13851969'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609199'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609199'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13851969'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13576588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13576588> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13576588> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13576588>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13576588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13576588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609939" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13576588'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609939'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609939'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13576588'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14694065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14694065> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14694065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.588826 -4.166647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.588826"^^xsd:decimal ;
  dwc:decimalLongitude "-4.166647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14694065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.588826 -4.166647)"^^geo:wktLiteral ;
  geo-pos:lat "51.588826"^^xsd:decimal ;
  geo-pos:long "-4.166647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14694065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14694065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610327" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14694065'^^xsd:integer;
  dwc:scientificName 'Gasterosteus aculeatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610327'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.166647'^^xsd:double;
  dwc:latitude '51.588826'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610327'^^xsd:string;
  dwc:aphiaid '126505'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14694065'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '126505'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13670691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13670691> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13670691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.663092 -4.893244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.663092"^^xsd:decimal ;
  dwc:decimalLongitude "-4.893244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13670691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.663092 -4.893244)"^^geo:wktLiteral ;
  geo-pos:lat "51.663092"^^xsd:decimal ;
  geo-pos:long "-4.893244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13670691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13670691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610229" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13670691'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610229'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.893244'^^xsd:double;
  dwc:latitude '51.663092'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610229'^^xsd:string;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13670691'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828632> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828632> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828632>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13828632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608975" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13828632'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608975'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608975'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13828632'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828673> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828673> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828673>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13828673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609283" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13828673'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609283'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609283'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13828673'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729146> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729146> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729146>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13729146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557002" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13729146'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557002'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40557002'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13729146'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729134> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729134> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729134>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13729134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609968" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13729134'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609968'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609968'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13729134'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655380> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13655380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557117" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13655380'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557117'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557117'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13655380'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14332648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14332648> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14332648> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14332648>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14332648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14332648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608978" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14332648'^^xsd:integer;
  dwc:scientificName 'Polysyncraton lacazei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608978'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608978'^^xsd:string;
  dwc:aphiaid '103593'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14332648'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '103593'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729136> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729136> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729136>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13729136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609294" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13729136'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609294'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609294'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13729136'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14332647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14332647> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14332647> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14332647>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14332647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14332647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609667" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14332647'^^xsd:integer;
  dwc:scientificName 'Polysyncraton lacazei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609667'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609667'^^xsd:string;
  dwc:aphiaid '103593'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14332647'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '103593'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13683267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13683267> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13683267> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13683267>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13683267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13683267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609445" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13683267'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609445'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609445'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13683267'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459262> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459262> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459262>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14459262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610250" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14459262'^^xsd:integer;
  dwc:scientificName 'Sporochnus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610250'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40610250'^^xsd:string;
  dwc:aphiaid '145915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14459262'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756611> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756611> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756611>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13756611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13756611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609324" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13756611'^^xsd:integer;
  dwc:scientificName 'Distomus variolosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609324'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609324'^^xsd:string;
  dwc:aphiaid '103890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13756611'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '103890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388204> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14388204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610150" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14388204'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610150'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610150'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14388204'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12455455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12455455> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12455455> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12455455>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12455455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:12455455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609200" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '12455455'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609200'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609200'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:12455455'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12455460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12455460> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12455460> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12455460>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A12455460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:12455460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609150" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '12455460'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609150'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609150'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:12455460'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388196> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14388196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609770" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14388196'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609770'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609770'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14388196'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601090> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14601090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732484" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14601090'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732484'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732484'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14601090'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A12455453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A12455453> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A12455453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A12455453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A12455453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:12455453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609677" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '12455453'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609677'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609677'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:12455453'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536916> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13536916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13536916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732451" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13536916'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732451'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732451'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13536916'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13562200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13562200> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13562200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13562200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13562200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13562200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610238" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13562200'^^xsd:integer;
  dwc:scientificName 'Bowerbankia citrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610238'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610238'^^xsd:string;
  dwc:aphiaid '111664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13562200'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '851584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297583> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297583> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297583>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14297583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557031" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14297583'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557031'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557031'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14297583'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14392998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14392998> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14392998> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14392998>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14392998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14392998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609594" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14392998'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609594'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609594'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14392998'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718219> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718219> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718219>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13718219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13718219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609061" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13718219'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609061'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609061'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13718219'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882515> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882515> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882515>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13882515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13882515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609742" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13882515'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609742'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609742'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13882515'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743219> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743219> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743219>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13743219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609539" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13743219'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609539'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609539'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13743219'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981616> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981616> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981616>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13981616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13981616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609214" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13981616'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609214'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609214'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13981616'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14297568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14297568> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14297568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14297568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14297568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14297568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557166" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14297568'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557166'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557166'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14297568'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647643> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13647643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732620" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13647643'^^xsd:integer;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732620'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732620'^^xsd:string;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13647643'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766500> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13766500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13766500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732491" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13766500'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732491'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732491'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13766500'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13729121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13729121> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13729121> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13729121>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13729121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13729121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609062" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13729121'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609062'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609062'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13729121'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744641> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744641> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744641>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13744641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557037" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13744641'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557037'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557037'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13744641'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14132896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14132896> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14132896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14132896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14132896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14132896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557056" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14132896'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557056'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557056'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14132896'^^xsd:string;
  dwc:observationDate '1999-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424540> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424540> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424540>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13424540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557100" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13424540'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557100'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557100'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13424540'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737974> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737974> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737974>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13737974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13737974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609972" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13737974'^^xsd:integer;
  dwc:scientificName 'Desmarestia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609972'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609972'^^xsd:string;
  dwc:aphiaid '145310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13737974'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14393000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14393000> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14393000> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14393000>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14393000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14393000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609259" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14393000'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609259'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609259'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14393000'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621865> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733926" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621865'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733926'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733926'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621865'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145848> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14145848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14145848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733157" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14145848'^^xsd:integer;
  dwc:scientificName 'Nephtys cirrosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733157'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733157'^^xsd:string;
  dwc:aphiaid '130357'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14145848'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '130357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490077> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14490077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14490077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733918" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14490077'^^xsd:integer;
  dwc:scientificName 'Tetrastemma candidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733918'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733918'^^xsd:string;
  dwc:aphiaid '122764'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14490077'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '122764'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547086> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733159" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547086'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pelagica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733159'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733159'^^xsd:string;
  dwc:aphiaid '103066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547086'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '103066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A11656465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A11656465> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A11656465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A11656465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A11656465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:11656465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733298" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '11656465'^^xsd:integer;
  dwc:scientificName 'Sphaeroma monodi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733298'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733298'^^xsd:string;
  dwc:aphiaid '148663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:11656465'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '118956'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14477109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14477109> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14477109> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14477109>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14477109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14477109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614199" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14477109'^^xsd:integer;
  dwc:scientificName 'Taonia atomaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614199'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614199'^^xsd:string;
  dwc:aphiaid '145393'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14477109'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '145393'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14707612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14707612> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14707612> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14707612>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14707612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14707612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611389" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14707612'^^xsd:integer;
  dwc:scientificName 'Ulva'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611389'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611389'^^xsd:string;
  dwc:aphiaid '144296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14707612'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '144296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14353693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14353693> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14353693> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14353693>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14353693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14353693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615421" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14353693'^^xsd:integer;
  dwc:scientificName 'Prostheceraeus vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615421'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615421'^^xsd:string;
  dwc:aphiaid '142820'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14353693'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '142820'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535366> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535366> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535366>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14535366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14535366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581068" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14535366'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581068'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581068'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14535366'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14468538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14468538> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14468538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14468538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14468538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14468538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579349" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14468538'^^xsd:integer;
  dwc:scientificName 'Stylostichon plumosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579349'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579349'^^xsd:string;
  dwc:aphiaid '150212'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14468538'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '133688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13627181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13627181> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13627181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13627181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13627181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13627181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597988" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13627181'^^xsd:integer;
  dwc:scientificName 'Ceramium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597988'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597988'^^xsd:string;
  dwc:aphiaid '144546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13627181'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763717> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13763717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614631" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13763717'^^xsd:integer;
  dwc:scientificName 'Dynamena pumila'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614631'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614631'^^xsd:string;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13763717'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580701> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13580701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580417" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13580701'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580417'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580417'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13580701'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A2912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A2912> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A2912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A2912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A2912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:2912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597924" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '2912'^^xsd:integer;
  dwc:scientificName 'Polysiphonia sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597924'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597924'^^xsd:string;
  dwc:aphiaid '144663'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:2912'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '144663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13566035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13566035> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13566035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13566035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13566035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13566035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598103" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13566035'^^xsd:integer;
  dwc:scientificName 'Bryopsis hypnoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598103'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598103'^^xsd:string;
  dwc:aphiaid '144452'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13566035'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144452'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13914465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13914465> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13914465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13914465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13914465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13914465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577886" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13914465'^^xsd:integer;
  dwc:scientificName 'Hemimycale columella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577886'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577886'^^xsd:string;
  dwc:aphiaid '133543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13914465'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '133543'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925986> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13925986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13925986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614921" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13925986'^^xsd:integer;
  dwc:scientificName 'Hiatella arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614921'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614921'^^xsd:string;
  dwc:aphiaid '140103'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13925986'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '140103'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14433740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14433740> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14433740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14433740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14433740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14433740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598006" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14433740'^^xsd:integer;
  dwc:scientificName 'Sphacelaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598006'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598006'^^xsd:string;
  dwc:aphiaid '144272'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14433740'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144272'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13588005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13588005> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13588005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13588005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13588005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13588005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401713" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13588005'^^xsd:integer;
  dwc:scientificName 'Callithamnion'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401713'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401713'^^xsd:string;
  dwc:aphiaid '143832'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13588005'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '143832'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14120765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14120765> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14120765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14120765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14120765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14120765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611275" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14120765'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611275'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611275'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14120765'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14417951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14417951> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14417951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14417951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14417951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14417951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597890" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14417951'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597890'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597890'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14417951'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14132920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14132920> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14132920> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14132920>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14132920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14132920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611368" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14132920'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611368'^^xsd:string;
  dwc:yearCollected '1999'^^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.247372'^^xsd:double;
  dwc:latitude '53.20584'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611368'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14132920'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14426456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14426456> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14426456> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14426456>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14426456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14426456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611453" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14426456'^^xsd:integer;
  dwc:scientificName 'Sertularia cupressina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611453'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611453'^^xsd:string;
  dwc:aphiaid '117913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14426456'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '117913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13951748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13951748> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13951748> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13951748>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13951748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13951748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13951748'^^xsd:integer;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581072'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581072'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13951748'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523620> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523620> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523620>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14523620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615059" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14523620'^^xsd:integer;
  dwc:scientificName 'Tubularia indivisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615059'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40615059'^^xsd:string;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14523620'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211764> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211764> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211764>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14211764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14211764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615410" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14211764'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615410'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615410'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14211764'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12455432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12455432> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12455432> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12455432>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12455432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:12455432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581464" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '12455432'^^xsd:integer;
  dwc:scientificName 'Membranipora membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581464'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581464'^^xsd:string;
  dwc:aphiaid '111411'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:12455432'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '111411'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886932> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886932> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886932>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13886932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578605" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13886932'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578605'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578605'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13886932'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13963193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13963193> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13963193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13963193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13963193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13963193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579307" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13963193'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria pinnata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579307'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579307'^^xsd:string;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13963193'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13638354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13638354> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13638354> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13638354>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13638354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13638354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577559" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13638354'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577559'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577559'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13638354'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13558595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13558595> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13558595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13558595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13558595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13558595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401827" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13558595'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401827'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401827'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13558595'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413670> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413670> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413670>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13413670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13413670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615442" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13413670'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615442'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615442'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13413670'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13661123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13661123> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13661123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13661123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13661123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13661123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596229" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13661123'^^xsd:integer;
  dwc:scientificName 'Chylocladia verticillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596229'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596229'^^xsd:string;
  dwc:aphiaid '145808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13661123'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13743230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13743230> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13743230> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13743230>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13743230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13743230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614032" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13743230'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614032'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614032'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13743230'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14286782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14286782> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14286782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14286782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14286782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14286782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401894" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14286782'^^xsd:integer;
  dwc:scientificName 'Phyllophora crispa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401894'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401894'^^xsd:string;
  dwc:aphiaid '145660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14286782'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535503> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535503> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535503>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14535503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607266" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14535503'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607266'^^xsd:string;
  dwc:yearCollected '1997'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607266'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14535503'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13346518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13346518> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13346518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13346518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13346518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13346518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595794" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13346518'^^xsd:integer;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595794'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595794'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13346518'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13751944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13751944> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13751944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13751944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13751944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13751944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401662" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13751944'^^xsd:integer;
  dwc:scientificName 'Diphasia rosacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401662'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401662'^^xsd:string;
  dwc:aphiaid '117883'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13751944'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '117883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14353678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14353678> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14353678> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14353678>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14353678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14353678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577824" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14353678'^^xsd:integer;
  dwc:scientificName 'Prostheceraeus vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577824'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577824'^^xsd:string;
  dwc:aphiaid '142820'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14353678'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '142820'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763723> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13763723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13763723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614578" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13763723'^^xsd:integer;
  dwc:scientificName 'Dynamena pumila'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614578'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614578'^^xsd:string;
  dwc:aphiaid '117888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13763723'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '117888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606635> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13606635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13606635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598014" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13606635'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598014'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598014'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13606635'^^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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13505586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13505586> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13505586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13505586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13505586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13505586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401640" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13505586'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401640'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401640'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13505586'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776168> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13776168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752809" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13776168'^^xsd:integer;
  dwc:scientificName 'Edwardsia claparedii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752809'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752809'^^xsd:string;
  dwc:aphiaid '100880'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13776168'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '100880'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13618909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13618909> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13618909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13618909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13618909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13618909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752310" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13618909'^^xsd:integer;
  dwc:scientificName 'Caulleriella alata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752310'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752310'^^xsd:string;
  dwc:aphiaid '129943'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13618909'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129943'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376200> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14376200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580684" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14376200'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580684'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580684'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14376200'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216972> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216972> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216972>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14216972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613861" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14216972'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613861'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40613861'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14216972'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14403775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14403775> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14403775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.211917"^^xsd:decimal ;
  dwc:decimalLongitude "-4.489615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14403775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.211917 -4.489615)"^^geo:wktLiteral ;
  geo-pos:lat "52.211917"^^xsd:decimal ;
  geo-pos:long "-4.489615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14403775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14403775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752050" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14403775'^^xsd:integer;
  dwc:scientificName 'Scolelepis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752050'^^xsd:string;
  dwc:yearCollected '1998'^^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.489615'^^xsd:double;
  dwc:latitude '52.211917'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752050'^^xsd:string;
  dwc:aphiaid '129623'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14403775'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '129623'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710162> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733681" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710162'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733681'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733681'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710162'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424588> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424588> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424588>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13424588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613899" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13424588'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613899'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613899'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13424588'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13941483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13941483> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13941483> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13941483>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13941483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13941483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579549" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13941483'^^xsd:integer;
  dwc:scientificName 'Hyas coarctatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579549'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579549'^^xsd:string;
  dwc:aphiaid '107323'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13941483'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '107323'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828600> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828600> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828600>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13828600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577569" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13828600'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577569'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577569'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13828600'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508242> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13508242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580653" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13508242'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580653'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580653'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13508242'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13914460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13914460> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13914460> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13914460>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13914460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13914460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580608" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13914460'^^xsd:integer;
  dwc:scientificName 'Hemimycale columella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580608'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580608'^^xsd:string;
  dwc:aphiaid '133543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13914460'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '133543'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508238> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13508238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13508238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580092" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13508238'^^xsd:integer;
  dwc:scientificName 'Ascidiella scabra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580092'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580092'^^xsd:string;
  dwc:aphiaid '103719'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13508238'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '103719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14038146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14038146> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14038146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14038146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14038146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14038146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614587" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14038146'^^xsd:integer;
  dwc:scientificName 'Lomentaria clavellosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614587'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614587'^^xsd:string;
  dwc:aphiaid '145825'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14038146'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558679> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13558679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13558679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607684" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13558679'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607684'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607684'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13558679'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517439> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517439> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517439>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13517439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13517439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579819" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13517439'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579819'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579819'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13517439'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425485> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425485> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425485>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14425485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14425485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613996" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14425485'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613996'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613996'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14425485'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13718237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13718237> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13718237> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13718237>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13718237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13718237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613890" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13718237'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613890'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613890'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13718237'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417975> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417975> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417975>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14417975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14417975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577845" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14417975'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577845'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577845'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14417975'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13429489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13429489> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13429489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13429489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13429489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13429489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733412" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13429489'^^xsd:integer;
  dwc:scientificName 'Alderia modesta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733412'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733412'^^xsd:string;
  dwc:aphiaid '141555'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13429489'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '141555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12458392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12458392> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12458392> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12458392>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A12458392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:12458392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613887" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '12458392'^^xsd:integer;
  dwc:scientificName 'Electra pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613887'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613887'^^xsd:string;
  dwc:aphiaid '111355'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:12458392'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '1789435'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14211751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14211751> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14211751> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14211751>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14211751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14211751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607695" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14211751'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607695'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607695'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14211751'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718169> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718169> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718169>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13718169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13718169'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578866'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578866'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13718169'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14494348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14494348> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14494348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14494348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14494348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14494348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595767" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14494348'^^xsd:integer;
  dwc:scientificName 'Thracia phaseolina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595767'^^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 '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595767'^^xsd:string;
  dwc:aphiaid '152378'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14494348'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '152378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655378> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13655378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596740" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13655378'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596740'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596740'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13655378'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562433> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13562433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596759" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13562433'^^xsd:integer;
  dwc:scientificName 'Bowerbankia pustulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596759'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596759'^^xsd:string;
  dwc:aphiaid '111668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13562433'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '851599'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580706> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13580706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578556" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13580706'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578556'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578556'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13580706'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893824> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13893824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596855" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13893824'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596855'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596855'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13893824'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459237> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14459237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578586" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14459237'^^xsd:integer;
  dwc:scientificName 'Sporochnus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578586'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578586'^^xsd:string;
  dwc:aphiaid '145915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14459237'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840752> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13840752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13840752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580290" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13840752'^^xsd:integer;
  dwc:scientificName 'Galathea intermedia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580290'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580290'^^xsd:string;
  dwc:aphiaid '107150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13840752'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13737963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13737963> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13737963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13737963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13737963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13737963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595915" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13737963'^^xsd:integer;
  dwc:scientificName 'Desmarestia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595915'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595915'^^xsd:string;
  dwc:aphiaid '145310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13737963'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547660> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732988" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547660'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pilosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732988'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732988'^^xsd:string;
  dwc:aphiaid '103069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547660'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621892> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733381" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621892'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733381'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733381'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621892'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838579> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13838579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13838579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596725" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13838579'^^xsd:integer;
  dwc:scientificName 'Furcellaria lumbricalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596725'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596725'^^xsd:string;
  dwc:aphiaid '145620'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13838579'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145620'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424521> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13424521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13424521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596748" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13424521'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596748'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596748'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13424521'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893811> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13893811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13893811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596097" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13893811'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596097'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596097'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13893811'^^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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696949> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14696949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14696949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580822" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14696949'^^xsd:integer;
  dwc:scientificName 'Pomatoschistus minutus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580822'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580822'^^xsd:string;
  dwc:aphiaid '126928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14696949'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126928'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583915> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583915> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583915>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13583915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578160" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13583915'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578160'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578160'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13583915'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13711760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13711760> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13711760> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13711760>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13711760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13711760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578625" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13711760'^^xsd:integer;
  dwc:scientificName 'Crisia denticulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578625'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578625'^^xsd:string;
  dwc:aphiaid '111695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13711760'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111695'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713170> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13713170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13713170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585550" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13713170'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585550'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585550'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13713170'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13949186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13949186> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13949186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13949186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13949186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13949186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595955" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13949186'^^xsd:integer;
  dwc:scientificName 'Hypoglossum hypoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595955'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595955'^^xsd:string;
  dwc:aphiaid '144756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13949186'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424475> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13424475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579855" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13424475'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579855'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579855'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13424475'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743837> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13743837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13743837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595918" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13743837'^^xsd:integer;
  dwc:scientificName 'Dictyosiphon foeniculaceus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595918'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595918'^^xsd:string;
  dwc:aphiaid '145322'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13743837'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145322'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13624022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13624022> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13624022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13624022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13624022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13624022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580315" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13624022'^^xsd:integer;
  dwc:scientificName 'Centrolabrus exoletus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580315'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580315'^^xsd:string;
  dwc:aphiaid '126961'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13624022'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126961'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13893087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13893087> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13893087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13893087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13893087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13893087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609559" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13893087'^^xsd:integer;
  dwc:scientificName 'Haliclona viscosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609559'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609559'^^xsd:string;
  dwc:aphiaid '132881'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13893087'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '235864'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13762182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13762182> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13762182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13762182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13762182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13762182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597908" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13762182'^^xsd:integer;
  dwc:scientificName 'Dudresnaya verticillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597908'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597908'^^xsd:string;
  dwc:aphiaid '145226'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13762182'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '145226'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13509655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13509655> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13509655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13509655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13509655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13509655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597946" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13509655'^^xsd:integer;
  dwc:scientificName 'Ascophyllum nodosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597946'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597946'^^xsd:string;
  dwc:aphiaid '145541'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13509655'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '145541'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14098127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14098127> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14098127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14098127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14098127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14098127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733019" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14098127'^^xsd:integer;
  dwc:scientificName 'Mya arenaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733019'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733019'^^xsd:string;
  dwc:aphiaid '140430'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14098127'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '140430'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908271> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13908271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733405" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13908271'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733405'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733405'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13908271'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828648> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828648> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828648>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13828648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609613" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13828648'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609613'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609613'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13828648'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729148> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729148> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729148>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13729148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13729148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609019" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13729148'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609019'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609019'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13729148'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14205664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14205664> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14205664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14205664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14205664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14205664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615198" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14205664'^^xsd:integer;
  dwc:scientificName 'Osmundea pinnatifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615198'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615198'^^xsd:string;
  dwc:aphiaid '144847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14205664'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '144847'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14055214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14055214> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14055214> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14055214>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14055214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14055214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581022" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14055214'^^xsd:integer;
  dwc:scientificName 'Macropodia rostrata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581022'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581022'^^xsd:string;
  dwc:aphiaid '107345'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14055214'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '107345'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424568> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424568> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424568>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13424568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13424568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609217" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13424568'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609217'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609217'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13424568'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489375> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489375> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489375>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14489375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14489375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577765" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14489375'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577765'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577765'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14489375'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749805> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13749805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596459" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13749805'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596459'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596459'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13749805'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766525> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13766525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13766525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614924" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13766525'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614924'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614924'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13766525'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917803> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917803> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917803>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13917803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579780" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13917803'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579780'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579780'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13917803'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14478705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14478705> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14478705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14478705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14478705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14478705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596457" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14478705'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596457'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596457'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14478705'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416174> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14416174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14416174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608992" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14416174'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608992'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608992'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14416174'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14353683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14353683> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14353683> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14353683>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14353683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14353683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580612" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14353683'^^xsd:integer;
  dwc:scientificName 'Prostheceraeus vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580612'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580612'^^xsd:string;
  dwc:aphiaid '142820'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14353683'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '142820'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108766> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14108766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614783" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14108766'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614783'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614783'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14108766'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14460100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14460100> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14460100> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14460100>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14460100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14460100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577768" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14460100'^^xsd:integer;
  dwc:scientificName 'Stelligera rigida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577768'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577768'^^xsd:string;
  dwc:aphiaid '134174'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14460100'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '1424275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348463> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14348463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14348463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733892" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14348463'^^xsd:integer;
  dwc:scientificName 'Portunidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733892'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733892'^^xsd:string;
  dwc:aphiaid '106763'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14348463'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '106763'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828630> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828630> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828630>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13828630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608916" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13828630'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608916'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608916'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13828630'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14353687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14353687> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14353687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14353687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14353687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14353687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597024" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14353687'^^xsd:integer;
  dwc:scientificName 'Prostheceraeus vittatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597024'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597024'^^xsd:string;
  dwc:aphiaid '142820'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14353687'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '142820'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14460118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14460118> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14460118> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14460118>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14460118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14460118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610110" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14460118'^^xsd:integer;
  dwc:scientificName 'Stelligera rigida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610110'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610110'^^xsd:string;
  dwc:aphiaid '134174'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14460118'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '1424275'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13484947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13484947> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13484947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13484947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13484947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13484947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615354" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13484947'^^xsd:integer;
  dwc:scientificName 'Aplysilla rosea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615354'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615354'^^xsd:string;
  dwc:aphiaid '132296'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13484947'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '132296'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828668> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13828668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13828668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609568" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13828668'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609568'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609568'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13828668'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359609> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359609> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359609>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13359609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13359609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579041" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13359609'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579041'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579041'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13359609'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050988> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A14050988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:14050988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733869" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '14050988'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733869'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733869'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:14050988'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828631> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828631> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828631>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13828631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13828631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609675" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13828631'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609675'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609675'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13828631'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13655393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13655393> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13655393> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13655393>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13655393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13655393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609025" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13655393'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609025'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609025'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13655393'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13748940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13748940> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13748940> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13748940>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13748940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13748940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610124" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13748940'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610124'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610124'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13748940'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535429> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14535429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596443" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14535429'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596443'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596443'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14535429'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424443> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424443> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424443>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13424443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13424443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581010" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13424443'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581010'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581010'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13424443'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478714> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14478714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614797" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14478714'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614797'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614797'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14478714'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977207> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977207> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977207>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13977207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609989" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13977207'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609989'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609989'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13977207'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14185293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14185293> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14185293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14185293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14185293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14185293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614104" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14185293'^^xsd:integer;
  dwc:scientificName 'Ophiocomina nigra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614104'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614104'^^xsd:string;
  dwc:aphiaid '125027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14185293'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '125027'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414561> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14414561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14414561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580845" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14414561'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria reptans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580845'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580845'^^xsd:string;
  dwc:aphiaid '111247'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14414561'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '738997'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286800> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14286800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14286800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578562" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14286800'^^xsd:integer;
  dwc:scientificName 'Phyllophora crispa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578562'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578562'^^xsd:string;
  dwc:aphiaid '145660'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14286800'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '145660'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13539213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13539213> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13539213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13539213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13539213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13539213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579859" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13539213'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579859'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579859'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13539213'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13851956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13851956> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13851956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13851956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13851956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13851956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732628" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13851956'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732628'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732628'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13851956'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629461> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13629461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13629461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595952" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13629461'^^xsd:integer;
  dwc:scientificName 'Ceramium secundatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595952'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595952'^^xsd:string;
  dwc:aphiaid '144562'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13629461'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '144562'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13760076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13760076> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13760076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13760076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13760076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13760076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596711" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13760076'^^xsd:integer;
  dwc:scientificName 'Dosinia lupinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596711'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596711'^^xsd:string;
  dwc:aphiaid '141912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13760076'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '141912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707936> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13707936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13707936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597044" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13707936'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597044'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597044'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13707936'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14303298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14303298> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14303298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14303298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14303298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14303298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597167" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14303298'^^xsd:integer;
  dwc:scientificName 'Pododesmus patelliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597167'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597167'^^xsd:string;
  dwc:aphiaid '138751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14303298'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '138751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13535515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13535515> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13535515> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13535515>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13535515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13535515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610193" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13535515'^^xsd:integer;
  dwc:scientificName 'Axinella dissimilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610193'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610193'^^xsd:string;
  dwc:aphiaid '132473'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13535515'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '132473'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828725> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828725> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828725>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614043" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828725'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614043'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614043'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828725'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655381> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13655381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13655381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609796" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13655381'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609796'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609796'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13655381'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13655392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13655392> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13655392> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13655392>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13655392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13655392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557190" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13655392'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557190'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557190'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13655392'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14012699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14012699> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14012699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14012699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14012699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14012699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609495" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14012699'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609495'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609495'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14012699'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13407839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13407839> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13407839> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13407839>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13407839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13407839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581015" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13407839'^^xsd:integer;
  dwc:scientificName 'Actinothoe sphyrodeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581015'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581015'^^xsd:string;
  dwc:aphiaid '100986'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13407839'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '100986'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683282> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13683282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614356" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13683282'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614356'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614356'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13683282'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297579> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297579> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297579>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14297579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14297579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610296" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14297579'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610296'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610296'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14297579'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956077> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13956077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13956077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595894" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13956077'^^xsd:integer;
  dwc:scientificName 'Jania rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595894'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595894'^^xsd:string;
  dwc:aphiaid '145130'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13956077'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145130'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13513024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13513024> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13513024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13513024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13513024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13513024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596738" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13513024'^^xsd:integer;
  dwc:scientificName 'Asperococcus fistulosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596738'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596738'^^xsd:string;
  dwc:aphiaid '145313'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13513024'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145313'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13533797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13533797> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13533797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13533797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13533797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13533797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752076" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13533797'^^xsd:integer;
  dwc:scientificName 'Autolytus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752076'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752076'^^xsd:string;
  dwc:aphiaid '129646'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13533797'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129659'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705472> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13705472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733771" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13705472'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733771'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733771'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13705472'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14332639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14332639> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14332639> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14332639>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14332639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14332639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581120" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14332639'^^xsd:integer;
  dwc:scientificName 'Polysyncraton lacazei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581120'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581120'^^xsd:string;
  dwc:aphiaid '103593'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14332639'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '103593'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14605086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14605086> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14605086> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14605086>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14605086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14605086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611419" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14605086'^^xsd:integer;
  dwc:scientificName 'Cerastoderma glaucum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611419'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40611419'^^xsd:string;
  dwc:aphiaid '138999'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14605086'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '138999'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14386508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14386508> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14386508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65776 -4.662763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.65776"^^xsd:decimal ;
  dwc:decimalLongitude "-4.662763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14386508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65776 -4.662763)"^^geo:wktLiteral ;
  geo-pos:lat "52.65776"^^xsd:decimal ;
  geo-pos:long "-4.662763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14386508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14386508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614055" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14386508'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614055'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.662763'^^xsd:double;
  dwc:latitude '52.65776'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614055'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14386508'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698895> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13698895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732773" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13698895'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732773'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732773'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13698895'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517580> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517580> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517580>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13517580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13517580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610291" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13517580'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610291'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610291'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13517580'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13953228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13953228> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13953228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13953228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13953228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13953228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613923" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13953228'^^xsd:integer;
  dwc:scientificName 'Inachus phalangium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613923'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613923'^^xsd:string;
  dwc:aphiaid '107333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13953228'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '107333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13661125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13661125> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13661125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13661125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13661125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13661125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596839" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13661125'^^xsd:integer;
  dwc:scientificName 'Chylocladia verticillata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596839'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596839'^^xsd:string;
  dwc:aphiaid '145808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13661125'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14566630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14566630> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14566630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14566630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14566630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14566630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580344" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14566630'^^xsd:integer;
  dwc:scientificName 'Monosporus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580344'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580344'^^xsd:string;
  dwc:aphiaid '143850'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14566630'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '143850'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13531515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13531515> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13531515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13531515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13531515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13531515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615601" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13531515'^^xsd:integer;
  dwc:scientificName 'Audouinella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615601'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615601'^^xsd:string;
  dwc:aphiaid '143800'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13531515'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '143800'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412292> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14412292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733413" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14412292'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733413'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733413'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14412292'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589733> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14589733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14589733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733015" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14589733'^^xsd:integer;
  dwc:scientificName 'Cyathura carinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733015'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733015'^^xsd:string;
  dwc:aphiaid '118474'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14589733'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '118474'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13400064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13400064> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13400064> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13400064>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13400064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13400064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579155" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13400064'^^xsd:integer;
  dwc:scientificName 'Acanthochitona crinita'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579155'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579155'^^xsd:string;
  dwc:aphiaid '138675'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13400064'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '138675'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594199> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594199> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594199>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13594199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13594199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615040" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13594199'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615040'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615040'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13594199'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092256> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092256> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092256>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14092256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14092256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577883" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14092256'^^xsd:integer;
  dwc:scientificName 'Molgula manhattensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577883'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577883'^^xsd:string;
  dwc:aphiaid '103788'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14092256'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103788'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13460043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13460043> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13460043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13460043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13460043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13460043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611402" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13460043'^^xsd:integer;
  dwc:scientificName 'Anemonia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611402'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611402'^^xsd:string;
  dwc:aphiaid '100808'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13460043'^^xsd:string;
  dwc:observationDate '2000-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '100808'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590708> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733305" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590708'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733305'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733305'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590708'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589743> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589743> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589743>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13589743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578855" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13589743'^^xsd:integer;
  dwc:scientificName 'Callophyllis laciniata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578855'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578855'^^xsd:string;
  dwc:aphiaid '145262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13589743'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1311357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748917> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748917> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748917>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13748917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579823" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13748917'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579823'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579823'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13748917'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539202> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539202> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539202>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13539202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13539202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581279" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13539202'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581279'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581279'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13539202'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13724178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13724178> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13724178> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13724178>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13724178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13724178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581174" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13724178'^^xsd:integer;
  dwc:scientificName 'Cutleria multifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581174'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581174'^^xsd:string;
  dwc:aphiaid '145297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13724178'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145297'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13632828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13632828> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13632828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13632828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13632828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13632828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595788" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13632828'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595788'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595788'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13632828'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14118691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14118691> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14118691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14118691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14118691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14118691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597043" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14118691'^^xsd:integer;
  dwc:scientificName 'Myoxocephalus scorpius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597043'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597043'^^xsd:string;
  dwc:aphiaid '127203'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14118691'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '127203'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977199> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977199> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977199>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13977199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13977199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609430" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13977199'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609430'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609430'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13977199'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13554669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13554669> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13554669> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13554669>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13554669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13554669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579790" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13554669'^^xsd:integer;
  dwc:scientificName 'Bonnemaisonia asparagoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579790'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579790'^^xsd:string;
  dwc:aphiaid '144440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13554669'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14119180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14119180> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14119180> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14119180>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14119180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14119180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610046" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14119180'^^xsd:integer;
  dwc:scientificName 'Naccaria wiggii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610046'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610046'^^xsd:string;
  dwc:aphiaid '145769'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14119180'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145769'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924042> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924042> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924042>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13924042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13924042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581702" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13924042'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581702'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581702'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13924042'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13924100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13924100> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13924100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13924100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13924100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13924100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609761" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13924100'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609761'^^xsd:string;
  dwc:yearCollected '1999'^^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.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609761'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13924100'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13670686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13670686> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13670686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13670686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13670686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13670686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596368" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13670686'^^xsd:integer;
  dwc:scientificName 'Cladophora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596368'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596368'^^xsd:string;
  dwc:aphiaid '143996'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13670686'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '143996'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13793101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13793101> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13793101> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13793101>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13793101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13793101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614698" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13793101'^^xsd:integer;
  dwc:scientificName 'Erythroglossum laciniatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614698'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614698'^^xsd:string;
  dwc:aphiaid '144749'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13793101'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '144749'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13707926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13707926> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13707926> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13707926>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13707926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13707926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581607" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13707926'^^xsd:integer;
  dwc:scientificName 'Crenilabrus melops'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581607'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581607'^^xsd:string;
  dwc:aphiaid '182739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13707926'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '273571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13624020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13624020> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13624020> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13624020>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13624020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13624020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581606" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13624020'^^xsd:integer;
  dwc:scientificName 'Centrolabrus exoletus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581606'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581606'^^xsd:string;
  dwc:aphiaid '126961'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13624020'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '126961'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622593> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622593> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622593>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13622593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579815" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13622593'^^xsd:integer;
  dwc:scientificName 'Cellepora pumicosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579815'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579815'^^xsd:string;
  dwc:aphiaid '111268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13622593'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111268'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580198> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13580198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580876" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13580198'^^xsd:integer;
  dwc:scientificName 'Calliblepharis jubata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580876'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580876'^^xsd:string;
  dwc:aphiaid '145614'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13580198'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145614'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14332635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14332635> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14332635> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14332635>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14332635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14332635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579024" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14332635'^^xsd:integer;
  dwc:scientificName 'Polysyncraton lacazei'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579024'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40579024'^^xsd:string;
  dwc:aphiaid '103593'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14332635'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '103593'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14470178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14470178> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14470178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14470178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14470178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14470178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614755" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14470178'^^xsd:integer;
  dwc:scientificName 'Suberites ficus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614755'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614755'^^xsd:string;
  dwc:aphiaid '134285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14470178'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '134285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276790> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276790> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276790>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14276790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14276790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580161" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14276790'^^xsd:integer;
  dwc:scientificName 'Phorbas fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580161'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580161'^^xsd:string;
  dwc:aphiaid '133679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14276790'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13830323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13830323> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13830323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13830323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13830323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13830323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615700" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13830323'^^xsd:integer;
  dwc:scientificName 'Flustrellidra hispida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615700'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615700'^^xsd:string;
  dwc:aphiaid '111621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13830323'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '111621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414306> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13414306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13414306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579691" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13414306'^^xsd:integer;
  dwc:scientificName 'Aglaophenia tubulifera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579691'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579691'^^xsd:string;
  dwc:aphiaid '117285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13414306'^^xsd:string;
  dwc:observationDate '1998-08-17'^^xsd:date;
  dwc:aphiaIdAccepted '117285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13919166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13919166> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13919166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13919166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13919166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13919166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578962" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13919166'^^xsd:integer;
  dwc:scientificName 'Henricia sanguinolenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578962'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40578962'^^xsd:string;
  dwc:aphiaid '381573'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13919166'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443779> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14443779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733006" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14443779'^^xsd:integer;
  dwc:scientificName 'Spio martinensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733006'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733006'^^xsd:string;
  dwc:aphiaid '131185'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14443779'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '131185'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419591> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13419591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607298" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13419591'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607298'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607298'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13419591'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13953226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13953226> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13953226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13953226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13953226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13953226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614227" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13953226'^^xsd:integer;
  dwc:scientificName 'Inachus phalangium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614227'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614227'^^xsd:string;
  dwc:aphiaid '107333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13953226'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '107333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13884239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13884239> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13884239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13884239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13884239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13884239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614143" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13884239'^^xsd:integer;
  dwc:scientificName 'Halecium halecinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614143'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614143'^^xsd:string;
  dwc:aphiaid '231751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13884239'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14531227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14531227> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14531227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14531227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14531227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14531227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608946" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14531227'^^xsd:integer;
  dwc:scientificName 'Upogebia deltaura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608946'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608946'^^xsd:string;
  dwc:aphiaid '107739'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14531227'^^xsd:string;
  dwc:observationDate '1999-07-08'^^xsd:date;
  dwc:aphiaIdAccepted '107739'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424582> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13424582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614097" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13424582'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614097'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614097'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13424582'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724189> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13724189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13724189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580509" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13724189'^^xsd:integer;
  dwc:scientificName 'Cutleria multifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580509'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580509'^^xsd:string;
  dwc:aphiaid '145297'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13724189'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145297'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376201> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14376201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14376201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577964" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14376201'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577964'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577964'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14376201'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713206> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13713206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615289" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13713206'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615289'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615289'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13713206'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216885> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14216885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580073" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14216885'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580073'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580073'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14216885'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981596> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13981596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13981596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577976" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13981596'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577976'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577976'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13981596'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14179172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14179172> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14179172> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14179172>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14179172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14179172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577675" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14179172'^^xsd:integer;
  dwc:scientificName 'Omalosecosa ramulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577675'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40577675'^^xsd:string;
  dwc:aphiaid '111281'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14179172'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '111281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908341> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13908341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609432" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13908341'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609432'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609432'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13908341'^^xsd:string;
  dwc:observationDate '1998-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320512> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320512> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320512>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14320512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735347" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14320512'^^xsd:integer;
  dwc:scientificName 'Polydora ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735347'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40735347'^^xsd:string;
  dwc:aphiaid '131141'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14320512'^^xsd:string;
  dwc:observationDate '1998-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '131141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14038133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14038133> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14038133> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14038133>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14038133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14038133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580031" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14038133'^^xsd:integer;
  dwc:scientificName 'Lomentaria clavellosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580031'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580031'^^xsd:string;
  dwc:aphiaid '145825'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14038133'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145825'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564528> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564528> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564528>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13564528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580044" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13564528'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580044'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580044'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13564528'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539227> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.740528 -4.964139)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.740528"^^xsd:decimal ;
  dwc:decimalLongitude "-4.964139"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.740528 -4.964139)"^^geo:wktLiteral ;
  geo-pos:lat "52.740528"^^xsd:decimal ;
  geo-pos:long "-4.964139"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13539227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13539227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607374" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13539227'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607374'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.964139'^^xsd:double;
  dwc:latitude '52.740528'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607374'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13539227'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517523> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13517523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13517523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595938" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13517523'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595938'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595938'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13517523'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13620730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13620730> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13620730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13620730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13620730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13620730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609638" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13620730'^^xsd:integer;
  dwc:scientificName 'Cellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609638'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609638'^^xsd:string;
  dwc:aphiaid '110869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13620730'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '110869'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492246> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13492246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13492246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598144" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13492246'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598144'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598144'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13492246'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14386507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14386507> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14386507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14386507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14386507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14386507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614171" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14386507'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614171'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614171'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14386507'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459260> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459260> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459260>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14459260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14459260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610049" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14459260'^^xsd:integer;
  dwc:scientificName 'Sporochnus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610049'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610049'^^xsd:string;
  dwc:aphiaid '145915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14459260'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564560> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13564560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13564560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581326" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13564560'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581326'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581326'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13564560'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336323> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14336323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615761" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14336323'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615761'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615761'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14336323'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13589758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13589758> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13589758> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13589758>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13589758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13589758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609956" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13589758'^^xsd:integer;
  dwc:scientificName 'Callophyllis laciniata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609956'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609956'^^xsd:string;
  dwc:aphiaid '145262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13589758'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '1311357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14468529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14468529> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14468529> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14468529>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14468529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14468529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578988" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14468529'^^xsd:integer;
  dwc:scientificName 'Stylostichon plumosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578988'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578988'^^xsd:string;
  dwc:aphiaid '150212'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14468529'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '133688'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13389473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13389473> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13389473> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13389473>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13389473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13389473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610201" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13389473'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610201'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610201'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13389473'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12399180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12399180> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12399180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12399180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A12399180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:12399180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615648" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '12399180'^^xsd:integer;
  dwc:scientificName 'Verrucaria maura'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615648'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615648'^^xsd:string;
  dwc:aphiaid '147758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:12399180'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '1609738'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517531> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517531> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517531>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13517531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609132" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13517531'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609132'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609132'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13517531'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583920> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583920> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583920>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13583920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13583920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577790" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13583920'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577790'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577790'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13583920'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558653> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13558653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13558653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597041" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13558653'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597041'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597041'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13558653'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766493> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13766493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13766493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580376" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13766493'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580376'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580376'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13766493'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14093954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14093954> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14093954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14093954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14093954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14093954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577920" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14093954'^^xsd:integer;
  dwc:scientificName 'Morchellium argus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577920'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577920'^^xsd:string;
  dwc:aphiaid '148714'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14093954'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '148714'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13838561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13838561> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13838561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13838561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13838561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13838561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401835" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13838561'^^xsd:integer;
  dwc:scientificName 'Furcellaria lumbricalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401835'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401835'^^xsd:string;
  dwc:aphiaid '145620'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13838561'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '145620'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14388163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14388163> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14388163> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14388163>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14388163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14388163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578153" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14388163'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578153'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578153'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14388163'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459236> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14459236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14459236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580449" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14459236'^^xsd:integer;
  dwc:scientificName 'Sporochnus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580449'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580449'^^xsd:string;
  dwc:aphiaid '145915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14459236'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828563> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828563> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828563>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13828563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578167" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13828563'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578167'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578167'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13828563'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14166367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14166367> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14166367> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14166367>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14166367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14166367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596265" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14166367'^^xsd:integer;
  dwc:scientificName 'Nucula nitidosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596265'^^xsd:string;
  dwc:yearCollected '1998'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596265'^^xsd:string;
  dwc:aphiaid '140589'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14166367'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '140589'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14430454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14430454> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14430454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14430454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14430454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14430454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614369" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14430454'^^xsd:integer;
  dwc:scientificName 'Solaster endeca'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614369'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614369'^^xsd:string;
  dwc:aphiaid '124160'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14430454'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '124160'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13625082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13625082> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13625082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13625082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13625082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13625082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611427" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13625082'^^xsd:integer;
  dwc:scientificName 'Ceramium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611427'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611427'^^xsd:string;
  dwc:aphiaid '143834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13625082'^^xsd:string;
  dwc:observationDate '2000-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '143834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13564517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13564517> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13564517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13564517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13564517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13564517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401650" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13564517'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401650'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401650'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13564517'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164341> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14164341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14164341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752406" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14164341'^^xsd:integer;
  dwc:scientificName 'Notomastus latericeus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752406'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752406'^^xsd:string;
  dwc:aphiaid '129898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14164341'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129898'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243655> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14243655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14243655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615016" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14243655'^^xsd:integer;
  dwc:scientificName 'Patella vulgata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615016'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615016'^^xsd:string;
  dwc:aphiaid '140685'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14243655'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '140685'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14211746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14211746> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14211746> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14211746>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14211746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14211746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607194" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14211746'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607194'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607194'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14211746'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621987> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621987> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621987>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A10621987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:10621987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40751795" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '10621987'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40751795'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40751795'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:10621987'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14249311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14249311> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14249311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14249311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14249311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14249311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401923" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14249311'^^xsd:integer;
  dwc:scientificName 'Pawsonia saxicola'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401923'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401923'^^xsd:string;
  dwc:aphiaid '124653'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14249311'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '124653'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419538> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419538> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419538>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13419538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579775" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13419538'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579775'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579775'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13419538'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607462> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14607462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14607462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614322" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14607462'^^xsd:integer;
  dwc:scientificName 'Echinus esculentus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614322'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614322'^^xsd:string;
  dwc:aphiaid '124287'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14607462'^^xsd:string;
  dwc:observationDate '1997-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '124287'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13576601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13576601> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13576601> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13576601>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13576601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13576601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614741" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13576601'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614741'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614741'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13576601'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798803> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13798803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13798803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732994" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13798803'^^xsd:integer;
  dwc:scientificName 'Eteone longa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732994'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732994'^^xsd:string;
  dwc:aphiaid '130616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13798803'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '130616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14166366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14166366> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14166366> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14166366>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14166366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14166366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577672" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14166366'^^xsd:integer;
  dwc:scientificName 'Nucula nitidosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577672'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40577672'^^xsd:string;
  dwc:aphiaid '140589'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14166366'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '140589'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13991829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13991829> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13991829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.115583 -4.776391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.115583"^^xsd:decimal ;
  dwc:decimalLongitude "-4.776391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13991829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.115583 -4.776391)"^^geo:wktLiteral ;
  geo-pos:lat "52.115583"^^xsd:decimal ;
  geo-pos:long "-4.776391"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13991829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13991829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752202" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13991829'^^xsd:integer;
  dwc:scientificName 'Laonice'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752202'^^xsd:string;
  dwc:yearCollected '1998'^^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.776391'^^xsd:double;
  dwc:latitude '52.115583'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752202'^^xsd:string;
  dwc:aphiaid '129613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13991829'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13711467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13711467> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13711467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13711467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13711467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13711467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401626" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13711467'^^xsd:integer;
  dwc:scientificName 'Crisia aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401626'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401626'^^xsd:string;
  dwc:aphiaid '111690'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13711467'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '111690'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13737952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13737952> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13737952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13737952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13737952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13737952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597886" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13737952'^^xsd:integer;
  dwc:scientificName 'Desmarestia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597886'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597886'^^xsd:string;
  dwc:aphiaid '145310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13737952'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564531> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564531> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564531>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13564531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13564531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581269" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13564531'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581269'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581269'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13564531'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13574467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13574467> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13574467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13574467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13574467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13574467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614070" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13574467'^^xsd:integer;
  dwc:scientificName 'Bugula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614070'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614070'^^xsd:string;
  dwc:aphiaid '110839'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13574467'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '110839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770254> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13770254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596139" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13770254'^^xsd:integer;
  dwc:scientificName 'Echinocardium cordatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596139'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596139'^^xsd:string;
  dwc:aphiaid '124392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13770254'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '124392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14205663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14205663> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14205663> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14205663>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14205663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14205663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14205663'^^xsd:integer;
  dwc:scientificName 'Osmundea pinnatifida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578871'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578871'^^xsd:string;
  dwc:aphiaid '144847'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14205663'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144847'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14012708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14012708> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14012708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14012708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14012708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14012708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607132" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14012708'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607132'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607132'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14012708'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580719> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13580719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13580719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596924" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13580719'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596924'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596924'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13580719'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13729124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13729124> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13729124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13729124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13729124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13729124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609550" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13729124'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609550'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609550'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13729124'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14297566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14297566> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14297566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14297566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14297566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14297566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610092" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14297566'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610092'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610092'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14297566'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424613> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13424613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607450" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13424613'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607450'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607450'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13424613'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14489437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14489437> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14489437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14489437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14489437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14489437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615566" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14489437'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615566'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615566'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14489437'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981588> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981588> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981588>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13981588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581273" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13981588'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581273'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581273'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13981588'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576558> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576558> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576558>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13576558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13576558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579035" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13576558'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579035'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579035'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13576558'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297529> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14297529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14297529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579889" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14297529'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579889'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579889'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14297529'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655375> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13655375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13655375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595972" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13655375'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595972'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595972'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13655375'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564570> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13564570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13564570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595908" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13564570'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595908'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595908'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13564570'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14079583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14079583> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14079583> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14079583>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14079583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14079583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557150" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14079583'^^xsd:integer;
  dwc:scientificName 'Membranoptera alata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557150'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40557150'^^xsd:string;
  dwc:aphiaid '144758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14079583'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144758'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14255540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14255540> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14255540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14255540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14255540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14255540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597741" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14255540'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597741'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597741'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14255540'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336332> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336332> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336332>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14336332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614846" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14336332'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614846'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614846'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14336332'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297552> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14297552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14297552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596462" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14297552'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596462'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596462'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14297552'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13678891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13678891> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13678891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13678891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13678891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13678891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595825" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13678891'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595825'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595825'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13678891'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580708> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13580708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13580708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579226" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13580708'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579226'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579226'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13580708'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882505> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13882505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13882505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596726" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13882505'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596726'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596726'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13882505'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13502404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13502404> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13502404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13502404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13502404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13502404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595829" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13502404'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595829'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595829'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13502404'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755849> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755849> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755849>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13755849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13755849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581600" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13755849'^^xsd:integer;
  dwc:scientificName 'Diplosoma spongiforme'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581600'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581600'^^xsd:string;
  dwc:aphiaid '103582'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13755849'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14424181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14424181> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14424181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14424181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14424181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14424181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596948" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14424181'^^xsd:integer;
  dwc:scientificName 'Sertularella polyzonias'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596948'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596948'^^xsd:string;
  dwc:aphiaid '117906'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14424181'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '117906'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372641> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372641> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372641>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14372641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14372641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580604" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14372641'^^xsd:integer;
  dwc:scientificName 'Raspailia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580604'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580604'^^xsd:string;
  dwc:aphiaid '181150'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14372641'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '133150'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977158> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977158> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977158>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13977158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13977158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581720" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13977158'^^xsd:integer;
  dwc:scientificName 'Laminaria hyperborea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581720'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581720'^^xsd:string;
  dwc:aphiaid '145725'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13977158'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413656> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13413656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595924" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13413656'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595924'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595924'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13413656'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882481> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13882481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13882481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580334" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13882481'^^xsd:integer;
  dwc:scientificName 'Halarachnion ligulatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580334'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580334'^^xsd:string;
  dwc:aphiaid '145621'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13882481'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145621'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050920> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14050920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14050920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732932" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14050920'^^xsd:integer;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732932'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732932'^^xsd:string;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14050920'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576549> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576549> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576549>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13576549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13576549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581185" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13576549'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581185'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581185'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13576549'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13949182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13949182> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13949182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13949182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13949182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13949182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596343" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13949182'^^xsd:integer;
  dwc:scientificName 'Hypoglossum hypoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596343'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596343'^^xsd:string;
  dwc:aphiaid '144756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13949182'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564595> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13564595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13564595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610098" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13564595'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610098'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610098'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13564595'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13847260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13847260> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13847260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13847260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13847260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13847260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752408" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13847260'^^xsd:integer;
  dwc:scientificName 'Gari tellinella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752408'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752408'^^xsd:string;
  dwc:aphiaid '140873'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13847260'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '140873'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580407> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580407> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580407>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13580407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607499" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13580407'^^xsd:integer;
  dwc:scientificName 'Callionymus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607499'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607499'^^xsd:string;
  dwc:aphiaid '125930'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13580407'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '125930'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13429488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13429488> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13429488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13429488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13429488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13429488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733680" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13429488'^^xsd:integer;
  dwc:scientificName 'Alderia modesta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733680'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733680'^^xsd:string;
  dwc:aphiaid '141555'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13429488'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '141555'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886929> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886929> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886929>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13886929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13886929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578889" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13886929'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578889'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578889'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13886929'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336180> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14336180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14336180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579356" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14336180'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579356'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579356'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14336180'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424465> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13424465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13424465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580641" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13424465'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580641'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580641'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13424465'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13931465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13931465> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13931465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13931465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13931465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13931465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579933" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13931465'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579933'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579933'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13931465'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13732605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13732605> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13732605> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13732605>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13732605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13732605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577579" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13732605'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577579'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577579'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13732605'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554691> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554691> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554691>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13554691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614189" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13554691'^^xsd:integer;
  dwc:scientificName 'Bonnemaisonia asparagoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614189'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614189'^^xsd:string;
  dwc:aphiaid '144440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13554691'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '144440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14381746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14381746> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14381746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14381746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14381746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14381746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580112" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14381746'^^xsd:integer;
  dwc:scientificName 'Rhodymenia holmesii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580112'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580112'^^xsd:string;
  dwc:aphiaid '145853'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14381746'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14179177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14179177> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14179177> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14179177>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14179177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14179177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580778" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14179177'^^xsd:integer;
  dwc:scientificName 'Omalosecosa ramulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580778'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580778'^^xsd:string;
  dwc:aphiaid '111281'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14179177'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111281'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13774302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13774302> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13774302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13774302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13774302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13774302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595773" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13774302'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595773'^^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 '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595773'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13774302'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132882> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14132882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14132882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579308" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14132882'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579308'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579308'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14132882'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312059> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312059> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312059>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14312059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14312059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580013" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14312059'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580013'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580013'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14312059'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320510> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320510> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320510>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14320510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14320510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40729071" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14320510'^^xsd:integer;
  dwc:scientificName 'Polydora ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40729071'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40729071'^^xsd:string;
  dwc:aphiaid '131141'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14320510'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '131141'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13748899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13748899> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13748899> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13748899>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13748899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13748899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581049" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13748899'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581049'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581049'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13748899'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14283056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14283056> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14283056> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14283056>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14283056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14283056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581626" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14283056'^^xsd:integer;
  dwc:scientificName 'Phycodrys rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581626'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581626'^^xsd:string;
  dwc:aphiaid '144773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14283056'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596432> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14596432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615598" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14596432'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615598'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615598'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14596432'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12994139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12994139> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12994139> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12994139>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A12994139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:12994139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578845" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '12994139'^^xsd:integer;
  dwc:scientificName 'Amphipoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578845'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578845'^^xsd:string;
  dwc:aphiaid '1135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:12994139'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539263> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13539263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615171" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13539263'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615171'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615171'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13539263'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14324336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14324336> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14324336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14324336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A14324336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:14324336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611362" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '14324336'^^xsd:integer;
  dwc:scientificName 'Polymastia boletiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611362'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611362'^^xsd:string;
  dwc:aphiaid '134194'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:14324336'^^xsd:string;
  dwc:observationDate '2000-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '134194'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13570553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13570553> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13570553> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13570553>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13570553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13570553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611443" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13570553'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611443'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40611443'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13570553'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599782> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13599782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13599782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732938" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13599782'^^xsd:integer;
  dwc:scientificName 'Capitella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732938'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732938'^^xsd:string;
  dwc:aphiaid '129211'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13599782'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '129211'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770255> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13770255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13770255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596490" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13770255'^^xsd:integer;
  dwc:scientificName 'Echinocardium cordatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596490'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596490'^^xsd:string;
  dwc:aphiaid '124392'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13770255'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '124392'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14513295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14513295> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14513295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14513295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14513295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14513295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596512" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14513295'^^xsd:integer;
  dwc:scientificName 'Trivia monacha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596512'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596512'^^xsd:string;
  dwc:aphiaid '141744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14513295'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '141744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14456772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14456772> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14456772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14456772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14456772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14456772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752621" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14456772'^^xsd:integer;
  dwc:scientificName 'Spisula elliptica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752621'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752621'^^xsd:string;
  dwc:aphiaid '140300'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14456772'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '140300'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13884231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13884231> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13884231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13884231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13884231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13884231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557087" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13884231'^^xsd:integer;
  dwc:scientificName 'Halecium halecinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557087'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40557087'^^xsd:string;
  dwc:aphiaid '231751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13884231'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886970> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13886970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13886970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615163" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13886970'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615163'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615163'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13886970'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14118692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14118692> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14118692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14118692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14118692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14118692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595833" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14118692'^^xsd:integer;
  dwc:scientificName 'Myoxocephalus scorpius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595833'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595833'^^xsd:string;
  dwc:aphiaid '127203'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14118692'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '127203'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382169> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382169> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382169>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14382169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14382169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580637" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14382169'^^xsd:integer;
  dwc:scientificName 'Rhodymenia pseudopalmata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580637'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580637'^^xsd:string;
  dwc:aphiaid '145855'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14382169'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744635> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744635> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744635>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13744635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13744635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609429" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13744635'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609429'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609429'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13744635'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13675069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13675069> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13675069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13675069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13675069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13675069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598227" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13675069'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598227'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598227'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13675069'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13755097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13755097> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13755097> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13755097>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13755097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13755097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581050" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13755097'^^xsd:integer;
  dwc:scientificName 'Diplosoma listerianum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581050'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581050'^^xsd:string;
  dwc:aphiaid '103579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13755097'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '103579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14118530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14118530> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14118530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14118530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14118530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14118530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615571" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14118530'^^xsd:integer;
  dwc:scientificName 'Myxilla rosacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615571'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615571'^^xsd:string;
  dwc:aphiaid '133895'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14118530'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '169488'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517555> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13517555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13517555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609758" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13517555'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609758'^^xsd:string;
  dwc:yearCollected '1999'^^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.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609758'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13517555'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893832> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13893832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13893832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609554" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13893832'^^xsd:integer;
  dwc:scientificName 'Halidrys siliquosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609554'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609554'^^xsd:string;
  dwc:aphiaid '145540'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13893832'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '145540'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14416152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14416152> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14416152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14416152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14416152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14416152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597042" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14416152'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597042'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597042'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14416152'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14036340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14036340> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14036340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14036340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14036340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14036340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615197" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14036340'^^xsd:integer;
  dwc:scientificName 'Lomentaria articulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615197'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615197'^^xsd:string;
  dwc:aphiaid '145821'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14036340'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145821'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698887> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13698887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733388" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13698887'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733388'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733388'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13698887'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14255538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14255538> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14255538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14255538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14255538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14255538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598034" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14255538'^^xsd:integer;
  dwc:scientificName 'Pelvetia canaliculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598034'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598034'^^xsd:string;
  dwc:aphiaid '145550'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14255538'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '145550'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13965880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13965880> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13965880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13965880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13965880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13965880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596187" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13965880'^^xsd:integer;
  dwc:scientificName 'Labidoplax digitata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596187'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596187'^^xsd:string;
  dwc:aphiaid '124456'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13965880'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '152547'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445087> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14445087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752766" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14445087'^^xsd:integer;
  dwc:scientificName 'Spionidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752766'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752766'^^xsd:string;
  dwc:aphiaid '913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14445087'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14517371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14517371> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14517371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.33027"^^xsd:decimal ;
  dwc:decimalLongitude "-3.436709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14517371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33027 -3.436709)"^^geo:wktLiteral ;
  geo-pos:lat "51.33027"^^xsd:decimal ;
  geo-pos:long "-3.436709"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14517371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14517371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610307" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14517371'^^xsd:integer;
  dwc:scientificName 'Tubificoides benedii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610307'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.436709'^^xsd:double;
  dwc:latitude '51.33027'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610307'^^xsd:string;
  dwc:aphiaid '137571'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14517371'^^xsd:string;
  dwc:observationDate '1998-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137571'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14470175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14470175> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14470175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14470175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14470175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14470175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613866" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14470175'^^xsd:integer;
  dwc:scientificName 'Suberites ficus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613866'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613866'^^xsd:string;
  dwc:aphiaid '134285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14470175'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '134285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517461> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13517461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580814" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13517461'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580814'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580814'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13517461'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594134> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594134> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594134>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13594134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13594134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581108" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13594134'^^xsd:integer;
  dwc:scientificName 'Cancer pagurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581108'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581108'^^xsd:string;
  dwc:aphiaid '107276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13594134'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '107276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13736056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13736056> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13736056> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13736056>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13736056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13736056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614200" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13736056'^^xsd:integer;
  dwc:scientificName 'Desmarestia aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614200'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614200'^^xsd:string;
  dwc:aphiaid '145307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13736056'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '145307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14132954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14132954> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14132954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14132954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14132954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14132954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615296" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14132954'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615296'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615296'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14132954'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13402324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13402324> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13402324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13402324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13402324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13402324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401648" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13402324'^^xsd:integer;
  dwc:scientificName 'Acrosorium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401648'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401648'^^xsd:string;
  dwc:aphiaid '143875'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13402324'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '143875'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443780> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14443780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14443780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733583" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14443780'^^xsd:integer;
  dwc:scientificName 'Spio martinensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733583'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733583'^^xsd:string;
  dwc:aphiaid '131185'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14443780'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '131185'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13914447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13914447> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13914447> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13914447>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13914447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13914447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578989" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13914447'^^xsd:integer;
  dwc:scientificName 'Hemimycale columella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578989'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578989'^^xsd:string;
  dwc:aphiaid '133543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13914447'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '133543'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14211734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14211734> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14211734> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14211734>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14211734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14211734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581675" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14211734'^^xsd:integer;
  dwc:scientificName 'Pachymatisma johnstoni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581675'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581675'^^xsd:string;
  dwc:aphiaid '134057'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14211734'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '134057'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535431> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14535431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14535431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596593" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14535431'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596593'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596593'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14535431'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908292> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13908292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13908292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733506" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13908292'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733506'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733506'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13908292'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404270> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13404270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13404270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615728" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13404270'^^xsd:integer;
  dwc:scientificName 'Actinia equina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615728'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615728'^^xsd:string;
  dwc:aphiaid '100803'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13404270'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '100803'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14297567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14297567> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14297567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14297567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14297567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14297567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609759" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14297567'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609759'^^xsd:string;
  dwc:yearCollected '1999'^^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.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609759'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14297567'^^xsd:string;
  dwc:observationDate '1999-07-09'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535435> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535435> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535435>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14535435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14535435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608862" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14535435'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608862'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40608862'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14535435'^^xsd:string;
  dwc:observationDate '1999-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718211> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13718211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13718211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596844" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13718211'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596844'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596844'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13718211'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621905> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733292" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621905'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733292'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733292'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621905'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13646986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13646986> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13646986> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13646986>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13646986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13646986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579008" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13646986'^^xsd:integer;
  dwc:scientificName 'Chlamys distorta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579008'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40579008'^^xsd:string;
  dwc:aphiaid '146807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13646986'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '236715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132936> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132936> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132936>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14132936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607707" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14132936'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607707'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607707'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14132936'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908333> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908333> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908333>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13908333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13908333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40735346" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13908333'^^xsd:integer;
  dwc:scientificName 'Hediste diversicolor'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40735346'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40735346'^^xsd:string;
  dwc:aphiaid '152302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13908333'^^xsd:string;
  dwc:observationDate '1998-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13349172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13349172> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13349172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13349172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13349172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13349172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596196" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13349172'^^xsd:integer;
  dwc:scientificName 'Pycnogonida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596196'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596196'^^xsd:string;
  dwc:aphiaid '1302'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13349172'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '1302'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539168> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539168> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539168>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13539168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581102" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13539168'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581102'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581102'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13539168'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517664> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614251" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517664'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614251'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614251'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517664'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13359596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13359596> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13359596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.756723"^^xsd:decimal ;
  dwc:decimalLongitude "-4.224173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13359596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.756723 -4.224173)"^^geo:wktLiteral ;
  geo-pos:lat "52.756723"^^xsd:decimal ;
  geo-pos:long "-4.224173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13359596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13359596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401608" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13359596'^^xsd:integer;
  dwc:scientificName 'Corallinaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401608'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.224173'^^xsd:double;
  dwc:latitude '52.756723'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401608'^^xsd:string;
  dwc:aphiaid '143691'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13359596'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '143691'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13971324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13971324> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13971324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13971324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13971324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13971324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607600" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13971324'^^xsd:integer;
  dwc:scientificName 'Lafoea dumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607600'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607600'^^xsd:string;
  dwc:aphiaid '117702'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13971324'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '117702'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13981632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13981632> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13981632> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13981632>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13981632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13981632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613985" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13981632'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613985'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613985'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13981632'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336267> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336267> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336267>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614234" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336267'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614234'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614234'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336267'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589750> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589750> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589750>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13589750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579575" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13589750'^^xsd:integer;
  dwc:scientificName 'Callophyllis laciniata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579575'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579575'^^xsd:string;
  dwc:aphiaid '145262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13589750'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1311357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828568> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828568> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828568>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13828568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13828568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577633" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13828568'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577633'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40577633'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13828568'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689753> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13689753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13689753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597124" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13689753'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597124'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597124'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13689753'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13832938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13832938> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13832938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13832938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13832938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13832938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598011" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13832938'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598011'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598011'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13832938'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13795470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13795470> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13795470> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13795470>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13795470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13795470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578143" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13795470'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578143'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578143'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13795470'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14508149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14508149> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14508149> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14508149>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14508149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14508149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581707" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14508149'^^xsd:integer;
  dwc:scientificName 'Trididemnum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581707'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581707'^^xsd:string;
  dwc:aphiaid '103461'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14508149'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103461'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748904> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748904> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748904>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13748904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579613" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13748904'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579613'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579613'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13748904'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13755113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13755113> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13755113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13755113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13755113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13755113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615512" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13755113'^^xsd:integer;
  dwc:scientificName 'Diplosoma listerianum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615512'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615512'^^xsd:string;
  dwc:aphiaid '103579'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13755113'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103579'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018452> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13018452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13018452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615697" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13018452'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615697'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615697'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13018452'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953193> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953193> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953193>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13953193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13953193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578157" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13953193'^^xsd:integer;
  dwc:scientificName 'Inachus phalangium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578157'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578157'^^xsd:string;
  dwc:aphiaid '107333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13953193'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '107333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13744546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13744546> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13744546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13744546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13744546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13744546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579141" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13744546'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579141'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579141'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13744546'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14216847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14216847> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14216847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14216847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14216847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14216847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597963" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14216847'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597963'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597963'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14216847'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737959> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13737959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13737959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577974" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13737959'^^xsd:integer;
  dwc:scientificName 'Desmarestia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577974'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577974'^^xsd:string;
  dwc:aphiaid '145310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13737959'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14413633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14413633> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14413633> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14413633>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14413633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14413633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581083" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14413633'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581083'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581083'^^xsd:string;
  dwc:aphiaid '110866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14413633'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '110866'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13588651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13588651> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13588651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13588651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13588651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13588651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597915" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13588651'^^xsd:integer;
  dwc:scientificName 'Callithamnion corymbosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597915'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597915'^^xsd:string;
  dwc:aphiaid '144526'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13588651'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '144526'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523613> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523613> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523613>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14523613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614036" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14523613'^^xsd:integer;
  dwc:scientificName 'Tubularia indivisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614036'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614036'^^xsd:string;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14523613'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13392058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13392058> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13392058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13392058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13392058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13392058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579938" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13392058'^^xsd:integer;
  dwc:scientificName 'Abra alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579938'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579938'^^xsd:string;
  dwc:aphiaid '141433'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13392058'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '141433'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13392059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13392059> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13392059> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13392059>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13392059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13392059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596269" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13392059'^^xsd:integer;
  dwc:scientificName 'Abra alba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596269'^^xsd:string;
  dwc:yearCollected '1998'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596269'^^xsd:string;
  dwc:aphiaid '141433'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13392059'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '141433'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419587> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419587> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419587>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13419587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607177" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13419587'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607177'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607177'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13419587'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13580666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13580666> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13580666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13580666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13580666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13580666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401704" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13580666'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401704'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401704'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13580666'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478708> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.741374"^^xsd:decimal ;
  dwc:decimalLongitude "-5.332879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.741374 -5.332879)"^^geo:wktLiteral ;
  geo-pos:lat "51.741374"^^xsd:decimal ;
  geo-pos:long "-5.332879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14478708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14478708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615473" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14478708'^^xsd:integer;
  dwc:scientificName 'Taurulus bubalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615473'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.332879'^^xsd:double;
  dwc:latitude '51.741374'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615473'^^xsd:string;
  dwc:aphiaid '127204'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14478708'^^xsd:string;
  dwc:observationDate '2001-07-26'^^xsd:date;
  dwc:aphiaIdAccepted '127204'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424581> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424581> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424581>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13424581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607487" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13424581'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607487'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607487'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13424581'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583971> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583971> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583971>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13583971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614041" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13583971'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614041'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614041'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13583971'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683278> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683278> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683278>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13683278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607698" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13683278'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607698'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607698'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13683278'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14332707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14332707> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14332707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14332707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14332707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14332707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752070" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14332707'^^xsd:integer;
  dwc:scientificName 'Pomatoceros'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752070'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752070'^^xsd:string;
  dwc:aphiaid '129572'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14332707'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '129582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559725> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14559725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752641" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14559725'^^xsd:integer;
  dwc:scientificName 'Eurydice truncata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752641'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752641'^^xsd:string;
  dwc:aphiaid '118855'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14559725'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '118855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13579452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13579452> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13579452> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13579452>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13579452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13579452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609140" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13579452'^^xsd:integer;
  dwc:scientificName 'Calliblepharis ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609140'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40609140'^^xsd:string;
  dwc:aphiaid '145613'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13579452'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '145613'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424446> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424446> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424446>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13424446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581134" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13424446'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581134'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581134'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13424446'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713209> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13713209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13713209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615403" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13713209'^^xsd:integer;
  dwc:scientificName 'Crisiidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615403'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615403'^^xsd:string;
  dwc:aphiaid '110806'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13713209'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '110806'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13570504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13570504> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13570504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13570504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13570504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13570504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581211" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13570504'^^xsd:integer;
  dwc:scientificName 'Buccinum undatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581211'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581211'^^xsd:string;
  dwc:aphiaid '138878'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13570504'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '138878'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288207> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14288207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14288207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580871" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14288207'^^xsd:integer;
  dwc:scientificName 'Phyllophora pseudoceranoïdes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580871'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580871'^^xsd:string;
  dwc:aphiaid '494792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14288207'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14120761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14120761> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14120761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14120761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14120761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14120761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609565" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14120761'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609565'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609565'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14120761'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14601080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14601080> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14601080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14601080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14601080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14601080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596963" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14601080'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596963'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596963'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14601080'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756623> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13756623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614374" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13756623'^^xsd:integer;
  dwc:scientificName 'Distomus variolosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614374'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614374'^^xsd:string;
  dwc:aphiaid '103890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13756623'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '103890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13736053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13736053> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13736053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13736053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13736053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13736053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556964" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13736053'^^xsd:integer;
  dwc:scientificName 'Desmarestia aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556964'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556964'^^xsd:string;
  dwc:aphiaid '145307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13736053'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '145307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14297564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14297564> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14297564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14297564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A14297564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:14297564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40556958" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '14297564'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40556958'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40556958'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:14297564'^^xsd:string;
  dwc:observationDate '1999-07-10'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14276823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14276823> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14276823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14276823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14276823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14276823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609230" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14276823'^^xsd:integer;
  dwc:scientificName 'Phorbas fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609230'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609230'^^xsd:string;
  dwc:aphiaid '133679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14276823'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714729> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13714729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610057" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13714729'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610057'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610057'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13714729'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13501056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13501056> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13501056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13501056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13501056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13501056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595875" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13501056'^^xsd:integer;
  dwc:scientificName 'Arthrocladia villosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595875'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595875'^^xsd:string;
  dwc:aphiaid '145306'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13501056'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145306'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083596> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14083596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614654" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14083596'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614654'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614654'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14083596'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13556255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13556255> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13556255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13556255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13556255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13556255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597740" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13556255'^^xsd:integer;
  dwc:scientificName 'Bostrychia scorpioides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597740'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597740'^^xsd:string;
  dwc:aphiaid '144791'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13556255'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '144791'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13637440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13637440> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13637440> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13637440>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13637440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13637440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579059" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13637440'^^xsd:integer;
  dwc:scientificName 'Chaetomorpha melagonium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579059'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579059'^^xsd:string;
  dwc:aphiaid '145029'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13637440'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145029'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946630> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946630> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946630>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13946630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13946630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614732" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13946630'^^xsd:integer;
  dwc:scientificName 'Hymeniacidon perleve'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614732'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614732'^^xsd:string;
  dwc:aphiaid '150223'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13946630'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132663'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655398> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13655398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13655398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607659" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13655398'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607659'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607659'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13655398'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14525929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14525929> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14525929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14525929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14525929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14525929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581214" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14525929'^^xsd:integer;
  dwc:scientificName 'Turbicellepora avicularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581214'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581214'^^xsd:string;
  dwc:aphiaid '111285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14525929'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '111285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638374> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13638374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13638374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581295" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13638374'^^xsd:integer;
  dwc:scientificName 'Chaetopterus variopedatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581295'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581295'^^xsd:string;
  dwc:aphiaid '129914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13638374'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '129914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336262> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614090" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336262'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614090'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614090'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336262'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573569> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14573569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14573569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580345" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14573569'^^xsd:integer;
  dwc:scientificName 'Pterothamnion crispum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580345'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580345'^^xsd:string;
  dwc:aphiaid '144682'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14573569'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '144682'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14543347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14543347> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14543347> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14543347>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14543347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14543347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605104" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14543347'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605104'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605104'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14543347'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120747> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14120747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14120747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597029" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14120747'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597029'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597029'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14120747'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14508115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14508115> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14508115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14508115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14508115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14508115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580830" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14508115'^^xsd:integer;
  dwc:scientificName 'Tridentata distans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580830'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580830'^^xsd:string;
  dwc:aphiaid '152169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14508115'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '1341823'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13774329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13774329> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13774329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13774329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13774329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13774329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613949" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13774329'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613949'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613949'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13774329'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756620> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756620> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756620>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13756620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13756620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607183" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13756620'^^xsd:integer;
  dwc:scientificName 'Distomus variolosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607183'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607183'^^xsd:string;
  dwc:aphiaid '103890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13756620'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '103890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14592423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14592423> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14592423> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14592423>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14592423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14592423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611317" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14592423'^^xsd:integer;
  dwc:scientificName 'Homarus gammarus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611317'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611317'^^xsd:string;
  dwc:aphiaid '107253'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14592423'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '107253'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419596> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419596> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419596>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13419596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13419596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614042" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13419596'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614042'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614042'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13419596'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13943606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13943606> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13943606> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13943606>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13943606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13943606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614182" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13943606'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614182'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614182'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13943606'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257976> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257976> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257976>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14257976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14257976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578222" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14257976'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578222'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578222'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14257976'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13810350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13810350> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13810350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13810350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13810350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13810350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615682" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13810350'^^xsd:integer;
  dwc:scientificName 'Eulalia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615682'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615682'^^xsd:string;
  dwc:aphiaid '130639'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13810350'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '130639'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517485> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13517485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13517485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580847" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13517485'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580847'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580847'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13517485'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987245> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13987245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13987245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595765" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13987245'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595765'^^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 '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595765'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13987245'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13466918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13466918> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13466918> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13466918>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13466918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13466918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578653" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13466918'^^xsd:integer;
  dwc:scientificName 'Anseropoda placenta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578653'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578653'^^xsd:string;
  dwc:aphiaid '123985'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13466918'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '123985'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14201840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14201840> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14201840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14201840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14201840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14201840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577887" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14201840'^^xsd:integer;
  dwc:scientificName 'Ophlitaspongia seriata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577887'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577887'^^xsd:string;
  dwc:aphiaid '150219'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14201840'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '184428'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13501054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13501054> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13501054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13501054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13501054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13501054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580515" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13501054'^^xsd:integer;
  dwc:scientificName 'Arthrocladia villosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580515'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580515'^^xsd:string;
  dwc:aphiaid '145306'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13501054'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145306'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13795526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13795526> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13795526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13795526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13795526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13795526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611412" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13795526'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611412'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611412'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13795526'^^xsd:string;
  dwc:observationDate '2000-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536942> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536942> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536942>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13536942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13536942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615669" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13536942'^^xsd:integer;
  dwc:scientificName 'Balanus balanus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615669'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615669'^^xsd:string;
  dwc:aphiaid '106213'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13536942'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '106213'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14513287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14513287> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14513287> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14513287>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14513287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14513287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579840" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14513287'^^xsd:integer;
  dwc:scientificName 'Trivia monacha'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579840'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579840'^^xsd:string;
  dwc:aphiaid '141744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14513287'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '141744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14395348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14395348> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14395348> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14395348>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A14395348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:14395348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611314" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '14395348'^^xsd:integer;
  dwc:scientificName 'Sagartia troglodytes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611314'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '23'^^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-JNCCMNCR40611314'^^xsd:string;
  dwc:aphiaid '100994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:14395348'^^xsd:string;
  dwc:observationDate '1999-08-23'^^xsd:date;
  dwc:aphiaIdAccepted '855674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14160003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14160003> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14160003> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14160003>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14160003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14160003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580041" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14160003'^^xsd:integer;
  dwc:scientificName 'Nitophyllum punctatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580041'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580041'^^xsd:string;
  dwc:aphiaid '144770'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14160003'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144770'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475988> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13475988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13475988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752308" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13475988'^^xsd:integer;
  dwc:scientificName 'Aonides paucibranchiata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752308'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752308'^^xsd:string;
  dwc:aphiaid '131107'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13475988'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '131107'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14489439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14489439> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14489439> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14489439>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14489439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14489439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615030" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14489439'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615030'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40615030'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14489439'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13620738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13620738> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13620738> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13620738>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13620738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13620738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607714" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13620738'^^xsd:integer;
  dwc:scientificName 'Cellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607714'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607714'^^xsd:string;
  dwc:aphiaid '110869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13620738'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '110869'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14345811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14345811> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14345811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14345811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14345811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14345811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401918" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14345811'^^xsd:integer;
  dwc:scientificName 'Porcellana platycheles'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401918'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401918'^^xsd:string;
  dwc:aphiaid '107190'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14345811'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '107190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828587> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828587> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828587>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13828587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578287" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13828587'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578287'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578287'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13828587'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419546> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419546> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419546>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13419546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13419546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578595" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13419546'^^xsd:integer;
  dwc:scientificName 'Alcyonidium diaphanum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578595'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40578595'^^xsd:string;
  dwc:aphiaid '111597'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13419546'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '111597'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14467932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14467932> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14467932> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14467932>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14467932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14467932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615409" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14467932'^^xsd:integer;
  dwc:scientificName 'Stryphnus ponderosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615409'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615409'^^xsd:string;
  dwc:aphiaid '133991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14467932'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '133991'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13683286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13683286> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13683286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13683286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13683286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13683286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614894" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13683286'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614894'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614894'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13683286'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13505587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13505587> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13505587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13505587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13505587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13505587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401826" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13505587'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401826'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401826'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13505587'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424449> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424449> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424449>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13424449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13424449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579835" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13424449'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579835'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579835'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13424449'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596439> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14596439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14596439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614801" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14596439'^^xsd:integer;
  dwc:scientificName 'Nucella lapillus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614801'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614801'^^xsd:string;
  dwc:aphiaid '140403'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14596439'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '140403'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13851924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13851924> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13851924> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13851924>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13851924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13851924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580172" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13851924'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580172'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580172'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13851924'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13606643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13606643> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13606643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.208569"^^xsd:decimal ;
  dwc:decimalLongitude "-4.097758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13606643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.208569 -4.097758)"^^geo:wktLiteral ;
  geo-pos:lat "53.208569"^^xsd:decimal ;
  geo-pos:long "-4.097758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1931%3A13606643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1931:13606643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611348" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1931'^^xsd:integer;
  dwc:catalogNumber '13606643'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611348'^^xsd:string;
  dwc:yearCollected '1999'^^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.097758'^^xsd:double;
  dwc:latitude '53.208569'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611348'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1931:13606643'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14508112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14508112> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14508112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.666895"^^xsd:decimal ;
  dwc:decimalLongitude "-4.219607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14508112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.666895 -4.219607)"^^geo:wktLiteral ;
  geo-pos:lat "52.666895"^^xsd:decimal ;
  geo-pos:long "-4.219607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14508112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14508112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580235" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14508112'^^xsd:integer;
  dwc:scientificName 'Tridentata distans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580235'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.219607'^^xsd:double;
  dwc:latitude '52.666895'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580235'^^xsd:string;
  dwc:aphiaid '152169'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14508112'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '1341823'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744658> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13744658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614017" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13744658'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614017'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614017'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13744658'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744657> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744657> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744657>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13744657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13744657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614198" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13744657'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614198'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614198'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13744657'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14388167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14388167> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14388167> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14388167>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14388167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14388167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581070" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14388167'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581070'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40581070'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14388167'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13334163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13334163> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13334163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65776 -4.662763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.65776"^^xsd:decimal ;
  dwc:decimalLongitude "-4.662763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13334163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.65776 -4.662763)"^^geo:wktLiteral ;
  geo-pos:lat "52.65776"^^xsd:decimal ;
  geo-pos:long "-4.662763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13334163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13334163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614054" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13334163'^^xsd:integer;
  dwc:scientificName 'Hydrozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614054'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.662763'^^xsd:double;
  dwc:latitude '52.65776'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614054'^^xsd:string;
  dwc:aphiaid '1337'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13334163'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '1337'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13951747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13951747> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13951747> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13951747>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13951747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13951747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581106" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13951747'^^xsd:integer;
  dwc:scientificName 'Inachus dorsettensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581106'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40581106'^^xsd:string;
  dwc:aphiaid '107327'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13951747'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '107327'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931481> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931481> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931481>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13931481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577865" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13931481'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577865'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577865'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13931481'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13945324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13945324> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13945324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13945324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13945324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13945324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752228" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13945324'^^xsd:integer;
  dwc:scientificName 'Hydroides norvegica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752228'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752228'^^xsd:string;
  dwc:aphiaid '157437'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13945324'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '131009'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405151> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14405151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733303" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14405151'^^xsd:integer;
  dwc:scientificName 'Scolelepis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733303'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733303'^^xsd:string;
  dwc:aphiaid '131177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14405151'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '157566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662503> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662503> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662503>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13662503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13662503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581256" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13662503'^^xsd:integer;
  dwc:scientificName 'Ciona intestinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581256'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581256'^^xsd:string;
  dwc:aphiaid '103732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13662503'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14336189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14336189> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14336189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14336189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14336189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14336189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752692" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14336189'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752692'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752692'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14336189'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917816> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917816> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917816>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13917816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13917816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577878" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13917816'^^xsd:integer;
  dwc:scientificName 'Henricia oculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577878'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40577878'^^xsd:string;
  dwc:aphiaid '123970'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13917816'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '123970'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523612> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523612> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523612>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14523612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607351" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14523612'^^xsd:integer;
  dwc:scientificName 'Tubularia indivisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607351'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607351'^^xsd:string;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14523612'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13737981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13737981> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13737981> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13737981>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13737981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13737981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614201" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13737981'^^xsd:integer;
  dwc:scientificName 'Desmarestia viridis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614201'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614201'^^xsd:string;
  dwc:aphiaid '145310'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13737981'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '145310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14290908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14290908> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14290908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14290908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14290908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14290908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596938" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14290908'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596938'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596938'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14290908'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559723> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14559723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14559723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752914" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14559723'^^xsd:integer;
  dwc:scientificName 'Eurydice truncata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752914'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752914'^^xsd:string;
  dwc:aphiaid '118855'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14559723'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '118855'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336270> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336270> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336270>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613989" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336270'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613989'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613989'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336270'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13780948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13780948> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13780948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13780948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13780948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13780948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577713" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13780948'^^xsd:integer;
  dwc:scientificName 'Ensis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577713'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577713'^^xsd:string;
  dwc:aphiaid '138333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13780948'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '138333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14216845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14216845> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14216845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14216845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14216845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14216845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598064" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14216845'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598064'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598064'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14216845'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14419695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14419695> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14419695> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14419695>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14419695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14419695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580053" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14419695'^^xsd:integer;
  dwc:scientificName 'Scytosiphon lomentaria nom. cons.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580053'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40580053'^^xsd:string;
  dwc:aphiaid '145869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14419695'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145869'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14079575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14079575> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14079575> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14079575>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14079575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14079575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579630" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14079575'^^xsd:integer;
  dwc:scientificName 'Membranoptera alata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579630'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579630'^^xsd:string;
  dwc:aphiaid '144758'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14079575'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144758'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14303291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14303291> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14303291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14303291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14303291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14303291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577908" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14303291'^^xsd:integer;
  dwc:scientificName 'Pododesmus patelliformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577908'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577908'^^xsd:string;
  dwc:aphiaid '138751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14303291'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '138751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13330314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13330314> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13330314> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13330314>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13330314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13330314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578184" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13330314'^^xsd:integer;
  dwc:scientificName 'Gadidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578184'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '19'^^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-JNCCMNCR40578184'^^xsd:string;
  dwc:aphiaid '125469'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13330314'^^xsd:string;
  dwc:observationDate '1998-07-19'^^xsd:date;
  dwc:aphiaIdAccepted '125469'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744581> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13744581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13744581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580687" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13744581'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580687'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580687'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13744581'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13580675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13580675> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13580675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13580675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13580675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13580675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597976" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13580675'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597976'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597976'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13580675'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13814410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13814410> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13814410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13814410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13814410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13814410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579925" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13814410'^^xsd:integer;
  dwc:scientificName 'Eupolymnia nebulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579925'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579925'^^xsd:string;
  dwc:aphiaid '131489'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13814410'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '131489'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655359> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13655359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13655359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579916" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13655359'^^xsd:integer;
  dwc:scientificName 'Chorda filum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579916'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579916'^^xsd:string;
  dwc:aphiaid '145722'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13655359'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145722'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13737329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13737329> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13737329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13737329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1928%3A13737329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1928:13737329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610103" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1928'^^xsd:integer;
  dwc:catalogNumber '13737329'^^xsd:integer;
  dwc:scientificName 'Desmarestia ligulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610103'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610103'^^xsd:string;
  dwc:aphiaid '145309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1928:13737329'^^xsd:string;
  dwc:observationDate '1999-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '145309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580408> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13580408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607405" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13580408'^^xsd:integer;
  dwc:scientificName 'Callionymus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607405'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607405'^^xsd:string;
  dwc:aphiaid '125930'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13580408'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '125930'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13459736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13459736> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13459736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13459736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13459736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13459736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752793" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13459736'^^xsd:integer;
  dwc:scientificName 'Anemonia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752793'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752793'^^xsd:string;
  dwc:aphiaid '100695'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13459736'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '100695'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14120712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14120712> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14120712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14120712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14120712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14120712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401622" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14120712'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401622'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401622'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14120712'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931477> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931477> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931477>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13931477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13931477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578220" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13931477'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578220'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578220'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13931477'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166373> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14166373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14166373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752642" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14166373'^^xsd:integer;
  dwc:scientificName 'Nucula nitidosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752642'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752642'^^xsd:string;
  dwc:aphiaid '140589'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14166373'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '140589'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714715> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714715> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714715>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13714715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13714715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609954" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13714715'^^xsd:integer;
  dwc:scientificName 'Crossaster papposus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609954'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609954'^^xsd:string;
  dwc:aphiaid '124154'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13714715'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '124154'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14425492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14425492> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14425492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14425492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14425492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14425492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615655" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14425492'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615655'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615655'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14425492'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13492207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13492207> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13492207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13492207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13492207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13492207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580147" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13492207'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580147'^^xsd:string;
  dwc:yearCollected '1998'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580147'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13492207'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132943> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14132943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14132943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614002" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14132943'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614002'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614002'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14132943'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675085> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13675085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13675085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579221" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13675085'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579221'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579221'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13675085'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14119167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14119167> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14119167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14119167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14119167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14119167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579882" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14119167'^^xsd:integer;
  dwc:scientificName 'Naccaria wiggii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579882'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40579882'^^xsd:string;
  dwc:aphiaid '145769'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14119167'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '145769'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13346519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13346519> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13346519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13346519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13346519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13346519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596903" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13346519'^^xsd:integer;
  dwc:scientificName 'Polychaeta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596903'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596903'^^xsd:string;
  dwc:aphiaid '883'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13346519'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '883'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459245> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14459245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14459245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596805" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14459245'^^xsd:integer;
  dwc:scientificName 'Sporochnus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596805'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596805'^^xsd:string;
  dwc:aphiaid '145915'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14459245'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '145915'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350350> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13350350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598137" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13350350'^^xsd:integer;
  dwc:scientificName 'Spionida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598137'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598137'^^xsd:string;
  dwc:aphiaid '889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13350350'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '889'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539172> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13539172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13539172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596954" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13539172'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596954'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596954'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13539172'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412293> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14412293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14412293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733776" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14412293'^^xsd:integer;
  dwc:scientificName 'Scrobicularia plana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733776'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733776'^^xsd:string;
  dwc:aphiaid '141424'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14412293'^^xsd:string;
  dwc:observationDate '1999-09-10'^^xsd:date;
  dwc:aphiaIdAccepted '141424'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14172406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14172406> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14172406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14172406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14172406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14172406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596499" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14172406'^^xsd:integer;
  dwc:scientificName 'Obelia dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596499'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596499'^^xsd:string;
  dwc:aphiaid '117386'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14172406'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '117386'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13736055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13736055> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13736055> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13736055>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13736055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13736055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614218" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13736055'^^xsd:integer;
  dwc:scientificName 'Desmarestia aculeata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614218'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614218'^^xsd:string;
  dwc:aphiaid '145307'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13736055'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '145307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14543399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14543399> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14543399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14543399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14543399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14543399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607564" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14543399'^^xsd:integer;
  dwc:scientificName 'Vesicularia spinosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607564'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607564'^^xsd:string;
  dwc:aphiaid '111669'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14543399'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '111669'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216888> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14216888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14216888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580289" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14216888'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580289'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580289'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14216888'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13832942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13832942> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13832942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13832942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13832942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13832942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615201" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13832942'^^xsd:integer;
  dwc:scientificName 'Fucus serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615201'^^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 '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615201'^^xsd:string;
  dwc:aphiaid '145546'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13832942'^^xsd:string;
  dwc:observationDate '2000-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '145546'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943554> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13943554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13943554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580284" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13943554'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580284'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580284'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13943554'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13621424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13621424> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13621424> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13621424>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13621424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13621424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607208" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13621424'^^xsd:integer;
  dwc:scientificName 'Cellaria fistulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607208'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607208'^^xsd:string;
  dwc:aphiaid '111257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13621424'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '111257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13576584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13576584> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13576584> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13576584>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13576584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13576584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610210" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13576584'^^xsd:integer;
  dwc:scientificName 'Bugula plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610210'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610210'^^xsd:string;
  dwc:aphiaid '111159'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13576584'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '834039'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828586> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828586> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828586>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13828586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578022" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13828586'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578022'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40578022'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13828586'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13630903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13630903> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13630903> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13630903>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13630903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13630903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609512" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13630903'^^xsd:integer;
  dwc:scientificName 'Cereus pedunculatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609512'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609512'^^xsd:string;
  dwc:aphiaid '100987'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13630903'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '100987'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197563> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197563> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197563>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14197563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14197563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579782" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14197563'^^xsd:integer;
  dwc:scientificName 'Ophiura albida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579782'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579782'^^xsd:string;
  dwc:aphiaid '124913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14197563'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '124913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13828680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13828680> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13828680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13828680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13828680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13828680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611366" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13828680'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611366'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611366'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13828680'^^xsd:string;
  dwc:observationDate '2000-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424612> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424612> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424612>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13424612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607220" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13424612'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607220'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607220'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13424612'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743216> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743216> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743216>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13743216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13743216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610025" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13743216'^^xsd:integer;
  dwc:scientificName 'Dictyopteris membranacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610025'^^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 '-4.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610025'^^xsd:string;
  dwc:aphiaid '162807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13743216'^^xsd:string;
  dwc:observationDate '1999-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '145360'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14425449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14425449> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14425449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14425449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A14425449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:14425449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401614" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '14425449'^^xsd:integer;
  dwc:scientificName 'Sertularia argentea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401614'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401614'^^xsd:string;
  dwc:aphiaid '117912'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:14425449'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '117912'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614181> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614181> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614181>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13614181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13614181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615786" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13614181'^^xsd:integer;
  dwc:scientificName 'Caryophyllia smithii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615786'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40615786'^^xsd:string;
  dwc:aphiaid '135144'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13614181'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '135144'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14003746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14003746> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14003746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14003746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14003746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14003746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596276" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14003746'^^xsd:integer;
  dwc:scientificName 'Leucosolenia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596276'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596276'^^xsd:string;
  dwc:aphiaid '131715'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14003746'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '131715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13678892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13678892> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13678892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13678892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13678892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13678892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596111" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13678892'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596111'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596111'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13678892'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826545> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826545> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826545>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13826545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13826545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614196" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13826545'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614196'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614196'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13826545'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583959> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583959> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583959>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13583959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13583959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607204" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13583959'^^xsd:integer;
  dwc:scientificName 'Calliostoma zizyphinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607204'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607204'^^xsd:string;
  dwc:aphiaid '141767'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13583959'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '141767'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14258003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14258003> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14258003> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14258003>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14258003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14258003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607278" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14258003'^^xsd:integer;
  dwc:scientificName 'Pentapora fascialis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607278'^^xsd:string;
  dwc:yearCollected '1997'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607278'^^xsd:string;
  dwc:aphiaid '111082'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14258003'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '111082'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13766514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13766514> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13766514> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13766514>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13766514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13766514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607704" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13766514'^^xsd:integer;
  dwc:scientificName 'Dysidea fragilis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607704'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607704'^^xsd:string;
  dwc:aphiaid '132324'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13766514'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '132324'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13575254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13575254> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13575254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13575254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13575254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13575254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401634" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13575254'^^xsd:integer;
  dwc:scientificName 'Bugula flabellata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401634'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401634'^^xsd:string;
  dwc:aphiaid '111152'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13575254'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '834002'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13732595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13732595> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13732595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13732595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1915%3A13732595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1915:13732595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40401699" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1915'^^xsd:integer;
  dwc:catalogNumber '13732595'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40401699'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40401699'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1915:13732595'^^xsd:string;
  dwc:observationDate '1993-09-06'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290896> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14290896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14290896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577704" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14290896'^^xsd:integer;
  dwc:scientificName 'Pisidia longicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577704'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577704'^^xsd:string;
  dwc:aphiaid '107188'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14290896'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '107188'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413658> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13413658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13413658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596697" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13413658'^^xsd:integer;
  dwc:scientificName 'Aglaophenia pluma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596697'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596697'^^xsd:string;
  dwc:aphiaid '117283'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13413658'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '117283'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943529> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943529> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943529>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13943529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581231" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13943529'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581231'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581231'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13943529'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749795> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13749795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13749795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596076" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13749795'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596076'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596076'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13749795'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389506> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13389506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13389506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607449" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13389506'^^xsd:integer;
  dwc:scientificName 'Abietinaria abietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607449'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607449'^^xsd:string;
  dwc:aphiaid '117870'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13389506'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '117870'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729095> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729095> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729095>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13729095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13729095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579795" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13729095'^^xsd:integer;
  dwc:scientificName 'Delesseria sanguinea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579795'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579795'^^xsd:string;
  dwc:aphiaid '144744'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13729095'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144744'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13831237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13831237> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13831237> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13831237>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13831237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13831237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613915" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13831237'^^xsd:integer;
  dwc:scientificName 'Rhodophycota'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613915'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613915'^^xsd:string;
  dwc:aphiaid '182729'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13831237'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13802817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13802817> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13802817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13802817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13802817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13802817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752790" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13802817'^^xsd:integer;
  dwc:scientificName 'Euchone rubrocincta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752790'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752790'^^xsd:string;
  dwc:aphiaid '130909'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13802817'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '130909'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13737313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13737313> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13737313> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13737313>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13737313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13737313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578875" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13737313'^^xsd:integer;
  dwc:scientificName 'Desmarestia ligulata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578875'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40578875'^^xsd:string;
  dwc:aphiaid '145309'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13737313'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145309'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388207> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388207> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388207>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A14388207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:14388207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40557121" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '14388207'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40557121'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40557121'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:14388207'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13987250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13987250> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13987250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13987250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13987250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13987250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607445" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13987250'^^xsd:integer;
  dwc:scientificName 'Lanice conchilega'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607445'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607445'^^xsd:string;
  dwc:aphiaid '131495'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13987250'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '131495'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14171443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14171443> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14171443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14171443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14171443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14171443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752232" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14171443'^^xsd:integer;
  dwc:scientificName 'Obelia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752232'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752232'^^xsd:string;
  dwc:aphiaid '117034'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14171443'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '117034'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981589> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981589> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981589>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13981589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13981589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579598" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13981589'^^xsd:integer;
  dwc:scientificName 'Laminaria saccharina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579598'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579598'^^xsd:string;
  dwc:aphiaid '145730'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13981589'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '234483'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721364> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721364> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721364>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13721364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13721364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580793" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13721364'^^xsd:integer;
  dwc:scientificName 'Ctenolabrus rupestris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580793'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580793'^^xsd:string;
  dwc:aphiaid '126964'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13721364'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '126964'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13424616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13424616> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13424616> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13424616>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13424616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13424616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615419" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13424616'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615419'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615419'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13424616'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558633> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13558633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13558633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580310" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13558633'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580310'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580310'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13558633'^^xsd:string;
  dwc:observationDate '1998-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12994136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12994136> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12994136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12994136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12994136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:12994136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597568" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '12994136'^^xsd:integer;
  dwc:scientificName 'Amphipoda'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597568'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597568'^^xsd:string;
  dwc:aphiaid '1135'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:12994136'^^xsd:string;
  dwc:observationDate '1999-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '1135'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649232> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13649232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13649232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596932" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13649232'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596932'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596932'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13649232'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564616> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564616> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564616>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13564616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13564616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609021" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13564616'^^xsd:integer;
  dwc:scientificName 'Brongniartella byssoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609021'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40609021'^^xsd:string;
  dwc:aphiaid '144792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13564616'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '631828'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13897192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13897192> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13897192> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13897192>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13897192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13897192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609519" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13897192'^^xsd:integer;
  dwc:scientificName 'Halurus flosculosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609519'^^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 '-4.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609519'^^xsd:string;
  dwc:aphiaid '144595'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13897192'^^xsd:string;
  dwc:observationDate '1999-07-13'^^xsd:date;
  dwc:aphiaIdAccepted '144595'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649224> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13649224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13649224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580885" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13649224'^^xsd:integer;
  dwc:scientificName 'Chondria dasyphylla'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580885'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580885'^^xsd:string;
  dwc:aphiaid '144799'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13649224'^^xsd:string;
  dwc:observationDate '1998-08-15'^^xsd:date;
  dwc:aphiaIdAccepted '144799'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744557> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744557> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744557>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13744557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581176" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13744557'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581176'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581176'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13744557'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535498> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14535498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607119" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14535498'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607119'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607119'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14535498'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718167> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718167> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718167>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13718167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13718167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581623" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13718167'^^xsd:integer;
  dwc:scientificName 'Cryptopleura ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581623'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581623'^^xsd:string;
  dwc:aphiaid '144743'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13718167'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144743'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589741> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589741> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589741>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13589741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13589741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581611" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13589741'^^xsd:integer;
  dwc:scientificName 'Callophyllis laciniata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581611'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581611'^^xsd:string;
  dwc:aphiaid '145262'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13589741'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1311357'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14470173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14470173> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14470173> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14470173>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14470173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14470173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607261" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14470173'^^xsd:integer;
  dwc:scientificName 'Suberites ficus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607261'^^xsd:string;
  dwc:yearCollected '1997'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607261'^^xsd:string;
  dwc:aphiaid '134285'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14470173'^^xsd:string;
  dwc:observationDate '1997-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '134285'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13749837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13749837> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13749837> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13749837>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13749837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13749837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614239" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13749837'^^xsd:integer;
  dwc:scientificName 'Dilsea carnosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614239'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614239'^^xsd:string;
  dwc:aphiaid '145222'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13749837'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '145222'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14531177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14531177> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14531177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14531177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14531177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14531177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598179" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14531177'^^xsd:integer;
  dwc:scientificName 'Upogebia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598179'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598179'^^xsd:string;
  dwc:aphiaid '107079'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14531177'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '107079'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502388> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502388> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502388>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13502388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581257" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13502388'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581257'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581257'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13502388'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14026653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14026653> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14026653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14026653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14026653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14026653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615685" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14026653'^^xsd:integer;
  dwc:scientificName 'Littorina neglecta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615685'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615685'^^xsd:string;
  dwc:aphiaid '446918'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14026653'^^xsd:string;
  dwc:observationDate '2000-09-29'^^xsd:date;
  dwc:aphiaIdAccepted '140264'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14573531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14573531> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14573531> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14573531>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14573531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14573531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578252" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14573531'^^xsd:integer;
  dwc:scientificName 'Pseudosuberites'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578252'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578252'^^xsd:string;
  dwc:aphiaid '132069'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14573531'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '132069'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14417950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14417950> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14417950> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14417950>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1917%3A14417950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1917:14417950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40605066" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1917'^^xsd:integer;
  dwc:catalogNumber '14417950'^^xsd:integer;
  dwc:scientificName 'Scypha ciliata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40605066'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40605066'^^xsd:string;
  dwc:aphiaid '150243'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1917:14417950'^^xsd:string;
  dwc:observationDate '1998-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '132251'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14322773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14322773> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14322773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14322773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14322773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14322773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595849" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14322773'^^xsd:integer;
  dwc:scientificName 'Polyides rotundus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595849'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595849'^^xsd:string;
  dwc:aphiaid '145668'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14322773'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145668'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13646991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13646991> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13646991> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13646991>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13646991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13646991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607589" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13646991'^^xsd:integer;
  dwc:scientificName 'Chlamys distorta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607589'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40607589'^^xsd:string;
  dwc:aphiaid '146807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13646991'^^xsd:string;
  dwc:observationDate '1997-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '236715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083594> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14083594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615166" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14083594'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615166'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615166'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14083594'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13330666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13330666> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13330666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13330666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13330666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13330666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598030" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13330666'^^xsd:integer;
  dwc:scientificName 'Gammaridae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598030'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598030'^^xsd:string;
  dwc:aphiaid '101383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13330666'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '101383'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388174> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388174> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388174>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14388174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14388174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579233" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14388174'^^xsd:integer;
  dwc:scientificName 'Sabellaria spinulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579233'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40579233'^^xsd:string;
  dwc:aphiaid '130867'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14388174'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '130867'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445085> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.112056"^^xsd:decimal ;
  dwc:decimalLongitude "-4.922242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.112056 -4.922242)"^^geo:wktLiteral ;
  geo-pos:lat "52.112056"^^xsd:decimal ;
  geo-pos:long "-4.922242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14445085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14445085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752307" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14445085'^^xsd:integer;
  dwc:scientificName 'Spionidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752307'^^xsd:string;
  dwc:yearCollected '1998'^^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.922242'^^xsd:double;
  dwc:latitude '52.112056'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752307'^^xsd:string;
  dwc:aphiaid '913'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14445085'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '913'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13851921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13851921> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13851921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13851921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13851921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13851921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581208" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13851921'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581208'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581208'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13851921'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828584> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828584> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828584>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13828584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578596" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13828584'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578596'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40578596'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13828584'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14317971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14317971> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14317971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14317971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14317971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14317971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614656" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14317971'^^xsd:integer;
  dwc:scientificName 'Polydora'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614656'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614656'^^xsd:string;
  dwc:aphiaid '129619'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14317971'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '129619'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350344> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13350344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597679" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13350344'^^xsd:integer;
  dwc:scientificName 'Spionida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597679'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597679'^^xsd:string;
  dwc:aphiaid '889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13350344'^^xsd:string;
  dwc:observationDate '1999-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '889'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297605> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14297605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14297605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607420" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14297605'^^xsd:integer;
  dwc:scientificName 'Plocamium cartilagineum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607420'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607420'^^xsd:string;
  dwc:aphiaid '145782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14297605'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '145782'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828690> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828690> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828690>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614131" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828690'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614131'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40614131'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828690'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776169> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13776169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13776169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752794" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13776169'^^xsd:integer;
  dwc:scientificName 'Edwardsia claparedii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752794'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752794'^^xsd:string;
  dwc:aphiaid '100880'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13776169'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '100880'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562188> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13562188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13562188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597035" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13562188'^^xsd:integer;
  dwc:scientificName 'Bowerbankia citrina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597035'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597035'^^xsd:string;
  dwc:aphiaid '111664'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13562188'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '851584'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13926000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13926000> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13926000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13926000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13926000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13926000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614600" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13926000'^^xsd:integer;
  dwc:scientificName 'Hiatella arctica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614600'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614600'^^xsd:string;
  dwc:aphiaid '140103'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13926000'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '140103'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710226> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A10710226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:10710226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597812" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '10710226'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597812'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597812'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:10710226'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14240140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14240140> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14240140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14240140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14240140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14240140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752643" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14240140'^^xsd:integer;
  dwc:scientificName 'Parvicardium minimum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752643'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752643'^^xsd:string;
  dwc:aphiaid '139010'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14240140'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '1417307'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517536> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517536> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517536>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A13517536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:13517536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609676" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '13517536'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609676'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609676'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:13517536'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13620734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13620734> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13620734> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13620734>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13620734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13620734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609224" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13620734'^^xsd:integer;
  dwc:scientificName 'Cellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609224'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609224'^^xsd:string;
  dwc:aphiaid '110869'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13620734'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '110869'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13840052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13840052> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13840052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13840052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13840052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13840052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732502" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13840052'^^xsd:integer;
  dwc:scientificName 'Galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732502'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732502'^^xsd:string;
  dwc:aphiaid '106834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13840052'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539265> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13539265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614657" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13539265'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614657'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614657'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13539265'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13840053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13840053> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13840053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13840053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13840053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13840053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596289" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13840053'^^xsd:integer;
  dwc:scientificName 'Galathea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596289'^^xsd:string;
  dwc:yearCollected '1999'^^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.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596289'^^xsd:string;
  dwc:aphiaid '106834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13840053'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '106834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943541> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943541> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943541>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13943541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13943541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579536" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13943541'^^xsd:integer;
  dwc:scientificName 'Hydrallmania falcata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579536'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579536'^^xsd:string;
  dwc:aphiaid '117890'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13943541'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117890'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119168> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14119168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14119168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596075" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14119168'^^xsd:integer;
  dwc:scientificName 'Naccaria wiggii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596075'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596075'^^xsd:string;
  dwc:aphiaid '145769'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14119168'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '145769'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416130> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416130> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416130>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14416130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14416130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596275" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14416130'^^xsd:integer;
  dwc:scientificName 'Scyliorhinus canicula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596275'^^xsd:string;
  dwc:yearCollected '1998'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596275'^^xsd:string;
  dwc:aphiaid '105814'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14416130'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '105814'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350339> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13350339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597808" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13350339'^^xsd:integer;
  dwc:scientificName 'Spionida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597808'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597808'^^xsd:string;
  dwc:aphiaid '889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13350339'^^xsd:string;
  dwc:observationDate '1999-09-28'^^xsd:date;
  dwc:aphiaIdAccepted '889'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14280676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14280676> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14280676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.20874"^^xsd:decimal ;
  dwc:decimalLongitude "-4.635816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14280676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.20874 -4.635816)"^^geo:wktLiteral ;
  geo-pos:lat "52.20874"^^xsd:decimal ;
  geo-pos:long "-4.635816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14280676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14280676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752462" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14280676'^^xsd:integer;
  dwc:scientificName 'Photis longicaudata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752462'^^xsd:string;
  dwc:yearCollected '1998'^^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.635816'^^xsd:double;
  dwc:latitude '52.20874'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752462'^^xsd:string;
  dwc:aphiaid '102383'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14280676'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '102383'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216971> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216971> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216971>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14216971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14216971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607175" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14216971'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607175'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607175'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14216971'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795540> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795540> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795540>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13795540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13795540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613881" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13795540'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613881'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40613881'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13795540'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866052> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.301735"^^xsd:decimal ;
  dwc:decimalLongitude "-4.494653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.301735 -4.494653)"^^geo:wktLiteral ;
  geo-pos:lat "52.301735"^^xsd:decimal ;
  geo-pos:long "-4.494653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13866052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13866052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40751985" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13866052'^^xsd:integer;
  dwc:scientificName 'Glycera lapidum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40751985'^^xsd:string;
  dwc:yearCollected '1998'^^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.494653'^^xsd:double;
  dwc:latitude '52.301735'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40751985'^^xsd:string;
  dwc:aphiaid '155036'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13866052'^^xsd:string;
  dwc:observationDate '1998-05-28'^^xsd:date;
  dwc:timePrecision '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14135905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14135905> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14135905> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14135905>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14135905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14135905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607352" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14135905'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607352'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607352'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14135905'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350323> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13350323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13350323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597634" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13350323'^^xsd:integer;
  dwc:scientificName 'Spionida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597634'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597634'^^xsd:string;
  dwc:aphiaid '889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13350323'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '889'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '100'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580744> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13580744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13580744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614229" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13580744'^^xsd:integer;
  dwc:scientificName 'Callionymus lyra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614229'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614229'^^xsd:string;
  dwc:aphiaid '126792'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13580744'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '126792'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A11656720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A11656720> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A11656720> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A11656720>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A11656720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:11656720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40608836" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '11656720'^^xsd:integer;
  dwc:scientificName 'Idotea chelipes'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40608836'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^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-JNCCMNCR40608836'^^xsd:string;
  dwc:aphiaid '119042'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:11656720'^^xsd:string;
  dwc:observationDate '1998-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '119042'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828691> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828691> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828691>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13828691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13828691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614160" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13828691'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614160'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614160'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13828691'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14011689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14011689> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14011689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14011689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14011689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14011689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40613924" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14011689'^^xsd:integer;
  dwc:scientificName 'Liocarcinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40613924'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40613924'^^xsd:string;
  dwc:aphiaid '106925'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14011689'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '106925'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502397> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502397> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502397>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13502397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13502397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578333" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13502397'^^xsd:integer;
  dwc:scientificName 'Ascidia mentula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578333'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40578333'^^xsd:string;
  dwc:aphiaid '103710'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13502397'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '103710'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13505611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13505611> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13505611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13505611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13505611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13505611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614011" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13505611'^^xsd:integer;
  dwc:scientificName 'Ascidiella aspersa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614011'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614011'^^xsd:string;
  dwc:aphiaid '103718'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13505611'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '103718'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523606> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.740528 -4.964139)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.740528"^^xsd:decimal ;
  dwc:decimalLongitude "-4.964139"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.740528 -4.964139)"^^geo:wktLiteral ;
  geo-pos:lat "52.740528"^^xsd:decimal ;
  geo-pos:long "-4.964139"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14523606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14523606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607368" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14523606'^^xsd:integer;
  dwc:scientificName 'Tubularia indivisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607368'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.964139'^^xsd:double;
  dwc:latitude '52.740528'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607368'^^xsd:string;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14523606'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517663> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13517663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13517663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607565" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13517663'^^xsd:integer;
  dwc:scientificName 'Asterias rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607565'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607565'^^xsd:string;
  dwc:aphiaid '123776'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13517663'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '123776'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567968> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13567968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13567968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615535" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13567968'^^xsd:integer;
  dwc:scientificName 'Bryozoa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615535'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615535'^^xsd:string;
  dwc:aphiaid '146142'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13567968'^^xsd:string;
  dwc:observationDate '2001-07-02'^^xsd:date;
  dwc:aphiaIdAccepted '146142'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '30'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14586299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14586299> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14586299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.659443 -5.037622)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.659443"^^xsd:decimal ;
  dwc:decimalLongitude "-5.037622"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14586299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.659443 -5.037622)"^^geo:wktLiteral ;
  geo-pos:lat "51.659443"^^xsd:decimal ;
  geo-pos:long "-5.037622"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A14586299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:14586299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609976" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '14586299'^^xsd:integer;
  dwc:scientificName 'Alkmaria romijni'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609976'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.037622'^^xsd:double;
  dwc:latitude '51.659443'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609976'^^xsd:string;
  dwc:aphiaid '129769'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:14586299'^^xsd:string;
  dwc:observationDate '1998-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '129769'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13845641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13845641> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13845641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.577065"^^xsd:decimal ;
  dwc:decimalLongitude "-4.215065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13845641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.577065 -4.215065)"^^geo:wktLiteral ;
  geo-pos:lat "52.577065"^^xsd:decimal ;
  geo-pos:long "-4.215065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1930%3A13845641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1930:13845641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609032" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1930'^^xsd:integer;
  dwc:catalogNumber '13845641'^^xsd:integer;
  dwc:scientificName 'Gammarus salinus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609032'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.215065'^^xsd:double;
  dwc:latitude '52.577065'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609032'^^xsd:string;
  dwc:aphiaid '102292'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1930:13845641'^^xsd:string;
  dwc:observationDate '1998-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '102292'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13845019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13845019> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13845019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.201843"^^xsd:decimal ;
  dwc:decimalLongitude "-4.928134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13845019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.201843 -4.928134)"^^geo:wktLiteral ;
  geo-pos:lat "52.201843"^^xsd:decimal ;
  geo-pos:long "-4.928134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A13845019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:13845019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752912" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '13845019'^^xsd:integer;
  dwc:scientificName 'Gammaropsis nitida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752912'^^xsd:string;
  dwc:yearCollected '1998'^^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.928134'^^xsd:double;
  dwc:latitude '52.201843'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752912'^^xsd:string;
  dwc:aphiaid '102367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:13845019'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '102367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647639> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13647639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732717" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13647639'^^xsd:integer;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732717'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732717'^^xsd:string;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13647639'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135872> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135872> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135872>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14135872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578993" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14135872'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578993'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578993'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14135872'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647640> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13647640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13647640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732732" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13647640'^^xsd:integer;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732732'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732732'^^xsd:string;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13647640'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13646987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13646987> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13646987> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13646987>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13646987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13646987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577793" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13646987'^^xsd:integer;
  dwc:scientificName 'Chlamys distorta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577793'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577793'^^xsd:string;
  dwc:aphiaid '146807'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13646987'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '236715'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14372116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14372116> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14372116> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14372116>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14372116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14372116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610195" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14372116'^^xsd:integer;
  dwc:scientificName 'Raspailia hispida'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610195'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610195'^^xsd:string;
  dwc:aphiaid '133147'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14372116'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '133147'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13851919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13851919> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13851919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13851919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13851919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13851919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598191" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13851919'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598191'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598191'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13851919'^^xsd:string;
  dwc:observationDate '1999-08-16'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13632822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13632822> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13632822> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13632822>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13632822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13632822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579641" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13632822'^^xsd:integer;
  dwc:scientificName 'Cerianthus lloydii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579641'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579641'^^xsd:string;
  dwc:aphiaid '283798'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13632822'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '1674631'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601085> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14601085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14601085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732550" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14601085'^^xsd:integer;
  dwc:scientificName 'Modiolus modiolus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732550'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732550'^^xsd:string;
  dwc:aphiaid '140467'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14601085'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140467'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931486> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13931486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13931486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732522" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13931486'^^xsd:integer;
  dwc:scientificName 'Hinia incrassata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732522'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732522'^^xsd:string;
  dwc:aphiaid '416628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13931486'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '140503'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14173353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14173353> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14173353> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14173353>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14173353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14173353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577983" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14173353'^^xsd:integer;
  dwc:scientificName 'Obelia geniculata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577983'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577983'^^xsd:string;
  dwc:aphiaid '117388'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14173353'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '117388'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554690> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554690> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554690>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13554690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13554690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614210" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13554690'^^xsd:integer;
  dwc:scientificName 'Bonnemaisonia asparagoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614210'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^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-JNCCMNCR40614210'^^xsd:string;
  dwc:aphiaid '144440'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13554690'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '144440'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356508> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14356508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14356508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732389" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14356508'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732389'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732389'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14356508'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14222272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14222272> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14222272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14222272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14222272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14222272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581205" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14222272'^^xsd:integer;
  dwc:scientificName 'Pagurus prideaux'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581205'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40581205'^^xsd:string;
  dwc:aphiaid '107239'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14222272'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '107239'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012690> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14012690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14012690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40595808" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14012690'^^xsd:integer;
  dwc:scientificName 'Liocarcinus depurator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40595808'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40595808'^^xsd:string;
  dwc:aphiaid '107387'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14012690'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1750291'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13768105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13768105> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13768105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13768105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A13768105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:13768105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732558" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '13768105'^^xsd:integer;
  dwc:scientificName 'Ebalia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732558'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732558'^^xsd:string;
  dwc:aphiaid '106889'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:13768105'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '106889'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13857794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13857794> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13857794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13857794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13857794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13857794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614283" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13857794'^^xsd:integer;
  dwc:scientificName 'Gibbula magus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614283'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614283'^^xsd:string;
  dwc:aphiaid '141790'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13857794'^^xsd:string;
  dwc:observationDate '1997-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '141790'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14356483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14356483> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14356483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.205382"^^xsd:decimal ;
  dwc:decimalLongitude "-4.78199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14356483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.205382 -4.78199)"^^geo:wktLiteral ;
  geo-pos:lat "52.205382"^^xsd:decimal ;
  geo-pos:long "-4.78199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1923%3A14356483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1923:14356483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40752775" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1923'^^xsd:integer;
  dwc:catalogNumber '14356483'^^xsd:integer;
  dwc:scientificName 'Psammechinus miliaris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40752775'^^xsd:string;
  dwc:yearCollected '1998'^^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.78199'^^xsd:double;
  dwc:latitude '52.205382'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40752775'^^xsd:string;
  dwc:aphiaid '124319'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1923:14356483'^^xsd:string;
  dwc:observationDate '1998-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '124319'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13711062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13711062> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13711062> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13711062>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13711062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13711062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607206" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13711062'^^xsd:integer;
  dwc:scientificName 'Crisia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607206'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607206'^^xsd:string;
  dwc:aphiaid '111032'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13711062'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '111032'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523618> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523618> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523618>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14523618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14523618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615433" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14523618'^^xsd:integer;
  dwc:scientificName 'Tubularia indivisa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615433'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40615433'^^xsd:string;
  dwc:aphiaid '117994'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14523618'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '117994'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13949192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13949192> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13949192> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13949192>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13949192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13949192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614859" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13949192'^^xsd:integer;
  dwc:scientificName 'Hypoglossum hypoglossoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614859'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '27'^^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-JNCCMNCR40614859'^^xsd:string;
  dwc:aphiaid '144756'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13949192'^^xsd:string;
  dwc:observationDate '2001-07-27'^^xsd:date;
  dwc:aphiaIdAccepted '144756'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732621> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13732621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614498" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13732621'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614498'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614498'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13732621'^^xsd:string;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13678857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13678857> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13678857> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13678857>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13678857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13678857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578415" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13678857'^^xsd:integer;
  dwc:scientificName 'Clavelina lepadiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578415'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578415'^^xsd:string;
  dwc:aphiaid '103552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13678857'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '103552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558609> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558609> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558609>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13558609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13558609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581161" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13558609'^^xsd:integer;
  dwc:scientificName 'Botryllus schlosseri'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581161'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581161'^^xsd:string;
  dwc:aphiaid '103862'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13558609'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103862'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120783> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14120783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615359" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14120783'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615359'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615359'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14120783'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547085> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13547085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13547085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733695" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13547085'^^xsd:integer;
  dwc:scientificName 'Bathyporeia pelagica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733695'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733695'^^xsd:string;
  dwc:aphiaid '103066'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13547085'^^xsd:string;
  dwc:observationDate '1999-10-13'^^xsd:date;
  dwc:aphiaIdAccepted '103066'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13915304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13915304> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13915304> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13915304>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13915304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13915304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614743" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13915304'^^xsd:integer;
  dwc:scientificName 'Henricia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614743'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40614743'^^xsd:string;
  dwc:aphiaid '123276'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13915304'^^xsd:string;
  dwc:observationDate '2001-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '123276'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424574> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13424574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13424574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607228" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13424574'^^xsd:integer;
  dwc:scientificName 'Alcyonium digitatum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607228'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607228'^^xsd:string;
  dwc:aphiaid '125333'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13424574'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '125333'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748909> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748909> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748909>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13748909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13748909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581156" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13748909'^^xsd:integer;
  dwc:scientificName 'Didemnum maculosum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581156'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581156'^^xsd:string;
  dwc:aphiaid '103570'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13748909'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '103570'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621408> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621408> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621408>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13621408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577796" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13621408'^^xsd:integer;
  dwc:scientificName 'Cellaria fistulosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577796'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '18'^^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-JNCCMNCR40577796'^^xsd:string;
  dwc:aphiaid '111257'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13621408'^^xsd:string;
  dwc:observationDate '1998-07-18'^^xsd:date;
  dwc:aphiaIdAccepted '111257'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452564> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452564> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452564>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14452564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14452564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614931" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14452564'^^xsd:integer;
  dwc:scientificName 'Spirorbidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614931'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614931'^^xsd:string;
  dwc:aphiaid '1021266'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14452564'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '989'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366770> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734072" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366770'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734072'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734072'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366770'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13018436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13018436> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13018436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13018436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13018436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13018436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598113" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13018436'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598113'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598113'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13018436'^^xsd:string;
  dwc:observationDate '1999-09-21'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12398209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12398209> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12398209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12398209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12398209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:12398209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597644" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '12398209'^^xsd:integer;
  dwc:scientificName 'Xanthoria parietina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597644'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597644'^^xsd:string;
  dwc:aphiaid '147709'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:12398209'^^xsd:string;
  dwc:observationDate '1999-09-16'^^xsd:date;
  dwc:aphiaIdAccepted '147709'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710195> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10710195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10710195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597692" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10710195'^^xsd:integer;
  dwc:scientificName 'Cerastoderma edule'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597692'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597692'^^xsd:string;
  dwc:aphiaid '138998'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10710195'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '138998'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13914453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13914453> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13914453> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13914453>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13914453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13914453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40578383" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13914453'^^xsd:integer;
  dwc:scientificName 'Hemimycale columella'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40578383'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40578383'^^xsd:string;
  dwc:aphiaid '133543'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13914453'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '133543'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732628> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13732628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13732628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614784" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13732628'^^xsd:integer;
  dwc:scientificName 'Dendrodoa grossularia'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614784'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614784'^^xsd:string;
  dwc:aphiaid '103882'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13732628'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '103882'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276814> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1924%3A14276814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1924:14276814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732410" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1924'^^xsd:integer;
  dwc:catalogNumber '14276814'^^xsd:integer;
  dwc:scientificName 'Phorbas fictitius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732410'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732410'^^xsd:string;
  dwc:aphiaid '133679'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1924:14276814'^^xsd:string;
  dwc:observationDate '1999-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '133679'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405150> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14405150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14405150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732913" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14405150'^^xsd:integer;
  dwc:scientificName 'Scolelepis squamata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732913'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732913'^^xsd:string;
  dwc:aphiaid '131177'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14405150'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '157566'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216938> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216938> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216938>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14216938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14216938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610143" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14216938'^^xsd:integer;
  dwc:scientificName 'Pagurus bernhardus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610143'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '30'^^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-JNCCMNCR40610143'^^xsd:string;
  dwc:aphiaid '107232'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14216938'^^xsd:string;
  dwc:observationDate '1999-07-30'^^xsd:date;
  dwc:aphiaIdAccepted '107232'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539269> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539269> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539269>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13539269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13539269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40095971" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13539269'^^xsd:integer;
  dwc:scientificName 'Balanus crenatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40095971'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^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-JNCCMNCR40095971'^^xsd:string;
  dwc:aphiaid '106215'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13539269'^^xsd:string;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '106215'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13881012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13881012> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13881012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13881012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1932%3A13881012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1932:13881012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40611428" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1932'^^xsd:integer;
  dwc:catalogNumber '13881012'^^xsd:integer;
  dwc:scientificName 'Griffithsia corallinoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40611428'^^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 '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40611428'^^xsd:string;
  dwc:aphiaid '144582'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1932:13881012'^^xsd:string;
  dwc:observationDate '2000-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '144582'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13942306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13942306> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13942306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13942306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13942306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13942306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577692" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13942306'^^xsd:integer;
  dwc:scientificName 'Hydractinia echinata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577692'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577692'^^xsd:string;
  dwc:aphiaid '117644'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13942306'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '117644'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924113> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924113> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924113>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13924113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13924113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610300" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13924113'^^xsd:integer;
  dwc:scientificName 'Heterosiphonia plumosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610300'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610300'^^xsd:string;
  dwc:aphiaid '144732'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13924113'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '144732'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108767> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14108767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14108767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615143" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14108767'^^xsd:integer;
  dwc:scientificName 'Mytilus edulis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615143'^^xsd:string;
  dwc:yearCollected '2001'^^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.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615143'^^xsd:string;
  dwc:aphiaid '140480'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14108767'^^xsd:string;
  dwc:observationDate '2001-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '140480'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621947> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621947> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621947>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13621947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13621947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577678" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13621947'^^xsd:integer;
  dwc:scientificName 'Cellaria sinuosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577678'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40577678'^^xsd:string;
  dwc:aphiaid '111260'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13621947'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '111260'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13892194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13892194> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13892194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13892194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13892194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13892194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609829" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13892194'^^xsd:integer;
  dwc:scientificName 'Haliclona simulans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609829'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609829'^^xsd:string;
  dwc:aphiaid '236331'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13892194'^^xsd:string;
  dwc:observationDate '1999-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '132858'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13851918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13851918> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13851918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13851918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A13851918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:13851918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597765" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '13851918'^^xsd:integer;
  dwc:scientificName 'Gibbula cineraria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597765'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597765'^^xsd:string;
  dwc:aphiaid '141782'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:13851918'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '1039839'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13886935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13886935> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13886935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13886935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13886935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13886935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597084" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13886935'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597084'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597084'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13886935'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705476> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13705476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13705476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733838" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13705476'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733838'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733838'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13705476'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13018437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13018437> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13018437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13018437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13018437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13018437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40598150" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13018437'^^xsd:integer;
  dwc:scientificName 'Semibalanus balanoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40598150'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40598150'^^xsd:string;
  dwc:aphiaid '106210'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13018437'^^xsd:string;
  dwc:observationDate '1999-09-15'^^xsd:date;
  dwc:aphiaIdAccepted '106210'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376211> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14376211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14376211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596091" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14376211'^^xsd:integer;
  dwc:scientificName 'Rhodomela confervoides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596091'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596091'^^xsd:string;
  dwc:aphiaid '144854'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14376211'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '144854'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744565> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744565> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744565>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13744565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13744565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581704" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13744565'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581704'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40581704'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13744565'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083592> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14083592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14083592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615656" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14083592'^^xsd:integer;
  dwc:scientificName 'Metridium senile'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615656'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615656'^^xsd:string;
  dwc:aphiaid '100982'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14083592'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '100982'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606610> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13606610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13606610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733431" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13606610'^^xsd:integer;
  dwc:scientificName 'Carcinus maenas'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733431'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733431'^^xsd:string;
  dwc:aphiaid '107381'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13606610'^^xsd:string;
  dwc:observationDate '1999-09-13'^^xsd:date;
  dwc:aphiaIdAccepted '107381'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621854> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A10621854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:10621854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733875" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '10621854'^^xsd:integer;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733875'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733875'^^xsd:string;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:10621854'^^xsd:string;
  dwc:observationDate '1999-10-12'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698893> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13698893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13698893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733714" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13698893'^^xsd:integer;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733714'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733714'^^xsd:string;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13698893'^^xsd:string;
  dwc:observationDate '1999-09-17'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14203826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14203826> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14203826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.840606"^^xsd:decimal ;
  dwc:decimalLongitude "-4.525444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14203826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.840606 -4.525444)"^^geo:wktLiteral ;
  geo-pos:lat "52.840606"^^xsd:decimal ;
  geo-pos:long "-4.525444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1918%3A14203826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1918:14203826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597745" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1918'^^xsd:integer;
  dwc:catalogNumber '14203826'^^xsd:integer;
  dwc:scientificName 'Oscarella lobularis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597745'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.525444'^^xsd:double;
  dwc:latitude '52.840606'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597745'^^xsd:string;
  dwc:aphiaid '133928'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1918:14203826'^^xsd:string;
  dwc:observationDate '1999-08-18'^^xsd:date;
  dwc:aphiaIdAccepted '133928'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312084> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14312084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14312084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615750" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14312084'^^xsd:integer;
  dwc:scientificName 'Polycarpa scuba'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615750'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615750'^^xsd:string;
  dwc:aphiaid '103914'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14312084'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '103914'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683280> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A13683280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:13683280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614066" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '13683280'^^xsd:integer;
  dwc:scientificName 'Cliona celata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614066'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40614066'^^xsd:string;
  dwc:aphiaid '134121'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:13683280'^^xsd:string;
  dwc:observationDate '1997-07-17'^^xsd:date;
  dwc:aphiaIdAccepted '134121'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392975> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392975> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392975>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14392975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14392975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577822" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14392975'^^xsd:integer;
  dwc:scientificName 'Sagartia elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577822'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40577822'^^xsd:string;
  dwc:aphiaid '100991'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14392975'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1471945'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223513> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223513> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223513>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14223513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14223513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40614615" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14223513'^^xsd:integer;
  dwc:scientificName 'Palaemon serratus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40614615'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^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-JNCCMNCR40614615'^^xsd:string;
  dwc:aphiaid '107616'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14223513'^^xsd:string;
  dwc:observationDate '2001-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '107616'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697117> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13697117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40732905" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13697117'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40732905'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40732905'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13697117'^^xsd:string;
  dwc:observationDate '1999-09-20'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697122> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13697122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13697122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733227" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13697122'^^xsd:integer;
  dwc:scientificName 'Corophium arenarium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733227'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733227'^^xsd:string;
  dwc:aphiaid '102087'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13697122'^^xsd:string;
  dwc:observationDate '1999-09-22'^^xsd:date;
  dwc:aphiaIdAccepted '102087'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141211> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14141211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14141211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733594" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14141211'^^xsd:integer;
  dwc:scientificName 'Nephtys'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733594'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733594'^^xsd:string;
  dwc:aphiaid '129370'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14141211'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '129370'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535507> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14535507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14535507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607312" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14535507'^^xsd:integer;
  dwc:scientificName 'Urticina felina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607312'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607312'^^xsd:string;
  dwc:aphiaid '100834'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14535507'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '100834'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14283057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14283057> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14283057> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14283057>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14283057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14283057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581772" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14283057'^^xsd:integer;
  dwc:scientificName 'Phycodrys rubens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581772'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581772'^^xsd:string;
  dwc:aphiaid '144773'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14283057'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144773'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13956677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13956677> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13956677> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13956677>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13956677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13956677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579007" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13956677'^^xsd:integer;
  dwc:scientificName 'Janolus cristatus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579007'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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-JNCCMNCR40579007'^^xsd:string;
  dwc:aphiaid '140855'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13956677'^^xsd:string;
  dwc:observationDate '1998-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '162687'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13923049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13923049> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13923049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13923049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13923049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13923049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733597" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13923049'^^xsd:integer;
  dwc:scientificName 'Heteromastus filiformis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733597'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733597'^^xsd:string;
  dwc:aphiaid '129884'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13923049'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '129884'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705483> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1926%3A13705483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1926:13705483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733639" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1926'^^xsd:integer;
  dwc:catalogNumber '13705483'^^xsd:integer;
  dwc:scientificName 'Crangon crangon'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733639'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733639'^^xsd:string;
  dwc:aphiaid '107552'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1926:13705483'^^xsd:string;
  dwc:observationDate '1999-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '107552'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132862> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132862> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132862>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14132862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14132862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580203" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14132862'^^xsd:integer;
  dwc:scientificName 'Nemertesia antennina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580203'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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-JNCCMNCR40580203'^^xsd:string;
  dwc:aphiaid '117809'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14132862'^^xsd:string;
  dwc:observationDate '1998-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '117809'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590672> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14590672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14590672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40734003" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14590672'^^xsd:integer;
  dwc:scientificName 'Eurydice pulchra'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40734003'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40734003'^^xsd:string;
  dwc:aphiaid '118852'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14590672'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '118852'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336320> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14336320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14336320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615347" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14336320'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615347'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615347'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14336320'^^xsd:string;
  dwc:observationDate '2001-09-27'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884215> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13884215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13884215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577693" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13884215'^^xsd:integer;
  dwc:scientificName 'Halecium halecinum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577693'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577693'^^xsd:string;
  dwc:aphiaid '231751'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13884215'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '231751'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336203> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14336203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14336203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40597101" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14336203'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40597101'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40597101'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14336203'^^xsd:string;
  dwc:observationDate '1999-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13886939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13886939> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13886939> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13886939>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13886939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13886939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610280" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13886939'^^xsd:integer;
  dwc:scientificName 'Halichondria panicea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610280'^^xsd:string;
  dwc:yearCollected '1999'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610280'^^xsd:string;
  dwc:aphiaid '132627'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13886939'^^xsd:string;
  dwc:observationDate '1999-08-02'^^xsd:date;
  dwc:aphiaIdAccepted '165853'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492191> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A13492191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:13492191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733397" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '13492191'^^xsd:integer;
  dwc:scientificName 'Arenicola marina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733397'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733397'^^xsd:string;
  dwc:aphiaid '129868'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:13492191'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '129868'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975983> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A12975983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:12975983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733836" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '12975983'^^xsd:integer;
  dwc:scientificName 'Enchytraeidae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733836'^^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 '-4.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733836'^^xsd:string;
  dwc:aphiaid '2038'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:12975983'^^xsd:string;
  dwc:observationDate '1999-09-14'^^xsd:date;
  dwc:aphiaIdAccepted '2038'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13963197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13963197> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13963197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569657"^^xsd:decimal ;
  dwc:decimalLongitude "-5.031629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13963197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569657 -5.031629)"^^geo:wktLiteral ;
  geo-pos:lat "51.569657"^^xsd:decimal ;
  geo-pos:long "-5.031629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13963197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13963197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615538" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13963197'^^xsd:integer;
  dwc:scientificName 'Kirchenpaueria pinnata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615538'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-5.031629'^^xsd:double;
  dwc:latitude '51.569657'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615538'^^xsd:string;
  dwc:aphiaid '117674'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13963197'^^xsd:string;
  dwc:observationDate '2001-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '117674'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14118690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14118690> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14118690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14118690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14118690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14118690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40577735" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14118690'^^xsd:integer;
  dwc:scientificName 'Myoxocephalus scorpius'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40577735'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40577735'^^xsd:string;
  dwc:aphiaid '127203'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14118690'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '127203'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366729> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.669571"^^xsd:decimal ;
  dwc:decimalLongitude "-4.071838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.669571 -4.071838)"^^geo:wktLiteral ;
  geo-pos:lat "52.669571"^^xsd:decimal ;
  geo-pos:long "-4.071838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1919%3A14366729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1919:14366729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40733780" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1919'^^xsd:integer;
  dwc:catalogNumber '14366729'^^xsd:integer;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40733780'^^xsd:string;
  dwc:yearCollected '1999'^^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.071838'^^xsd:double;
  dwc:latitude '52.669571'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40733780'^^xsd:string;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1919:14366729'^^xsd:string;
  dwc:observationDate '1999-09-09'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13675112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13675112> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13675112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.300946"^^xsd:decimal ;
  dwc:decimalLongitude "-3.952209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13675112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.300946 -3.952209)"^^geo:wktLiteral ;
  geo-pos:lat "53.300946"^^xsd:decimal ;
  geo-pos:long "-3.952209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A13675112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:13675112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615813" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '13675112'^^xsd:integer;
  dwc:scientificName 'Cladostephus spongiosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615813'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.952209'^^xsd:double;
  dwc:latitude '53.300946'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615813'^^xsd:string;
  dwc:aphiaid '145888'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:13675112'^^xsd:string;
  dwc:observationDate '2001-09-26'^^xsd:date;
  dwc:aphiaIdAccepted '145888'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13871034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13871034> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13871034> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13871034>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13871034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13871034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579569" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13871034'^^xsd:integer;
  dwc:scientificName 'Gobiusculus flavescens'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579569'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579569'^^xsd:string;
  dwc:aphiaid '126898'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13871034'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '1526389'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828602> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828602> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828602>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13828602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13828602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580224" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13828602'^^xsd:integer;
  dwc:scientificName 'Flustra foliacea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580224'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40580224'^^xsd:string;
  dwc:aphiaid '111367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13828602'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489427> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489427> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489427>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14489427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14489427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607195" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14489427'^^xsd:integer;
  dwc:scientificName 'Tethya aurantium'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607195'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:dayCollected '24'^^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-JNCCMNCR40607195'^^xsd:string;
  dwc:aphiaid '134311'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14489427'^^xsd:string;
  dwc:observationDate '1997-09-24'^^xsd:date;
  dwc:aphiaIdAccepted '134311'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774315> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774315> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774315>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13774315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13774315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609184" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13774315'^^xsd:integer;
  dwc:scientificName 'Ectocarpaceae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609184'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40609184'^^xsd:string;
  dwc:aphiaid '143717'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13774315'^^xsd:string;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '143717'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14386502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14386502> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14386502> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14386502>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1927%3A14386502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1927:14386502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40609042" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1927'^^xsd:integer;
  dwc:catalogNumber '14386502'^^xsd:integer;
  dwc:scientificName 'Sabella pavonina'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40609042'^^xsd:string;
  dwc:yearCollected '1999'^^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.822013'^^xsd:double;
  dwc:latitude '52.833922'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40609042'^^xsd:string;
  dwc:aphiaid '130967'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1927:14386502'^^xsd:string;
  dwc:observationDate '1999-07-29'^^xsd:date;
  dwc:aphiaIdAccepted '130967'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120788> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "53.303307"^^xsd:decimal ;
  dwc:decimalLongitude "-3.802236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (53.303307 -3.802236)"^^geo:wktLiteral ;
  geo-pos:lat "53.303307"^^xsd:decimal ;
  geo-pos:long "-3.802236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1936%3A14120788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1936:14120788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40615172" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1936'^^xsd:integer;
  dwc:catalogNumber '14120788'^^xsd:integer;
  dwc:scientificName 'Necora puber'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40615172'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-3.802236'^^xsd:double;
  dwc:latitude '53.303307'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40615172'^^xsd:string;
  dwc:aphiaid '107398'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1936:14120788'^^xsd:string;
  dwc:observationDate '2001-08-03'^^xsd:date;
  dwc:aphiaIdAccepted '107398'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744607> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.664034"^^xsd:decimal ;
  dwc:decimalLongitude "-4.367352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.664034 -4.367352)"^^geo:wktLiteral ;
  geo-pos:lat "52.664034"^^xsd:decimal ;
  geo-pos:long "-4.367352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A13744607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:13744607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596431" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '13744607'^^xsd:integer;
  dwc:scientificName 'Dictyota dichotoma'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596431'^^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 '-4.367352'^^xsd:double;
  dwc:latitude '52.664034'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596431'^^xsd:string;
  dwc:aphiaid '145367'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:13744607'^^xsd:string;
  dwc:observationDate '1999-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '145367'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13792575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13792575> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13792575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13792575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13792575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13792575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580106" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13792575'^^xsd:integer;
  dwc:scientificName 'Erythrodermis traillii'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580106'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580106'^^xsd:string;
  dwc:aphiaid '145655'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13792575'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145655'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14705497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14705497> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14705497> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14705497>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A14705497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:14705497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579597" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '14705497'^^xsd:integer;
  dwc:scientificName 'Laminaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579597'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40579597'^^xsd:string;
  dwc:aphiaid '144199'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:14705497'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '144199'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135874> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135874> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135874>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A14135874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:14135874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580164" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '14135874'^^xsd:integer;
  dwc:scientificName 'Nemertesia ramosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580164'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '20'^^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-JNCCMNCR40580164'^^xsd:string;
  dwc:aphiaid '117815'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:14135874'^^xsd:string;
  dwc:observationDate '1998-07-20'^^xsd:date;
  dwc:aphiaIdAccepted '117815'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328968> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.753853"^^xsd:decimal ;
  dwc:decimalLongitude "-4.372222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.753853 -4.372222)"^^geo:wktLiteral ;
  geo-pos:lat "52.753853"^^xsd:decimal ;
  geo-pos:long "-4.372222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1925%3A14328968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1925:14328968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596003" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1925'^^xsd:integer;
  dwc:catalogNumber '14328968'^^xsd:integer;
  dwc:scientificName 'Polysiphonia elongata'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596003'^^xsd:string;
  dwc:yearCollected '1999'^^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.372222'^^xsd:double;
  dwc:latitude '52.753853'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596003'^^xsd:string;
  dwc:aphiaid '144628'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1925:14328968'^^xsd:string;
  dwc:observationDate '1999-07-04'^^xsd:date;
  dwc:aphiaIdAccepted '1340378'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413642> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.750798"^^xsd:decimal ;
  dwc:decimalLongitude "-4.520244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.750798 -4.520244)"^^geo:wktLiteral ;
  geo-pos:lat "52.750798"^^xsd:decimal ;
  geo-pos:long "-4.520244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A14413642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:14413642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40585553" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '14413642'^^xsd:integer;
  dwc:scientificName 'Scrupocellaria'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40585553'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.520244'^^xsd:double;
  dwc:latitude '52.750798'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40585553'^^xsd:string;
  dwc:aphiaid '110866'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:14413642'^^xsd:string;
  dwc:observationDate '1998-08-20'^^xsd:date;
  dwc:aphiaIdAccepted '110866'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13815068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13815068> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13815068> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13815068>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1920%3A13815068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1920:13815068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40596263" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1920'^^xsd:integer;
  dwc:catalogNumber '13815068'^^xsd:integer;
  dwc:scientificName 'Eurynome aspera'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40596263'^^xsd:string;
  dwc:yearCollected '1998'^^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.673743'^^xsd:double;
  dwc:latitude '52.837356'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40596263'^^xsd:string;
  dwc:aphiaid '107318'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1920:13815068'^^xsd:string;
  dwc:observationDate '1998-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '107318'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795474> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795474> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795474>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13795474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13795474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40581727" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13795474'^^xsd:integer;
  dwc:scientificName 'Esperiopsis fucorum'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40581727'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '1'^^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-JNCCMNCR40581727'^^xsd:string;
  dwc:aphiaid '133259'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13795474'^^xsd:string;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '150225'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689737> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.660989"^^xsd:decimal ;
  dwc:decimalLongitude "-4.515071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.660989 -4.515071)"^^geo:wktLiteral ;
  geo-pos:lat "52.660989"^^xsd:decimal ;
  geo-pos:long "-4.515071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1922%3A13689737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1922:13689737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40580103" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1922'^^xsd:integer;
  dwc:catalogNumber '13689737'^^xsd:integer;
  dwc:scientificName 'Corallina officinalis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40580103'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.515071'^^xsd:double;
  dwc:latitude '52.660989'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40580103'^^xsd:string;
  dwc:aphiaid '145108'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1922:13689737'^^xsd:string;
  dwc:observationDate '1998-08-19'^^xsd:date;
  dwc:aphiaIdAccepted '145108'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622592> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622592> ;
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622592>
  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/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1921%3A13622592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1921:13622592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40579107" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1921'^^xsd:integer;
  dwc:catalogNumber '13622592'^^xsd:integer;
  dwc:scientificName 'Cellepora pumicosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40579107'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '31'^^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-JNCCMNCR40579107'^^xsd:string;
  dwc:aphiaid '111268'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1921:13622592'^^xsd:string;
  dwc:observationDate '1998-07-31'^^xsd:date;
  dwc:aphiaIdAccepted '111268'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13893088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13893088> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13893088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.927152"^^xsd:decimal ;
  dwc:decimalLongitude "-4.679277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13893088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.927152 -4.679277)"^^geo:wktLiteral ;
  geo-pos:lat "52.927152"^^xsd:decimal ;
  geo-pos:long "-4.679277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1929%3A13893088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1929:13893088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40610052" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1929'^^xsd:integer;
  dwc:catalogNumber '13893088'^^xsd:integer;
  dwc:scientificName 'Haliclona viscosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40610052'^^xsd:string;
  dwc:yearCollected '1999'^^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.679277'^^xsd:double;
  dwc:latitude '52.927152'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40610052'^^xsd:string;
  dwc:aphiaid '132881'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1929:13893088'^^xsd:string;
  dwc:observationDate '1999-08-05'^^xsd:date;
  dwc:aphiaIdAccepted '235864'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336278> ;
  mr:hasGeometry <https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.747559"^^xsd:decimal ;
  dwc:decimalLongitude "-4.668239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "5000"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.747559 -4.668239)"^^geo:wktLiteral ;
  geo-pos:lat "52.747559"^^xsd:decimal ;
  geo-pos:long "-4.668239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "5000"^^xsd:integer .

<https://eurobis.org/id/occurrence/657__urn%3Acatalog%3ACountryside%20Council%20for%20Wales%3A1935%3A14336278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:Countryside Council for Wales:1935:14336278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/657_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "T-JNCCMNCR40607508" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2005-04-22'^^xsd:date;
  dwc:institutionCode 'Countryside Council for Wales'^^xsd:string;
  dwc:collectionCode '1935'^^xsd:integer;
  dwc:catalogNumber '14336278'^^xsd:integer;
  dwc:scientificName 'Pomatoceros triqueter'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:fieldNumber 'T-JNCCMNCR40607508'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'Europe'^^xsd:string;
  dwc:country 'GB'^^xsd:string;
  dwc:longitude '-4.668239'^^xsd:double;
  dwc:latitude '52.747559'^^xsd:double;
  dwc:coordinatePrecision '5000'^^xsd:integer;
  dwc:previousCatalogNumber 'T-JNCCMNCR40607508'^^xsd:string;
  dwc:aphiaid '131027'^^xsd:integer;
  dwc:occurrenceId 'urn:catalog:Countryside Council for Wales:1935:14336278'^^xsd:string;
  dwc:observationDate '1997-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '555935'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF